Closed Bug 1117466 Opened 10 years ago Closed 10 years ago

Fix Android gcc warnings in js/src/gc

Categories

(Core :: JavaScript Engine, defect)

All
Android
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla37

People

(Reporter: cpeterson, Assigned: cpeterson)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Fix the following Android gcc warnings: js/src/gc/RootMarking.cpp:124:1 [-Wunused-function] 'void MarkExactStackRoots(js::ThreadSafeContext*, JSTracer*)' defined but not used js/src/gc/Statistics.cpp:428:44 [-Wsign-compare] comparison between signed and unsigned integer expressions Also mark global variable `phaseExtra` as static because it's never referenced outside gc/Statistics.cpp.
Attachment #8543580 - Flags: review?(sphink)
Comment on attachment 8543580 [details] [diff] [review] android-gc-warnings.patch Review of attachment 8543580 [details] [diff] [review]: ----------------------------------------------------------------- Thanks!
Attachment #8543580 - Flags: review?(sphink) → review+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: