]> granicus.if.org Git - libass/commitdiff
build: add more warnings
authorwm4 <wm4@nowhere>
Fri, 24 Jan 2014 00:37:41 +0000 (01:37 +0100)
committerwm4 <wm4@nowhere>
Fri, 24 Jan 2014 00:37:41 +0000 (01:37 +0100)
libass/Makefile.am

index b134a66d4fbbdcf1e5545a6dbc5aca796e1e665f..524d9a8ed1b87ad7a1b5b36349aee1df53e02d63 100644 (file)
@@ -1,4 +1,6 @@
-AM_CFLAGS = -Wall
+AM_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter \
+            -Werror-implicit-function-declaration -Wstrict-prototypes        \
+            -Wpointer-arith -Wredundant-decls
 
 LIBASS_LT_CURRENT = 5
 LIBASS_LT_REVISION = 0