Open jeffro256 opened 1 month ago
Still 1 warning left (if we forget easylogging++). Build profile:
$ cmake -DBUILD_TESTS=off -DCMAKE_BUILD_TYPE=release-static
$ gmake
Oops, I pushed an extra commit. Reverted. @SyntheticBird45 can you test now?
@SyntheticBird45 reported that the OpenBSD compiler gives warnings about string functions used in
oaes_sprintf
, as well as use ofrand()
inoaes_key_gen
. Neither of these functions are used in the codebase. Removing the unused OAES functions silences these warnings.