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:
parent
dc127cd8fa
commit
d9428e1972
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user