extra: small fix for when the database is disabled but we have inline info
[smatch.git] / validation / non-pointer-null.c
blob10b8b47416071abc25d2a468c2a7884119c0f386
1 static void *p = 0;
2 /*
3 * check-name: Using plain integer as NULL pointer
5 * check-error-start
6 non-pointer-null.c:1:18: warning: Using plain integer as NULL pointer
7 * check-error-end
8 */