Closed
Bug 1571292
Opened 6 years ago
Closed 6 years ago
error: '~' on an expression of type bool [-Werror=bool-operation]
Categories
(Core :: Gecko Profiler, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
|
47 bytes,
text/x-phabricator-request
|
Details |
Fails with gcc 8 and -Wall on
/root/firefox-gcc-last/obj-x86_64-pc-linux-gnu/dist/include/mozilla/BlocksRingBuffer.h:333:26: error: '~' on an expression of type bool [-Werror=bool-operation]
MOZ_ASSERT(~IsAtEnd());
~~~~~~~^~
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by gsquelart@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9ed9c76181b0
Wbool-operation: fix a warning (! instead of ~) r=gerald
Updated•6 years ago
|
Keywords: regression
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Updated•4 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•