summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-08-09 16:52:55 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-08-09 16:52:55 +0000
commitf1a6167c8037d70fa6114cf6ca1f3e3a39d604d8 (patch)
tree7b2acb51197a0f663c506c4d412cfce1bc3bbe34
parent0d9e87a8188c3db8131e64fae30d1021b5186fd3 (diff)
downloadATCD-f1a6167c8037d70fa6114cf6ca1f3e3a39d604d8.tar.gz
ChangeLogTag: Thu Aug 9 11:51:10 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-02a6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--include/makeinclude/platform_hpux_aCC.GNU2
4 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 243af679037..14db7aa0733 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Aug 9 11:51:10 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * include/makeinclude/platform_hpux_aCC.GNU: On popular mandate we
+ have the -w flag removed from CCFLAGS in the above file. Looks
+ like the -w disables lots of warnings that may be useful.
+
Thu Aug 9 11:41:01 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/CDR_Stream.h (ACE_OutputCDR): Fixed the ambigous constructor
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 243af679037..14db7aa0733 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Thu Aug 9 11:51:10 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * include/makeinclude/platform_hpux_aCC.GNU: On popular mandate we
+ have the -w flag removed from CCFLAGS in the above file. Looks
+ like the -w disables lots of warnings that may be useful.
+
Thu Aug 9 11:41:01 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/CDR_Stream.h (ACE_OutputCDR): Fixed the ambigous constructor
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 243af679037..14db7aa0733 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Thu Aug 9 11:51:10 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * include/makeinclude/platform_hpux_aCC.GNU: On popular mandate we
+ have the -w flag removed from CCFLAGS in the above file. Looks
+ like the -w disables lots of warnings that may be useful.
+
Thu Aug 9 11:41:01 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/CDR_Stream.h (ACE_OutputCDR): Fixed the ambigous constructor
diff --git a/include/makeinclude/platform_hpux_aCC.GNU b/include/makeinclude/platform_hpux_aCC.GNU
index 1592edd42cb..dc851267a40 100644
--- a/include/makeinclude/platform_hpux_aCC.GNU
+++ b/include/makeinclude/platform_hpux_aCC.GNU
@@ -84,7 +84,7 @@ endif
endif
# Suppress warning 302 ((...) parameter list is a non-portable feature)
-CCFLAGS += $(THR_DEFS) -DHPUX_VERS=$(HPUX_VERS) -DACE_LACKS_PRAGMA_ONCE -w +W302
+CCFLAGS += $(THR_DEFS) -DHPUX_VERS=$(HPUX_VERS) -DACE_LACKS_PRAGMA_ONCE +W302
# If exception support is explicitly disabled, tell the compiler.
# This is not recommended since the run-time library can throw exceptions.