Eliminates lots of warnings due to anv_meta.c's inclusion of nir.h.
I like the extra warnings, and they should probably get fixed. However,
git-grep reveals that no other Mesa directory uses -Wextra. Building
Vulkan produces a lot of compiler warnings from core Mesa headers that
no other Mesa developer sees, and hence no other Mesa developer will
fix.
-I$(top_builddir)/src/vulkan
libvulkan_la_CFLAGS = \
- -Wall -Wextra -Wno-unused-parameter -fvisibility=hidden -O0 -g \
+ -Wall -Wno-unused-parameter -fvisibility=hidden -O0 -g \
-Wstrict-prototypes -Wmissing-prototypes -Wno-override-init
libvulkan_la_CXXFLAGS = \
- -Wall -Wextra -Wno-unused-parameter -fvisibility=hidden -O0 -g
+ -Wall -Wno-unused-parameter -fvisibility=hidden -O0 -g
VULKAN_SOURCES = \
anv_allocator.c \