summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/include/makeinclude/platform_g++_common.GNU1
2 files changed, 6 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 293be2007bd..f55147918da 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+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
+
Fri Sep 26 09:58:57 UTC 2014 Olli Savia <ops@iki.fi>
* tests/Message_Block_Large_Copy_Test.cpp:
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