View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd/src/DQSDTools
In directory usw-pr-cvs1:/tmp/cvs-serv32429/src/DQSDTools

Modified Files:
        Launcher.cpp 
Log Message:
Disable "cast truncates constant value" warnings

Index: Launcher.cpp
===================================================================
RCS file: /cvsroot/dqsd/dqsd/src/DQSDTools/Launcher.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** Launcher.cpp        23 Jul 2002 21:34:19 -0000      1.31
--- Launcher.cpp        23 Jul 2002 22:39:55 -0000      1.32
***************
*** 216,220 ****
--- 216,222 ----
                return E_INVALIDARG;
  
+ #pragma warning(disable: 4310) // cast truncates constant value
        *pbDebug = (m_bDebug ? VARIANT_TRUE : VARIANT_FALSE);
+ #pragma warning(default: 4310) // cast truncates constant value
  
        return S_OK;
***************
*** 476,480 ****
--- 478,484 ----
  
                // Assume we're going to pass
+ #pragma warning(disable: 4310) // cast truncates constant value
                *pVal = VARIANT_TRUE;
+ #pragma warning(default: 4310) // cast truncates constant value
  
                // Test the version in order from MS to LS




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to