sysvinit-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sysvinit-devel] Compiler warning messages (sysvinit 2.89)


From: Matias Fonzo
Subject: [sysvinit-devel] Compiler warning messages (sysvinit 2.89)
Date: Fri, 4 May 2018 12:21:54 -0300

Hi there,

I detected a patch coming from the "Linux From Scratch" project, which
solves some compiler warnings[1].

[1]
http://www.linuxfromscratch.org/patches/lfs/development/sysvinit-2.89-consolidated-1.patch

Plus, after applying the patch, here is another mark from GCC 7:

killall5.c: In function 'readproc':
killall5.c:654:7: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
    if ((p->nfs = check4nfs(path, buf)))
       ^
killall5.c:656:3: note: here
   case DO_STAT:
   ^~~~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]