Closed
Bug 1384423
Opened 7 years ago
Closed 7 years ago
ipc/glue/GeckoChildProcessHost.cpp:538:41: error: unused variable 'profilerEnvironment' [-Werror=unused-variable]
Categories
(Core :: Gecko Profiler, defect, P3)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | unaffected |
firefox56 | --- | wontfix |
firefox57 | --- | wontfix |
firefox58 | --- | fixed |
People
(Reporter: jbeich, Unassigned)
References
Details
(Keywords: regression)
On platforms without GeckoProfiler (iOS, Linux non-x86, BSDs, Solaris) build has new warnings that if appeared on treeherder (e.g. via bug 1371159) would break build.
$ echo "ac_add_options --enable-warnings-as-errors # mimic MOZ_AUTOMATION" >>.mozconfig
$ ./mach build
[...]
In file included from objdir/ipc/glue/Unified_cpp_ipc_glue0.cpp:92:
ipc/glue/GeckoChildProcessHost.cpp:538:41: error: unused variable 'profilerEnvironment'
[-Werror,-Wunused-variable]
AutoSetProfilerEnvVarsForChildProcess profilerEnvironment;
^
1 error generated.
status-firefox54:
--- → unaffected
status-firefox55:
--- → unaffected
status-firefox56:
--- → affected
status-firefox-esr52:
--- → unaffected
Updated•7 years ago
|
Updated•7 years ago
|
status-firefox57:
--- → fix-optional
Updated•7 years ago
|
Priority: -- → P3
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Depends on: 1403868
Resolution: --- → FIXED
Updated•7 years ago
|
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•