After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 786368 - build: Enable C99 support in meson.build
build: Enable C99 support in meson.build
Status: RESOLVED FIXED
Product: gnome-software
Classification: Applications
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Software maintainer(s)
GNOME Software maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-08-16 12:25 UTC by Philip Withnall
Modified: 2017-08-16 13:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Enable C99 support in meson.build (932 bytes, patch)
2017-08-16 12:25 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2017-08-16 12:25:09 UTC
The same trivial patch you’ve seen many times already, attached.
Comment 1 Philip Withnall 2017-08-16 12:25:12 UTC
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>
Comment 2 Richard Hughes 2017-08-16 13:00:53 UTC
Of course okay, feel free to commit this kind of thing without asking on any of my modules you have commit access to. Thanks!
Comment 3 Philip Withnall 2017-08-16 13:08:14 UTC
Attachment 357722 [details] pushed as ecf5e47 - build: Enable C99 support in meson.build