added mock implementations for listing installed files #17
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 warnings
/src/list.c:16:64 [clang-diagnostic-incompatible-pointer-types]:
src/list.c#L16
incompatible pointer types passing 'sqlite3 *' (aka 'struct sqlite3 *') to parameter of type 'const char *'
|
/src/list.c:19:31 [cppcoreguidelines-init-variables]:
src/list.c#L19
variable 'stmt' is not initialized
|
/src/list.c:20:21 [cppcoreguidelines-init-variables]:
src/list.c#L20
variable 'rc' is not initialized
|
/src/list.c:24:41 [clang-diagnostic-incompatible-pointer-types]:
src/list.c#L24
incompatible pointer types passing 'char *' to parameter of type 'sqlite3 *' (aka 'struct sqlite3 *')
|
/src/list.c:24:48 [clang-diagnostic-incompatible-pointer-types]:
src/list.c#L24
incompatible pointer types passing 'sqlite3 *' (aka 'struct sqlite3 *') to parameter of type 'const char *'
|
/src/list.c:50:5 [clang-diagnostic-return-type]:
src/list.c#L50
non-void function does not return a value
|