talkatu/talkatu

Parents 7c32cf7372e5
Children 7a1be1c663bc
Bump our C standard to C17 and set the global warning level to 2

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

Reviewed at https://reviews.imfreedom.org/r/2250/
  • +1 -1
    meson.build
  • --- a/meson.build Tue Feb 21 21:33:39 2023 -0600
    +++ b/meson.build Tue Feb 21 21:35:14 2023 -0600
    @@ -4,7 +4,7 @@
    project('talkatu', 'c', version : '0.1.1-dev',
    license : 'GPL-2.0-or-later',
    meson_version : '>=0.58.0',
    - default_options : ['c_std=c99'])
    + default_options : ['c_std=c17', 'warning_level=2'])
    parts = meson.project_version().split('-')
    if parts.length() > 1