Commits for angie
switch to files view, user index
v300_preview2 to v300_base (2014-05-12 to 2014-05-19) v300
- Don't override HG_WARN that is set in inc/common.mk .
- src/hg/hgLogin/makefile - lines changed 2, context: html, text, full: html, text
- Mac OS X Mavericks gcc -Wall complained about the parentheses in this "if"condition split up by #ifdef/#else/#endif. Fix: simplify the syntax so the
"if" condition is not split.
- Mac OS X Mavericks gcc -Wall detects unused INLINE functions;getting rid of the one it found.
- Mac OS X Mavericks gcc -Wall found a use of uninitialized variablethat had been missed by earlier versions, probably because the
uninitialized variable was never used. Got rid of the unused variable.
- src/hg/utils/hubPublicCheck/hubPublicCheck.c - lines changed 4, context: html, text, full: html, text
- Mac OS X Mavericks gcc -Wall complains that openssl is deprecated(Apple wants everyone to use its Common Crypto lib instead).
Suppress those warnings by adding -Wno-deprecated-declarations
to HG_WARN for Mac (Darwin).
switch to files view, user index