
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
ANT builds on Windows
|
|
| Resolution Date: |
15/Nov/04 04:49 PM
|
|
The following error is seen when compiling Axis2Transport on Windows, using the ANT scripts:
On Windows:
[cc] C:\development\build\src\ws-axis\c\src\transport\axis2\Axis2Transport.h(65) : error C4716: 'Axis2Transport::getAttachment' : must return a value
On Linux, this is only a warning:
[cc] In file included from /home/dicka/cwssBuild/src/ws-axis/c/src/transport/axis2/Axis2Transport.cpp:28:
[cc] /home/dicka/cwssBuild/src/ws-axis/c/src/transport/axis2/Axis2Transport.h: In
[cc] member function `virtual const char* Axis2Transport::getAttachment(const
[cc] char*)':
[cc] /home/dicka/cwssBuild/src/ws-axis/c/src/transport/axis2/Axis2Transport.h:65: warning: no
[cc] return statement in function returning non-void
|
|
Description
|
The following error is seen when compiling Axis2Transport on Windows, using the ANT scripts:
On Windows:
[cc] C:\development\build\src\ws-axis\c\src\transport\axis2\Axis2Transport.h(65) : error C4716: 'Axis2Transport::getAttachment' : must return a value
On Linux, this is only a warning:
[cc] In file included from /home/dicka/cwssBuild/src/ws-axis/c/src/transport/axis2/Axis2Transport.cpp:28:
[cc] /home/dicka/cwssBuild/src/ws-axis/c/src/transport/axis2/Axis2Transport.h: In
[cc] member function `virtual const char* Axis2Transport::getAttachment(const
[cc] char*)':
[cc] /home/dicka/cwssBuild/src/ws-axis/c/src/transport/axis2/Axis2Transport.h:65: warning: no
[cc] return statement in function returning non-void |
Show » |
|
Building and running the tests on Windows and Linux works without problem.