Patched quirc to finally rid ourselves of those compiler warnings

This commit is contained in:
Helloman892
2018-05-16 19:20:27 +01:00
parent 89c8a4fae2
commit aa3a00cedc
3 changed files with 5 additions and 3 deletions

View File

@@ -348,6 +348,7 @@ static void threshold(struct quirc *q)
static void area_count(void *user_data, int y, int left, int right)
{
(void)y;
((struct quirc_region *)user_data)->count += right - left + 1;
}