Snippets for ltris 1.2.1 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/ltris/1.2.1,1/150arm64-default.log.
-
value.c:150:59: warning: expression which evaluates to zero treated as a null pointer constant of type 'void (*)(void *)' [-Wnon-literal-null-conversion] 150 | value->other_keys = list_create( LIST_NO_AUTO_DELETE, LIST_NO_CALLBACK ); | ^~~~~~~~~~~~~~~~ -
shrapnells.c:243:43: warning: expression which evaluates to zero treated as a null pointer constant of type 'void (*)(void *)' [-Wnon-literal-null-conversion] 243 | exps = list_create( LIST_AUTO_DELETE, LIST_NO_CALLBACK ); | ^~~~~~~~~~~~~~~~ -
cpu.c:337:49: warning: expression which evaluates to zero treated as a null pointer constant of type 'void (*)(void *)' [-Wnon-literal-null-conversion] 337 | List *list = list_create( LIST_AUTO_DELETE, LIST_NO_CALLBACK ); | ^~~~~~~~~~~~~~~~ -
parser.c:316:57: warning: expression which evaluates to zero treated as a null pointer constant of type 'void (*)(void *)' [-Wnon-literal-null-conversion] 316 | pd->values = list_create( LIST_AUTO_DELETE, LIST_NO_CALLBACK ); | ^~~~~~~~~~~~~~~~ -
parser.c:344:61: warning: expression which evaluates to zero treated as a null pointer constant of type 'void (*)(void *)' [-Wnon-literal-null-conversion] 344 | pd->entries = list_create( LIST_NO_AUTO_DELETE, LIST_NO_CALLBACK ); | ^~~~~~~~~~~~~~~~ -
parser.c:386:49: warning: expression which evaluates to zero treated as a null pointer constant of type 'void (*)(void *)' [-Wnon-literal-null-conversion] 386 | List *list = list_create( LIST_AUTO_DELETE, LIST_NO_CALLBACK ); | ^~~~~~~~~~~~~~~~ -
parser.c:422:49: warning: expression which evaluates to zero treated as a null pointer constant of type 'void (*)(void *)' [-Wnon-literal-null-conversion] 422 | List *list = list_create( LIST_AUTO_DELETE, LIST_NO_CALLBACK ); | ^~~~~~~~~~~~~~~~ -
parser.c:480:65: warning: expression which evaluates to zero treated as a null pointer constant of type 'void (*)(void *)' [-Wnon-literal-null-conversion] 480 | pd->entries = list_create( LIST_NO_AUTO_DELETE, LIST_NO_CALLBACK ); | ^~~~~~~~~~~~~~~~ -
parser.c:519:54: warning: expression which evaluates to zero treated as a null pointer constant of type 'void (*)(void *)' [-Wnon-literal-null-conversion] 519 | top->entries = list_create( LIST_NO_AUTO_DELETE, LIST_NO_CALLBACK ); | ^~~~~~~~~~~~~~~~