Closed Bug 1643347 Opened 4 years ago Closed 4 years ago

[-Werror,-Wuninitialized-const-reference] on ContentPrincipal.cpp

Categories

(Developer Infrastructure :: Source Code Analysis, defect)

defect

Tracking

(firefox79 fixed)

RESOLVED FIXED
mozilla79
Tracking Status
firefox79 --- fixed

People

(Reporter: Sylvestre, Assigned: Sylvestre)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

In file included from Unified_cpp_caps0.cpp:2:
/var/lib/jenkins/workspace/firefox-clang-lld-last/caps/ContentPrincipal.cpp:68:13: error: variable 'hasFlag' is uninitialized when passed as a const reference argument here [-Werror,-Wuninitialized-const-reference]
  Unused << hasFlag;  // silence possible compiler warnings.
            ^~~~~~~

not sure why it is regressing now

not sure why it is regressing now

Looks like a brand-new warning: https://github.com/llvm/llvm-project/commit/170b6869b563dd3393d99f3e03d389b9058d5f24

Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a680dbc851bf
set hasFlag default value to avoid a -Wuninitialized-const-reference warning in ContentPrincipal.cpp r=dmajor
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: