diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2009-06-14 00:13:02 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2009-06-14 00:13:02 +0100 |
commit | afd2e481e82bf8f07479f6090ffdf912387ca0d0 (patch) | |
tree | 68a0b8605fcf0daea7283f602348878ccd491062 /tests | |
parent | 888d25912ca8615dd7068c6f5fd37d233e0768f7 (diff) |
Introduce --enable-maintainer-cflags
Mimic Clutter with stricter warnings and the use of David Schleef's
AS_COMPILER_FLAG macro.
Fix a small shadow variable warning introducted by these flags.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 32e1c9d..1bfadfa 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,8 +4,8 @@ noinst_PROGRAMS = test-yuv-upload \ test-rgb-upload \ $(NULL) -INCLUDES = -I$(top_srcdir) \ - $(GCC_FLAGS) \ +INCLUDES = -I$(top_srcdir) \ + $(MAINTAINER_CFLAGS) \ $(NULL) test_yuv_upload_SOURCES = test-yuv-upload.c |