Fix: use assignment-suppression for unused sscanf arguments
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 12 Dec 2018 02:26:42 +0000 (21:26 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 18 Dec 2018 21:02:47 +0000 (16:02 -0500)
commit859597f18697d7187c65c7860c0c5ebd7c22cde4
tree0a7e47ae03905717d35c9cbb76b92e4d41407352
parent2863220c993ba6c7a8fe29e904c66fa8ffd7132d
Fix: use assignment-suppression for unused sscanf arguments

This removes the conversion of elements parsed by sscanf() which
are not used anyhow and eliminates a warning on x86 builds
(%lu used on size_t).

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng/commands/enable_events.c
This page took 0.026025 seconds and 4 git commands to generate.