fix: move static functions inside ifdef
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 17 Jun 2019 16:46:29 +0000 (12:46 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Jul 2019 15:53:32 +0000 (11:53 -0400)
commitadaf70852f3bc44cefa3faac54b0f4e0db9fdaef
treead1e6351f04d25299a46bb38d241f1ba39d33ac5
parentcff899542956ec9207d44e6ce61264d74af0d2fc
fix: move static functions inside ifdef

Move static functions inside ifdef where they are used so we don't get
unused functions warnings on MINGW.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: Ie35fcdc7b0f7bf41ed53ed06b9dfd50042510207
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1477
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/common/common.c
This page took 0.024608 seconds and 4 git commands to generate.