-innoextract/src/cli/extract.cpp:895:7: warning: variable 'is_directory' is not initialized [cppcoreguidelines-init-variables] -innoextract/src/cli/main.cpp:228:20: warning: variable 'color_e' is not initialized [cppcoreguidelines-init-variables] -innoextract/src/cli/main.cpp:235:20: warning: variable 'progress_e' is not initialized [cppcoreguidelines-init-variables] -innoextract/src/crypto/md5.cpp:48:12: warning: variable 'a' is not initialized [cppcoreguidelines-init-variables] -innoextract/src/crypto/md5.cpp:48:15: warning: variable 'b' is not initialized [cppcoreguidelines-init-variables] -innoextract/src/crypto/md5.cpp:48:18: warning: variable 'c' is not initialized [cppcoreguidelines-init-variables] -innoextract/src/crypto/md5.cpp:48:21: warning: variable 'd' is not initialized [cppcoreguidelines-init-variables] -innoextract/src/setup/info.cpp:135:7: warning: variable 'dummy' is not initialized [cppcoreguidelines-init-variables] -innoextract/src/setup/message.cpp:41:18: warning: variable 'codepage' is not initialized [cppcoreguidelines-init-variables] -innoextract/src/stream/block.cpp:161:18: warning: variable 'stored_size' is not initialized [cppcoreguidelines-init-variables] -innoextract/src/stream/block.cpp:162:20: warning: variable 'compression' is not initialized [cppcoreguidelines-init-variables] -innoextract/src/util/console.cpp:92:7: warning: variable 'is_tty' is not initialized [cppcoreguidelines-init-variables] -innoextract/src/util/console.cpp:368:18: warning: variable 'time' is not initialized [cppcoreguidelines-init-variables]