ignore warnings of clang created by my stdlib
This commit is contained in:
parent
e187f4cbf4
commit
ce1043c55d
@ -66,6 +66,11 @@ endif # COMPILE_SMALL
|
|||||||
endif # COMPILE_DEBUG
|
endif # COMPILE_DEBUG
|
||||||
|
|
||||||
|
|
||||||
|
ifneq ($(findstring clang,$(CC)),)
|
||||||
|
CFLAGS += -Wno-typedef-redefinition -Wno-tautological-compare
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
HASH=hashsum
|
HASH=hashsum
|
||||||
CRYPT=encrypt
|
CRYPT=encrypt
|
||||||
SMALL=small
|
SMALL=small
|
||||||
|
Loading…
Reference in New Issue
Block a user