summaryrefslogtreecommitdiffstats
path: root/libass/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libass/Makefile.am')
-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