summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile7
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