[Bugs] [Bug 1417831] core: gcc7-isms on f26/rawhide
bugzilla at redhat.com
bugzilla at redhat.com
Tue Jan 31 08:31:38 UTC 2017
https://bugzilla.redhat.com/show_bug.cgi?id=1417831
Kaleb KEITHLEY <kkeithle at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Triaged
Status|NEW |ASSIGNED
Assignee|bugs at gluster.org |kkeithle at redhat.com
--- Comment #1 from Kaleb KEITHLEY <kkeithle at redhat.com> ---
...
/builddir/build/BUILD/nfs-ganesha-2.4.2/src/NodeList/nodelist_range.c: In
function 'nl_rangelist_add_list':
/builddir/build/BUILD/nfs-ganesha-2.4.2/src/NodeList/nodelist_range.c:333:13:
error: comparison between pointer and zero character constant
[-Werror=pointer-compare]
while (end != '\0' && end < in_list + in_list_size + 1) {
^~
/builddir/build/BUILD/nfs-ganesha-2.4.2/src/NodeList/nodelist_range.c:333:9:
note: did you mean to dereference the pointer?
while (end != '\0' && end < in_list + in_list_size + 1) {
^
cc1: all warnings being treated as errors
make[2]: Leaving directory '/builddir/build/BUILD/nfs-ganesha-2.4.2/src'
...
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list