CGCI : lite-xl : builds

BuildsTrigger Build
Build ID299
Build Date2023-10-31 03:00
Completion Time2023-10-31 03:02
StatusSuccess
LogRaw
      |                        ~~~~~~~~~~~^~~~~~~~~~~~~~~
../src/renderer.c:25:11: note: shadowed declaration is here
   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};
      |           ^~~~~~~~~~~~~~~
[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