gplugin/gplugin

Bump our required C standard to C17

13 months ago, Gary Kramlich
fe9a054ee717
Parents d821f171d4c6
Children c3f82c2ae491
Bump our required C standard to C17

Testing Done:
Compiled locally. I didn't bother compiling on everything else as we already know this works from /r/2248

Reviewed at https://reviews.imfreedom.org/r/2249/
  • +1 -1
    meson.build
  • --- a/meson.build Tue Feb 21 02:33:07 2023 -0600
    +++ b/meson.build Tue Feb 21 21:06:16 2023 -0600
    @@ -5,7 +5,7 @@
    license : 'LGPL-2.0-or-later',
    version : '0.39.2-dev',
    meson_version : '>=0.61.0',
    - default_options : ['c_std=c99', 'warning_level=2'])
    + default_options : ['c_std=c17', 'warning_level=2'])
    parts = meson.project_version().split('-')
    if parts.length() > 1