Skip to content

Commit a293557

Browse files
committed
note
1 parent 4b6a01d commit a293557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rule_packages/c/Language3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"readability"
4141
],
4242
"implementation_scope": {
43-
"description": "This implementation only considers alternate forms of `main` and the undefined behavior that results. Additional cases from Appendix J of the C99 standard are not currently considered."
43+
"description": "This implementation only considers alternate forms of `main` and the undefined behavior that results. Note that the current version of CodeQL is not able to detect this issue if a function is named `main` since it will assume the return type and formal parameters. Additional cases from Appendix J of the C99 standard are not currently considered."
4444
}
4545
}
4646
],

0 commit comments

Comments
 (0)