Build ID | 173 |
Build Date | 2023-06-19 02:00 |
Completion Time | 2023-06-19 02:02 |
Status | Success |
Log | Raw |
| ^~~
../src/api/dirmonitor.c: In function ‘dirmonitor_check_thread’:
../src/api/dirmonitor.c:51:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
51 | SDL_Event event = { .type = DIR_EVENT_TYPE };
| ^~~~~~~~~
../src/api/dirmonitor.c: In function ‘f_dirmonitor_new’:
../src/api/dirmonitor.c:61:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
61 | struct dirmonitor* monitor = lua_newuserdata(L, sizeof(struct dirmonitor));
| ^~~~~~
[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