Index: wine/Make.rules.in =================================================================== RCS file: /home/wine/wine/Make.rules.in,v retrieving revision 1.106 diff -u -r1.106 Make.rules.in --- wine/Make.rules.in 2 Apr 2002 02:58:45 -0000 1.106 +++ wine/Make.rules.in 16 Apr 2002 23:04:02 -0000 @@ -112,7 +112,7 @@ .SUFFIXES: .mc .rc .mc.rc .res .spec .spec.c .spec.def .glue.c .pl .ok .c.o: - $(CC) -c $(ALLCFLAGS) -o $@ $< + $(CC) -c $(ALLCFLAGS) `test -f .nowarn && cat .nowarn` -o $@ $< .s.o: $(AS) -o $@ $< Index: wine/configure =================================================================== RCS file: /home/wine/wine/configure,v retrieving revision 1.276 diff -u -r1.276 configure --- wine/configure 12 Apr 2002 01:04:32 -0000 1.276 +++ wine/configure 16 Apr 2002 23:04:05 -0000 @@ -9310,7 +9310,7 @@ if test "x${GCC}" = "xyes" then - CFLAGS="$CFLAGS -Wall" + CFLAGS="$CFLAGS -Wall -W" 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