fixed: osx106 warnings

This commit is contained in:
Nick Bolton
2014-02-26 15:53:28 +00:00
parent 228befdc2c
commit 8d6a44d1b7
12 changed files with 97 additions and 55 deletions

View File

@@ -155,7 +155,4 @@ enum {
kExitConfig = 4 // cannot read configuration
};
// gnu 4.6+ has pragma diagnostic push and tautological-compare
#define GNUC_46 defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6))
#endif