Use typeof instead of __auto_type
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 25 Oct 2019 14:48:30 +0000 (10:48 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 30 Oct 2019 19:14:53 +0000 (15:14 -0400)
commitec25f180f1aa33fbe0e29f7d56482e26bb993fb0
treeadfa9e4621ce22b0ab907ca55d22c2b8890b14bf
parent1281f86d480cf496b8b42162b4b0d32b14dba4e0
Use typeof instead of __auto_type

We need to support gcc 4.8, which doesn't support __auto_type.  We can
use typeof instead.

Change-Id: I29c58b0270eef3b841dfb8d24c704e87ff756d8d
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2256
Reviewed-by: Michael Jeanson <mjeanson@efficios.com>
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
src/common/macros.h
This page took 0.024136 seconds and 4 git commands to generate.