Browse Source

ignore warnings of clang created by my stdlib

Steffen Jaeckel 8 years ago
parent
commit
ce1043c55d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      makefile.include

+ 5 - 0
makefile.include

@@ -66,6 +66,11 @@ endif # COMPILE_SMALL
 endif # COMPILE_DEBUG
 
 
+ifneq ($(findstring clang,$(CC)),)
+CFLAGS += -Wno-typedef-redefinition -Wno-tautological-compare
+endif
+
+
 HASH=hashsum
 CRYPT=encrypt
 SMALL=small