提交 edaf6078 authored 作者: Michael Jerris's avatar Michael Jerris

fix build warnings.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10874 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 ba2a2d28
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
ProgramDataBaseFileName=".\Debug\abyss/" ProgramDataBaseFileName=".\Debug\abyss/"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="true" SuppressStartupBanner="true"
DebugInformationFormat="4" DebugInformationFormat="3"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"
......
...@@ -122,14 +122,14 @@ ...@@ -122,14 +122,14 @@
PreprocessorDefinitions="WIN32;_WINDOWS;XML_DTD;_LIB" PreprocessorDefinitions="WIN32;_WINDOWS;XML_DTD;_LIB"
MinimalRebuild="true" MinimalRebuild="true"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="3"
PrecompiledHeaderFile=".\Debug\xmlparse/xmlparse.pch" PrecompiledHeaderFile=".\Debug\xmlparse/xmlparse.pch"
AssemblerListingLocation=".\Debug\xmlparse/" AssemblerListingLocation=".\Debug\xmlparse/"
ObjectFile=".\Debug\xmlparse/" ObjectFile=".\Debug\xmlparse/"
ProgramDataBaseFileName=".\Debug\xmlparse/" ProgramDataBaseFileName=".\Debug\xmlparse/"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="true" SuppressStartupBanner="true"
DebugInformationFormat="4" DebugInformationFormat="3"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
ProgramDataBaseFileName=".\Debug\xmlrpc/" ProgramDataBaseFileName=".\Debug\xmlrpc/"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="true" SuppressStartupBanner="true"
DebugInformationFormat="4" DebugInformationFormat="3"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"
...@@ -1115,11 +1115,11 @@ ...@@ -1115,11 +1115,11 @@
> >
</File> </File>
<File <File
RelativePath="..\lib\abyss\src\server.h" RelativePath="..\include\xmlrpc-c\server.h"
> >
</File> </File>
<File <File
RelativePath="..\include\xmlrpc-c\server.h" RelativePath="..\lib\abyss\src\server.h"
> >
</File> </File>
<File <File
......
...@@ -47,14 +47,14 @@ ...@@ -47,14 +47,14 @@
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;XML_DTD;XML_NS;_LIB" PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;XML_DTD;XML_NS;_LIB"
MinimalRebuild="true" MinimalRebuild="true"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="3"
PrecompiledHeaderFile=".\Debug\xmltok/xmltok.pch" PrecompiledHeaderFile=".\Debug\xmltok/xmltok.pch"
AssemblerListingLocation=".\Debug\xmltok/" AssemblerListingLocation=".\Debug\xmltok/"
ObjectFile=".\Debug\xmltok/" ObjectFile=".\Debug\xmltok/"
ProgramDataBaseFileName=".\Debug\xmltok/" ProgramDataBaseFileName=".\Debug\xmltok/"
WarningLevel="3" WarningLevel="3"
SuppressStartupBanner="true" SuppressStartupBanner="true"
DebugInformationFormat="4" DebugInformationFormat="3"
/> />
<Tool <Tool
Name="VCManagedResourceCompilerTool" Name="VCManagedResourceCompilerTool"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论