Closed
Bug 1795215
Opened 3 years ago
Closed 3 years ago
C/C++ code built from rust still emits warnings that are otherwise disabled by the build system
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox108 fixed)
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
For example:
warning: /builds/worker/workspace/obj-build/dist/include/mozilla/Assertions.h:159:1 [-Winvalid-noreturn] function declared 'noreturn' should not return
on windows builds where we have: https://searchfox.org/mozilla-central/rev/50d8456970a33fde950ec483b46ffd324f79c0b5/build/moz.configure/warnings.configure#222-226
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/0c1875f175e9
Keep -Wno-* flags when disabling compiler warnings. r=firefox-build-system-reviewers,andi
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•