fs-sink-trace.c: lttng_validate_datetime(): ignore deprecated decl.
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 2 Oct 2019 18:25:49 +0000 (14:25 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 9 Oct 2019 18:14:29 +0000 (14:14 -0400)
commit05189245f61dcc2ae98aa58ef7a26b44c4904cda
tree1ae453f38b03d264280642882b2b29666fc9b089
parent5999d54a30e5a40ce619826e2efac5818b23d494
fs-sink-trace.c: lttng_validate_datetime(): ignore deprecated decl.

Disable `deprecated-declarations` compiler warnings for
lttng_validate_datetime() because we're using `GTimeVal` and
g_time_val_from_iso8601() which are deprecated since GLib 2.56
(Babeltrace supports older versions too).

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I4da3bda550b3fd7d7ede13ff3b78ec78ad6f7839
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2121
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
src/plugins/ctf/fs-sink/fs-sink-trace.c
This page took 0.02419 seconds and 4 git commands to generate.