ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') source_subfolder/src/metaprint.c: In function ‘print_pair’: source_subfolder/src/metaprint.c:120:61: warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 16 [-Wformat-truncation=] 120 | snprintf( cfmt, sizeof(cfmt)-1, "%%s:%%-%ds%%-%ds %%s:%%-%ds%%-%ds\n" | ^~ source_subfolder/src/metaprint.c:120:35: note: directive argument in the range [-2147483640, 2147483647] 120 | snprintf( cfmt, sizeof(cfmt)-1, "%%s:%%-%ds%%-%ds %%s:%%-%ds%%-%ds\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from source_subfolder/src/compat/compat.h:34, from source_subfolder/src/mpg123app.h:17, from source_subfolder/src/common.h:12, from source_subfolder/src/metaprint.c:17: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 26 and 66 bytes into a destination of size 34 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source_subfolder/src/metaprint.c:84:40: warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size 8 [-Wformat-truncation=] 84 | snprintf( fmt, sizeof(fmt)-1, "%%s:%%-%ds%%s\n" | ^~ source_subfolder/src/metaprint.c:84:32: note: directive argument in the range [-2147483639, 2147483647] 84 | snprintf( fmt, sizeof(fmt)-1, "%%s:%%-%ds%%s\n" | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from source_subfolder/src/compat/compat.h:34, from source_subfolder/src/mpg123app.h:17, from source_subfolder/src/common.h:12, from source_subfolder/src/metaprint.c:17: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 11 and 21 bytes into a destination of size 13 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source_subfolder/src/metaprint.c:84:40: warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size 8 [-Wformat-truncation=] 84 | snprintf( fmt, sizeof(fmt)-1, "%%s:%%-%ds%%s\n" | ^~ source_subfolder/src/metaprint.c:84:32: note: directive argument in the range [-2147483639, 2147483647] 84 | snprintf( fmt, sizeof(fmt)-1, "%%s:%%-%ds%%s\n" | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from source_subfolder/src/compat/compat.h:34, from source_subfolder/src/mpg123app.h:17, from source_subfolder/src/common.h:12, from source_subfolder/src/metaprint.c:17: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 11 and 21 bytes into a destination of size 13 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY