Closed
Bug 836088
Opened 10 years ago
Closed 10 years ago
"TableTicker.cpp:823:9: warning: unused variable 'platformData' [-Wunused-variable]", on Mac OS X opt builds
Categories
(Core :: Gecko Profiler, defect)
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.65 KB,
patch
|
BenWa
:
review+
|
Details | Diff | Splinter Review |
Build warning, on Mac OS X opt builds: { /builds/slave/try-osx64/build/obj-firefox/i386/config/nsinstall -L /builds/slave/try-osx64/build/obj-firefox/i386/tools/profiler -m 644 "_xpidlgen/profiler.xpt" "../../dist/bin/components" ../../../../tools/profiler/TableTicker.cpp:823:9: warning: unused variable 'platformData' [-Wunused-variable] void *platformData = nullptr; ^ 1 warning generated. } https://tbpl.mozilla.org/php/getParsedLog.php?id=19249692&tree=Try
Assignee | ||
Comment 1•10 years ago
|
||
This just moves the variable declaration down to where it's used (in a block that's not compiled for OS X).
Updated•10 years ago
|
Attachment #707874 -
Flags: review?(bgirard) → review+
Assignee | ||
Comment 2•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/1efe0f7e93d0
Comment 3•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1efe0f7e93d0
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•