diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-07 20:52:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-08 08:57:10 +0100 |
commit | c4a12828ddce13def9dba2cd9b76c676fd2e9a4d (patch) | |
tree | f5804bfc07ace8055b1206650c80253a723fb16d /solenv/inc/unxgcc.mk | |
parent | 36372364ab3dcebcc5b4a2f1898d86a345a27f1f (diff) |
all modules are warning free
Diffstat (limited to 'solenv/inc/unxgcc.mk')
-rw-r--r-- | solenv/inc/unxgcc.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/solenv/inc/unxgcc.mk b/solenv/inc/unxgcc.mk index 7dd5c668f50c..752de80c7b36 100644 --- a/solenv/inc/unxgcc.mk +++ b/solenv/inc/unxgcc.mk @@ -138,11 +138,7 @@ CFLAGSWALLCC=$(CFLAGSWARNCC) CFLAGSWALLCXX=$(CFLAGSWARNCXX) CFLAGSWERRCC=-Werror -# Once all modules on this platform compile without warnings, set -# COMPILER_WARN_ERRORS=TRUE here instead of setting MODULES_WITH_WARNINGS (see -# settings.mk): -MODULES_WITH_WARNINGS := \ - lotuswordpro +COMPILER_WARN_ERRORS=TRUE # switches for dynamic and static linking STATIC = -Wl,-Bstatic |