ignore warnings of clang created by my stdlib

This commit is contained in:
Steffen Jaeckel 2017-02-18 14:39:32 +01:00 committed by Karel Miko
parent e187f4cbf4
commit ce1043c55d

View File

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