summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/audio/FFTFrameStub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/audio/FFTFrameStub.cpp')
-rw-r--r--Source/WebCore/platform/audio/FFTFrameStub.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebCore/platform/audio/FFTFrameStub.cpp b/Source/WebCore/platform/audio/FFTFrameStub.cpp
index 17405c9..c76c0e2 100644
--- a/Source/WebCore/platform/audio/FFTFrameStub.cpp
+++ b/Source/WebCore/platform/audio/FFTFrameStub.cpp
@@ -36,9 +36,9 @@
namespace WebCore {
// Normal constructor: allocates for a given fftSize.
-FFTFrame::FFTFrame(unsigned fftSize)
- : m_FFTSize(fftSize)
- , m_log2FFTSize(static_cast<unsigned>(log2(fftSize)))
+FFTFrame::FFTFrame(unsigned /*fftSize*/)
+ : m_FFTSize(0)
+ , m_log2FFTSize(0)
{
ASSERT_NOT_REACHED();
}