Closed
Bug 780739
Opened 14 years ago
Closed 14 years ago
B2G: Suppress gcc warnings about va_list mangling
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: marshall, Assigned: marshall)
Details
Attachments
(1 file)
|
3.00 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
When building gecko from B2G, that contain this message about va_list:
> note: the mangling of 'va_list' has changed in GCC 4.4
These warnings have already been suppressed for Fennec (see Bug 760335), we just need to add -Wno-psabi to the right places to make the B2G build configuration happy
| Assignee | ||
Comment 1•14 years ago
|
||
* When building gecko from B2G, there are a sea of warnings that contain this message about va_list
| Assignee | ||
Comment 2•14 years ago
|
||
Attachment #649441 -
Flags: review?
Updated•14 years ago
|
Assignee: nobody → marshall
Comment 3•14 years ago
|
||
Comment on attachment 649441 [details] [diff] [review]
v1
Yes, please!
(FYI, you'll usually get better results by setting review?someone than just setting review?.)
Attachment #649441 -
Flags: review? → review+
| Assignee | ||
Comment 4•14 years ago
|
||
(In reply to Ted Mielczarek [:ted] from comment #3)
> (FYI, you'll usually get better results by setting review?someone than just
> setting review?.)
I used git-bz-moz to attach the patch and I guess my r=vlad flag didn't get set correctly, my bad :) Thanks for taking up the review!
| Assignee | ||
Comment 5•14 years ago
|
||
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•