Skip to content

Commit

Permalink
apacheGH-40962: [GLib] Add missing "no" to suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 5, 2024
1 parent 139afe5 commit c4ac058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_glib/example/vala/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

if generate_vapi
c_flags = [
'-Wunused-but-set-variable',
'-Wno-unused-but-set-variable',
]
c_flags = meson.get_compiler('c').get_supported_arguments(c_flags)
vala_example_executable_kwargs = {
Expand Down

0 comments on commit c4ac058

Please sign in to comment.