Fix: BT_ASSERT_PRE_DEV(): use `##__VA_ARGS`, not `#__VA_ARGS`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 15 Jul 2019 21:10:17 +0000 (17:10 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Jul 2019 15:53:36 +0000 (11:53 -0400)
commit9701989eea688f3a36ab563d5bb717754292bcee
treefe7c4c447d0790d9e443448e0d46f9cc40b0ba87
parentf8d71b5929dc15eae46f38bd0d954e847c804145
Fix: BT_ASSERT_PRE_DEV(): use `##__VA_ARGS`, not `#__VA_ARGS`

`#__VA_ARGS` stringifies the arguments: that's bad.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ifa4c3494d3d082fd28aad72af726319f1578df2e
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1713
Tested-by: jenkins <jenkins@lttng.org>
src/lib/assert-pre.h
This page took 0.024608 seconds and 4 git commands to generate.