Build ID | 71 |
Build Date | 2023-03-06 03:00 |
Completion Time | 2023-03-06 03:02 |
Status | Success |
Log | Raw |
In file included from ../src/rencache.h:6,
from ../src/rencache.c:19:
../src/renderer.h:25:18: note: shadowed declaration is here
25 | extern RenWindow window_renderer;
| ^~~~~~~~~~~~~~~
../src/rencache.c:270:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
270 | RenRect r = intersect_rects(cmd->command[0], cr);
| ^~~~~~~
../src/rencache.c:272:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
272 | unsigned h = HASH_INITIAL;
| ^~~~~~~~
../src/rencache.c:278:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
278 | int rect_count = 0;
| ^~~
../src/rencache.c:339:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
339 | unsigned *tmp = cells;
| ^~~~~~~~
[498/499] Linking static target subprojects/SDL2-2.26.0/libsdl2.a
[499/499] Linking target src/lite-xl