Closed
Bug 286386
Opened 20 years ago
Closed 20 years ago
declaration with no type forbidden
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: d_king, Assigned: jwatt)
Details
(Keywords: regression)
Attachments
(1 file)
|
1.18 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
Due to the checkin for Bug #38447 I now get the following error on Win32:-
e:/mozilla/source/mozilla/widget/src/windows/nsWindow.cpp: In function `PRBool I
sCursorTranslucencySupported()':
e:/mozilla/source/mozilla/widget/src/windows/nsWindow.cpp:181: error: ISO C++ fo
rbids declaration of `didCheck' with no type
e:/mozilla/source/mozilla/widget/src/windows/nsWindow.cpp:182: error: ISO C++ fo
rbids declaration of `isSupported' with no type
| Reporter | ||
Updated•20 years ago
|
Flags: blocking1.8b2?
Flags: blocking-aviary1.1?
| Assignee | ||
Comment 1•20 years ago
|
||
You may only require this patch to fix that, but I can't test it right now. I
pulled and built after biesi's checkin, so I'm surprised I didn't see this
myself. What are you building with?
| Assignee | ||
Comment 2•20 years ago
|
||
Okay, I've built with this patch now.
Assignee: dbaron → jonathan.watt
| Assignee | ||
Updated•20 years ago
|
Attachment #177599 -
Attachment description: perhaps fixed by this - haven't tested! → patch
Comment 3•20 years ago
|
||
Comment on attachment 177599 [details] [diff] [review]
patch
r=me, sr=lumpy
Attachment #177599 -
Flags: review+
| Assignee | ||
Comment 4•20 years ago
|
||
Checked in. Marking fixed.
Checking in mozilla/widget/src/windows/nsWindow.cpp;
/cvsroot/mozilla/widget/src/windows/nsWindow.cpp,v <-- nsWindow.cpp
new revision: 3.545; previous revision: 3.544
done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 5•20 years ago
|
||
oops. sorry about the bustage. oddly enough, vc7.net didn't mind the missing
PRBool... judging from tinderboxes, vc6 didn't either.
| Reporter | ||
Comment 6•20 years ago
|
||
(In reply to comment #1)
> What are you building with?
Win32, MinGW, cygwin, gcc
| Reporter | ||
Comment 7•20 years ago
|
||
v'ing and removing blocking requests.
Status: RESOLVED → VERIFIED
Flags: blocking1.8b2?
Flags: blocking-aviary1.1?
You need to log in
before you can comment on or make changes to this bug.
Description
•