diff options
author | Mathias Hasselmann <hasselmm@gnome.org> | 2009-10-25 13:26:33 +0100 |
---|---|---|
committer | Mathias Hasselmann <hasselmm@gnome.org> | 2009-10-25 13:26:33 +0100 |
commit | bcf76e921394dbfd13d9d59ac982dd13bc5c68cd (patch) | |
tree | d54465b44aba014953a6200f6762d94445c5eea7 | |
parent | cc66d345a159db9e3cc2fa236d25d52be45778c4 (diff) |
Let gcc complain about missing function prototypes.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |