Files
cpp-course/cppcheck/suppressions.txt
T

9 lines
301 B
Plaintext
Raw Normal View History

2026-08-12 13:49:04 +03:00
# Suppress Cppcheck noise for this GCC 16 / C++26 project.
#
# The CLion Cppcheck plugin analyzes headers in isolation and often reports
# false positives (missing system includes, GCC libstdc++ syntax errors).
# Prefer: cmake --build build --target cppcheck_modules
missingIncludeSystem
syntaxError