Build ID | 31 |
Build Date | 2023-01-24 03:00 |
Completion Time | 2023-01-24 03:02 |
Status | Success |
Log | Raw |
167 | SDL_DisplayMode dm;
| ^~~~~~~~~~~~~~~
../src/main.c:180:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
180 | lua_State *L;
| ^~~~~~~~~
../src/main.c:203:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
203 | char exename[2048];
| ^~~~
../src/main.c:220:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
220 | const char *init_lite_code = \
| ^~~~~
[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