[Webkit-unassigned] [Bug 123075] Removing "unused parameter" compiling warnings from WebKit2 and WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 21 10:28:39 PDT 2013


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





--- Comment #7 from Hugo Parente Lima <hugo.lima at openbossa.org>  2013-10-21 10:27:22 PST ---
(From update of attachment 214698)
View in context: https://bugs.webkit.org/attachment.cgi?id=214698&action=review

> Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.cpp:47
>      ASSERT(type == eventNames().tonechangeEvent);

Remove the type parameter will break the debug build due to the assert using it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list