Skip to content

Commit

Permalink
ARROW-18409: [GLib][Plasma] Suppress deprecated warning in building p…
Browse files Browse the repository at this point in the history
…lasma-glib (#14739)

If we always get "Plasma is deprecated since Arrow 10.0.0. ..." warning from plasma/common.h, we can't use -Dwerror=true Meson option with plama-glib.

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed Nov 29, 2022
1 parent 21649ae commit 1e418c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c_glib/plasma-glib/meson.build
Expand Up @@ -49,6 +49,7 @@ dependencies = [
]
cpp_args = [
'-DG_LOG_DOMAIN="Plasma"',
'-D_PLASMA_NO_DEPRECATE',
]
pkg_config_requires = [
'plasma',
Expand Down

0 comments on commit 1e418c3

Please sign in to comment.