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)

x86
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: benjamin, Assigned: benjamin)

References

Details

Attachments

(1 file)

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+
Blocks: 586130
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.

Attachment

General

Created:
Updated:
Size: