From 4eb5d2c5ed7f5eadc550047358b9442917037753 Mon Sep 17 00:00:00 2001 From: kojin Date: Fri, 16 Jul 2021 23:57:03 -0400 Subject: [PATCH] vs: properly disable gm and warnings --- 3rdparty/3rdparty.props | 2 +- 3rdparty/baseclasses/baseclasses.vcxproj | 6 ---- 3rdparty/fmt/fmt.vcxproj | 4 --- .../freetype/builds/windows/freetype.vcxproj | 2 -- 3rdparty/libchdr/libchdr.vcxproj | 4 --- 3rdparty/libjpeg/libjpeg.vcxproj | 34 ------------------- .../projects/vstudio/libpng/libpng.vcxproj | 10 ------ .../portaudio/build/msvc/portaudio.vcxproj | 20 ----------- 3rdparty/pthreads4w/build/pthreads4w.vcxproj | 10 ------ 3rdparty/soundtouch/SoundTouch.vcxproj | 10 ------ 3rdparty/wxwidgets3.0/build/msw/Common.props | 2 +- .../wxwidgets3.0/build/msw/wx30_adv.vcxproj | 34 ------------------- .../wxwidgets3.0/build/msw/wx30_base.vcxproj | 10 ------ .../wxwidgets3.0/build/msw/wx30_core.vcxproj | 10 ------ 3rdparty/xz/liblzma.vcxproj | 2 -- 3rdparty/yaml-cpp/yaml.vcxproj | 4 --- 3rdparty/zlib/zlib.vcxproj | 4 --- common/build/Utilities/utilities.vcxproj | 4 --- common/build/x86emitter/x86emitter.vcxproj | 4 --- common/vsprops/IncrementalLinking.props | 1 - 20 files changed, 2 insertions(+), 175 deletions(-) diff --git a/3rdparty/3rdparty.props b/3rdparty/3rdparty.props index 6c96234540..817cd805f2 100644 --- a/3rdparty/3rdparty.props +++ b/3rdparty/3rdparty.props @@ -13,7 +13,7 @@ 16Bytes true false - Level3 + TurnOffAllWarnings ProgramDatabase Default diff --git a/3rdparty/baseclasses/baseclasses.vcxproj b/3rdparty/baseclasses/baseclasses.vcxproj index 67cad0f17b..c3ad517a51 100644 --- a/3rdparty/baseclasses/baseclasses.vcxproj +++ b/3rdparty/baseclasses/baseclasses.vcxproj @@ -48,12 +48,6 @@ Use streams.h - false - false - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings diff --git a/3rdparty/fmt/fmt.vcxproj b/3rdparty/fmt/fmt.vcxproj index e938bd2fb8..7387e3942b 100644 --- a/3rdparty/fmt/fmt.vcxproj +++ b/3rdparty/fmt/fmt.vcxproj @@ -60,10 +60,6 @@ TurnOffAllWarnings $(ProjectDir)/fmt/include/;$(ProjectDir)/fmt/src/;%(AdditionalIncludeDirectories) stdcpp17 - false - false - false - false diff --git a/3rdparty/freetype/builds/windows/freetype.vcxproj b/3rdparty/freetype/builds/windows/freetype.vcxproj index 8a6c2af07b..7be5643ad8 100644 --- a/3rdparty/freetype/builds/windows/freetype.vcxproj +++ b/3rdparty/freetype/builds/windows/freetype.vcxproj @@ -51,8 +51,6 @@ _CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) TurnOffAllWarnings 4001 - false - false MachineX86 diff --git a/3rdparty/libchdr/libchdr.vcxproj b/3rdparty/libchdr/libchdr.vcxproj index 870a7488f6..34772425ed 100644 --- a/3rdparty/libchdr/libchdr.vcxproj +++ b/3rdparty/libchdr/libchdr.vcxproj @@ -65,10 +65,6 @@ true true Default - false - false - false - false diff --git a/3rdparty/libjpeg/libjpeg.vcxproj b/3rdparty/libjpeg/libjpeg.vcxproj index c20bada6a1..10dbfdd4d9 100644 --- a/3rdparty/libjpeg/libjpeg.vcxproj +++ b/3rdparty/libjpeg/libjpeg.vcxproj @@ -53,40 +53,6 @@ AllRules.ruleset - - - false - TurnOffAllWarnings - - - - - false - TurnOffAllWarnings - - - - - false - TurnOffAllWarnings - - - - - false - TurnOffAllWarnings - - - - - TurnOffAllWarnings - - - - - TurnOffAllWarnings - - diff --git a/3rdparty/libpng/projects/vstudio/libpng/libpng.vcxproj b/3rdparty/libpng/projects/vstudio/libpng/libpng.vcxproj index caaad2b7ac..43cdabc623 100644 --- a/3rdparty/libpng/projects/vstudio/libpng/libpng.vcxproj +++ b/3rdparty/libpng/projects/vstudio/libpng/libpng.vcxproj @@ -61,16 +61,6 @@ 4996;4127 $(SolutionDir)3rdparty\zlib;%(AdditionalIncludeDirectories) true - false - false - false - false - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings diff --git a/3rdparty/portaudio/build/msvc/portaudio.vcxproj b/3rdparty/portaudio/build/msvc/portaudio.vcxproj index b8baa6a1e9..7149e860dd 100644 --- a/3rdparty/portaudio/build/msvc/portaudio.vcxproj +++ b/3rdparty/portaudio/build/msvc/portaudio.vcxproj @@ -85,26 +85,6 @@ PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_DS=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1;PA_USE_WMME=0;PA_USE_ASIO=0;%(PreprocessorDefinitions) _CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_DS=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1;PA_USE_WMME=0;PA_USE_ASIO=1;%(PreprocessorDefinitions) PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_DS=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1;PA_USE_WMME=0;PA_USE_ASIO=1;%(PreprocessorDefinitions) - false - false - false - false - false - false - false - false - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings ksuser.lib diff --git a/3rdparty/pthreads4w/build/pthreads4w.vcxproj b/3rdparty/pthreads4w/build/pthreads4w.vcxproj index c04d61e576..264436c491 100644 --- a/3rdparty/pthreads4w/build/pthreads4w.vcxproj +++ b/3rdparty/pthreads4w/build/pthreads4w.vcxproj @@ -57,16 +57,6 @@ HAVE_PTW32_CONFIG_H;PTW32_BUILD_INLINED;%(PreprocessorDefinitions) - false - false - false - false - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings ..\include;%(AdditionalIncludeDirectories) diff --git a/3rdparty/soundtouch/SoundTouch.vcxproj b/3rdparty/soundtouch/SoundTouch.vcxproj index 172da3fe22..f411f343d9 100644 --- a/3rdparty/soundtouch/SoundTouch.vcxproj +++ b/3rdparty/soundtouch/SoundTouch.vcxproj @@ -55,16 +55,6 @@ $(ProjectDir)soundtouch;%(AdditionalIncludeDirectories) - false - false - false - false - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings diff --git a/3rdparty/wxwidgets3.0/build/msw/Common.props b/3rdparty/wxwidgets3.0/build/msw/Common.props index ff93641f6c..5d35cc92d4 100644 --- a/3rdparty/wxwidgets3.0/build/msw/Common.props +++ b/3rdparty/wxwidgets3.0/build/msw/Common.props @@ -20,7 +20,7 @@ $(ProjectRootDir)\include;$(SolutionDir)3rdparty\libpng;$(SolutionDir)3rdparty\libjpeg;$(SolutionDir)3rdparty\zlib;%(AdditionalIncludeDirectories) false _CRT_SECURE_NO_DEPRECATE=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Level4 + TurnOffAllWarnings Use wx/wxprec.h diff --git a/3rdparty/wxwidgets3.0/build/msw/wx30_adv.vcxproj b/3rdparty/wxwidgets3.0/build/msw/wx30_adv.vcxproj index fa79f6cb13..84fcae2f93 100644 --- a/3rdparty/wxwidgets3.0/build/msw/wx30_adv.vcxproj +++ b/3rdparty/wxwidgets3.0/build/msw/wx30_adv.vcxproj @@ -52,40 +52,6 @@ AllRules.ruleset - - - false - TurnOffAllWarnings - - - - - false - TurnOffAllWarnings - - - - - false - TurnOffAllWarnings - - - - - false - TurnOffAllWarnings - - - - - TurnOffAllWarnings - - - - - TurnOffAllWarnings - - diff --git a/3rdparty/wxwidgets3.0/build/msw/wx30_base.vcxproj b/3rdparty/wxwidgets3.0/build/msw/wx30_base.vcxproj index e99b796716..61dd5755fd 100644 --- a/3rdparty/wxwidgets3.0/build/msw/wx30_base.vcxproj +++ b/3rdparty/wxwidgets3.0/build/msw/wx30_base.vcxproj @@ -55,16 +55,6 @@ wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - false - false - false - false - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings diff --git a/3rdparty/wxwidgets3.0/build/msw/wx30_core.vcxproj b/3rdparty/wxwidgets3.0/build/msw/wx30_core.vcxproj index 16fa70592a..b9d894f15e 100644 --- a/3rdparty/wxwidgets3.0/build/msw/wx30_core.vcxproj +++ b/3rdparty/wxwidgets3.0/build/msw/wx30_core.vcxproj @@ -55,16 +55,6 @@ wxUSE_BASE=0;%(PreprocessorDefinitions) - false - false - false - false - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings - TurnOffAllWarnings diff --git a/3rdparty/xz/liblzma.vcxproj b/3rdparty/xz/liblzma.vcxproj index 21f92dce81..8544d47348 100644 --- a/3rdparty/xz/liblzma.vcxproj +++ b/3rdparty/xz/liblzma.vcxproj @@ -56,8 +56,6 @@ HAVE_CONFIG_H;%(PreprocessorDefinitions) TurnOffAllWarnings $(ProjectDir);xz/src/liblzma/common;xz/src/common;xz/src/liblzma/api;xz/src/liblzma/check;xz/src/liblzma/delta;xz/src/liblzma/lz;xz/src/liblzma/lzma;xz/src/liblzma/rangecoder;xz/src/liblzma/simple - false - false diff --git a/3rdparty/yaml-cpp/yaml.vcxproj b/3rdparty/yaml-cpp/yaml.vcxproj index aea7ea56c6..b93518e992 100644 --- a/3rdparty/yaml-cpp/yaml.vcxproj +++ b/3rdparty/yaml-cpp/yaml.vcxproj @@ -65,10 +65,6 @@ true true Default - false - false - false - false diff --git a/3rdparty/zlib/zlib.vcxproj b/3rdparty/zlib/zlib.vcxproj index a035c76cf3..c43ee2f82d 100644 --- a/3rdparty/zlib/zlib.vcxproj +++ b/3rdparty/zlib/zlib.vcxproj @@ -57,10 +57,6 @@ _CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) TurnOffAllWarnings - false - false - false - false diff --git a/common/build/Utilities/utilities.vcxproj b/common/build/Utilities/utilities.vcxproj index 4739cacd83..a2063fb28e 100644 --- a/common/build/Utilities/utilities.vcxproj +++ b/common/build/Utilities/utilities.vcxproj @@ -59,10 +59,6 @@ Async Use PrecompiledHeader.h - false - false - false - false diff --git a/common/build/x86emitter/x86emitter.vcxproj b/common/build/x86emitter/x86emitter.vcxproj index 9a8f7d2f53..255e5f1dff 100644 --- a/common/build/x86emitter/x86emitter.vcxproj +++ b/common/build/x86emitter/x86emitter.vcxproj @@ -57,10 +57,6 @@ Use PrecompiledHeader.h - false - false - false - false diff --git a/common/vsprops/IncrementalLinking.props b/common/vsprops/IncrementalLinking.props index d9e723a60e..57973bf27b 100644 --- a/common/vsprops/IncrementalLinking.props +++ b/common/vsprops/IncrementalLinking.props @@ -7,7 +7,6 @@ false true - true ProgramDatabase false