Fix: warning due to hash_key_str() being not const-correct
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 30 May 2018 22:09:19 +0000 (18:09 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 30 May 2018 22:11:46 +0000 (18:11 -0400)
Hash table utils do not enforce const-correct in lttng-tools prior
to 2.11. This results in a warning when pasing a const argument
to those utilities.

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

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