Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit verbosity number when populating the warning level string
Fixes CI failure: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:35: note: ‘__builtin___snprintf_chk’ output between 5 and 11 bytes into a destination of size 5 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: all warnings being treated as errors CMakeFiles/loguru_test.dir/build.make:75: recipe for target 'CMakeFiles/loguru_test.dir/loguru_test.cpp.o' failed make[2]: *** [CMakeFiles/loguru_test.dir/loguru_test.cpp.o] Error 1 CMakeFiles/Makefile2:82: recipe for target 'CMakeFiles/loguru_test.dir/all' failed make[1]: *** [CMakeFiles/loguru_test.dir/all] Error 2 Makefile:100: recipe for target 'all' failed make: *** [all] Error 2 CMake Error at test/appveyor.cmake:22 (_message):
- Loading branch information