Skip to content

Commit

Permalink
build: Use -Wno-stringop-truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Jul 27, 2024
1 parent ba3df17 commit d89581e
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 @@ -286,7 +286,7 @@ add_project_arguments(
'-Wmissing-declarations', '-Wmissing-field-initializers', '-Wshadow',
'-Wsuggest-attribute=noreturn', '-Wswitch-enum', '-Wunused-function',
'-Wunused-label', '-Wunused-local-typedefs', '-Wunused-but-set-variable',
'-Wunused-but-set-parameter', '-Wno-stringop-overflow',
'-Wunused-but-set-parameter', '-Wno-stringop-truncation',
language: [ 'c', 'cpp' ])

add_project_arguments(
Expand Down

0 comments on commit d89581e

Please sign in to comment.