summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-19 23:05:54 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-19 23:05:54 +0000
commitd98822fb5e93b4a4a27ce364c7738eb00d975fab (patch)
treed6b451c63c344c24bc9f9cd1c1f17e84354614a7
parent68a57709678657732d531a1839138e13292c47e3 (diff)
downloadATCD-d98822fb5e93b4a4a27ce364c7738eb00d975fab.tar.gz
ChangeLogTag: Tue Jun 19 16:01:01 2001 Priyanka Gontla <pgontla@ece.uci.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 58219c119dc..9c1300d958c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jun 19 16:01:01 2001 Priyanka Gontla <pgontla@ece.uci.edu>
+
+ * include/makeinclude/platform_hpux_aCC.GNU (THR_DEFS):
+ Suppressed error 908 complaining about use of 'export' which
+ might be used as a C++ keyword in future by aCC compiler.
+
Tue Jun 19 16:20:52 2001 Sharath R. Cholleti <sharath@cs.wustl.edu>
* ace/CDR_Stream.cpp:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 58219c119dc..9c1300d958c 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Tue Jun 19 16:01:01 2001 Priyanka Gontla <pgontla@ece.uci.edu>
+
+ * include/makeinclude/platform_hpux_aCC.GNU (THR_DEFS):
+ Suppressed error 908 complaining about use of 'export' which
+ might be used as a C++ keyword in future by aCC compiler.
+
Tue Jun 19 16:20:52 2001 Sharath R. Cholleti <sharath@cs.wustl.edu>
* ace/CDR_Stream.cpp:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 58219c119dc..9c1300d958c 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Tue Jun 19 16:01:01 2001 Priyanka Gontla <pgontla@ece.uci.edu>
+
+ * include/makeinclude/platform_hpux_aCC.GNU (THR_DEFS):
+ Suppressed error 908 complaining about use of 'export' which
+ might be used as a C++ keyword in future by aCC compiler.
+
Tue Jun 19 16:20:52 2001 Sharath R. Cholleti <sharath@cs.wustl.edu>
* ace/CDR_Stream.cpp:
diff --git a/include/makeinclude/platform_hpux_aCC.GNU b/include/makeinclude/platform_hpux_aCC.GNU
index e380bee141b..1592edd42cb 100644
--- a/include/makeinclude/platform_hpux_aCC.GNU
+++ b/include/makeinclude/platform_hpux_aCC.GNU
@@ -98,7 +98,7 @@ endif
# errors by quickly scanning the output. 829 is suppressed because the
# system headers have offending string literals assigned to char *.
ifeq ($(word 2,$(HPVERS_WORDS)), 10)
-CCFLAGS += +W495,667,829
+CCFLAGS += +W495,667,829,908
endif
DCCFLAGS += -g
DLD = $(CXX) $(CCFLAGS)