Bug 25838 - Fix for warning: type qualifiers ignored on function return type
Summary: Fix for warning: type qualifiers ignored on function return type
Status: RESOLVED DUPLICATE of bug 25769
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-16 19:52 PDT by Laszlo Gombos
Modified: 2009-05-16 20:17 PDT (History)
0 users

See Also:


Attachments
Proposed fix - remove const from return value. (1.84 KB, patch)
2009-05-16 20:00 PDT, Laszlo Gombos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ***