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 li...@apache.org on 2005/08/23 21:58:57 UTC

cvs commit: ws-axis/c/src/engine HandlerLoader.cpp

lilantha    2005/08/23 12:58:57

  Modified:    c/src/engine HandlerLoader.cpp
  Log:
  remove warning in win32 build
  
  Revision  Changes    Path
  1.38      +2 -0      ws-axis/c/src/engine/HandlerLoader.cpp
  
  Index: HandlerLoader.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/HandlerLoader.cpp,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- HandlerLoader.cpp	28 Jun 2005 09:03:59 -0000	1.37
  +++ HandlerLoader.cpp	23 Aug 2005 19:58:57 -0000	1.38
  @@ -22,8 +22,10 @@
    */
   #ifdef WIN32
   #pragma warning (disable : 4390)        // empty controlled statement found;
  +#pragma warning (disable : 4786)
   #endif
   
  +
   #include "../platforms/PlatformAutoSense.hpp"
   
   #include "HandlerLoader.h"