Closed
Bug 1052014
Opened 10 years ago
Closed 9 years ago
Fix or disable type-limits warnings in C code
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Ms2ger, Unassigned)
References
(Blocks 1 open bug)
Details
In particular:
gfx/cairo/cairo/src/cairo.c:292:5 [-Wtype-limits] comparison of unsigned expression < 0 is always false
intl/icu/source/common/ucnv_set.c:38:5 [-Wtype-limits] comparison of unsigned expression < 0 is always false
media/libtheora/lib/state.c:717:4 [-Wtype-limits] comparison of unsigned expression < 0 is always false
media/libtheora/lib/state.c:718:4 [-Wtype-limits] comparison of unsigned expression < 0 is always false
memory/jemalloc/src/src/jemalloc.c:603:5 [-Wtype-limits] comparison of unsigned expression < 0 is always false
Comment 1•9 years ago
|
||
Warnings in third-party code should be fixed upstream, not patched in mozilla-central.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
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
•