Closed
Bug 1031167
Opened 11 years ago
Closed 11 years ago
Fix non-unified OS X build's warnings-as-errors in tools/profiler
Categories
(Core :: Gecko Profiler, defect)
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
|
1.02 KB,
patch
|
BenWa
:
review+
|
Details | Diff | Splinter Review |
When building with these mozconfig settings using clang on OS X:
ac_add_options --disable-unified-compilation
ac_add_options --enable-warnings-as-errors
I hit the following warnings-as-error build error:
> tools/profiler/platform-macos.cc:61:24: error: unused variable 'kNoThread' [-Werror,-Wunused-const-variable]
Attachment #8446992 -
Flags: review?(bgirard)
Updated•11 years ago
|
Attachment #8446992 -
Flags: review?(bgirard) → review+
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•