[ 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to