Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd644ca commit a43131aCopy full SHA for a43131a
1 file changed
cpp/ql/src/Likely Bugs/Underspecified Functions/ImplicitFunctionDeclaration.ql
@@ -45,4 +45,4 @@ where
45
not mistypedFunctionArguments(fc, _, _) and
46
not tooFewArguments(fc, _) and
47
not tooManyArguments(fc, _)
48
-select fc, "Function call implicitly declares '" + fdeIm.getName() + "'."
+select fc, "Function call implicitly declares '" + fdeIm.getName() + "'."
0 commit comments