Closed
Bug 808875
Opened 13 years ago
Closed 12 years ago
Fix -Wunused-variable warnings on android build
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kats, Assigned: gw280)
References
(Blocks 1 open bug)
Details
(Whiteboard: [leave open])
Attachments
(6 files, 2 obsolete files)
1.13 KB,
patch
|
mwu
:
review+
kats
:
checkin+
|
Details | Diff | Splinter Review |
5.35 KB,
patch
|
Details | Diff | Splinter Review | |
894 bytes,
patch
|
Details | Diff | Splinter Review | |
2.31 KB,
patch
|
Details | Diff | Splinter Review | |
1.59 KB,
patch
|
benjamin
:
review+
kats
:
checkin+
|
Details | Diff | Splinter Review |
820 bytes,
patch
|
mjrosenb
:
review+
kats
:
checkin+
|
Details | Diff | Splinter Review |
My (incremental) build of android has 14 -Wunused-variable warnings, which takes just about as long to fix as it takes for my build to complete. Figured this is more productive than swordfighting on wheelie chairs.
Try build in progress at https://tbpl.mozilla.org/?tree=Try&rev=d17490378045
Attachment #678578 -
Flags: review?(mh+mozilla)
Reporter | ||
Comment 1•13 years ago
|
||
Attachment #678579 -
Flags: review?(mwu)
Reporter | ||
Comment 2•13 years ago
|
||
Attachment #678580 -
Flags: review?(gwright)
Reporter | ||
Comment 3•13 years ago
|
||
Attachment #678581 -
Flags: review?(gwright)
Reporter | ||
Comment 4•13 years ago
|
||
Attachment #678582 -
Flags: review?(gwright)
Reporter | ||
Comment 5•13 years ago
|
||
Attachment #678583 -
Flags: review?(bsmith)
Reporter | ||
Comment 6•13 years ago
|
||
Attachment #678584 -
Flags: review?(wjohnston)
Reporter | ||
Comment 7•13 years ago
|
||
Attachment #678585 -
Flags: review?(mrosenberg)
Comment 8•13 years ago
|
||
Comment on attachment 678578 [details] [diff] [review]
(1/8) ElfLoader.cpp
Review of attachment 678578 [details] [diff] [review]:
-----------------------------------------------------------------
::: mozglue/linker/ElfLoader.cpp
@@ -232,5 @@
> return *it;
> }
>
> char *abs_path = NULL;
> - const char *requested_path = path;
path may change later on, and it's not the changed value that i want logged.
Attachment #678578 -
Flags: review?(mh+mozilla) → review-
Comment 9•13 years ago
|
||
Comment on attachment 678585 [details] [diff] [review]
(8/8) Assembler-arm.cpp
Review of attachment 678585 [details] [diff] [review]:
-----------------------------------------------------------------
I would have preferred being challenged to a foam-sword duel, but this is also acceptable.
Attachment #678585 -
Flags: review?(mrosenberg) → review+
Updated•13 years ago
|
Assignee: nobody → bugmail.mozilla
Updated•13 years ago
|
Attachment #678584 -
Flags: review?(wjohnston) → review?(benjamin)
Updated•13 years ago
|
Attachment #678579 -
Flags: review?(mwu) → review+
Updated•13 years ago
|
Attachment #678584 -
Flags: review?(benjamin) → review+
Reporter | ||
Comment 10•13 years ago
|
||
I'm just gonna start landing the patches as they r+'d because otherwise they'll just be sitting around forever and get bitrotted. Enemy of the good and all that.
Part 2: https://hg.mozilla.org/integration/mozilla-inbound/rev/11b76ebcd3c2
Part 7: https://hg.mozilla.org/integration/mozilla-inbound/rev/70e8cf8dd277
Part 8: https://hg.mozilla.org/integration/mozilla-inbound/rev/de3ede8ff84d
Whiteboard: [leave open]
Reporter | ||
Updated•13 years ago
|
Attachment #678579 -
Flags: checkin+
Reporter | ||
Updated•13 years ago
|
Attachment #678584 -
Flags: checkin+
Reporter | ||
Updated•13 years ago
|
Attachment #678585 -
Flags: checkin+
Comment 11•13 years ago
|
||
Reporter | ||
Comment 12•13 years ago
|
||
Comment on attachment 678583 [details] [diff] [review]
(6/8) nsSmartCardMonitor.cpp
This patch is obsoleted by bug 817176.
Attachment #678583 -
Attachment is obsolete: true
Attachment #678583 -
Flags: review?(bsmith)
Reporter | ||
Comment 13•12 years ago
|
||
Comment on attachment 678578 [details] [diff] [review]
(1/8) ElfLoader.cpp
This patch is obsoleted by bug 830326.
Attachment #678578 -
Attachment is obsolete: true
Reporter | ||
Comment 14•12 years ago
|
||
Waiting on :gw280 for the rest of these.
Assignee: bugmail.mozilla → gwright
Assignee | ||
Updated•12 years ago
|
Attachment #678580 -
Flags: review?(gwright)
Assignee | ||
Updated•12 years ago
|
Attachment #678581 -
Flags: review?(gwright)
Assignee | ||
Updated•12 years ago
|
Attachment #678582 -
Flags: review?(gwright)
Assignee | ||
Comment 15•12 years ago
|
||
I built with -Werror for Skia and didn't run into any of these issues, so I think we can close this.
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•