Skip to content

Commit 07ee9be

Browse files
committed
Set query precision to high
1 parent be0db66 commit 07ee9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Underspecified Functions/TooManyArguments.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* that the code does not follow the author's intent.
66
* @kind problem
77
* @problem.severity warning
8-
* @precision low
8+
* @precision high
99
* @id cpp/futile-params
1010
* @tags correctness
1111
* maintainability

0 commit comments

Comments
 (0)