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.qhelp
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ function may behave unpredictably.</p>
14
14
<p>This may indicate a misspelled function name, or that the required header containing
15
15
the function declaration has not been included.</p>
16
16
17
+
<p>Note: This query is not compatible with build mode: none databases, and produces
18
+
no results on those databases.</p>
19
+
17
20
</overview>
18
21
<recommendation>
19
22
<p>Provide an explicit declaration of the function before invoking it.</p>
@@ -26,4 +29,4 @@ the function declaration has not been included.</p>
26
29
<references>
27
30
<li>SEI CERT C Coding Standard: <ahref="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