Modify ↓
Opened at 2012-09-15T16:05:59Z
Closed at 2015-03-16T02:44:01Z
#994 closed defect (duplicate)
Still some silly warnings while building bitlbee
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | BitlBee | Version: | 3.0.5 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
See the attached log:
* Compiling irc_im.c ipc.c: In function 'ipc_readline': ipc.c:595:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ipc.c: In function 'ipc_send_fd': ipc.c:780:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] * Compiling irc_channel.c * Compiling irc_commands.c -- * Compiling bee.c otr.c: In function 'copyfile': otr.c:1844:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] * Compiling ftutil.c * Compiling bee_chat.c -- * Compiling md5.c md5.c: In function 'md5_finish': md5.c:153:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] md5.c:154:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] * Compiling nogaim.c /usr/bin/ld: skipping incompatible /lib/libpthread.so when searching for -lpthread -- * Compiling conference.c msn_util.c: In function 'msn_handler': msn_util.c:281:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] msn_util.c:282:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] * Compiling oauth.c * Compiling ns.c -- * Compiling jabber.c soap.c: In function 'msn_soap_debug_print': soap.c:224:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] soap.c:226:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] * Compiling jabber_util.c * Compiling tables.c
Attachments (1)
Change History (3)
Changed at 2012-09-15T16:06:59Z by
Attachment: | _build-3.0.5-4.0.MC20120915git66670f4.1.el7.log added |
---|
comment:1 Changed at 2014-07-08T17:05:33Z by
Adding a comment to fix the fact that this ticket says "Last modified 45 years ago". Hi mcepl.
comment:2 Changed at 2015-03-16T02:44:01Z by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #726 mostly because of the IPC one. The md5 one is fixed, "ignoring return value of write" is something i'll ignore.
Note: See
TracTickets for help on using
tickets.
build log with the warnings