Merge pull request #25 from AleksArt000/main #18
Annotations
6 warnings
src/list.c#L16
incompatible pointer types passing 'sqlite3 *' (aka 'struct sqlite3 *') to parameter of type 'const char *'
|
src/list.c#L19
variable 'stmt' is not initialized
|
src/list.c#L20
variable 'rc' is not initialized
|
src/list.c#L24
incompatible pointer types passing 'char *' to parameter of type 'sqlite3 *' (aka 'struct sqlite3 *')
|
src/list.c#L24
incompatible pointer types passing 'sqlite3 *' (aka 'struct sqlite3 *') to parameter of type 'const char *'
|
src/list.c#L50
non-void function does not return a value
|
The logs for this run have expired and are no longer available.
Loading