diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-10-21 08:34:06 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-10-22 21:02:04 +0200 |
commit | f3c40f4a208117ceb49396a381702b01c40efdb0 (patch) | |
tree | 9c39b4fbc68bb744aa93194b42492b9f2acec5d7 /src/input_common/CMakeLists.txt | |
parent | general: Enforce C4800 everywhere except in video_core (diff) | |
download | yuzu-f3c40f4a208117ceb49396a381702b01c40efdb0.tar yuzu-f3c40f4a208117ceb49396a381702b01c40efdb0.tar.gz yuzu-f3c40f4a208117ceb49396a381702b01c40efdb0.tar.bz2 yuzu-f3c40f4a208117ceb49396a381702b01c40efdb0.tar.lz yuzu-f3c40f4a208117ceb49396a381702b01c40efdb0.tar.xz yuzu-f3c40f4a208117ceb49396a381702b01c40efdb0.tar.zst yuzu-f3c40f4a208117ceb49396a381702b01c40efdb0.zip |
Diffstat (limited to 'src/input_common/CMakeLists.txt')
-rw-r--r-- | src/input_common/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt index d2730bdc1..bff75338e 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt @@ -39,7 +39,6 @@ add_library(input_common STATIC if (MSVC) target_compile_options(input_common PRIVATE /W4 - /WX /we4242 # 'identifier': conversion from 'type1' to 'type2', possible loss of data /we4244 # 'conversion': conversion from 'type1' to 'type2', possible loss of data |