fix: use proper format specifiers in tests (-Wformat)
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 26 Mar 2021 18:36:30 +0000 (14:36 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 29 Mar 2021 18:03:24 +0000 (14:03 -0400)
commit3c99db226fd7e6100f300549cdcb3e8dc7d4c270
treea7e7bc65f5a0a3155a14f40d05ff0d6ea9b21461
parent4041a8a71441f133654c4ca2a187748e08f03b22
fix: use proper format specifiers in tests (-Wformat)

Also rework the snprintf test to not use a 'gnu_printf' style format
string as the function is annotated as expecting 'printf' style.

Change-Id: Idca3a4003bcb06c70795bff399a7698fada041ca
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/unit/snprintf/snprintf.c
tests/unit/ust-elf/ust-elf.c
This page took 0.025079 seconds and 4 git commands to generate.