Closed
Bug 790290
Opened 12 years ago
Closed 12 years ago
don't warn about c99 extensions with clang
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 788242
People
(Reporter: espindola, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
empty macro arguments are a c99 feature and -Werror causes newer clang builds to fail when it sees
NS_ENSURE_SUCCESS(rv, )
Attachment #660120 -
Flags: review?(benjamin)
Reporter | ||
Updated•12 years ago
|
Updated•12 years ago
|
Attachment #660120 -
Flags: review?(benjamin) → review+
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•