You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2004/11/30 17:43:21 UTC

cvs commit: ws-axis/c/src/common AxisTrace.h

dicka       2004/11/30 08:43:21

  Modified:    c/src/common AxisTrace.h
  Log:
  Remove "statement with no effect" compilation warnings on Linux
  
  PR: AXISCPP-155
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.19      +3 -3      ws-axis/c/src/common/AxisTrace.h
  
  Index: AxisTrace.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AxisTrace.h,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- AxisTrace.h	22 Nov 2004 16:10:07 -0000	1.18
  +++ AxisTrace.h	30 Nov 2004 16:43:20 -0000	1.19
  @@ -33,9 +33,9 @@
     #define AXISTRACE2(X, Y, Z) AxisTrace::logaxis(X,Y,Z,__FILE__,__LINE__);
     #define AXISTRACE3(X) AxisTrace::trace(X);
   #else
  -  #define AXISTRACE1(X,Y) "";
  -  #define AXISTRACE2(X,Y,Z) "";
  -  #define AXISTRACE3(X) "";
  +  #define AXISTRACE1(X,Y)
  +  #define AXISTRACE2(X,Y,Z)
  +  #define AXISTRACE3(X)
   #endif
   
   typedef enum