diff autogen.sh @ 553:b2b4f5fa8fc7

2004-9-14 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/bookmark.c lib/local.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c src/gtk/transfer.c src/uicommon/gftpui.c - removed need_userpass from the gftp_request structure. Added need_username and need_password in it's place * autogen.sh - updated CFLAGS variable that is passed to configure
author masneyb
date Tue, 14 Sep 2004 10:16:52 +0000
parents e850102b64be
children 2d3ea4db3106
line wrap: on
line diff
--- a/autogen.sh	Mon Sep 13 17:42:33 2004 +0000
+++ b/autogen.sh	Tue Sep 14 10:16:52 2004 +0000
@@ -89,7 +89,7 @@
 cd $ORIGDIR
 
 if test -z "$AUTOGEN_SUBDIR_MODE"; then
-        CFLAGS="-Wall -ansi -D_GNU_SOURCE -O -g" $srcdir/configure "$@"
+        CFLAGS="-Wall -W -Wno-long-long -Wno-unused-parameter -ansi -D_GNU_SOURCE -O -g" $srcdir/configure "$@"
 
         echo 
         echo "Now type 'make' to compile $PROJECT."