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+
22#ifndef __CODEQL_TEST__
33#error __CODEQL_TEST__ missing
44#endif
Original file line number Diff line number Diff line change 1717| arguments.c | 17 | __CODEQL_TEST__ |
1818| arguments.c | 18 | --gcc |
1919| 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) {
44 p = &(int )a;
55}
66
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) {
44 p = &(int )a;
55}
66
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