CMake Warning at cmake/findDependencies.cmake:35 (message):
Python3 was not found. Python tests under the 'tests' folder will not be
executed
Call Stack (most recent call first):
CMakeLists.txt:78 (include)
-- Iconv_INCLUDE_DIRS :
-- Iconv_LIBRARIES :
-- inih_INCLUDE_DIRS : /usr/include
-- inih_LIBRARIES : /usr/lib/libinih.so
-- inih_inireader_INCLUDE_DIRS : /usr/include
-- inih_inireader_LIBRARIES : /usr/lib/libINIReader.so
-fstack-clash-protection
-fcf-protection
-fstack-protector-strong
-D_GLIBCXX_ASSERTIONS
-D_FORTIFY_SOURCE=2
-Wall
-Wcast-align
-Wpointer-arith
-Wformat-security
-Wmissing-format-attribute
-Woverloaded-virtual
-W
-Wno-error=format-nonliteral
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
/var/pisi/exiv2-0.28.8-11/work/exiv2-0.28.8/xmpsdk/src/XMPMeta.cpp: In function ‘XMP_Status DumpNodeOptions(XMP_OptionBits, XMP_TextOutputProc, void*)’:
/var/pisi/exiv2-0.28.8-11/work/exiv2-0.28.8/xmpsdk/src/XMPMeta.cpp:90:70: warning: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘XMP_OptionBits’ {aka ‘unsigned int’} [-Wformat=]
90 | #define OutProcHexInt(num) { snprintf ( buffer, sizeof(buffer), "%lX", (num) ); /* AUDIT: Using sizeof for snprintf length is safe */ \
| ^~~~~ ~~~~~
/var/pisi/exiv2-0.28.8-11/work/exiv2-0.28.8/xmpsdk/src/XMPMeta.cpp:241:17: note: in expansion of macro ‘OutProcHexInt’
241 | OutProcHexInt ( options );
| ^~~~~~~~~~~~~
/var/pisi/exiv2-0.28.8-11/work/exiv2-0.28.8/xmpsdk/src/XMPMeta.cpp:90:73: note: format string is defined here
90 | #define OutProcHexInt(num) { snprintf ( buffer, sizeof(buffer), "%lX", (num) ); /* AUDIT: Using sizeof for snprintf length is safe */ \
| ~~^
| |
| long unsigned int
| %X
/var/pisi/exiv2-0.28.8-11/work/exiv2-0.28.8/xmpsdk/src/XMPUtils.cpp: In static member function ‘static XMP_Int64 XMPUtils::ConvertToInt64(XMP_StringPtr)’:
/var/pisi/exiv2-0.28.8-11/work/exiv2-0.28.8/xmpsdk/src/XMPUtils.cpp:1221:48: warning: format ‘%lld’ expects argument of type ‘long long int*’, but argument 3 has type ‘XMP_Int64*’ {aka ‘long int*’} [-Wformat=]
1221 | count = sscanf ( strValue, "%lld%c", &result, &nextCh );
| ~~~^ ~~~~~~~
| | |
| | XMP_Int64* {aka long int*}
| long long int*
| %ld
/var/pisi/exiv2-0.28.8-11/work/exiv2-0.28.8/xmpsdk/src/XMPUtils.cpp:1223:48: warning: format ‘%llx’ expects argument of type ‘long long unsigned int*’, but argument 3 has type ‘XMP_Int64*’ {aka ‘long int*’} [-Wformat=]
1223 | count = sscanf ( strValue, "%llx%c", &result, &nextCh );
| ~~~^ ~~~~~~~
| | |
| | XMP_Int64* {aka long int*}
| long long unsigned int*
| %lx