summaryrefslogtreecommitdiffstats
path: root/libass
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-24 01:37:41 +0100
committerwm4 <wm4@nowhere>2014-01-24 01:37:41 +0100
commit43707d29a025428eab9a1c690e142b42d15247e3 (patch)
tree279a5d6f33400bf6df0cb8d65ef8394aa76c79e9 /libass
parenta20f2d4b4a8852507e0772870a5a3ad2357bb88c (diff)
downloadlibass-43707d29a025428eab9a1c690e142b42d15247e3.tar.bz2
libass-43707d29a025428eab9a1c690e142b42d15247e3.tar.xz
build: add more warnings
Diffstat (limited to 'libass')
-rw-r--r--libass/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/libass/Makefile.am b/libass/Makefile.am
index b134a66..524d9a8 100644
--- a/libass/Makefile.am
+++ b/libass/Makefile.am
@@ -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