Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-07-27 15:09:30 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-07-27 15:09:30 +0400
commit397b8b1c4412a2a72ba4c0778f47ce61ae3942ae (patch)
tree0f7494de1cf3416150e9af0b12569dfe3fcd7e50 /src/filters/transform
parent2677d1fb007b5e7c6bcf429ea531b8ac7864af1f (diff)
cleaned up DisableSpecificWarnings in VS2008 projects
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2161 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/transform')
-rw-r--r--src/filters/transform/AVI2AC3Filter/AVI2AC3Filter.vcproj1
-rw-r--r--src/filters/transform/BaseVideoFilter/BaseVideoFilter.vcproj1
-rw-r--r--src/filters/transform/BufferFilter/BufferFilter.vcproj1
-rw-r--r--src/filters/transform/DeCSSFilter/DeCSSFilter.vcproj1
-rw-r--r--src/filters/transform/MPCVideoDec/ffmpeg/libavcodec.vcproj4
-rw-r--r--src/filters/transform/MpaDecFilter/MpaDecFilter.vcproj1
-rw-r--r--src/filters/transform/MpaDecFilter/faad2/libfaad/libfaad.vcproj1
-rw-r--r--src/filters/transform/MpaDecFilter/libflac/src/libFLAC/libflac.vcproj6
-rw-r--r--src/filters/transform/MpaDecFilter/libmad/msvc++/libmad.vcproj5
-rw-r--r--src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.vcproj1
10 files changed, 2 insertions, 20 deletions
diff --git a/src/filters/transform/AVI2AC3Filter/AVI2AC3Filter.vcproj b/src/filters/transform/AVI2AC3Filter/AVI2AC3Filter.vcproj
index c11473934..05bb7238f 100644
--- a/src/filters/transform/AVI2AC3Filter/AVI2AC3Filter.vcproj
+++ b/src/filters/transform/AVI2AC3Filter/AVI2AC3Filter.vcproj
@@ -452,7 +452,6 @@
AdditionalOptions="/MP"
AdditionalIncludeDirectories="..\..\..\..\include;..\..\BaseClasses"
PreprocessorDefinitions="WIN32;NDEBUG"
- DisableSpecificWarnings="4244"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/src/filters/transform/BaseVideoFilter/BaseVideoFilter.vcproj b/src/filters/transform/BaseVideoFilter/BaseVideoFilter.vcproj
index 462b28bc9..438b4e5bf 100644
--- a/src/filters/transform/BaseVideoFilter/BaseVideoFilter.vcproj
+++ b/src/filters/transform/BaseVideoFilter/BaseVideoFilter.vcproj
@@ -163,7 +163,6 @@
AdditionalOptions="/MP"
AdditionalIncludeDirectories="..\..\..\..\include;..\..\BaseClasses"
PreprocessorDefinitions="WIN32;NDEBUG"
- DisableSpecificWarnings="4244"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/src/filters/transform/BufferFilter/BufferFilter.vcproj b/src/filters/transform/BufferFilter/BufferFilter.vcproj
index 9550b4072..e9eace8aa 100644
--- a/src/filters/transform/BufferFilter/BufferFilter.vcproj
+++ b/src/filters/transform/BufferFilter/BufferFilter.vcproj
@@ -452,7 +452,6 @@
AdditionalOptions="/MP"
AdditionalIncludeDirectories="..\..\..\..\include;..\..\BaseClasses"
PreprocessorDefinitions="WIN32;NDEBUG"
- DisableSpecificWarnings="4244"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/src/filters/transform/DeCSSFilter/DeCSSFilter.vcproj b/src/filters/transform/DeCSSFilter/DeCSSFilter.vcproj
index 438bf86b8..8e638685c 100644
--- a/src/filters/transform/DeCSSFilter/DeCSSFilter.vcproj
+++ b/src/filters/transform/DeCSSFilter/DeCSSFilter.vcproj
@@ -454,7 +454,6 @@
AdditionalOptions="/MP"
AdditionalIncludeDirectories="..\..\..\..\include;..\..\BaseClasses"
PreprocessorDefinitions="WIN32;NDEBUG"
- DisableSpecificWarnings="4244"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/src/filters/transform/MPCVideoDec/ffmpeg/libavcodec.vcproj b/src/filters/transform/MPCVideoDec/ffmpeg/libavcodec.vcproj
index 00e01a424..0d276b5ba 100644
--- a/src/filters/transform/MPCVideoDec/ffmpeg/libavcodec.vcproj
+++ b/src/filters/transform/MPCVideoDec/ffmpeg/libavcodec.vcproj
@@ -52,7 +52,6 @@
OpenMP="false"
WarningLevel="0"
DebugInformationFormat="4"
- DisableSpecificWarnings="4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -119,7 +118,6 @@
ProgramDataBaseFileName="$(IntDir)\"
WarningLevel="0"
DebugInformationFormat="3"
- DisableSpecificWarnings="4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -194,7 +192,6 @@
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\"
WarningLevel="1"
- DisableSpecificWarnings="4996,4005,4002"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -266,7 +263,6 @@
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\"
WarningLevel="0"
- DisableSpecificWarnings="4996,4005,4002"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/src/filters/transform/MpaDecFilter/MpaDecFilter.vcproj b/src/filters/transform/MpaDecFilter/MpaDecFilter.vcproj
index 5a21e8445..d55f2230b 100644
--- a/src/filters/transform/MpaDecFilter/MpaDecFilter.vcproj
+++ b/src/filters/transform/MpaDecFilter/MpaDecFilter.vcproj
@@ -457,7 +457,6 @@
AdditionalIncludeDirectories="..\..\..\..\include;libflac\include;..\mpcvideodec\ffmpeg;..\mpcvideodec\ffmpeg\libavcodec;..\mpcvideodec\ffmpeg\libavutil;..\..\BaseClasses"
PreprocessorDefinitions="WIN32;NDEBUG;FLAC__NO_DLL"
UsePrecompiledHeader="0"
- DisableSpecificWarnings="4244"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/src/filters/transform/MpaDecFilter/faad2/libfaad/libfaad.vcproj b/src/filters/transform/MpaDecFilter/faad2/libfaad/libfaad.vcproj
index a05013d3b..f396bf45f 100644
--- a/src/filters/transform/MpaDecFilter/faad2/libfaad/libfaad.vcproj
+++ b/src/filters/transform/MpaDecFilter/faad2/libfaad/libfaad.vcproj
@@ -48,7 +48,6 @@
PreprocessorDefinitions="NDEBUG;WIN32;_LIB"
PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
WarningLevel="1"
- DisableSpecificWarnings="4244"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/src/filters/transform/MpaDecFilter/libflac/src/libFLAC/libflac.vcproj b/src/filters/transform/MpaDecFilter/libflac/src/libFLAC/libflac.vcproj
index 8098e6a74..ca1979d91 100644
--- a/src/filters/transform/MpaDecFilter/libflac/src/libFLAC/libflac.vcproj
+++ b/src/filters/transform/MpaDecFilter/libflac/src/libFLAC/libflac.vcproj
@@ -182,7 +182,6 @@
WarningLevel="2"
DebugInformationFormat="3"
CompileAs="1"
- DisableSpecificWarnings="4267;4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -250,7 +249,6 @@
WarningLevel="2"
DebugInformationFormat="3"
CompileAs="1"
- DisableSpecificWarnings="4267;4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -290,11 +288,11 @@
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
- RelativePath=".\include\protected\all.h"
+ RelativePath=".\include\private\all.h"
>
</File>
<File
- RelativePath=".\include\private\all.h"
+ RelativePath=".\include\protected\all.h"
>
</File>
<File
diff --git a/src/filters/transform/MpaDecFilter/libmad/msvc++/libmad.vcproj b/src/filters/transform/MpaDecFilter/libmad/msvc++/libmad.vcproj
index dcee9a001..c4e8050dc 100644
--- a/src/filters/transform/MpaDecFilter/libmad/msvc++/libmad.vcproj
+++ b/src/filters/transform/MpaDecFilter/libmad/msvc++/libmad.vcproj
@@ -50,7 +50,6 @@
PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
AssemblerOutput="0"
WarningLevel="1"
- CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -116,7 +115,6 @@
AssemblerOutput="0"
WarningLevel="1"
DebugInformationFormat="3"
- CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -179,8 +177,6 @@
UsePrecompiledHeader="0"
PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
WarningLevel="1"
- CompileAs="0"
- DisableSpecificWarnings="4244"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -245,7 +241,6 @@
UsePrecompiledHeader="0"
PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
WarningLevel="1"
- CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.vcproj b/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.vcproj
index 11212ed10..e9e62af1e 100644
--- a/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.vcproj
+++ b/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.vcproj
@@ -444,7 +444,6 @@
AdditionalOptions="/MP"
AdditionalIncludeDirectories="..\..\..\..\include;..\..\BaseClasses"
PreprocessorDefinitions="WIN32;NDEBUG"
- DisableSpecificWarnings="4244"
/>
<Tool
Name="VCManagedResourceCompilerTool"