mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 08:18:54 +00:00
11 lines
276 B
Diff
11 lines
276 B
Diff
+++ a/meson.build
|
|
@@ -64,6 +64,8 @@
|
|
'-Werror=switch',
|
|
'-Wno-overlength-strings',
|
|
'-Wno-missing-field-initializers',
|
|
+ '-Wno-gnu-offsetof-extensions',
|
|
+ '-Wno-gnu-pointer-arith',
|
|
]
|
|
|
|
add_project_arguments(cc.get_supported_arguments(warnings), language : 'c')
|