From 982723dfa20386b40ab2876fb134217cba42a934 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Fri, 27 Feb 2015 15:48:06 -0800 Subject: Revert "configure: Leverage gcc warn options to enable safe use of C99 features where possible." This reverts commit 79daa510c7a871a33797308a2ccb4b83a067ffbe. I apparently hadn't done a clean build when testing this; it broke the build for Tom, Ben, and myself. We like the idea; let's try a v2. --- src/gallium/targets/egl-static/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gallium/targets') diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am index 51c3f052acd..85f2ac1b785 100644 --- a/src/gallium/targets/egl-static/Makefile.am +++ b/src/gallium/targets/egl-static/Makefile.am @@ -31,8 +31,7 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ - $(GALLIUM_TARGET_CFLAGS) \ - $(MSVC2013_COMPAT_CFLAGS) + $(GALLIUM_TARGET_CFLAGS) AM_CPPFLAGS = \ -I$(top_srcdir)/src/gallium/state_trackers/egl \ -- cgit v1.2.3