summaryrefslogtreecommitdiff
path: root/ACE/include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-09-30 13:32:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-09-30 13:32:10 +0000
commitda02513ac0e2b956cdee4606e3dde78cd4a0382b (patch)
tree917a7020da4b37eab56a712467958531e32f0ac7 /ACE/include
parenta7c554bf29fbe7557befbba05e5e97d6e5784e8d (diff)
downloadATCD-da02513ac0e2b956cdee4606e3dde78cd4a0382b.tar.gz
Tue Sep 30 13:34:34 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* include/makeinclude/platform_g++_common.GNU: Add -Wnon-virtual-dtor to the default CCFLAGS
Diffstat (limited to 'ACE/include')
-rw-r--r--ACE/include/makeinclude/platform_g++_common.GNU1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_g++_common.GNU b/ACE/include/makeinclude/platform_g++_common.GNU
index 4cb04298e7c..4767f0d5e39 100644
--- a/ACE/include/makeinclude/platform_g++_common.GNU
+++ b/ACE/include/makeinclude/platform_g++_common.GNU
@@ -243,3 +243,4 @@ endif
pipes ?= 1
FLAGS_C_CC += -Wall -W -Wpointer-arith
+CCFLAGS += -Wnon-virtual-dtor