compile

command_line: /opt/hostedtoolcache/cmake/4.0.3/x64/cmake-4.0.3-linux-x86_64/bin/cmake -E __run_co_compile --iwyu=iwyu;--driver-mode=gcc -- /usr/bin/clang-17 -I/home/runner/work/btck/btck/include -O3 -DNDEBUG -MD -MT test/c/CMakeFiles/btck.test.c.dir/main.c.o -MF test/c/CMakeFiles/btck.test.c.dir/main.c.o.d -o test/c/CMakeFiles/btck.test.c.dir/main.c.o -c /home/runner/work/btck/btck/test/c/main.c

working_directory: "/home/runner/work/btck/btck/build"

Target: btck.test.c

Target Type: EXECUTABLE

Source: /home/runner/work/btck/btck/test/c/main.c

Language: C

Config: Release

stderr:

Warning: include-what-you-use reported diagnostics:

/home/runner/work/btck/btck/test/c/main.c should add these lines:

/home/runner/work/btck/btck/test/c/main.c should remove these lines:
- #include <setjmp.h>  // lines 5-5
- #include <stdarg.h>  // lines 6-6

The full include-list for /home/runner/work/btck/btck/test/c/main.c:
#include <btck/btck.h>  // for btck_TransactionOutput_GetAmount, btck_Transa...
#include <cmocka.h>     // for assert_int_equal, CMUnitTest, cmocka_run_grou...
#include <stddef.h>     // for NULL
#include <stdint.h>     // for uint8_t
---
Status: 0
Loading...