[Webkit-unassigned] [Bug 8833] release build broken at revision 14283

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed May 10 06:31:10 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8833





------- Comment #1 from david.carson at nokia.com  2006-05-10 06:31 PDT -------
Created an attachment (id=8216)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=8216&action=view)
move inline functions to header file

Attempted to put the inline functions into the header file, but the inline
functions make use of static functions. The forward declaration is insuffient,
as:
cc1objplus: warnings being treated as errors
/Users/davidcarson/mydev/WebKit/WebCore/platform/FontData.h:184: warning:
'ATSGlyphRef WebCore::extendGlyphMap(const WebCore::FontData*, UChar32)'
declared 'static' but never defined
/Users/davidcarson/mydev/WebKit/WebCore/platform/FontData.h:203: warning:
'WebCore::WidthMap* WebCore::extendWidthMap(const WebCore::FontData*,
ATSGlyphRef)' declared 'static' but never defined


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list