You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cpp/ql/src/Likely Bugs/Underspecified Functions/ImplicitFunctionDeclaration.qlhelp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
<overview>
8
8
<p>A function is called without a prior function declaration or definition.
9
9
When this happens, the compiler generates an implicit declaration of the function,
10
-
specifying an integer return type and no parameters.</p>
10
+
specifying an integer return type and no parameters.
11
11
</p>
12
12
13
13
<p>This may indicate a misspelled function name, or that the required header containing
@@ -23,6 +23,6 @@ the function declaration has not been included.</p>
23
23
</example>
24
24
25
25
<references>
26
-
<li>SEI CERT C Coding Standard: <a href="https://wiki.sei.cmu.edu/confluence/display/c/DCL31-C.+Declare+identifiers+before+using+them"> DCL20-C. Explicitly specify void when a function accepts no arguments </a></li>
26
+
<li>SEI CERT C Coding Standard: <a href="https://wiki.sei.cmu.edu/confluence/display/c/DCL31-C.+Declare+identifiers+before+using+them">DCL31-C. Declare identifiers before using them</a></li>
0 commit comments