Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 48945 invoked from network); 20 May 2008 21:11:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 May 2008 21:11:18 -0000 Received: (qmail 55424 invoked by uid 500); 20 May 2008 21:11:20 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 55398 invoked by uid 500); 20 May 2008 21:11:19 -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 55386 invoked by uid 99); 20 May 2008 21:11:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 14:11:19 -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 21:10:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 744AB234C128 for ; Tue, 20 May 2008 14:10:57 -0700 (PDT) Message-ID: <133856520.1211317857475.JavaMail.jira@brutus> Date: Tue, 20 May 2008 14:10:57 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Resolved: (STDCXX-941) [HP aCC 3] many warnings 887: Type T is smaller than type U, unwanted widening in value may result. In-Reply-To: <2128396534.1211317495590.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor resolved STDCXX-941. --------------------------------- Resolution: Fixed Warning silenced in [r658425|http://svn.apache.org/viewvc?rev=658425&view=rev]. > [HP aCC 3] many warnings 887: Type T is smaller than type U, unwanted widening in value may result. > --------------------------------------------------------------------------------------------------- > > Key: STDCXX-941 > URL: https://issues.apache.org/jira/browse/STDCXX-941 > Project: C++ Standard Library > Issue Type: Bug > Components: 22. Localization > Affects Versions: 4.2.1 > Environment: aCC: HP ANSI C++ B3910B A.03.73 > Reporter: Martin Sebor > Assignee: Martin Sebor > Fix For: 4.2.2 > > Original Estimate: 1h > Remaining Estimate: 1h > > The following (complete useless) warning is pervasive in stdcxx 4.2.1 builds with aCC 3: > {noformat} > aCC -c -mt -I$(TOPDIR)/include -I$(BUILDDIR)/include -AA +O2 +DD64 +w +W392,655,684,818,819,849 +Z $(TOPDIR)/src/ctype.cpp > Warning (suggestion) 887: "$(TOPDIR)/include/loc/_ctype.h", line 544 # Type 'unsigned int' is smaller than type 'unsigned long', unwanted widening in value may result. > const _RWSTD_SIZE_T __inx = _RWSTD_STATIC_CAST (_RWSTD_UWCHAR_INT_T, __c); > ^^^^^^^^^^^^^^^^^^ > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.