Skip to content

Commit

Permalink
meson.build: gnu90 alias for gnu89 may not be supported
Browse files Browse the repository at this point in the history
cc1: error: unrecognized command line option "-std=gnu90"
  • Loading branch information
jbeich committed Feb 3, 2019
1 parent f612c1e commit 6a720eb
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
Expand Up @@ -633,7 +633,7 @@ executable('test-build-std-gnuc90',
'test/build-pedantic.c',
dependencies : [dep_udev],
include_directories : [includes_src, includes_include],
c_args : ['-std=gnu90', '-Werror'],
c_args : ['-std=gnu89', '-Werror'],
install : false)
# test for linking with the minimal linker flags
executable('test-build-linker',
Expand Down

0 comments on commit 6a720eb

Please sign in to comment.