libgnt/libgnt

Bump our C standard to C17

13 months ago, Gary Kramlich
1cb23c87a22e
Parents 53e8b422faaf
Children c037bea489ec
Bump our C standard to C17

Testing Done:
Compiled on Debian unstable. I didn't bother testing the other platforms and we verified this already in /r/2248.

Reviewed at https://reviews.imfreedom.org/r/2251/
  • +1 -1
    meson.build
  • --- a/meson.build Wed Oct 26 03:08:52 2022 -0500
    +++ b/meson.build Tue Feb 21 21:30:39 2023 -0600
    @@ -29,7 +29,7 @@
    license : 'GPL-2.0-or-later',
    version : '3.0.0-devel',
    meson_version : '>=0.58.0',
    - default_options : ['c_std=c99', 'warning_level=2'])
    + default_options : ['c_std=c17', 'warning_level=2'])
    gnt_soversion = 1
    parts = meson.project_version().split('-')