diff options
author | lloyd <[email protected]> | 2010-03-16 18:02:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-16 18:02:02 +0000 |
commit | 6e344d5a1eafe1c428d0baa62188b7a91d7ebe11 (patch) | |
tree | a0953e5885f2c8a4355cfd87e50723ad41fcf570 /src/build-data | |
parent | 2c8faa9e71f56b57a07b4322a0a7a12b6727328f (diff) |
Disable VC++ 4275 entirely; it also causes warnings when building the
test app...
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/cc/msvc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt index df8d94671..273f1c5c0 100644 --- a/src/build-data/cc/msvc.txt +++ b/src/build-data/cc/msvc.txt @@ -12,9 +12,9 @@ no_debug_flags "/O2" debug_flags "/Od /Zi /DDEBUG" check_opt_flags "/O2 /D_CONSOLE" lang_flags "/EHsc /GR" -warning_flags "/W3" +warning_flags "/W3 /wd4275" -shared_flags "/DBOTAN_DLL=__declspec(dllexport) /wd4275" +shared_flags "/DBOTAN_DLL=__declspec(dllexport)" dll_import_flags "__declspec(dllimport)" ar_command lib |