Closed Bug 1358045 Opened 9 years ago Closed 3 years ago

Fix -Wunused-function warning-as-error in js/src/wasm/WasmSignalHandlers.cpp

Categories

(Core :: JavaScript Engine: JIT, defect, P3)

defect

Tracking

()

RESOLVED WORKSFORME
Tracking Status
firefox53 --- unaffected
firefox54 --- unaffected
firefox55 --- affected
firefox110 --- verified

People

(Reporter: cpeterson, Assigned: cpeterson)

References

Details

(Keywords: triage-deferred)

Attachments

(1 file)

This warning is a regression from bug 1338217 and breaks the SpiderMonkey ARM Simulator debug builds on OS X. js/src/wasm/WasmSignalHandlers.cpp:374:1: warning: unused function 'ContextToFP' [-Wunused-function] Here is a green Try build: https://treeherder.mozilla.org/#/jobs?repo=try&revision=41eeb96f82d45480db3fdadb940c94b8a831d9d3
Comment on attachment 8859912 [details] Bug 1358045 - Fix -Wunused-function warning in js/src/wasm/WasmSignalHandlers.cpp. https://reviewboard.mozilla.org/r/131972/#review134744 I see the warning but this patch does nothing to fix it, from what I can tell: with the patch applied the warning is still there. Wrong patch?
Attachment #8859912 - Flags: review?(lhansen)
Keywords: triage-deferred
Priority: -- → P3
Severity: normal → S3

This -Wunused-function warning is no longer reported.

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: