Open
Bug 1618279
Opened 5 years ago
Updated 3 years ago
silence some third-party build warnings with clang
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: froydnj, Unassigned)
Details
Attachments
(4 files)
Noticed these while having to clobber the other day and they annoyed me.
![]() |
Reporter | |
Comment 1•5 years ago
|
||
-Wno-macro-redefined
is just as useful with clang as it is with
clang-cl, so let's make that happen. There are a number of other
warnings that we might as well silence while we're doing that.
![]() |
Reporter | |
Comment 2•5 years ago
|
||
It doesn't look like we're fixing these anytime soon.
Depends on D64418
![]() |
Reporter | |
Comment 3•5 years ago
|
||
Depends on D64419
![]() |
Reporter | |
Comment 4•5 years ago
|
||
Depends on D64420
Comment 5•5 years ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:froydnj, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(nfroyd)
![]() |
Reporter | |
Updated•5 years ago
|
Flags: needinfo?(nfroyd)
Comment 6•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:mhentges, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: froydnj+bz → nobody
Flags: needinfo?(mhentges)
Updated•3 years ago
|
Flags: needinfo?(mhentges)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•