acassis commented on PR #10884: URL: https://github.com/apache/nuttx/pull/10884#issuecomment-1755711133
@casaroli there is a warning that our CI transform in error: ``` ==================================================================================== Configuration/Tool: esp32s3-eye/lcd ------------------------------------------------------------------------------------ Cleaning... make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Configuring... make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Building NuttX... port/lv_port_lcddev.c: In function 'lcddev_update_thread': Error: port/lv_port_lcddev.c:87:7: error: variable 'errcode' set but not used [-Werror=unused-but-set-variable] 87 | int errcode = 0; | ^~~~~~~ cc1: all warnings being treated as errors ``` Please remove errcode or use it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org