From bcf76e921394dbfd13d9d59ac982dd13bc5c68cd Mon Sep 17 00:00:00 2001 From: Mathias Hasselmann Date: Sun, 25 Oct 2009 13:26:33 +0100 Subject: Let gcc complain about missing function prototypes. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 16a8c29..3f94376 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = -Wall -Werror +AM_CFLAGS = -Wall -Werror -Wmissing-prototypes ACLOCAL_AMFLAGS = -I m4 telepathy_libdir=$(libdir)/telepathy -- cgit v1.2.3