mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 21:50:11 +01:00
i965: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGS
brw_surface_formats.c and genX_blorp_exec.c do this a lot, causing lots of warnings from clang. Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
parent
477ac09c9e
commit
e99dcfd803
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ AM_CFLAGS = \
|
|||
-I$(top_srcdir)/include/drm-uapi \
|
||||
$(DEFINES) \
|
||||
$(VISIBILITY_CFLAGS) \
|
||||
$(WNO_OVERRIDE_INIT) \
|
||||
$(LIBDRM_CFLAGS) \
|
||||
$(VALGRIND_CFLAGS) \
|
||||
-msse2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue