Disable MSVC warning 4244 for src/3rdparty/monocypher/monocypher.cpp

See: #664
pull/678/head
Jonathan G Rennison 2 months ago
parent 04755a6138
commit 7796451b6c

@ -1,3 +1,8 @@
if (MSVC)
# Disable warning 4244 for monocypher.cpp
set_compile_flags(monocypher.cpp COMPILE_FLAGS /wd4244)
endif()
add_files(
monocypher-ed25519.cpp
monocypher-ed25519.h

Loading…
Cancel
Save