commit | f8aa3b506cf92b33dcac5452e9a8e5fc8b0b544f | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Jan 23 21:32:35 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jan 23 21:32:35 2003 +0000 |
tree | e327108eb9266ff5aa7c1adca7ec5372ce6b9091 | |
parent | 92cc5868aecbd2468b5cee6b54f705d097d0008b [diff] [blame] |
Added -Wpointer-arith gcc flag, and fixed the resulting warnings.
diff --git a/configure b/configure index 36798bc..c2b9fd4 100755 --- a/configure +++ b/configure
@@ -10668,7 +10668,7 @@ if test "x${GCC}" = "xyes" then - CFLAGS="$CFLAGS -Wall" + CFLAGS="$CFLAGS -Wall -Wpointer-arith" echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then