[Webkit-unassigned] [Bug 124704] Fix WinCairo unreachable code warnings in SimpleLineLayout.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 21 13:31:29 PST 2013


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





--- Comment #5 from Csaba Osztrogonác <ossy at webkit.org>  2013-11-21 13:30:02 PST ---
(In reply to comment #4)
> One port using different warning settings than every other port just creates churn.

It's not a about warning settings. There is an ifdef guard:
"#if !PLATFORM(MAC) && !PLATFORM(GTK) && !PLATFORM(EFL)" with early return.

After the #endif everything is unreachable code on all platform
which is not Mac, GTK and EFL. Unreachable code is unreachable code 
and not warning setting.

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