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

Laszlo Gombos
Reported 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
Attachments
Proposed fix - remove const from return value. (1.84 KB, patch)
2009-05-16 20:00 PDT, Laszlo Gombos
no flags
Laszlo Gombos
Comment 1 2009-05-16 20:00:56 PDT
Created attachment 30418 [details] Proposed fix - remove const from return value.
Mark Rowe (bdash)
Comment 2 2009-05-16 20:17:15 PDT
*** This bug has been marked as a duplicate of 25769 ***
Note You need to log in before you can comment on or make changes to this bug.