Closed
Bug 241164
Opened 21 years ago
Closed 21 years ago
gtkmozembed API uses |char*| in 2 places where it should use |const char*|
Categories
(Core Graveyard :: Embedding: GTK Widget, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8alpha1
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Whiteboard: [patch])
Attachments
(1 file)
6.20 KB,
patch
|
blizzard
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
There are two places in the gtkmozembed API that use |char*| for parameters
where |const char*| could be used. (This causes warnings in TestGtkEmbed when
building with -Wwrite-strings, which I think is a good warning.)
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #146652 -
Flags: review?(blizzard)
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Whiteboard: [patch]
Target Milestone: --- → mozilla1.8alpha
Updated•21 years ago
|
Attachment #146652 -
Flags: review?(blizzard) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #146652 -
Flags: superreview?(darin)
Updated•21 years ago
|
Attachment #146652 -
Flags: superreview?(darin) → superreview+
Assignee | ||
Comment 2•21 years ago
|
||
Fix checked in to trunk, 2004-04-23 12:30 -0700.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•