Closed
Bug 1031166
Opened 11 years ago
Closed 11 years ago
Fix non-unified OS X build's warnings-as-errors in toolkit/components/places
Categories
(Toolkit :: Places, defect)
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
|
1.47 KB,
patch
|
mak
:
review+
|
Details | Diff | Splinter Review |
When building with these mozconfig settings using clang on OS X:
ac_add_options --disable-unified-compilation
ac_add_options --enable-warnings-as-errors
I hit the following warnings-as-error build error:
> toolkit/components/places/nsNavHistory.cpp:105:22: error: unused variable 'USECS_PER_DAY' [-Werror,-Wunused-const-variable]
Attachment #8446989 -
Flags: review?(mak77)
Comment 1•11 years ago
|
||
Comment on attachment 8446989 [details] [diff] [review]
fix-places-non-unified-build.patch
Review of attachment 8446989 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8446989 -
Flags: review?(mak77) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•