First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 149535
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Joerg Bornkessel <hd_brummy@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Robert Dulat <xkill@widzim.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 149535 depends on: Show dependency tree
Show dependency graph
Bug 149535 blocks: 117482
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-09-29 09:14 0000
Problem:

gcc 4.1 causes "extra qualification" errors in GUI_menu.h

Fix:

diff GUI_menu.h.org GUI_menu.h
----------------------------------------
42,44c42,44
<   GUI_status GUI_Submenu:: MouseDown(int x, int y, int button);
<   GUI_status GUI_Submenu::MouseUp(int x,int y,int button);
<   GUI_status GUI_Submenu::MouseMotion(int x,int y,Uint8 state);
---
>   GUI_status MouseDown(int x, int y, int button);
>   GUI_status MouseUp(int x,int y,int button);
>   GUI_status MouseMotion(int x,int y,Uint8 state);

------- Comment #1 From Wernfried Haas 2006-09-29 09:24:20 0000 -------
Not a devrel issue.

------- Comment #2 From Joerg Bornkessel 2006-09-29 10:37:28 0000 -------
pickup this bug

------- Comment #3 From Joerg Bornkessel 2006-09-29 10:53:05 0000 -------
fix added to CVS;

------- Comment #4 From Joerg Bornkessel 2006-09-29 10:53:50 0000 -------
:

First Last Prev Next    No search results available      Search page      Enter new bug