fix: move static functions inside ifdef
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 17 Jun 2019 16:46:29 +0000 (12:46 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 21 Jun 2019 16:36:01 +0000 (12:36 -0400)
commit3a5e626b3a9e60e09aea53f134f6cf8559a25494
tree664e2f243bd8d6435eac4d8194ac79f9289ae6d4
parent034c8d01602c68ae4a03bdcf01ef86d64cf356e4
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.025498 seconds and 4 git commands to generate.