C++: Increase the query precision to high.

This commit is contained in:
Geoffrey White
2026-03-27 16:40:45 +00:00
parent 39056e4477
commit bb9873dc8f

View File

@@ -5,7 +5,7 @@
* may lead to unpredictable behavior.
* @kind problem
* @problem.severity warning
* @precision medium
* @precision high
* @id cpp/implicit-function-declaration
* @tags correctness
* maintainability