diff options
author | Lutz Mueller <lutz@users.sourceforge.net> | 2001-08-19 21:38:48 +0000 |
---|---|---|
committer | Lutz Mueller <lutz@users.sourceforge.net> | 2001-08-19 21:38:48 +0000 |
commit | a8d8eb4870089a104d8651fbef082ebcc7c90384 (patch) | |
tree | 8457ff06b5d2638eb4ad148fb21b44bff7238a04 /configure.in | |
parent | 6388faa704ec212f8bf656815b8be93a6284ae49 (diff) | |
download | libgphoto2-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.in | 2 |
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 |