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

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-07-04 17:38:19 +0300
committerkcgen <kcgen@users.noreply.github.com>2022-07-04 17:38:19 +0300
commit67c214a25c95caadde39d94a1a0ca3b01b6e7e5b (patch)
treedf9adb86fa38eb492da252701946219edc1e7e53 /meson.build
parentd6902ed5a068b685b6efeb9f37a4eecb039d02f4 (diff)
Silence warnings from the tracy subproject
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 601d44a39..cd02e3487 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,8 @@ project('dosbox-staging', 'c', 'cpp',
'glib:xattr=false',
'gtest:warning_level=0',
'mt32emu:warning_level=0',
- 'slirp:warning_level=0'
+ 'slirp:warning_level=0',
+ 'tracy:warning_level=0'
]
)