We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23cf37a commit 97bbed7Copy full SHA for 97bbed7
code/meson.build
@@ -1,2 +1,6 @@
1
+if host_machine.system() == 'darwin'
2
+ add_project_arguments('-Wno-error=deprecated', language : 'cpp')
3
+endif
4
+
5
subdir('logic')
6
subdir('tests')
0 commit comments