Warning when compiling czkawka_core: struct Hamming
is never constructed
#1282
Labels
bug
Something isn't working
Hamming
is never constructed
#1282
Bug Description
A warning about uninitialized struct is shown when compiling
czkawka_core
as a dependency toczkawka_cli
orczkawka_gui
with--release
command line parameter.Steps to reproduce:
Build
czkawka_gui
orczkawka_cli
on Linux with one of command line commands listed:cargo build --bin czkawka_gui --release
,cargo build --bin czkawka_cli --release
and wait untilczkawka_core (lib)
is about to be built.System
The text was updated successfully, but these errors were encountered: