Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/tests/surface.c:
tga->header = info_tests[i].header; check_tga_image_info(tga, file_size, info_tests[i].expected.width, info_tests[i].expected.height,
info_tests[i].expected.format, info_tests[i].expected.hr, info_tests[i].todo_hr, info_tests[i].todo_info);
info_tests[i].expected.format, info_tests[i].expected.hr, FALSE, FALSE);
Now both the `todo_hr` and `todo_info` arguments are unused, so they could be dropped as well (unless there is a reason to keep them around).