Eliminate 'printf format specifier mismatch' compiler warning (tools)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 13 Oct 2016 08:44:52 +0000 (11:44 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 13 Oct 2016 08:44:52 +0000 (11:44 +0300)
commit5f4138eb7904107bc0b145547dfceb5997b6528a
tree92c6b377464be6e04596be7d98ccf8c83b03618f
parent326c2f385886f2912e56f26e5e76498cdc704585
Eliminate 'printf format specifier mismatch' compiler warning (tools)

* tools/setjmp_t.c (main): Use %lu (instead of %ld) printf format
specifier for unsigned long value.
tools/setjmp_t.c