Closed
Bug 229969
Opened 21 years ago
Closed 21 years ago
Fix 'Warning: "/*" within comment' from 'Blamed Build Warnings; Linux brad Clobber'
Categories
(Core Graveyard :: File Handling, defect)
Core Graveyard
File Handling
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: sgautherie, Assigned: sgautherie)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
3.55 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Note that this (beos) is bogus too:
{
5. uriloader/exthandler/beos/nsOSHelperAppService.cpp:933 (See build log excerpt)
Warning: "/*" within comment
931
}
The actual (unix) warning is:
{
/mnt/4/tinderbox/brad/Linux_2.4.23backupboy-1_Clobber/mozilla/uriloader/exthandler/unix/nsOSHelperAppService.cpp:933:10:
warning: "/*" within comment
}
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.7alpha
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 138336 [details] [diff] [review]
(Av1) <nsOSHelperAppService.cpp> (*2)
I have no compiler: Could you compile/test/review it ? Thanks.
Attachment #138336 -
Flags: review?(bz-vacation)
Comment 3•21 years ago
|
||
in my opinion, this build warning is not worth making the comment less readable.
Component: Browser-General → File Handling
Comment 4•21 years ago
|
||
if you really want to fix this, please use C++ style comments:
// text/*
![]() |
||
Comment 5•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #138336 -
Attachment is obsolete: true
Attachment #138336 -
Flags: review?(bz-vacation)
Assignee | ||
Comment 7•21 years ago
|
||
Comment on attachment 138341 [details] [diff] [review]
(Av1b) <nsOSHelperAppService.cpp> (*2)
I have no compiler: Could you compile/test/review it ? Thanks.
Re comment 5:
I don't have an immediate need for this fix: I'm only trying to reduce the
warning number.
I'd like to have this one fixed too;
but you may "R.WontFix" as well...
Attachment #138341 -
Flags: review?(bz-vacation)
![]() |
||
Comment 8•21 years ago
|
||
Comment on attachment 138341 [details] [diff] [review]
(Av1b) <nsOSHelperAppService.cpp> (*2)
Yeah, that's not too bad, I guess. Damn moronic compilers. :(
r+sr=bzbarsky; I also have no way to compile this, but it looks ok. biesi,
would you mind landing this?
Attachment #138341 -
Flags: superreview+
Attachment #138341 -
Flags: review?(bz-vacation)
Attachment #138341 -
Flags: review+
Comment 9•21 years ago
|
||
I'll do it probably tomorrow
Comment 10•21 years ago
|
||
compiled fine on linux with gcc-Version 3.3.3 20031206 (prerelease) (Debian)
patch checked in
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•