Closed
Bug 1072454
Opened 10 years ago
Closed 10 years ago
rwlockrank.c uses c++-style comments, breaking the build with plain cc
Categories
(NSPR :: NSPR, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
4.10.8
People
(Reporter: gaston, Assigned: gaston)
Details
Attachments
(1 file)
1.31 KB,
patch
|
ted
:
review+
wtc
:
review+
|
Details | Diff | Splinter Review |
See $subject, this breaks the build when using plain cc.
rwlockrank.c: In function 'rwtest':
rwlockrank.c:25: error: expected expression before '/' token
../../config/rules.mk:441: recipe for target 'rwlockrank.o' failed
Assignee | ||
Updated•10 years ago
|
Summary: rwlockrank.c uses c++-style comments → rwlockrank.c uses c++-style comments, breaking the build with plain cc
Assignee | ||
Comment 1•10 years ago
|
||
Assignee: wtc → landry
Attachment #8532893 -
Flags: review?(wtc)
Assignee | ||
Updated•10 years ago
|
Attachment #8532893 -
Flags: review?(ted)
Updated•10 years ago
|
Attachment #8532893 -
Flags: review?(wtc)
Attachment #8532893 -
Flags: review?(ted)
Attachment #8532893 -
Flags: review+
Comment 2•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 3•10 years ago
|
||
Comment on attachment 8532893 [details] [diff] [review]
Use c-style comments
Review of attachment 8532893 [details] [diff] [review]:
-----------------------------------------------------------------
r=wtc.
Attachment #8532893 -
Flags: review+
Updated•10 years ago
|
Priority: -- → P2
Hardware: x86_64 → All
Target Milestone: --- → 4.10.8
You need to log in
before you can comment on or make changes to this bug.
Description
•