diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-01 12:34:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-01 12:34:56 +0000 |
commit | 7acd1d0a64db272229624705d39697416eceba12 (patch) | |
tree | 0cec4808961f43455a10341f8c59c832a31cdacd /solenv/inc/unxlngi4.mk | |
parent | c2158294f305bb62a4950d296fb8f9a8713ec2eb (diff) |
INTEGRATION: CWS ause02 (1.12.12.4.14); FILE MERGED
2003/03/19 14:49:19 hjs 1.12.12.4.14.1: #108317# chng. compiler switches for wall=true
Diffstat (limited to 'solenv/inc/unxlngi4.mk')
-rw-r--r-- | solenv/inc/unxlngi4.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unxlngi4.mk b/solenv/inc/unxlngi4.mk index 088d29492..a4b620fc4 100644 --- a/solenv/inc/unxlngi4.mk +++ b/solenv/inc/unxlngi4.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxlngi4.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: hr $ $Date: 2003-03-27 11:48:17 $ +# last change: $Author: vg $ $Date: 2003-04-01 13:34:56 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -136,7 +136,7 @@ CFLAGSNOOPT=-O # Compiler flags for discibing the output path CFLAGSOUTOBJ=-o # Enable all warnings -CFLAGSWALL=-Wall +CFLAGSWALL=-Wall -Wfloat-equal -Weffc++ -Wold-style-cast -Woverloaded-virtual -Wshadow -Wpointer-arith -Wcast-align -Wsign-compare -Winline # Set default warn level CFLAGSDFLTWARN=-w |