Build ID | 23 |
Build Date | 2023-01-16 03:00 |
Completion Time | 2023-01-16 03:02 |
Status | Success |
Log | Raw |
../src/rencache.c:167:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
167 | Command *cmd = push_command(DRAW_RECT, COMMAND_BARE_SIZE);
| ^~~~~~~
../src/rencache.c: In function ‘rencache_end_frame’:
../src/rencache.c:248:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
248 | RenRect r = intersect_rects(cmd->rect, cr);
| ^~~~~~~
../src/rencache.c:250:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
250 | unsigned h = HASH_INITIAL;
| ^~~~~~~~
../src/rencache.c:256:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
256 | int rect_count = 0;
| ^~~
../src/rencache.c:314:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
314 | unsigned *tmp = cells;
| ^~~~~~~~
[497/499] Compiling C object src/lite-xl.p/renwindow.c.o
[498/499] Linking static target subprojects/SDL2-2.26.0/libsdl2.a
[499/499] Linking target src/lite-xl