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)

defect
Not set
trivial

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.7alpha

People

(Reporter: sgautherie, Assigned: sgautherie)

References

(Blocks 1 open bug)

Details

Attachments

(1 file, 1 obsolete file)

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
}
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.7alpha
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)
in my opinion, this build warning is not worth making the comment less readable.

Component: Browser-General → File Handling
if you really want to fix this, please use C++ style comments:

// text/*
I agree with comment 3.  If you absolutely must have this, go with comment 4,
but I would prefer that this code simply didn't get changed (I saw the warning
when I wrote the code, and the clarity of the comment is the single most
important thing here; the warning is a matter of sublime unconcern).
Av1, with comment 4 suggestion(s).
Attachment #138336 - Attachment is obsolete: true
Attachment #138336 - Flags: review?(bz-vacation)
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 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+
I'll do it probably tomorrow
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
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: