summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-10-30 19:57:54 +0100
committerLioncash <mathew1800@gmail.com>2020-10-30 19:57:58 +0100
commit14a97d082e996a22ff8aa7b57c3ed6fe5912b9cf (patch)
tree8280bdb5edf7b4621012e9551bef572d11e90dba
parentMerge pull request #4868 from lioncash/discard-error (diff)
downloadyuzu-14a97d082e996a22ff8aa7b57c3ed6fe5912b9cf.tar
yuzu-14a97d082e996a22ff8aa7b57c3ed6fe5912b9cf.tar.gz
yuzu-14a97d082e996a22ff8aa7b57c3ed6fe5912b9cf.tar.bz2
yuzu-14a97d082e996a22ff8aa7b57c3ed6fe5912b9cf.tar.lz
yuzu-14a97d082e996a22ff8aa7b57c3ed6fe5912b9cf.tar.xz
yuzu-14a97d082e996a22ff8aa7b57c3ed6fe5912b9cf.tar.zst
yuzu-14a97d082e996a22ff8aa7b57c3ed6fe5912b9cf.zip
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 030cce92c..dbda528ce 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -46,7 +46,6 @@ if (MSVC)
# Warnings
/W3
/we4547 # 'operator' : operator before comma has no effect; expected operator with side-effect
- /we4548 # Expression before comma has no effect; expected expression with side-effect
/we4549 # 'operator1': operator before comma has no effect; did you intend 'operator2'?
/we4555 # Expression has no effect; expected expression with side-effect
/we4834 # Discarding return value of function with 'nodiscard' attribute