Closed
Bug 1223262
Opened 9 years ago
Closed 9 years ago
Fix -Wunreachable-code warning in tools/profiler
Categories
(Core :: Gecko Profiler, defect)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
1.24 KB,
patch
|
BenWa
:
review+
|
Details | Diff | Splinter Review |
The `continue` is not reached after the abort() in debug builds:
tools/profiler/core/platform-linux.cc:363:11: warning: code will never be executed [-Wunreachable-code]
Attachment #8685241 -
Flags: review?(bgirard)
Updated•9 years ago
|
Attachment #8685241 -
Flags: review?(bgirard) → review+
Comment 2•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Assignee | ||
Updated•9 years ago
|
Blocks: Wunreachable-code
You need to log in
before you can comment on or make changes to this bug.
Description
•