Closed
Bug 607002
Opened 15 years ago
Closed 15 years ago
Fix "first declared as struct" warnings from IPDL-generated code
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: benjamin)
References
Details
Attachments
(1 file)
|
897 bytes,
patch
|
cjones
:
review+
|
Details | Diff | Splinter Review |
On Windows we get a lot of "first declared as struct" warnings from IPDL structs. This is because they are forward-declared as structs, and then declared as a class. This patch just forward-declares them as a class to make everyone happy.
Attachment #485772 -
Flags: review?(jones.chris.g)
Comment on attachment 485772 [details] [diff] [review]
IPDL struct is always a c++ class, rev. 1
This is a dup of bug 586130.
Attachment #485772 -
Flags: review?(jones.chris.g) → review+
| Assignee | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•