Skip to content

meson: Don't enforce -Wzero-as-null-pointer-constant

This is causing a warning when using SQLITE_STATIC, which is the proper way of binding a static string. This was spamming the build logs on android

Merge request reports