Skip to content

Commit b380ba0

Browse files
committed
Add semmle-extractor-options: -std=c++17 to test
1 parent 5d0f7ef commit b380ba0

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/query-tests/Best Practices/Hiding/DeclarationHidesVariable

1 file changed

+1
-1
lines changed

cpp/ql/test/query-tests/Best Practices/Hiding/DeclarationHidesVariable/hiding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
// semmle-extractor-options: -std=c++17
22
void f(void) {
33
if (1) {
44
int i;

0 commit comments

Comments
 (0)