From ed0688fa6a1612a6bd2bd4fd1f27fef16dae3e93 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 28 Apr 2003 15:47:30 +0000 Subject: INTEGRATION: CWS ooo20030412 (1.3.22.1.34); FILE MERGED 2003/04/11 09:25:17 mh 1.3.22.1.34.2: join: from ooo11beta 2003/03/27 11:37:06 waratah 1.3.22.1.34.1: 11233: enable standard warnings from the gcc compiler on latest 644 branch --- solenv/inc/unxlngr.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'solenv/inc/unxlngr.mk') diff --git a/solenv/inc/unxlngr.mk b/solenv/inc/unxlngr.mk index db6a3dc8834e..1884b281f99b 100644 --- a/solenv/inc/unxlngr.mk +++ b/solenv/inc/unxlngr.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxlngr.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2003-03-27 11:48:18 $ +# last change: $Author: hr $ $Date: 2003-04-28 16:47:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -93,7 +93,7 @@ CC*=gcc # 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= -- cgit