Add unused attribute to lttng_to_index_major param
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 4 Jun 2018 16:50:51 +0000 (12:50 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 4 Jun 2018 16:50:53 +0000 (12:50 -0400)
Suppresses an unused variable warning. The parameter is kept
since this does depend on the connection's full version. the
'minor' parameter is unused for now since there is only one
major version to support and only one major index version.

However, this could change in the future and we don't want to
have to modify all the version conversion sites.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.039576 seconds and 4 git commands to generate.