tests: fix compliance to ISO-C90

This commit is contained in:
Hugues Delorme 2015-07-10 11:05:35 +02:00
parent 5f5aecd7ec
commit b10da55577

View File

@ -31,8 +31,8 @@ typedef struct stl_testcase_result stl_testcase_result_t;
void ascii_begin_solid( void ascii_begin_solid(
void* cookie, size_t stream_size, const char* solid_name) void* cookie, size_t stream_size, const char* solid_name)
{ {
GMIO_UNUSED(stream_size);
stl_testcase_result_t* res = (stl_testcase_result_t*)cookie; stl_testcase_result_t* res = (stl_testcase_result_t*)cookie;
GMIO_UNUSED(stream_size);
if (res != NULL) { if (res != NULL) {
res->solid_name[0] = 0; res->solid_name[0] = 0;
if (solid_name != NULL) if (solid_name != NULL)