Suppress loguru memory leak

Due to a bug in pthread, loguru would leak 12 bytes memory from the main
thread when `loguru::init` is in use. Since GCC does not support
blacklist file, the suppression logic is added to
ctest_memcheck_supp_file file.

See details in loguru github issue #59.
This commit is contained in:
Haocheng LIU 2019-02-12 10:33:29 -05:00
parent a2c03f2731
commit 4165866567

@ -1 +1,2 @@
leak:libX11*
leak:loguru.hpp