-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Running into a couple errors using the generator in ubuntu 16.04
`cryptonote_format_utils.cpp:891:101: error: comparison with string literal results in unspecified behaviour [-Werror=address]
if (string_tools::pod_to_hex(block_blob_hash) == correct_blob_hash_202612 && CRYPTONOTE_NAME == "monero")
src/cryptonote_basic/cryptonote_format_utils.cpp:901:89: error: comparison with string literal results in unspecified behaviour [-Werror=address]
if (string_tools::pod_to_hex(res) == existing_block_id_202612 && CRYPTONOTE_NAME == "monero")
^
cc1plus: all warnings being treated as errors
src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/build.make:110: recipe for target 'src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/cryptonote_format_utils.cpp.o' failed
^
`