diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-02 13:31:52 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-02 13:31:52 (GMT) |
commit | 1bb8d8109e7a51a30c16e5dc1481bf83ba42eda6 (patch) | |
tree | e6d1ed87ca626d0945df3ad76d9185e02f6aae7f /Source/CTest/Curl/setup.h | |
parent | 7cefbad8dc4f6aa73781a98e758679b5c5dc4fbe (diff) | |
download | CMake-1bb8d8109e7a51a30c16e5dc1481bf83ba42eda6.zip CMake-1bb8d8109e7a51a30c16e5dc1481bf83ba42eda6.tar.gz CMake-1bb8d8109e7a51a30c16e5dc1481bf83ba42eda6.tar.bz2 |
ERR: Remove warnings on Visual Studio 7
Diffstat (limited to 'Source/CTest/Curl/setup.h')
-rw-r--r-- | Source/CTest/Curl/setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CTest/Curl/setup.h b/Source/CTest/Curl/setup.h index d4b66d0..0f6a495 100644 --- a/Source/CTest/Curl/setup.h +++ b/Source/CTest/Curl/setup.h @@ -129,6 +129,8 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO) #pragma warning ( disable : 4706 ) #pragma warning ( disable : 4131 ) /* Old style declaration */ #pragma warning ( disable : 4055 ) /* Cast void*(*)() to void* */ +#pragma warning ( disable : 4311 ) /* Allow cast from void* to long/int */ +#pragma warning ( disable : 4312 ) /* Allow cast from long to char* */ struct _RPC_ASYNC_STATE; #endif #if !defined(__GNUC__) || defined(__MINGW32__) |