GNOME Bugzilla – Bug 786368
build: Enable C99 support in meson.build
Last modified: 2017-08-16 13:08:18 UTC
The same trivial patch you’ve seen many times already, attached.
Created attachment 357722 [details] [review] build: Enable C99 support in meson.build We use C99 features (gs-app.c), so need to explicitly enable them in meson.build, as some compilers will not enable them automatically, and will instead error when they encounter usage of C99. Signed-off-by: Philip Withnall <withnall@endlessm.com>
Of course okay, feel free to commit this kind of thing without asking on any of my modules you have commit access to. Thanks!
Attachment 357722 [details] pushed as ecf5e47 - build: Enable C99 support in meson.build