Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Low: qblist.h: fix incompatibility with C++ & check it regularly
Primary trigger was the fact that "./check abi" (via build-aux/generate-docs) choked on that because abi-dumper, likely since 0.99.16 (fead8fa) can/will use g++ to list symbols in header files, which apparently applies C++ perspective there, which likely was unprecedented even though libqb no doubt targets such compatiblity. To avoid its breakage within the public headers' scope in the future, arrange for checking it regularly alongside the "auto_check_header" tests (cf. make -C tests check-headers). Signed-off-by: Jan Pokorný <[email protected]>
- Loading branch information