Files
codeql/cpp/ql/test/examples/BadLocking/LocalVariableHidesGlobalVariable.expected
2019-04-05 10:00:55 +01:00

2 lines
189 B
Plaintext

| UnintendedDeclaration.cpp:65:14:65:20 | definition of myMutex | Local variable myMutex hides $@ with the same name. | UnintendedDeclaration.cpp:40:7:40:13 | myMutex | a global variable |