Fix: Silence warning of function having no return value
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 15 Oct 2015 21:05:05 +0000 (17:05 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 19 Oct 2015 18:54:22 +0000 (14:54 -0400)
commit2855532e5118d79661ef728cdb59dbab7857be3e
tree6bfb556345f4ab58aece30ec2a382954827d09ee
parent087979183b94fd0b71393d4137cbdc7941a4223d
Fix: Silence warning of function having no return value

Some compilers complain that codepaths which assert have
no return value. This is valid since assertions could
be compiled-out, resulting in an undefined return value.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/mi-lttng.c
This page took 0.026128 seconds and 5 git commands to generate.