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

See: #664
This commit is contained in:
Jonathan G Rennison
2024-03-09 23:18:09 +00:00
parent 04755a6138
commit 7796451b6c

View File

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