Build ID | 323 |
Build Date | 2023-11-24 03:00 |
Completion Time | 2023-11-24 03:02 |
Status | Success |
Log | Raw |
25 | RenWindow window_renderer = {0};
| ^~~~~~~~~~~~~~~
../src/renderer.c: In function ‘ren_get_size’:
../src/renderer.c:541:30: warning: declaration of ‘window_renderer’ shadows a global declaration [-Wshadow]
541 | void ren_get_size(RenWindow *window_renderer, int *x, int *y) {
| ~~~~~~~~~~~^~~~~~~~~~~~~~~
../src/renderer.c:25:11: note: shadowed declaration is here
25 | RenWindow window_renderer = {0};
| ^~~~~~~~~~~~~~~
[494/499] Compiling C object src/lite-xl.p/api_dirmonitor_inotify.c.o
[495/499] Compiling C object subprojects/SDL2-2.26.0/libsdl2.a.p/src_video_yuv2rgb_yuv_rgb.c.o
[496/499] Compiling C object src/lite-xl.p/api_utf8.c.o
../src/api/utf8.c: In function ‘Lutf8_reverse’:
../src/api/utf8.c:324:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
324 | int lax = lua_toboolean(L, 2);
| ^~~
[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