0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-04 08:18:54 +00:00
termux-packages/packages/virglrenderer-android/0002-avoid-gnu-offsetof-extensions-error.patch.beforehostbuild

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