CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR /home/conan/w/cci_PR-4321/.conan/data/jwasm/2.13/_/_/build/cc9f9b2b9f92fc82888026414560bf79d8c3a052/source_subfolder/reswords.c: In function 'DumpResWords': /home/conan/w/cci_PR-4321/.conan/data/jwasm/2.13/_/_/build/cc9f9b2b9f92fc82888026414560bf79d8c3a052/source_subfolder/reswords.c:807:5: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("\nitems in InstrTable[]: %u\n", sizeof( InstrTable ) / sizeof( InstrTable[0] ) ); ^ /home/conan/w/cci_PR-4321/.conan/data/jwasm/2.13/_/_/build/cc9f9b2b9f92fc82888026414560bf79d8c3a052/source_subfolder/reswords.c:809:12: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] sizeof( optable_idx ) / sizeof( optable_idx[0] ), INS_FIRST_1 + 1, sizeof( ResWordTable ) / sizeof( ResWordTable[0] ) - 1 ); ^ /home/conan/w/cci_PR-4321/.conan/data/jwasm/2.13/_/_/build/cc9f9b2b9f92fc82888026414560bf79d8c3a052/source_subfolder/reswords.c:809:12: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] /home/conan/w/cci_PR-4321/.conan/data/jwasm/2.13/_/_/build/cc9f9b2b9f92fc82888026414560bf79d8c3a052/source_subfolder/symbols.c: In function 'DumpSymbol': /home/conan/w/cci_PR-4321/.conan/data/jwasm/2.13/_/_/build/cc9f9b2b9f92fc82888026414560bf79d8c3a052/source_subfolder/symbols.c:806:5: warning: format '%p' expects argument of type 'void *', but argument 5 has type 'union ' [-Wformat=] printf( "%-12s %16" I64_SPEC "X %02X %8p %c %8p %s\n", type, value, sym->mem_type, dir->e, sym->ispublic ? 'X' : ' ', sym->name, sym->name ); ^ jwasm/2.13 (test package): WARN: This conanfile has no build step