Skip to content

Commit

Permalink
fixup! meson: update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Fischer <[email protected]>
  • Loading branch information
fischerling committed Jul 1, 2022
1 parent b0dd07d commit 9212535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ thread_dep = dependency('threads')

cc = meson.get_compiler('c')

has_stringop_overflow = cc.has_argument('-Wstringop-overflow')
has_array_bounds = cc.has_argument('-Warray-bounds')
has_stringop_overflow = cc.has_argument('-Wstringop-overflow=0')
has_array_bounds = cc.has_argument('-Warray-bounds=0')

has__kernel_rwf_t = cc.has_type('__kernel_rwf_t', prefix: '#include <linux/fs.h>')

Expand Down

0 comments on commit 9212535

Please sign in to comment.