Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 69456 invoked from network); 19 Sep 2005 23:58:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Sep 2005 23:58:30 -0000 Received: (qmail 20671 invoked by uid 500); 19 Sep 2005 23:58:29 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 20658 invoked by uid 500); 19 Sep 2005 23:58:29 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 20637 invoked by uid 99); 19 Sep 2005 23:58:29 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Sep 2005 16:58:29 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 09F7D125 for ; Tue, 20 Sep 2005 01:57:28 +0200 (CEST) Message-ID: <977552923.1127174248039.JavaMail.jira@ajax.apache.org> Date: Tue, 20 Sep 2005 01:57:28 +0200 (CEST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-35) [HP aCC] warnings: Null macro argument #1 for macro '_RWSTD_DEFINE_FACET_FACTORY Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [HP aCC] warnings: Null macro argument #1 for macro '_RWSTD_DEFINE_FACET_FACTORY -------------------------------------------------------------------------------- Key: STDCXX-35 URL: http://issues.apache.org/jira/browse/STDCXX-35 Project: STDCXX Type: Bug Components: Build Versions: 4.1.2 Environment: HP aCC Reporter: Martin Sebor Priority: Trivial When compiled with HP aCC the library emits the warning below from the three translation units listed: aCC -c -I/build/sebor/dev/stdlib/include/ansi -I/usr/include -D_RWSTDDEBUG -mt -D_RWSTD_USE_CONFIG -I/build/sebor/aCC-3.52-15S/include -I/build/sebor/dev/stdlib/include -Aa +nostl -g +d +DD64 +w +W392 +W655 +W684 +W818 +W819 +W849 /build/sebor/dev/stdlib/src/ti_num_get.cpp Warning (suggestion) 933: "/build/sebor/dev/stdlib/src/ti_num_get.cpp", line 56 # Null macro argument #1 for macro '_RWSTD_DEFINE_FACET_FACTORY'. _RWSTD_DEFINE_FACET_FACTORY (_RWSTD_EXPORT, num_get, TARGS_C, nu ^^^^^^^^^^^^^^^^^^^^^^^^^^^ aCC -c -I/build/sebor/dev/stdlib/include/ansi -I/usr/include -D_RWSTDDEBUG -mt -D_RWSTD_USE_CONFIG -I/build/sebor/aCC-3.52-15S/include -I/build/sebor/dev/stdlib/include -Aa +nostl -g +d +DD64 +w +W392 +W655 +W684 +W818 +W819 +W849 /build/sebor/dev/stdlib/src/ti_num_put.cpp Warning (suggestion) 933: "/build/sebor/dev/stdlib/src/ti_num_put.cpp", line 54 # Null macro argument #1 for macro '_RWSTD_DEFINE_FACET_FACTORY'. _RWSTD_DEFINE_FACET_FACTORY (_RWSTD_EXPORT, num_put, TARGS_C, nu ^^^^^^^^^^^^^^^^^^^^^^^^^^^ aCC -c -I/build/sebor/dev/stdlib/include/ansi -I/usr/include -D_RWSTDDEBUG -mt -D_RWSTD_USE_CONFIG -I/build/sebor/aCC-3.52-15S/include -I/build/sebor/dev/stdlib/include -Aa +nostl -g +d +DD64 +w +W392 +W655 +W684 +W818 +W819 +W849 /build/sebor/dev/stdlib/src/ti_numpunct.cpp Warning (suggestion) 933: "/build/sebor/dev/stdlib/src/ti_numpunct.cpp", line 54 # Null macro argument #1 for macro '_RWSTD_DEFINE_FACET_FACTORY'. _RWSTD_DEFINE_FACET_FACTORY (_RWSTD_EXPORT, numpunct, , nu ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira