Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e600e3

Browse files
committed
Reduce precision from very-high to low due to inability to handle K&R definitions correctly.
1 parent 10172af commit 9e600e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 very-high
8+
* @precision low
99
* @id cpp/futile-params
1010
* @tags correctness
1111
* maintainability

0 commit comments

Comments
 (0)