Subject: Re: [vserver] util vserver and /run in tmpfs
From: Ghislain Adnet <gadnet@aqueos.com>
Date: Sun, 14 Jan 2018 12:34:01 +0100

lib_internal/matchlist-initmanually.c: In function ‘MatchList_initManually’:
lib_internal/matchlist-initmanually.c:188:6: warning: nonnull argument ‘exclude_file’
compared to NULL [-Wnonnull-compare]
   if (exclude_file && *exclude_file) {
      ^


hi,

 i had the following error while building 3130 so it fail compiling.

regards,
Ghislain.




and the warnings:


In file included from lib/syscall-compat.hc:24:0,
                 from lib/syscall.c:36:
lib/safechroot-internal.hc:44:33: warning: always_inline function might not be inlinable
[-Wattributes]
 static ALWAYSINLINE UNUSED void vc_tell_unsafe_chroot() {}
                                 ^~~~~~~~~~~~~~~~~~~~~


lib_internal/matchlist-initmanually.c: In function ‘MatchList_initManually’:
lib_internal/matchlist-initmanually.c:188:6: warning: nonnull argument ‘exclude_file’
compared to NULL [-Wnonnull-compare]
   if (exclude_file && *exclude_file) {
      ^

lib_internal/matchlist-initmanually.c: In function ‘MatchList_initManually’:
lib_internal/matchlist-initmanually.c:188:6: warning: nonnull argument ‘exclude_file’
compared to NULL [-Wnonnull-compare]
   if (exclude_file && *exclude_file) {
      ^


lib/syscall_getnxinfo.c: In function ‘vc_get_nx_info’:
lib/syscall_getnxinfo.c:35:6: warning: nonnull argument ‘info’ compared to NULL
[-Wnonnull-compare]
   if (info==0) {
      ^
'lib/syscall_getvxinfo.c' || echo './'`lib/syscall_getvxinfo.c
lib/syscall_getvxinfo.c: In function ‘vc_get_vx_info’:
lib/syscall_getvxinfo.c:42:6: warning: nonnull argument ‘info’ compared to NULL
[-Wnonnull-compare]
   if (info==0) {
      ^

lib/syscall_setcflags.c: In function ‘vc_set_cflags’:
lib/syscall_setcflags.c:35:6: warning: nonnull argument ‘flags’ compared to NULL
[-Wnonnull-compare]
   if (flags==0) {
      ^