Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 39336 invoked from network); 20 May 2008 20:51:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 May 2008 20:51:18 -0000 Received: (qmail 24772 invoked by uid 500); 20 May 2008 20:51:20 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 24757 invoked by uid 500); 20 May 2008 20:51:20 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 24746 invoked by uid 99); 20 May 2008 20:51:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 13:51:20 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 20:50:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8F55F234C118 for ; Tue, 20 May 2008 13:50:55 -0700 (PDT) Message-ID: <1113894104.1211316655581.JavaMail.jira@brutus> Date: Tue, 20 May 2008 13:50:55 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Created: (STDCXX-940) [HP aCC 6] remark #4244: extern storage class used with a function definition MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [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, , numpunct); ^ {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.