[Bugs] [Bug 1182267] New: compile warnings with gcc 5.0
bugzilla at redhat.com
bugzilla at redhat.com
Wed Jan 14 18:27:21 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1182267
Bug ID: 1182267
Summary: compile warnings with gcc 5.0
Product: GlusterFS
Version: mainline
Component: disperse
Severity: low
Assignee: bugs at gluster.org
Reporter: kkeithle at redhat.com
CC: bugs at gluster.org, gluster-bugs at redhat.com
Description of problem:
compiling xlator/cluster/ec/... with gcc-5 emits warnings not seen with gcc-4.x
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
Making all in ec
Making all in src
CC ec.lo
In file included from ec.c:16:0:
ec-helpers.h:56:1: warning: inline function 'ec_is_internal_xattr' declared but
never defined
ec_is_internal_xattr (dict_t *dict, char *key, data_t *value, void *data);
^
CC ec-data.lo
In file included from ec-data.c:12:0:
ec-helpers.h:56:1: warning: inline function 'ec_is_internal_xattr' declared but
never defined
ec_is_internal_xattr (dict_t *dict, char *key, data_t *value, void *data);
^
CC ec-helpers.lo
CC ec-common.lo
In file included from ec-common.c:15:0:
ec-helpers.h:56:1: warning: inline function 'ec_is_internal_xattr' declared but
never defined
ec_is_internal_xattr (dict_t *dict, char *key, data_t *value, void *data);
^
CC ec-generic.lo
In file included from ec-generic.c:14:0:
ec-helpers.h:56:1: warning: inline function 'ec_is_internal_xattr' declared but
never defined
ec_is_internal_xattr (dict_t *dict, char *key, data_t *value, void *data);
^
CC ec-locks.lo
In file included from ec-locks.c:14:0:
ec-helpers.h:56:1: warning: inline function 'ec_is_internal_xattr' declared but
never defined
ec_is_internal_xattr (dict_t *dict, char *key, data_t *value, void *data);
^
CC ec-dir-read.lo
In file included from ec-dir-read.c:14:0:
ec-helpers.h:56:1: warning: inline function 'ec_is_internal_xattr' declared but
never defined
ec_is_internal_xattr (dict_t *dict, char *key, data_t *value, void *data);
^
CC ec-dir-write.lo
In file included from ec-dir-write.c:14:0:
ec-helpers.h:56:1: warning: inline function 'ec_is_internal_xattr' declared but
never defined
ec_is_internal_xattr (dict_t *dict, char *key, data_t *value, void *data);
^
CC ec-inode-read.lo
In file included from ec-inode-read.c:14:0:
ec-helpers.h:56:1: warning: inline function 'ec_is_internal_xattr' declared but
never defined
ec_is_internal_xattr (dict_t *dict, char *key, data_t *value, void *data);
^
CC ec-inode-write.lo
In file included from ec-inode-write.c:14:0:
ec-helpers.h:56:1: warning: inline function 'ec_is_internal_xattr' declared but
never defined
ec_is_internal_xattr (dict_t *dict, char *key, data_t *value, void *data);
^
CC ec-combine.lo
In file included from ec-combine.c:17:0:
ec-helpers.h:56:1: warning: inline function 'ec_is_internal_xattr' declared but
never defined
ec_is_internal_xattr (dict_t *dict, char *key, data_t *value, void *data);
^
CC ec-gf.lo
CC ec-method.lo
CC ec-heal.lo
In file included from ec-heal.c:15:0:
ec-helpers.h:56:1: warning: inline function 'ec_is_internal_xattr' declared but
never defined
ec_is_internal_xattr (dict_t *dict, char *key, data_t *value, void *data);
^
CC libxlator.lo
CCLD ec.la
--
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