mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
Silence more compiler warnings
This commit is contained in:
@@ -2636,8 +2636,8 @@ WebRtc_Word16 WebRtcIsac_SetEncSampRate(
|
||||
{
|
||||
ISACUBStruct* instUB = &(instISAC->instUB);
|
||||
ISACLBStruct* instLB = &(instISAC->instLB);
|
||||
double bottleneckLB;
|
||||
double bottleneckUB;
|
||||
double bottleneckLB = 0;
|
||||
double bottleneckUB = 0;
|
||||
WebRtc_Word32 bottleneck = instISAC->bottleneck;
|
||||
WebRtc_Word16 codingMode = instISAC->codingMode;
|
||||
WebRtc_Word16 frameSizeMs = instLB->ISACencLB_obj.new_framelength / (FS / 1000);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
@@ -73,6 +73,7 @@
|
||||
<AdditionalIncludeDirectories>%(RootDir)%(Directory)..\..\..\..\libs\silk\interface;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<AdditionalOptions>/analyze:stacksize65535</AdditionalOptions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
|
||||
Reference in New Issue
Block a user