bug-gnulib
[Top][All Lists]
Advanced

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

Unneeded compiler warning in glob.c


From: Tim Rühsen
Subject: Unneeded compiler warning in glob.c
Date: Wed, 13 Dec 2017 10:38:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

Here is a patch to silence this warning:

glob.c: In function 'rpl_glob':
glob.c:618:64: warning: pointer of type 'void *' used in arithmetic
[-Wpointer-arith]
                       err = getpwnam_r (s.data, &pwbuf, s.data + ssize,


With Best Regards, Tim

Attachment: 0001-glob.c-Silence-warning-about-void-pointer-arithmetic.patch
Description: Text Data

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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