pkarashchenko commented on PR #10600:
URL: https://github.com/apache/nuttx/pull/10600#issuecomment-1715280046
@xiaoxiang781216 will we fix
```
2023-09-12T07:25:41.4577450Z 100 1619k 0 1619k 0 0 1844k 0
--:--:-- --:--:-- --:--:-- 10.6M
2023-09-12T07:26:58.6342820Z ##[error]microADB/hal/hal_uv.c:32:38: error: a
function declaration without a prototype is deprecated in all versions of C
[-Werror,-Wstrict-prototypes]
2023-09-12T07:26:58.6347550Z adb_context_t* adb_hal_create_context() {
2023-09-12T07:26:58.6348590Z ^
2023-09-12T07:26:58.6349520Z void
2023-09-12T07:26:58.6350530Z 1 error generated.
2023-09-12T07:26:58.6618960Z make[3]: ***
[microADB/hal/hal_uv.c.Users.runner.work.nuttx.nuttx.sources.apps.system.adb.o]
Error 1
2023-09-12T07:27:00.1928920Z make[3]: Target `all' not remade because of
errors.
2023-09-12T07:27:00.1933230Z make[2]: ***
[/Users/runner/work/nuttx/nuttx/sources/apps/system/adb_all] Error 2
2023-09-12T07:27:08.5669020Z ##[error]libuv/test/runner.c:80:7: error:
variable 'passed' set but not used [-Werror,-Wunused-but-set-variable]
2023-09-12T07:27:08.5672480Z int passed;
2023-09-12T07:27:08.5675890Z ^
2023-09-12T07:27:08.5678720Z ##[error]libuv/test/runner.c:82:7: error:
variable 'skipped' set but not used [-Werror,-Wunused-but-set-variable]
2023-09-12T07:27:08.5680590Z int skipped;
2023-09-12T07:27:08.5681910Z ^
2023-09-12T07:27:08.5684050Z 2 errors generated.
2023-09-12T07:27:08.5979780Z make[3]: ***
[runner.c.Users.runner.work.nuttx.nuttx.sources.apps.system.libuv.o] Error 1
2023-09-12T07:27:13.7315940Z ##[error]libuv/test/test-env-vars.c:33:30:
error: variable 'found_win_special' set but not used
[-Werror,-Wunused-but-set-variable]
```
In the next PR or here?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]