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 "nadir amra (JIRA)" <ji...@apache.org> on 2010/06/26 01:01:49 UTC

[jira] Commented: (AXIS2C-1483) broken due to AXIS2_UNZOPEN2 change in axutil_unix.h

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

nadir amra commented on AXIS2C-1483:
------------------------------------

Becaue it is inheritnly dangerouse to specify 2 statements in one define, specifially when used in an if-statement as follows:

if (xxx)
    AXIS2_UNZOPEN2(zipfilename,ffunc);



I will look at where it is used and fix it. 

> broken due to AXIS2_UNZOPEN2 change in axutil_unix.h
> ----------------------------------------------------
>
>                 Key: AXIS2C-1483
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1483
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: platforms/unix
>         Environment: linux
>            Reporter: Damitha Kumarage
>
> Axis2/C build break when built with --with-archive=/usr/include option, due to  following change.
> -define AXIS2_UNZOPEN2(zipfilename,ffunc) unzOpen2(zipfilename,NULL); memset(&ffunc, 0, sizeof(ffunc));
> +define AXIS2_UNZOPEN2(zipfilename,ffunc) do { unzOpen2(zipfilename,NULL); memset(&ffunc, 0, sizeof(ffunc)); } while (0)
> why do we need a while loop here?

-- 
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: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org