Closed
Bug 750915
Opened 13 years ago
Closed 13 years ago
xplat: when rebuilding precompiled headers (pch), do not emit messages with the word "error"
Categories
(Tamarin Graveyard :: Build Config, defect)
Tamarin Graveyard
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pnkfelix, Assigned: pnkfelix)
References
Details
Attachments
(1 file)
phh pointed out to me today that the compile messages emitted during the current xplat are scary because when the precompiled header prepass fails, it emits some scary messages that feature the word "error" prominently towards the beginning.
I can and should fix that.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → fklockii
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Attachment #620339 -
Flags: review?(brbaker)
Comment 2•13 years ago
|
||
changeset: 7384:46acd8bab850
user: Felix Klock II <fklockii@adobe.com>
summary: Bug 750915: fix by piping stderr to /dev/null unless sufficiently verbose (r pending=brbaker).
http://hg.mozilla.org/tamarin-redux/rev/46acd8bab850
Comment 3•13 years ago
|
||
changeset: 7384:46acd8bab850
user: Felix Klock II <fklockii@adobe.com>
summary: Bug 750915: fix by piping stderr to /dev/null unless sufficiently verbose (r pending=brbaker).
http://hg.mozilla.org/tamarin-redux/rev/46acd8bab850
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Attachment #620339 -
Flags: review?(brbaker)
You need to log in
before you can comment on or make changes to this bug.
Description
•