Closed
Bug 628595
Opened 15 years ago
Closed 15 years ago
Warnings when building elfhack
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla2.0b11
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
834 bytes,
patch
|
jag+mozilla
:
review+
sdwilsh
:
approval2.0+
|
Details | Diff | Splinter Review |
From https://bugzilla.mozilla.org/show_bug.cgi?id=606145#c51
We got the following warning message during compiling
build/unix/elfhack.test.c
test.c:116:5: warning: C++ style comments are not allowed in ISO C90
test.c:116:5: warning: (this will be reported only once per input file)
Assignee | ||
Comment 1•15 years ago
|
||
Assignee: nobody → mh+mozilla
Comment 2•15 years ago
|
||
Comment on attachment 506682 [details] [diff] [review]
Avoid compiler warning about C++ style comments in C code in elfhack
r=jag
Attachment #506682 -
Flags: review+
Assignee | ||
Updated•15 years ago
|
Attachment #506682 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #506682 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b11
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•