You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Geoff Winn (JIRA)" <tu...@ws.apache.org> on 2006/06/16 16:48:29 UTC

[jira] Created: (TUSCANY-476) [SDO for C++] Many warnings generated for signed/unsigned mismatch

[SDO for C++] Many warnings generated for signed/unsigned mismatch
------------------------------------------------------------------

         Key: TUSCANY-476
         URL: http://issues.apache.org/jira/browse/TUSCANY-476
     Project: Tuscany
        Type: Improvement

  Components: C++ SDO  
    Versions: Cpp-current    
 Environment: Windows XP, Microsoft Visual C++ V7
    Reporter: Geoff Winn
    Priority: Minor


The current build of SDO for C++ generates 74 warnings for signed / unsigned mismatches on Windows XP. These aren't a big deal in themselves but I recently overlooked a significant warning that appeared in the list of "unimportant" ones. Quiet a few can be eliminated by changing int declarations to unsigned int, which at least shortens the list.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-476) [SDO for C++] Many warnings generated for signed/unsigned mismatch

Posted by "Geoff Winn (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-476?page=all ]

Geoff Winn updated TUSCANY-476:
-------------------------------

    Attachment: TUSCANY-476.patch

The attached patch file modifies 5 source files and removes about half the signed / unsigned warnings. I've built it and run the SDO tests successfully on both Windows XP and RHEL 3.

> [SDO for C++] Many warnings generated for signed/unsigned mismatch
> ------------------------------------------------------------------
>
>          Key: TUSCANY-476
>          URL: http://issues.apache.org/jira/browse/TUSCANY-476
>      Project: Tuscany
>         Type: Improvement

>   Components: C++ SDO
>     Versions: Cpp-current
>  Environment: Windows XP, Microsoft Visual C++ V7
>     Reporter: Geoff Winn
>     Priority: Minor
>  Attachments: TUSCANY-476.patch
>
> The current build of SDO for C++ generates 74 warnings for signed / unsigned mismatches on Windows XP. These aren't a big deal in themselves but I recently overlooked a significant warning that appeared in the list of "unimportant" ones. Quiet a few can be eliminated by changing int declarations to unsigned int, which at least shortens the list.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Closed: (TUSCANY-476) [SDO for C++] Many warnings generated for signed/unsigned mismatch

Posted by "Pete Robbins (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-476?page=all ]

Pete Robbins closed TUSCANY-476.
--------------------------------

    Fix Version/s: Cpp-M1
       Resolution: Fixed

patch applied

> [SDO for C++] Many warnings generated for signed/unsigned mismatch
> ------------------------------------------------------------------
>
>                 Key: TUSCANY-476
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-476
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: C++ SDO
>    Affects Versions: Cpp-current
>         Environment: Windows XP, Microsoft Visual C++ V7
>            Reporter: Geoff Winn
>            Priority: Minor
>             Fix For: Cpp-M1
>
>         Attachments: TUSCANY-476.patch
>
>
> The current build of SDO for C++ generates 74 warnings for signed / unsigned mismatches on Windows XP. These aren't a big deal in themselves but I recently overlooked a significant warning that appeared in the list of "unimportant" ones. Quiet a few can be eliminated by changing int declarations to unsigned int, which at least shortens the list.

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org