Skip to content

Commit

Permalink
build: Use -Wno-dynamic-exception-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Nov 13, 2024
1 parent f296ddf commit 290fee4
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 @@ -154,7 +154,7 @@ add_project_arguments(
'-Wunused-function', '-Wunused-label', '-Wunused-local-typedefs',
'-Wunused-but-set-variable', '-Wunused-but-set-parameter',
'-Wunused-const-variable', '-Wno-unused-command-line-argument',
'-Wno-dll-attribute-on-redeclaration'),
'-Wno-dll-attribute-on-redeclaration', '-Wno-dynamic-exception-spec'),
language: [ 'c', 'cpp' ])

add_project_arguments(
Expand Down

0 comments on commit 290fee4

Please sign in to comment.