changeset 1335:955705f55fef

[project @ 1995-08-24 20:47:36 by jwe]
author jwe
date Thu, 24 Aug 1995 20:47:36 +0000
parents 47ad5707a6b8
children 33d5c2471c09
files configure.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Aug 24 20:37:21 1995 +0000
+++ b/configure.in	Thu Aug 24 20:47:36 1995 +0000
@@ -20,7 +20,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-AC_REVISION($Revision: 1.128 $)
+AC_REVISION($Revision: 1.129 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -796,11 +796,11 @@
 ###   -fnonnull-objects
 
 if $ADD_CXX_WALL; then
-  CXXFLAGS="$CXXFLAGS -Wall"
+  CXXFLAGS="$CXXFLAGS -Wall -Wno-unused"
   AC_MSG_RESULT([adding -Wall to CXXFLAGS])
 fi
 if $ADD_CC_WALL; then
-  CFLAGS="$CFLAGS -Wall"
+  CFLAGS="$CFLAGS -Wall -Wno-unused"
   AC_MSG_RESULT([adding -Wall to CFLAGS])
 fi