Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 94503 invoked from network); 20 Sep 2005 01:51:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2005 01:51:30 -0000 Received: (qmail 96812 invoked by uid 500); 20 Sep 2005 01:51:30 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 96796 invoked by uid 500); 20 Sep 2005 01:51: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 96783 invoked by uid 99); 20 Sep 2005 01:51:29 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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 18:51:29 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 08841125 for ; Tue, 20 Sep 2005 03:50:28 +0200 (CEST) Message-ID: <1719520097.1127181028032.JavaMail.jira@ajax.apache.org> Date: Tue, 20 Sep 2005 03:50:28 +0200 (CEST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-37) [aCC 6.0] locale_body.cpp: remark #2815-D: type qualifier on return type is meaningless 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 [aCC 6.0] locale_body.cpp: remark #2815-D: type qualifier on return type is meaningless --------------------------------------------------------------------------------------- Key: STDCXX-37 URL: http://issues.apache.org/jira/browse/STDCXX-37 Project: STDCXX Type: Bug Components: Build Versions: 4.1.2 Environment: aCC 6.0 Reporter: Martin Sebor Priority: Trivial When compiled with aCC 6.0 the file locale_body.cpp emits the following remark: aCC -c -D_RWSTDDEBUG -mt -D_RWSTD_USE_CONFIG -I/build/sebor/aCC-6.0-15d/include -I/build/sebor/dev/stdlib/include -AA -g +d +w +W392 +W655 +W684 +W818 +W819 +W849 +W2193 +W2236 +W2261 +W2340 +W2401 +W2487 +Z /build/sebor/dev/stdlib/src/locale_body.cpp "/build/sebor/dev/stdlib/include/rw/_mutex.h", line 619: remark #2815-D: type qualifier on return type is meaningless _TypeT __rw_atomic_preincrement (_TypeT &__t, bool) ^ detected during instantiation of "__rw::__rw_atomic_preincrement" based on template argument at line 800 of "/build/sebor/dev/stdlib/src/locale_body.cpp" "/build/sebor/dev/stdlib/include/rw/_mutex.h", line 575: remark #2815-D: type qualifier on return type is meaningless _TypeT __rw_atomic_preincrement (_TypeT &__t, __rw_mutex_base &__mutex) ^ detected during: instantiation of "__rw::__rw_atomic_preincrement" based on template argument at line 622 instantiation of "_TypeT __rw::__rw_atomic_preincrement(_TypeT &, bool) [with _TypeT=volatile long]" at line 800 of "/build/sebor/dev/stdlib/src/locale_body.cpp" -- 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