[HP aCC 6] remark #4244: extern storage class used with a function definition
-----------------------------------------------------------------------------
Key: STDCXX-940
URL: https://issues.apache.org/jira/browse/STDCXX-940
Project: C++ Standard Library
Issue Type: Bug
Components: Build
Affects Versions: 4.2.1
Environment: aCC: HP C/aC++ B3910B A.06.16 [Nov 26 2007]
Reporter: Martin Sebor
Assignee: Martin Sebor
Priority: Trivial
Fix For: 4.2.2
When compiling with HP aCC 6, the library builds with the following three
warnings:
{noformat}
aCC -c -I$(TOPDIR)/include -I$(BUILDDIR)/include -AA +O2 +w
+W392,655,684,818,819,849 +W2193,2236,2261,2340,2401,2487
+W4227,4229,4231,4235,4237,4249 +W4255,4272,4284,4285,4286,4296,4297 +W3348 +Z
$(TOPDIR)/src/ti_num_get.cpp
"$(TOPDIR)/src/ti_num_get.cpp", line 51: remark #4244-D: extern storage class
used with a function definition
_RWSTD_DEFINE_FACET_FACTORY (extern _RWSTD_EXPORT, num_get, TARGS_C, num_get);
^
aCC -c -I$(TOPDIR)/include -I$(BUILDDIR)/include -AA +O2 +w
+W392,655,684,818,819,849 +W2193,2236,2261,2340,2401,2487
+W4227,4229,4231,4235,4237,4249 +W4255,4272,4284,4285,4286,4296,4297 +W3348 +Z
$(TOPDIR)/src/ti_num_put.cpp
"$(TOPDIR)/src/ti_num_put.cpp", line 49: remark #4244-D: extern storage class
used with a function definition
_RWSTD_DEFINE_FACET_FACTORY (extern _RWSTD_EXPORT, num_put, TARGS_C, num_put);
^
aCC -c -I$(TOPDIR)/include -I$(BUILDDIR)/include -AA +O2 +w
+W392,655,684,818,819,849 +W2193,2236,2261,2340,2401,2487
+W4227,4229,4231,4235,4237,4249 +W4255,4272,4284,4285,4286,4296,4297 +W3348 +Z
$(TOPDIR)/src/ti_numpunct.cpp
"$(TOPDIR)/src/ti_numpunct.cpp", line 49: remark #4244-D: extern storage class
used with a function definition
_RWSTD_DEFINE_FACET_FACTORY (extern _RWSTD_EXPORT, numpunct, <char>,
numpunct);
^
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.