Skip to content

Commit

Permalink
Explicitly use ISO C11
Browse files Browse the repository at this point in the history
ISO C99 doesn't support unnamed structs/unions.
  • Loading branch information
rom1v committed Aug 12, 2018
1 parent a3ab922 commit c4a1fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('scrcpy', 'c', meson_version: '>= 0.37', default_options : 'c_std=c99')
project('scrcpy', 'c', meson_version: '>= 0.37', default_options : 'c_std=c11')

if get_option('build_app')
subdir('app')
Expand Down

0 comments on commit c4a1fc7

Please sign in to comment.