forked from Mirrors/freeswitch
fix build warnings.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10874 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ba2a2d2805
commit
edaf6078e5
|
@ -54,7 +54,7 @@
|
|||
ProgramDataBaseFileName=".\Debug\abyss/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="4"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
|
|
|
@ -122,14 +122,14 @@
|
|||
PreprocessorDefinitions="WIN32;_WINDOWS;XML_DTD;_LIB"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\Debug\xmlparse/xmlparse.pch"
|
||||
AssemblerListingLocation=".\Debug\xmlparse/"
|
||||
ObjectFile=".\Debug\xmlparse/"
|
||||
ProgramDataBaseFileName=".\Debug\xmlparse/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="4"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
ProgramDataBaseFileName=".\Debug\xmlrpc/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="4"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
|
@ -1115,11 +1115,11 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\abyss\src\server.h"
|
||||
RelativePath="..\include\xmlrpc-c\server.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\xmlrpc-c\server.h"
|
||||
RelativePath="..\lib\abyss\src\server.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
|
@ -47,14 +47,14 @@
|
|||
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;XML_DTD;XML_NS;_LIB"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\Debug\xmltok/xmltok.pch"
|
||||
AssemblerListingLocation=".\Debug\xmltok/"
|
||||
ObjectFile=".\Debug\xmltok/"
|
||||
ProgramDataBaseFileName=".\Debug\xmltok/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="4"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
|
|
Loading…
Reference in New Issue