disable yet another clang warning

This commit is contained in:
Steffen Jaeckel 2017-06-09 17:04:16 +02:00
parent 73934ad2fd
commit 5de7e58e84

View File

@ -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