Closed
Bug 1520880
Opened 7 years ago
Closed 7 years ago
clang-cl arm64 PatcherDetour.h(108,15): error: unused variable 'opcode1' [-Werror,-Wunused-variable]
Categories
(Core :: mozglue, enhancement)
Core
mozglue
Tracking
()
RESOLVED
FIXED
mozilla66
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | fixed |
People
(Reporter: away, Assigned: away)
References
Details
Attachments
(1 file)
|
1.36 KB,
patch
|
bugzilla
:
review+
|
Details | Diff | Splinter Review |
Since the interceptor is stubbed out on ARM64, opcode1 goes unused.
Attachment #9037353 -
Flags: review?(aklotz)
Updated•7 years ago
|
Attachment #9037353 -
Flags: review?(aklotz) → review+
Pushed by dmajor@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e0f21f574d36
Silence an unused variable warning in the stubbed-out ARM64 interceptor. r=aklotz
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•