diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-09-28 17:28:40 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-09-28 17:43:40 +0300 |
commit | 6904e7d8ba33e09e9254b7d569205ef2b4d8f9bb (patch) | |
tree | 006c3ef4534332488ef62546de88e1c73185e744 /solenv/inc/unxmacx.mk | |
parent | bbec6182140209774390a6adda967e94f14b9c95 (diff) |
Define LIBO_WERROR when warnings are errors
Diffstat (limited to 'solenv/inc/unxmacx.mk')
-rw-r--r-- | solenv/inc/unxmacx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/unxmacx.mk b/solenv/inc/unxmacx.mk index b5351cbb567d..17575ad741f5 100644 --- a/solenv/inc/unxmacx.mk +++ b/solenv/inc/unxmacx.mk @@ -149,7 +149,7 @@ CFLAGSWARNCC=-Wall -Wendif-labels CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor CFLAGSWALLCC=$(CFLAGSWARNCC) CFLAGSWALLCXX=$(CFLAGSWARNCXX) -CFLAGSWERRCC=-Werror +CFLAGSWERRCC=-Werror -DLIBO_WERROR # All modules on this platform compile without warnings. # If you need to set MODULES_WITH_WARNINGS here, comment |