build with -Wno-typedef-redefinition

clang with -std=c99 generates warnings on typedef redefinition
likely unnoticed upstream as gcc does not do this

excessive amounts of warnings from vulkan driver headers pointed
out by deraadt@
This commit is contained in:
jsg 2020-08-27 03:18:26 +00:00
parent dc127cd8fa
commit d9428e1972

View File

@ -12,6 +12,7 @@ CFLAGS+= \
-Werror=missing-prototypes \
-Werror=return-type \
-Wno-missing-field-initializers \
-Wno-typedef-redefinition \
-fno-math-errno \
-fno-trapping-math \
-fno-common \