summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcomex <comexk@gmail.com>2020-11-23 23:24:37 +0100
committercomex <comexk@gmail.com>2020-11-27 23:42:02 +0100
commit32f3b6b8658f8eff5e2d0eb312811207a0db0b9f (patch)
treefb97baf289eed0b57d0af8e5e4ba0127f3c8152e
parentMerge pull request #4975 from comex/invalid-syncpoint-id (diff)
downloadyuzu-32f3b6b8658f8eff5e2d0eb312811207a0db0b9f.tar
yuzu-32f3b6b8658f8eff5e2d0eb312811207a0db0b9f.tar.gz
yuzu-32f3b6b8658f8eff5e2d0eb312811207a0db0b9f.tar.bz2
yuzu-32f3b6b8658f8eff5e2d0eb312811207a0db0b9f.tar.lz
yuzu-32f3b6b8658f8eff5e2d0eb312811207a0db0b9f.tar.xz
yuzu-32f3b6b8658f8eff5e2d0eb312811207a0db0b9f.tar.zst
yuzu-32f3b6b8658f8eff5e2d0eb312811207a0db0b9f.zip
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index dbda528ce..a22b564d6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -66,6 +66,7 @@ else()
-Wextra
-Wmissing-declarations
-Wno-attributes
+ -Wno-invalid-offsetof
-Wno-unused-parameter
)