? warning-remove.patch Index: macgccp.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/macgccp.mk,v retrieving revision 1.1.1.1.48.1 diff -u -b -B -r1.1.1.1.48.1 macgccp.mk --- macgccp.mk 31 Jan 2003 15:43:45 -0000 1.1.1.1.48.1 +++ macgccp.mk 8 Feb 2003 01:57:39 -0000 @@ -84,7 +84,7 @@ CXX=powerpc-apple-machten-g++ CC=powerpc-apple-machten-gcc -CFLAGS=-w -nostdinc -c -I. -I$(INC) -I$(INCLOCAL) -I$(INCGUI) -I$(INCCOM) $(SOLARINC) -I/usr/local/Machten/lib/gcc-lib/i586-pc-linux-gnu/egcs-2.91.57/include -I/nw386/dev/s/solenv/unxlngi/usr/include +CFLAGS=-nostdinc -c -I. -I$(INC) -I$(INCLOCAL) -I$(INCGUI) -I$(INCCOM) $(SOLARINC) -I/usr/local/Machten/lib/gcc-lib/i586-pc-linux-gnu/egcs-2.91.57/include -I/nw386/dev/s/solenv/unxlngi/usr/include CFLAGSCC= -mpowerpc CFLAGSEXCEPTIONS=-fexceptions Index: unxbsdi.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxbsdi.mk,v retrieving revision 1.2 diff -u -b -B -r1.2 unxbsdi.mk --- unxbsdi.mk 24 Oct 2001 17:21:47 -0000 1.2 +++ unxbsdi.mk 8 Feb 2003 01:57:40 -0000 @@ -8,7 +8,7 @@ CDEFS+=-D_PTHREADS -D_REENTRANT CDEFS+=-D_STD_NO_NAMESPACE -D_VOS_NO_NAMESPACE -D_UNO_NO_NAMESPACE CDEFS+=-DNO_INET_ON_DEMAND -DX86 -DNEW_SOLAR -DNCIfeature -CFLAGS+=-w -c $(INCLUDE) +CFLAGS+=-c $(INCLUDE) CFLAGSCC=-pipe -mpentium CFLAGSEXCEPTIONS=-fexceptions CFLAGS_NO_EXCEPTIONS=-fno-exceptions Index: unxbsds.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxbsds.mk,v retrieving revision 1.5.22.1 diff -u -b -B -r1.5.22.1 unxbsds.mk --- unxbsds.mk 31 Jan 2003 15:46:41 -0000 1.5.22.1 +++ unxbsds.mk 8 Feb 2003 01:57:40 -0000 @@ -89,7 +89,7 @@ # name of C Compiler CC=gcc # flags for C and C++ Compiler -CFLAGS=-w -c $(INCLUDE) -I$(SOLARENV)/unxbsds/usr/include +CFLAGS=-c $(INCLUDE) -I$(SOLARENV)/unxbsds/usr/include # flags for the C++ Compiler CFLAGSCC= -pipe Index: unxhpgr.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxhpgr.mk,v retrieving revision 1.2.22.1 diff -u -b -B -r1.2.22.1 unxhpgr.mk --- unxhpgr.mk 31 Jan 2003 15:47:04 -0000 1.2.22.1 +++ unxhpgr.mk 8 Feb 2003 01:57:40 -0000 @@ -82,7 +82,8 @@ #CC=/opt/ansic/bin/cc CXX=g++ CC=gcc -CFLAGS= -Wall -w -nostdinc -c $(INCLUDE) -I/nw386/dev/s/solenv/unxhpgr/lib/gcc-lib/hppa1.1-hp-hpux10.20/egcs-2.91.57/include +CFLAGSWALL=-Wall +CFLAGS=-nostdinc -c $(INCLUDE) -I/nw386/dev/s/solenv/unxhpgr/lib/gcc-lib/hppa1.1-hp-hpux10.20/egcs-2.91.57/include CFLAGSCC=-pipe -fguiding-decls CFLAGSCXX=-pipe -fguiding-decls CFLAGSOBJGUIST= Index: unxlngi3.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxlngi3.mk,v retrieving revision 1.18.6.1 diff -u -b -B -r1.18.6.1 unxlngi3.mk --- unxlngi3.mk 31 Jan 2003 15:48:04 -0000 1.18.6.1 +++ unxlngi3.mk 8 Feb 2003 01:57:41 -0000 @@ -126,7 +126,7 @@ # Enable all warnings CFLAGSWALL=-Wall # Set default warn level -CFLAGSDFLTWARN=-w +CFLAGSDFLTWARN= # switches for dynamic and static linking STATIC = -Wl,-Bstatic Index: unxlngi4.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxlngi4.mk,v retrieving revision 1.12.12.3 diff -u -b -B -r1.12.12.3 unxlngi4.mk --- unxlngi4.mk 31 Jan 2003 15:48:17 -0000 1.12.12.3 +++ unxlngi4.mk 8 Feb 2003 01:57:41 -0000 @@ -103,7 +103,7 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions # -fpermissive should be removed as soon as possible -CFLAGSCXX= -pipe -mcpu=pentiumpro -fno-for-scope -fpermissive -fno-rtti +CFLAGSCXX= -pipe -mcpu=pentiumpro -fno-for-scope -fpermissive # HACK: enable Hamburg developers to build on glibc-2.2 machines but compile vs. glibc-2.1 headers .IF "$(BUILD_SPECIAL)"=="" @@ -138,7 +138,7 @@ # Enable all warnings CFLAGSWALL=-Wall # Set default warn level -CFLAGSDFLTWARN=-w +CFLAGSDFLTWARN= # switches for dynamic and static linking STATIC = -Wl,-Bstatic Index: unxlngp.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxlngp.mk,v retrieving revision 1.2.36.1 diff -u -b -B -r1.2.36.1 unxlngp.mk --- unxlngp.mk 31 Jan 2003 15:48:29 -0000 1.2.36.1 +++ unxlngp.mk 8 Feb 2003 01:57:42 -0000 @@ -82,7 +82,7 @@ CXX*=g++ CC*=gcc -CFLAGS=-w -nostdinc -c $(INCLUDE) +CFLAGS=-nostdinc -c $(INCLUDE) CFLAGSCC= -pipe CFLAGSCXX= -pipe -fguiding-decls -fno-rtti -fno-exceptions Index: unxlngppc.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxlngppc.mk,v retrieving revision 1.9.20.1 diff -u -b -B -r1.9.20.1 unxlngppc.mk --- unxlngppc.mk 31 Jan 2003 15:48:41 -0000 1.9.20.1 +++ unxlngppc.mk 8 Feb 2003 01:57:42 -0000 @@ -92,7 +92,7 @@ CC*=gcc # source code is still not signed versus unsigned char clean -CFLAGS=-fsigned-char -w -nostdinc -c $(INCLUDE) -I$(SOLARENV)/unxlngppc/usr/include +CFLAGS=-fsigned-char -nostdinc -c $(INCLUDE) -I$(SOLARENV)/unxlngppc/usr/include CFLAGSCC=-fsigned-char # Flags for enabling exception handling Index: unxlngppc4.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxlngppc4.mk,v retrieving revision 1.2.6.1 diff -u -b -B -r1.2.6.1 unxlngppc4.mk --- unxlngppc4.mk 31 Jan 2003 15:48:53 -0000 1.2.6.1 +++ unxlngppc4.mk 8 Feb 2003 01:57:43 -0000 @@ -144,7 +144,7 @@ CFLAGSWALL=-Wall # Set default warn level -CFLAGSDFLTWARN=-w +CFLAGSDFLTWARN= # switches for dynamic and static linking STATIC = -Wl,-Bstatic Index: unxlngr.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxlngr.mk,v retrieving revision 1.3.22.1 diff -u -b -B -r1.3.22.1 unxlngr.mk --- unxlngr.mk 31 Jan 2003 15:49:05 -0000 1.3.22.1 +++ unxlngr.mk 8 Feb 2003 01:57:43 -0000 @@ -93,7 +93,7 @@ # do not use standard header search paths # here the Compiler is installed in the solenv hierarchy, to be changed # if installed elsewhere -CFLAGS=-w -nostdinc -c $(INCLUDE) -I$(SOLARENV)/unxlngr/lib/gcc-lib/arm-linux/2.95.2/include -I$(SOLARENV)/unxlngr/usr/include +CFLAGS=-nostdinc -c $(INCLUDE) -I$(SOLARENV)/unxlngr/lib/gcc-lib/arm-linux/2.95.2/include -I$(SOLARENV)/unxlngr/usr/include # flags for the C++ Compiler CFLAGSCC= Index: unxlnxi.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxlnxi.mk,v retrieving revision 1.3.36.1 diff -u -b -B -r1.3.36.1 unxlnxi.mk --- unxlnxi.mk 31 Jan 2003 15:49:16 -0000 1.3.36.1 +++ unxlnxi.mk 8 Feb 2003 01:57:43 -0000 @@ -82,9 +82,9 @@ CXX*=g++ CC*=gcc .IF "$(GLIBC)"=="2" -CFLAGS=-w -c -I. -I$(INC) -I$(INCLOCAL) -I$(INCGUI) -I$(INCCOM) $(SOLARINC) +CFLAGS=-c -I. -I$(INC) -I$(INCLOCAL) -I$(INCGUI) -I$(INCCOM) $(SOLARINC) .ELSE -CFLAGS=-w -c -I. -I/usr/solar/inc/pthread_provenzano -I$(INC) -I$(INCLOCAL) -I$(INCGUI) -I$(INCCOM) $(SOLARINC) +CFLAGS=-c -I. -I/usr/solar/inc/pthread_provenzano -I$(INC) -I$(INCLOCAL) -I$(INCGUI) -I$(INCCOM) $(SOLARINC) .ENDIF CFLAGSCC=-pipe -mpentium -fguiding-decls CFLAGSCXX=-pipe -mpentium -fguiding-decls Index: unxscoi.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxscoi.mk,v retrieving revision 1.2.22.1 diff -u -b -B -r1.2.22.1 unxscoi.mk --- unxscoi.mk 31 Jan 2003 15:49:53 -0000 1.2.22.1 +++ unxscoi.mk 8 Feb 2003 01:57:44 -0000 @@ -71,7 +71,7 @@ CXX*=/nw386/dev/s/solenv/unxscoi/bin/g++ CC*=/nw386/dev/s/solenv/unxscoi/bin/gcc -CFLAGS=-w -c $(INCLUDE) +CFLAGS=-c $(INCLUDE) CFLAGSCC=-mpentium CFLAGSCXX= -mpentium CFLAGSEXCEPTIONS=-fexceptions Index: unxsogs.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxsogs.mk,v retrieving revision 1.4.22.1 diff -u -b -B -r1.4.22.1 unxsogs.mk --- unxsogs.mk 31 Jan 2003 15:50:04 -0000 1.4.22.1 +++ unxsogs.mk 8 Feb 2003 01:57:45 -0000 @@ -85,7 +85,7 @@ CXX*=g++ CC*=gcc -CFLAGS=-w -c $(INCLUDE) +CFLAGS=-c $(INCLUDE) CFLAGSCC= -pipe CFLAGSEXCEPTIONS=-fexceptions Index: unxsoli2.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxsoli2.mk,v retrieving revision 1.5.40.1 diff -u -b -B -r1.5.40.1 unxsoli2.mk --- unxsoli2.mk 31 Jan 2003 15:50:14 -0000 1.5.40.1 +++ unxsoli2.mk 8 Feb 2003 01:57:45 -0000 @@ -79,11 +79,7 @@ CXX*=CC CC*=cc -.IF "$(WARN)"!="" WARNINGS = -.ELSE -WARNINGS = -w -.ENDIF CFLAGS=$(PREENVCFLAGS) $(WARNINGS) -c -temp=/tmp $(INCLUDE) CFLAGSCC=-xCC Index: unxsoli3.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxsoli3.mk,v retrieving revision 1.12.14.1 diff -u -b -B -r1.12.14.1 unxsoli3.mk --- unxsoli3.mk 31 Jan 2003 15:50:26 -0000 1.12.14.1 +++ unxsoli3.mk 8 Feb 2003 01:57:45 -0000 @@ -103,7 +103,7 @@ # Enable all warnings CFLAGSWALL=+w2 # Set default warn level -CFLAGSDFLTWARN=-w +CFLAGSDFLTWARN= STDOBJVCL=$(L)$/salmain.o Index: unxsols2.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxsols2.mk,v retrieving revision 1.5.40.1 diff -u -b -B -r1.5.40.1 unxsols2.mk --- unxsols2.mk 31 Jan 2003 15:50:39 -0000 1.5.40.1 +++ unxsols2.mk 8 Feb 2003 01:57:45 -0000 @@ -78,11 +78,7 @@ CXX*=CC CC*=cc -.IF "$(WARN)"!="" WARNINGS = -.ELSE -WARNINGS = -w -.ENDIF CFLAGS=$(PREENVCFLAGS) $(WARNINGS) -c -temp=/tmp $(INCLUDE) CFLAGSCC=-xCC Index: unxsols3.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxsols3.mk,v retrieving revision 1.22.12.1 diff -u -b -B -r1.22.12.1 unxsols3.mk --- unxsols3.mk 31 Jan 2003 15:50:51 -0000 1.22.12.1 +++ unxsols3.mk 8 Feb 2003 01:57:46 -0000 @@ -103,7 +103,7 @@ # Enable all warnings CFLAGSWALL=+w2 # Set default warn level -CFLAGSDFLTWARN=-w +CFLAGSDFLTWARN= STDOBJVCL=$(L)$/salmain.o Index: unxsols4.mk =================================================================== RCS file: /cvs/oo/tools/solenv/inc/unxsols4.mk,v retrieving revision 1.3.2.2 diff -u -b -B -r1.3.2.2 unxsols4.mk --- unxsols4.mk 31 Jan 2003 19:20:07 -0000 1.3.2.2 +++ unxsols4.mk 8 Feb 2003 01:57:46 -0000 @@ -41,7 +41,7 @@ # Enable all warnings CFLAGSWALL=+w2 # Set default warn level -CFLAGSDFLTWARN=-w +CFLAGSDFLTWARN= STDOBJVCL=$(L)$/salmain.o