You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2008/05/20 23:18:55 UTC

[jira] Issue Comment Edited: (STDCXX-941) [HP aCC 3] many warnings 887: Type T is smaller than type U, unwanted widening in value may result.

    [ https://issues.apache.org/jira/browse/STDCXX-941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598469#action_12598469 ] 

sebor edited comment on STDCXX-941 at 5/20/08 2:16 PM:
--------------------------------------------------------------

Warning silenced in [r658434|http://svn.apache.org/viewvc?rev=658434&view=rev].

      was (Author: sebor):
    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.