Set query precision to high

This commit is contained in:
Ziemowit Laski
2019-07-06 14:33:00 -07:00
parent be0db66a55
commit 07ee9be9b6

View File

@@ -5,7 +5,7 @@
* that the code does not follow the author's intent.
* @kind problem
* @problem.severity warning
* @precision low
* @precision high
* @id cpp/futile-params
* @tags correctness
* maintainability