ivan95603 commented on PR #12373: URL: https://github.com/apache/nuttx/pull/12373#issuecomment-2119255186
@acassis It appears that it is erroring in unused ret in logcat_service.c: Error: logcat_service.c:69:11: error: variable 'ret' set but not used [-Werror,-Wunused-but-set-variable] int ret; ^ Error: logcat_service.c:93:7: error: variable 'ret' set but not used [-Werror,-Wunused-but-set-variable] int ret; ^ I haven't touched the logcat_service.c, also make[4]: Target 'sqlite3.c' not remade because of errors in SQLite for the second error also haven't touched. Is the master branch OK? -- 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