[Webkit-unassigned] [Bug 139031] New: Fix unused variable warning in Biquad.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 24 12:40:07 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=139031

            Bug ID: 139031
           Summary: Fix unused variable warning in Biquad.cpp
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: evab.u-szeged at partner.samsung.com

kBufferSize is only used within OS(DARWIN) guard, so its declaration should be guarded too.

warning:
../../Source/WebCore/platform/audio/Biquad.cpp:48:11: warning: unused variable 'kBufferSize' [-Wunused-const-variable]
const int kBufferSize = 1024;
          ^
1 warning generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141124/b734b462/attachment-0002.html>


More information about the webkit-unassigned mailing list