Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 7253 invoked from network); 9 Dec 2005 01:37:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Dec 2005 01:37:30 -0000 Received: (qmail 34860 invoked by uid 500); 9 Dec 2005 01:37:30 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 34848 invoked by uid 500); 9 Dec 2005 01:37:30 -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 34836 invoked by uid 99); 9 Dec 2005 01:37:30 -0000 X-ASF-Spam-Status: No, hits=0.0 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; Thu, 08 Dec 2005 17:37:29 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id CCEBE18B for ; Fri, 9 Dec 2005 02:37:08 +0100 (CET) Message-ID: <1530356797.1134092228837.JavaMail.jira@ajax.apache.org> Date: Fri, 9 Dec 2005 02:37:08 +0100 (CET) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-35) [HP aCC] warnings: Null macro argument #1 for macro '_RWSTD_DEFINE_FACET_FACTORY In-Reply-To: <977552923.1127174248039.JavaMail.jira@ajax.apache.org> 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 [ http://issues.apache.org/jira/browse/STDCXX-35?page=all ] Martin Sebor closed STDCXX-35: ------------------------------ Fix Version: 4.1.3 Resolution: Fixed Closed as a duplicate of STDCXX-64. > [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 > Fix For: 4.1.3 > > 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