Skip to content

cppcheck: add a FIXME for include directories

Igor Kushnir requested to merge work/fix-cppcheck-include-dirs into master

Opening Configure Project dialog or analyzing a CMake project with Cppcheck produces many identical debug messages in KDevelop's output:

kdevelop.plugins.cmake: no information found for ""

Fixing the issue properly appears to be very time consuming. Added a FIXME instead for now.

Edited by Igor Kushnir

Merge request reports