Closed
Bug 1764256
Opened 3 years ago
Closed 3 years ago
[clang 14] ActorsParent.cpp:3996:7: error: use of bitwise '|' with boolean operands [-Werror,-Wbitwise-instead-of-logical]
Categories
(Core :: Storage: Quota Manager, defect)
Core
Storage: Quota Manager
Tracking
()
RESOLVED
FIXED
101 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox99 | --- | unaffected |
firefox100 | --- | unaffected |
firefox101 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Bug 1764256: Use logical or instead of bitwise or in QuotaManager::Shutdown r?#dom-storage-reviewers
48 bytes,
text/x-phabricator-request
|
Details | Review |
[task 2022-04-12T07:57:07.664Z] 07:57:07 INFO - In file included from Unified_cpp_dom_quota0.cpp:11:
[task 2022-04-12T07:57:07.664Z] 07:57:07 ERROR - /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3996:7: error: use of bitwise '|' with boolean operands [-Werror,-Wbitwise-instead-of-logical]
[task 2022-04-12T07:57:07.664Z] 07:57:07 INFO - initiateShutdownWorkThreads() | static_cast<bool>(gNormalOriginOps);
[task 2022-04-12T07:57:07.664Z] 07:57:07 INFO - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2022-04-12T07:57:07.664Z] 07:57:07 INFO - ||
[task 2022-04-12T07:57:07.665Z] 07:57:07 INFO - /builds/worker/checkouts/gecko/dom/quota/ActorsParent.cpp:3996:7: note: cast one or both operands to int to silence this warning
[task 2022-04-12T07:57:07.665Z] 07:57:07 INFO - 1 error generated.
Updated•3 years ago
|
Keywords: regression
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Has Regression Range: --- → yes
Pushed by jstutte@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0491764d374b
Use logical or instead of bitwise or in QuotaManager::Shutdown r=dom-storage-reviewers,janv
Updated•3 years ago
|
Severity: -- → S4
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
Updated•3 years ago
|
status-firefox100:
--- → unaffected
status-firefox99:
--- → unaffected
status-firefox-esr91:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•