mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
b87625d738
420fa0770f37619bfa29898d59dac45b6a477abb fuzz: use std::optional for sep_pos variable (Harris) Pull request description: This PR changes the original `size_t sep_pos` to `std::optional<size_t> sep_post_opt` to remove the warning when compiling fuzz tests. ```shell warning: variable 'sep_pos' may be uninitialized when used here [-Wconditional-uninitialized] ``` Also, it adds `--enable-c++17` flag to CI fuzz scripts. ACKs for top commit: practicalswift: ACK 420fa0770f37619bfa29898d59dac45b6a477abb MarcoFalke: ACK 420fa07 Tree-SHA512: e967d5d8ab8ee7394b243ff5b28bac72d30bd14774e4a206f8c87474fad22769da76e4ba4e03cbef83b8f60e5293e9d9293b613e2e2e59e187d4e59ae6b874ca |
||
---|---|---|
.. | ||
00_setup_env_arm.sh | ||
00_setup_env_i686_ubsan.sh | ||
00_setup_env_i686.sh | ||
00_setup_env_mac_host.sh | ||
00_setup_env_mac.sh | ||
00_setup_env_native_centos.sh | ||
00_setup_env_native_cxx20.sh | ||
00_setup_env_native_fuzz_with_valgrind.sh | ||
00_setup_env_native_fuzz.sh | ||
00_setup_env_native_nowallet.sh | ||
00_setup_env_native_qt5.sh | ||
00_setup_env_native_tsan.sh | ||
00_setup_env_s390x.sh | ||
00_setup_env_win64.sh | ||
00_setup_env.sh | ||
03_before_install.sh | ||
04_install.sh | ||
05_before_script.sh |