File tree Expand file tree Collapse file tree 13 files changed +13
-14
lines changed
Best Practices/Unused Entities/UnusedStaticFunctions
Likely Bugs/Format/WrongTypeFormatArguments/Microsoft_no_wchar Expand file tree Collapse file tree 13 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 1
- // semmle-extractor-options: -Werror
1
+
2
2
#ifndef __CODEQL_TEST__
3
3
#error __CODEQL_TEST__ missing
4
4
#endif
Original file line number Diff line number Diff line change 17
17
| arguments.c | 17 | __CODEQL_TEST__ |
18
18
| arguments.c | 18 | --gcc |
19
19
| arguments.c | 19 | -w |
20
- | arguments.c | 20 | -Werror |
21
- | arguments.c | 21 | arguments.c |
20
+ | arguments.c | 20 | arguments.c |
Original file line number Diff line number Diff line change 1
- semmle-extractor-options: -fblocks
1
+ semmle-extractor-options: --edg --blocks
Original file line number Diff line number Diff line change 1
- semmle-extractor-options: -fblocks
1
+ semmle-extractor-options: --edg --blocks
Original file line number Diff line number Diff line change 1
- semmle-extractor-options: -fblocks
1
+ semmle-extractor-options: --edg --blocks
Original file line number Diff line number Diff line change 1
- semmle-extractor-options: -fblocks
1
+ semmle-extractor-options: --edg --blocks
Original file line number Diff line number Diff line change 1
- semmle-extractor-options: -fblocks
1
+ semmle-extractor-options: --edg --blocks
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ void disabled(void) {
4
4
p = &(int )a;
5
5
}
6
6
7
- // semmle-extractor-options: --microsoft /Zc:rvalueCast-
7
+ // semmle-extractor-options: --microsoft --edg --preserve_lvalues_with_same_type_casts
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ void enabled(void) {
4
4
p = &(int )a;
5
5
}
6
6
7
- // semmle-extractor-options: --microsoft /Zc:rvalueCast --expect_errors
7
+ // semmle-extractor-options: --microsoft --edg --no_preserve_lvalues_with_same_type_casts --expect_errors
Original file line number Diff line number Diff line change 1
- semmle-extractor-options: -fblocks
1
+ semmle-extractor-options: --edg --blocks
You can’t perform that action at this time.
0 commit comments