[Webkit-unassigned] [Bug 211784] New: -Wattribute warning in BreakLines.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 12 09:37:43 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=211784
Bug ID: 211784
Summary: -Wattribute warning in BreakLines.cpp
Product: WebKit
Version: WebKit Nightly Build
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at gnome.org
Looks like another new GCC 10 warning:
[625/1151] Building CXX object Source/...sources/UnifiedSource-043dd90b-1.cpp.o
In file included from DerivedSources/WebCore/unified-sources/UnifiedSource-043dd90b-1.cpp:4:
/home/mcatanzaro/Projects/WebKit/Source/WebCore/rendering/BreakLines.cpp:53:78: warning: ‘visibility’ attribute ignored [-Wattributes]
53 | WEBCORE_EXPORT const unsigned char lineBreakTable[][lineBreakTableColumnCount] = {
| ^
This variable does not seem to be used outside WebCore, so let's try removing it and see if EWS is happy.
--
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/20200512/fb691085/attachment.htm>
More information about the webkit-unassigned
mailing list