summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-08-19 21:38:48 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-08-19 21:38:48 +0000
commita8d8eb4870089a104d8651fbef082ebcc7c90384 (patch)
tree8457ff06b5d2638eb4ad148fb21b44bff7238a04 /configure.in
parent6388faa704ec212f8bf656815b8be93a6284ae49 (diff)
downloadlibgphoto2-a8d8eb4870089a104d8651fbef082ebcc7c90384.tar.gz
2001-08-19 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
* configure.in: -Wmissing-prototypes -Wmissing-declarations * camlibs/agfa-cl18/commands.c: * camlibs/agfa-cl18/usb.c: * frontends/command-line/foreach.c: * frontends/command-line/interface.c: * frontends/command-line/main.c: * frontends/command-line/options.c: * frontends/command-line/range.c: * frontends/command-line/shell.h: * include/gphoto2-file.h: * libgphoto2/file.c: First step towards a compilation with -Werror git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2017 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b0ad59399..7947b9751 100644
--- a/configure.in
+++ b/configure.in
@@ -26,7 +26,7 @@ ALL_LINGUAS="de"
AM_GNU_GETTEXT
dnl Turn on debugging and all warnings
-CFLAGS="$CFLAGS -g -Wall"
+CFLAGS="$CFLAGS -g -Wall -Wmissing-declarations -Wmissing-prototypes"
LDFLAGS="$LDFLAGS -g -Wall"
dnl Solaris hack for grep and tr