From 7e640387ba8d21625953d9c14ba4f338337dbe15 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 5 Mar 2002 13:02:11 +0000 Subject: [PATCH] * version is now 0.2.3 * added compiler warning -Wparentheses --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 26a2d08..3e3f4dd 100644 --- a/configure.in +++ b/configure.in @@ -2,9 +2,9 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/) PACKAGE=swftools -VERSION=0.2.2 -CFLAGS="-Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" -CXXFLAGS="-Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" +VERSION=0.2.3 +CFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" +CXXFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" export PACKAGE VERSION CFLAGS CXXFLAGS dnl Checks for programs. -- 1.7.10.4