diff options
-rw-r--r-- | GNUmakefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 845aca3d9..a18e6a97f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -85,6 +85,13 @@ endif endif +################################################### +ifeq ($(CC),clang++) +CC_OPTIONS += -Wno-tautological-compare +endif +ifeq ($(CC),clang) +CC_OPTIONS += -Wno-tautological-compare +endif ################################################### # Set the link libraries based on the OS |