mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-30 02:20:11 +00:00
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/"
|
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
>
|
>
|
||||||
</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 @@
|
|||||||
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user