Bug 25838

Summary: Fix for warning: type qualifiers ignored on function return type
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Proposed fix - remove const from return value. none

Description Laszlo Gombos 2009-05-16 19:52:06 PDT
Seen on Gtk Linux build with gcc 4.3.2 (with  -W flag)

../../WebCore/page/AccessibilityTable.h:66: warning: type qualifiers ignored on function return type
../../WebCore/page/AccessibilityTable.h:67: warning: type qualifiers ignored on function return type
Comment 1 Laszlo Gombos 2009-05-16 20:00:56 PDT
Created attachment 30418 [details]
Proposed fix - remove const from return value.
Comment 2 Mark Rowe (bdash) 2009-05-16 20:17:15 PDT

*** This bug has been marked as a duplicate of 25769 ***