Closed
Bug 1776449
Opened 3 years ago
Closed 2 years ago
Windows warning: "NativeOSFileInternals.cpp(824,24): warning: result of comparison 'unsigned long long' > 18446744073709551615 is always false [-Wtautological-type-limit-compare]"
Categories
(Toolkit Graveyard :: OS.File, defect, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: RyanVM, Unassigned)
References
Details
Looks like this was added in bug 1607816.
toolkit/components/osfile/NativeOSFileInternals.cpp(824,24): warning: result of comparison 'unsigned long long' > 18446744073709551615 is always false [-Wtautological-type-limit-compare]
needed.value() > std::numeric_limits<nsAString::size_type>::max()) {
~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comment 1•3 years ago
|
||
This really regressed when nsAString::size_type
was changed to size_t
rather than uint32_t
.
Comment 2•3 years ago
|
||
The severity field is not set for this bug.
:barret, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(brennie)
Updated•3 years ago
|
Severity: -- → S4
Flags: needinfo?(brennie)
Priority: -- → P4
Comment 3•2 years ago
|
||
OS.File is pending removal
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
Updated•2 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•