Skip to content

Commit

Permalink
trivial: Fix build with latest GCC & librsvg in maintainer mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Sep 22, 2024
1 parent 28777c1 commit 3203d61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ if get_option('maintainer')
'-Winline',
'-Wno-error=comment',
'-Werror=format-security',

# used in rsvg's headers, so we can not make this fatal yet
'-Wno-error=expansion-to-defined',
]
add_project_arguments(maintainer_c_args, language: 'c')
add_project_arguments(maintainer_c_args, language: 'cpp')
Expand Down

0 comments on commit 3203d61

Please sign in to comment.