Browse Source

disable yet another clang warning

Steffen Jaeckel 8 years ago
parent
commit
5de7e58e84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makefile_include.mk

+ 1 - 1
makefile_include.mk

@@ -90,7 +90,7 @@ endif # COMPILE_DEBUG
 
 
 ifneq ($(findstring clang,$(CC)),)
-CFLAGS += -Wno-typedef-redefinition -Wno-tautological-compare
+CFLAGS += -Wno-typedef-redefinition -Wno-tautological-compare -Wno-builtin-requires-header
 endif