Skip to content

Commit

Permalink
maybe-uninitializedを無効化
Browse files Browse the repository at this point in the history
  • Loading branch information
na-trium-144 committed Nov 18, 2024
1 parent 996b0b4 commit a7e9a07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ if cxx.get_id() == 'gcc' and cxx.get_argument_syntax() != 'msvc'
'-Wno-error=deprecated-enum-enum-conversion',
# inside magick
'-Wno-error=ignored-qualifiers',
# inside msgpack
'-Wno-error=maybe-uninitialized',
)
)
elif cxx.get_id() == 'clang' and cxx.get_argument_syntax() != 'msvc'
Expand Down

0 comments on commit a7e9a07

Please sign in to comment.