maintainer-feedback requested: [Bug 216031] net-im/folks: fails to build with clang 4.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 13 14:00:00 UTC 2017
Jan Beich (mail not working) <jbeich at FreeBSD.org> has reassigned Bugzilla
Automation <bugzilla at FreeBSD.org>'s request for maintainer-feedback to
gnome at FreeBSD.org:
Bug 216031: net-im/folks: fails to build with clang 4.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216031
--- Description ---
/usr/local/include/readline/rltypedefs.h:35:22: error: this function
declaration is not a prototype [-Werror,-Wstrict-prototypes]
typedef int Function () __attribute__ ((deprecated));
^
void
/usr/local/include/readline/rltypedefs.h:36:24: error: this function
declaration is not a prototype [-Werror,-Wstrict-prototypes]
typedef void VFunction () __attribute__ ((deprecated));
^
void
/usr/local/include/readline/rltypedefs.h:37:26: error: this function
declaration is not a prototype [-Werror,-Wstrict-prototypes]
typedef char *CPFunction () __attribute__ ((deprecated));
^
void
/usr/local/include/readline/rltypedefs.h:38:28: error: this function
declaration is not a prototype [-Werror,-Wstrict-prototypes]
typedef char **CPPFunction () __attribute__ ((deprecated));
^
void
/usr/local/include/readline/readline.h:385:23: error: this function declaration
is not a prototype [-Werror,-Wstrict-prototypes]
extern int rl_message ();
^
void
build log: http://sprunge.us/IECJ
regressed by: https://github.com/llvm-mirror/clang/commit/162749f9c543
More information about the freebsd-gnome
mailing list