[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:46:42 PDT 2013


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





--- Comment #8 from Thiago de Barros Lacerda <thiago.lacerda at openbossa.org>  2013-10-21 10:45:26 PST ---
(In reply to comment #7)
> (From update of attachment 214698 [details])
> 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.

Sorry, you are right. Didn't pay attention to the debug build because I thought that the build bots would alert me.
Maybe they don't have MediaStream enabled.
Fixing that in other patch now

-- 
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