0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-09-22 08:31:32 +00:00
termux-packages/x11-packages/virglrenderer-android/0002-avoid-gnu-offsetof-extensions-error.patch.beforehostbuild
2024-04-13 21:58:12 +03:00

11 lines
276 B
Plaintext

+++ 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')