Closed
Bug 98459
Opened 23 years ago
Closed 23 years ago
nsFrame.h warning: printf args wrong
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: john, Assigned: eric)
Details
Attachments
(1 file)
557 bytes,
patch
|
Details | Diff | Splinter Review |
I wouldn't normally bother, but this warning comes up on every single file
because of nsFram.h. gcc 2.96 is apparently checking printf formats :)
../../base/src/nsFrame.h: In function `void nsFrame::ListTag (FILE *,
nsIFrame *)':
../../base/src/nsFrame.h:418: warning: void format, nsIFrame arg (arg 3
)
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Updated•23 years ago
|
Summary: nsFrame.h warning → nsFrame.h warning: printf args wrong
Updated•23 years ago
|
Comment 2•23 years ago
|
||
Bulk reassignin HTML FRAME/IFRAME bugs to Eric.
Assignee: pollmann → evaughan
Reporter | ||
Comment 3•23 years ago
|
||
This may have slipped in with other patches ... *whistles innocently*
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•