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 "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org> on 2004/10/29 05:02:32 UTC

[jira] Created: (AXISCPP-233) Waning about gs_SoapEnvVersionsStruct[2] appear at many places while building

Waning about gs_SoapEnvVersionsStruct[2] appear at many places while building
-----------------------------------------------------------------------------

         Key: AXISCPP-233
         URL: http://issues.apache.org/jira/browse/AXISCPP-233
     Project: Axis-C++
        Type: Bug
    Versions: 1.3 Final    
 Environment: Linux GNU make (should apply to other builds as well)
    Reporter: Samisa Abeysinghe
    Priority: Minor


While building the source the following warning appear for many source files.
../../include/axis/server/SoapEnvVersions.hpp:80: warning: `
   SoapEnvVersionsStruct gs_SoapEnvVersionsStruct[2]' defined but not used

The solution would be to move the definition from header (hpp) file to a source (cpp) file.


-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-233) Waning about gs_SoapEnvVersionsStruct[2] appear at many places while building

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXISCPP-233?page=history ]
     
Samisa Abeysinghe closed AXISCPP-233:
-------------------------------------

      Assign To: Samisa Abeysinghe
     Resolution: Fixed
    Fix Version: 1.4 Alpha

Moved the gs_SoapEnvVersionsStruct definition out of SoapEnvVersions.hpp header and into src/common/SoapEnvVersions.cpp

> Waning about gs_SoapEnvVersionsStruct[2] appear at many places while building
> -----------------------------------------------------------------------------
>
>          Key: AXISCPP-233
>          URL: http://nagoya.apache.org/jira/browse/AXISCPP-233
>      Project: Axis-C++
>         Type: Bug
>     Versions: 1.3 Final
>  Environment: Linux GNU make (should apply to other builds as well)
>     Reporter: Samisa Abeysinghe
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>      Fix For: 1.4 Alpha

>
> While building the source the following warning appear for many source files.
> ../../include/axis/server/SoapEnvVersions.hpp:80: warning: `
>    SoapEnvVersionsStruct gs_SoapEnvVersionsStruct[2]' defined but not used
> The solution would be to move the definition from header (hpp) file to a source (cpp) file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira