Skip to content

Commit

Permalink
chore(meson): comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed Aug 3, 2023
1 parent 0bd94a6 commit a3c9224
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ project(
],
)

# https://gitlab.gnome.org/GNOME/vala/-/issues/1413#note_1707480
if meson.get_compiler ('c').get_id () == 'clang'
add_project_arguments('-Wno-incompatible-function-pointer-types', language : 'c')
add_project_arguments('-Wno-incompatible-function-pointer-types', language: 'c')
endif

devel = get_option('devel')
Expand Down

0 comments on commit a3c9224

Please sign in to comment.