mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 21:30:23 +01:00
vk: Drop -Wextra
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.
This commit is contained in:
parent
24de3d49ea
commit
85ff3cfde3
1 changed files with 2 additions and 2 deletions
|
|
@ -51,11 +51,11 @@ AM_CPPFLAGS = \
|
|||
-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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue