taglib/examples
Urs Fleisch 8b3f1a459e Fix issues reported by CppCheck
Many shadowFunction, some useStlAlgorithm, and others.

cppcheck --enable=all --inline-suppr \
  --suppress=noExplicitConstructor --suppress=unusedFunction \
  --suppress=missingIncludeSystem --project=compile_commands.json
2023-12-07 05:00:00 +01:00
..
CMakeLists.txt Install examples after we selected to build them 2021-03-06 14:52:25 +01:00
framelist.cpp unused includes (#1133) 2023-09-16 08:22:36 +02:00
strip-id3v1.cpp unused includes (#1133) 2023-09-16 08:22:36 +02:00
tagreader_c.c Fix issues reported by CppCheck 2023-12-07 05:00:00 +01:00
tagreader.cpp Fix issues reported by CppCheck 2023-12-07 05:00:00 +01:00
tagwriter.cpp Provide properties methods on FileRef, make FileRef non-virtual 2023-10-27 09:46:54 +02:00