You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Bill Mitchell (JIRA)" <ji...@apache.org> on 2008/02/09 01:36:08 UTC

[jira] Commented: (AXIS2C-573) Fix warnings on windows

    [ https://issues.apache.org/jira/browse/AXIS2C-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567252#action_12567252 ] 

Bill Mitchell commented on AXIS2C-573:
--------------------------------------

I glad to see you are picking these up, Senaka.  After changing the Windows makefile to /W3 to enable warnings, I was beginning to get irritated by these, too.  Obviously a lot are just AXIS2_PARAM_CHECK calls that return the wrong type, e.g., AXIS2_FAILURE, in a method that is supposed to return a pointer.  When I saw the signed/unsigned warnings, though, these set off bells and whistles for me.  I've not looked at these in particular, but in other projects on which I have worked, the signed/unsigned warnings are usually real coding errors as the C promotion rules for signed/unsigned do not yield the comparison that a human reader expects.  Thanks.

> Fix warnings on windows 
> ------------------------
>
>                 Key: AXIS2C-573
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-573
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Windows)
>         Environment: Windows
>            Reporter: Nandika Jayawardana
>            Assignee: Senaka Fernando
>             Fix For: 1.3.0
>
>
> When building axis2c source on windows, there are large number of warnings. These warnings should be fixed

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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