Skip to content

Commit 7fa6e67

Browse files
committed
meson.build: use warning_level instead of -Wall
1 parent 2b85556 commit 7fa6e67

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

meson.build

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
project('hypersonik', 'c', version: '0.4.0')
1+
project(
2+
'hypersonik',
3+
'c',
4+
version: '0.4.0',
5+
default_options: ['warning_level=3']
6+
)
27

38
add_global_arguments(
4-
'-Wall',
9+
'-Wno-unused-parameter',
510
'-DCOBJMACROS',
611
'-D_WIN32_WINNT=0x0600',
712
'-ffunction-sections',

0 commit comments

Comments
 (0)