diff options
author | Zhigang Gong <zhigang.gong@linux.intel.com> | 2012-05-15 10:42:41 +0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2013-12-18 11:23:51 -0800 |
commit | c5b3c2cedc8b2e486b1e3727f288c42869310387 (patch) | |
tree | bc45bb5b5288247663184890524f8449363d5a1a /glamor/Makefile.am | |
parent | 6839996b0b0fe5f4e6ef28d1dfe527092d60d28a (diff) |
Added strict warning flags to CFLAGS.
We miss the strict warning flags for a long time, now add it back.
This commit also fixed most of the warnings after enable the strict
flags.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Diffstat (limited to 'glamor/Makefile.am')
-rw-r--r-- | glamor/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glamor/Makefile.am b/glamor/Makefile.am index c7e300096..8e334b15e 100644 --- a/glamor/Makefile.am +++ b/glamor/Makefile.am @@ -15,7 +15,7 @@ instdir = $(moduledir) INCLUDES = \ $(XORG_INCS) -AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS) $(LIBDRM_CFLAGS) +AM_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) $(DIX_CFLAGS) $(LIBDRM_CFLAGS) libglamor_la_LDFLAGS = -avoid-version |