blobmsg/ulog: fix format string compiler warnings
authorPetr Štetiar <ynezz@true.cz>
Sat, 7 Dec 2019 12:34:25 +0000 (13:34 +0100)
committerPetr Štetiar <ynezz@true.cz>
Sat, 7 Dec 2019 22:47:03 +0000 (23:47 +0100)
commit46f8268b4b5b808b4979f1e21c71e4dc6288635d
tree689dfee9dcb6ca625806e1345d0ea14c6c5bcf5d
parenteb216a952407cae6cb8c456e1178721d4e6b36da
blobmsg/ulog: fix format string compiler warnings

Fixes following compiler warnings:

 blobmsg.c:242:39: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
 blobmsg.c:248:23: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
 ulog.c:100:18: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
 ulog.c:112:16: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
 ulog.c:117:20: error: format string is not a string literal [-Werror,-Wformat-nonliteral]

Signed-off-by: Petr Štetiar <ynezz@true.cz>
blobmsg.c
ulog.c