Actions
Bug #10739
closednamefs: NULL pointer errors
Start date:
2019-04-12
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
NULL pointer errors:
In file included from ../../common/sys/param.h:48:0, from ../../common/fs/namefs/namevfs.c:35: ../../common/sys/null.h:32:14: error: initialization makes integer from pointer without a cast [-Werror=int-conversion] #define NULL ((void *)0) ^ ../../common/fs/namefs/namevfs.c:727:2: note: in expansion of macro 'NULL' NULL, ^~~~ ../../common/sys/null.h:32:14: note: (near initialization for 'nm_mntopts.mo_count') #define NULL ((void *)0) ^ ../../common/fs/namefs/namevfs.c:727:2: note: in expansion of macro 'NULL' NULL, ^~~~ cc1: all warnings being treated as errors
Actions