Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ashton <joshua@froggi.es>2022-09-11 00:26:18 +0300
committerJoshie <joshua@froggi.es>2022-09-11 00:46:07 +0300
commitce47bf4264ed020c4c132cdeae8a430ecff4fb9d (patch)
treedb404aed0adae3484473992c2afb8d8a88470a63 /meson.build
parent10bb285f2eb064a34b5ce72f3d38113c4d619c08 (diff)
[build] Disable some dumb clang warnings
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ca51272e..ba5f88bb 100644
--- a/meson.build
+++ b/meson.build
@@ -20,6 +20,9 @@ compiler_args = [
# clang
'-Wno-unused-private-field',
'-Wno-microsoft-exception-spec',
+ '-Wno-extern-c-compat',
+ '-Wno-unused-const-variable',
+ '-Wno-missing-braces',
]
link_args = []