compiler: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGS

nir_intrinsics.h does 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:
Matt Turner 2017-08-28 13:52:12 -07:00
parent c5d2e2d43f
commit f99bde0dad
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ AM_CPPFLAGS = \
AM_CFLAGS = \
$(VISIBILITY_CFLAGS) \
$(WNO_OVERRIDE_INIT) \
$(MSVC2013_COMPAT_CFLAGS)
AM_CXXFLAGS = \