dbertoni    2004/08/03 09:00:10

  Modified:    c/src/xalanc/PlatformSupport DirectoryEnumerator.hpp
  Log:
  Added pragma to disable extraneous MSVC warning.
  
  Revision  Changes    Path
  1.12      +3 -0      
xml-xalan/c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp
  
  Index: DirectoryEnumerator.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- DirectoryEnumerator.hpp   3 Jun 2004 01:02:56 -0000       1.11
  +++ DirectoryEnumerator.hpp   3 Aug 2004 16:00:10 -0000       1.12
  @@ -249,8 +249,11 @@
                typedef long    theHandleType;
        #endif
   
  +#pragma warning(push)
  +#pragma warning(disable: 4244)
        theHandleType   theSearchHandle = 
_wfindfirst(const_cast<wchar_t*>(theConversionFunction(theFullSearchSpec)),
                                                                                
  &theFindData);
  +#pragma warning(pop)
   
        if (theSearchHandle != -1)
        {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to