Adjust fprintf arguments type matching format specifier in test_stack
authorIvan Maidanski <ivmai@mail.ru>
Tue, 23 Oct 2012 03:33:34 +0000 (07:33 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 23 Oct 2012 08:45:16 +0000 (12:45 +0400)
commit94c0b205a50f26339d2d77cbb9caeb999f9586cc
tree962336aca0cbe4df40279a739236e2447d60ba45
parentebc41c8e536e97bdfd1fb0da334c4f7f2b829813
Adjust fprintf arguments type matching format specifier in test_stack

* tests/test_stack.c (main): Cast "code" argument of fprintf calls to
unsigned int to match printf format specifier.
tests/test_stack.c