taglib/bindings
Urs Fleisch 131918333b Fix issues reported by Clang Static Analyzer
Some deadcode.DeadStores.

On Debian 12:
CXXFLAGS=-I/usr/include/x86_64-linux-gnu/c++/12 \
cmake -DCMAKE_C_COMPILER=/usr/share/clang/scan-build-14/libexec/ccc-analyzer \
    -DCMAKE_CXX_COMPILER=/usr/share/clang/scan-build-14/libexec/c++-analyzer \
    -DBUILD_SHARED_LIBS=OFF \
    -DCMAKE_EXPORT_COMPILE_COMMANDS=1 \
    -DENABLE_CCACHE=ON -DBUILD_TESTING=ON -DBUILD_EXAMPLES=ON \
    -DCMAKE_BUILD_TYPE=Debug ../taglib
scan-build make
2023-12-07 05:00:00 +01:00
..
c Fix issues reported by Clang Static Analyzer 2023-12-07 05:00:00 +01:00
CMakeLists.txt Do not use tabs in CMake files 2023-09-30 15:12:51 +02:00
README The website has more up-to-date links 2011-04-09 20:15:00 +02:00

There are a few other people that have done bindings externally that I have
been made aware of.  I have not personally reviewed these bindings, but I'm
listing them here so that those who find them useful are able to find them:

http://developer.kde.org/~wheeler/taglib.html#bindings