From: wm4 Date: Fri, 24 Jan 2014 00:37:41 +0000 (+0100) Subject: build: add more warnings X-Git-Tag: 0.11.0~33^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43707d29a025428eab9a1c690e142b42d15247e3;p=libass build: add more warnings --- 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