nbis: Apply patch to fix scan-build warnings

Apply the newly added patch to the checkout.
This commit is contained in:
Benjamin Berg
2020-05-04 16:01:16 +02:00
committed by Benjamin Berg
parent ad17011e68
commit a464f602ca
4 changed files with 10 additions and 2 deletions

View File

@@ -81,6 +81,8 @@ test_frame_assembling (void)
ctx.frame_height = 20;
ctx.image_width = width;
g_assert (height > ctx.frame_height);
offset = 10;
test_height = height - (height - ctx.frame_height) % offset;