From 173bfbf7886608a4a7abbfac6a42ac4bf4a3432d Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 20 Sep 2020 16:14:20 +0100 Subject: New upstream version 1.5.0 --- tools/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools/CMakeLists.txt') diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 274a799..4d08be9 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -20,6 +20,13 @@ else() list(APPEND COMPAT_SOURCES ../openbsd-compat/readpassphrase.c) endif() +if(NOT MSVC) + set_source_files_properties(assert_get.c assert_verify.c base64.c bio.c + cred_make.c cred_verify.c credman.c fido2-assert.c fido2-cred.c + fido2-token.c pin.c token.c util.c PROPERTIES COMPILE_FLAGS + "-Wconversion -Wsign-conversion") +endif() + add_executable(fido2-cred fido2-cred.c cred_make.c -- cgit v1.2.3