[xiph-commits] r8660 - in trunk/oggdsf/src/lib:
codecs/cmml/libCMMLParseDotNET codecs/cmml/libWinCMMLParse
core/directshow/libDirectshowAbstracts
illiminable at motherfish-iii.xiph.org
illiminable at motherfish-iii.xiph.org
Fri Jan 7 08:01:40 PST 2005
Author: illiminable
Date: 2005-01-07 08:01:40 -0800 (Fri, 07 Jan 2005)
New Revision: 8660
Modified:
trunk/oggdsf/src/lib/codecs/cmml/libCMMLParseDotNET/libCMMLParseDotNET.vcproj
trunk/oggdsf/src/lib/codecs/cmml/libWinCMMLParse/libWinCMMLParse.vcproj
trunk/oggdsf/src/lib/core/directshow/libDirectshowAbstracts/directshowabstractsdllstuff.h
Log:
* Ignore the warnings about STL classes on interfaces. If you are using C++, you have STL, so it's a moot point.
Modified: trunk/oggdsf/src/lib/codecs/cmml/libCMMLParseDotNET/libCMMLParseDotNET.vcproj
===================================================================
--- trunk/oggdsf/src/lib/codecs/cmml/libCMMLParseDotNET/libCMMLParseDotNET.vcproj 2005-01-07 15:36:22 UTC (rev 8659)
+++ trunk/oggdsf/src/lib/codecs/cmml/libCMMLParseDotNET/libCMMLParseDotNET.vcproj 2005-01-07 16:01:40 UTC (rev 8660)
@@ -29,7 +29,8 @@
UsePrecompiledHeader="3"
WarningLevel="3"
DebugInformationFormat="3"
- CallingConvention="2"/>
+ CallingConvention="2"
+ DisableSpecificWarnings="4251"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
@@ -77,7 +78,8 @@
UsePrecompiledHeader="3"
WarningLevel="3"
DebugInformationFormat="3"
- CallingConvention="2"/>
+ CallingConvention="2"
+ DisableSpecificWarnings="4251"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Modified: trunk/oggdsf/src/lib/codecs/cmml/libWinCMMLParse/libWinCMMLParse.vcproj
===================================================================
--- trunk/oggdsf/src/lib/codecs/cmml/libWinCMMLParse/libWinCMMLParse.vcproj 2005-01-07 15:36:22 UTC (rev 8659)
+++ trunk/oggdsf/src/lib/codecs/cmml/libWinCMMLParse/libWinCMMLParse.vcproj 2005-01-07 16:01:40 UTC (rev 8660)
@@ -28,7 +28,8 @@
WarningLevel="4"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"
- CallingConvention="2"/>
+ CallingConvention="2"
+ DisableSpecificWarnings="4251"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
@@ -86,7 +87,8 @@
WarningLevel="4"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"
- CallingConvention="2"/>
+ CallingConvention="2"
+ DisableSpecificWarnings="4251"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
@@ -147,7 +149,8 @@
WarningLevel="4"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"
- CallingConvention="2"/>
+ CallingConvention="2"
+ DisableSpecificWarnings="4251"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
@@ -208,7 +211,8 @@
WarningLevel="4"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"
- CallingConvention="2"/>
+ CallingConvention="2"
+ DisableSpecificWarnings="4251"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Modified: trunk/oggdsf/src/lib/core/directshow/libDirectshowAbstracts/directshowabstractsdllstuff.h
===================================================================
--- trunk/oggdsf/src/lib/core/directshow/libDirectshowAbstracts/directshowabstractsdllstuff.h 2005-01-07 15:36:22 UTC (rev 8659)
+++ trunk/oggdsf/src/lib/core/directshow/libDirectshowAbstracts/directshowabstractsdllstuff.h 2005-01-07 16:01:40 UTC (rev 8660)
@@ -30,6 +30,8 @@
//===========================================================================
#pragma once
+
+
#include <streams.h>
#include <pullpin.h>
#include <initguid.h>
More information about the commits
mailing list