Skip to content

Commit

Permalink
fix test warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed May 21, 2024
1 parent 8f1caa2 commit 2436c08
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 @@ -31,7 +31,7 @@ endif
# disable vala related warnings
args += ['-Wno-unused', '-Wno-unused-result', '-Wno-incompatible-pointer-types',
'-Wno-discarded-qualifiers', '-Wno-infinite-recursion',
'-Wno-cast-function-type'
'-Wno-cast-function-type', '-Wno-attributes'
]

# some compiler flags from dpkg-buildpackage
Expand Down

0 comments on commit 2436c08

Please sign in to comment.