Fixed unit test compiler warnings

This commit is contained in:
Steve Karg
2024-08-06 16:19:08 -05:00
parent 1be0aa39b9
commit be65abe159
35 changed files with 143 additions and 231 deletions
@@ -151,9 +151,6 @@ static void test_color_rgb_ascii(void)
uint8_t red, green, blue;
uint8_t test_red, test_green, test_blue;
unsigned test_index;
float x_coordinate;
float y_coordinate;
float brightness;
for (unsigned i = 0; i < count; i++) {
name = color_rgb_from_index(i, &red, &green, &blue);