From: Or Gerlitz <ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
To: "Hefty, Sean" <sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: Yann Droneaud <ydroneaud-RlY5vtjFyJ3QT0dZR+AlfA@public.gmane.org>,
"linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Jeff Squyres <jsquyres-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH librdmacm 3/8] autogen.sh: Use autoreconf in autogen.sh
Date: Wed, 17 Jul 2013 09:58:46 +0300 [thread overview]
Message-ID: <51E640A6.9070902@mellanox.com> (raw)
In-Reply-To: <1828884A29C6694DAF28B7E6B8A82373805AECD6-P5GAC/sN6hkd3b2yrw5b5LfspsVTdybXVpNB7YpNyf8@public.gmane.org>
On 17/07/2013 07:22, Hefty, Sean wrote:
> Thanks - I pulled in these patches, but see below:
Hi Sean,
If you do this house cleanup, could you also address the below build
warnings. I can see them
when I build rpm from the 1.0.17 tar ball, but not when doing plain make
on the latest git, probably
b/c the build through the spec uses some more build/warnings flags.
Or.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating librdmacm.spec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
+ make -j2
make all-am
make[1]: Entering directory `/usr/src/redhat/BUILD/librdmacm-1.0.17'
CC src_librdmacm_la-cma.lo
CC src_librdmacm_la-addrinfo.lo
src/addrinfo.c: In function 'ucma_convert_to_rai':
src/addrinfo.c:193: warning: dereferencing type-punned pointer will
break strict-aliasing rules
src/addrinfo.c:210: warning: dereferencing type-punned pointer will
break strict-aliasing rules
CC src_librdmacm_la-acm.lo
CC src_librdmacm_la-rsocket.lo
src/rsocket.c: In function 'rs_modify_svcs':
src/rsocket.c:403: warning: ignoring return value of 'write', declared
with attribute warn_unused_result
src/rsocket.c:404: warning: ignoring return value of 'read', declared
with attribute warn_unused_result
src/rsocket.c: In function 'rs_configure':
src/rsocket.c:460: warning: ignoring return value of 'fscanf', declared
with attribute warn_unused_result
src/rsocket.c:465: warning: ignoring return value of 'fscanf', declared
with attribute warn_unused_result
src/rsocket.c:473: warning: ignoring return value of 'fscanf', declared
with attribute warn_unused_result
src/rsocket.c:478: warning: ignoring return value of 'fscanf', declared
with attribute warn_unused_result
src/rsocket.c:483: warning: ignoring return value of 'fscanf', declared
with attribute warn_unused_result
src/rsocket.c:491: warning: ignoring return value of 'fscanf', declared
with attribute warn_unused_result
src/rsocket.c:498: warning: ignoring return value of 'fscanf', declared
with attribute warn_unused_result
src/rsocket.c: In function 'rs_svc_process_sock':
src/rsocket.c:3623: warning: ignoring return value of 'read', declared
with attribute warn_unused_result
src/rsocket.c:3632: warning: ignoring return value of 'write', declared
with attribute warn_unused_result
src/rsocket.c: In function 'rs_svc_run':
src/rsocket.c:3805: warning: ignoring return value of 'write', declared
with attribute warn_unused_result
src/rsocket.c: In function 'ds_get_dest':
src/rsocket.c:1451: warning: 'qp' may be used uninitialized in this function
src/rsocket.c: In function 'rs_send_iomaps':
src/rsocket.c:2305: warning: 'ret' may be used uninitialized in this
function
CC src_librdmacm_la-indexer.lo
CC src_librspreload_la-preload.lo
src/preload.c: In function 'dup2':
src/preload.c:1020: warning: value computed is not used
CC src_librspreload_la-indexer.lo
CC cmatose.o
CC common.o
CC rping.o
CC udaddy.o
CC mckey.o
CC rdma_client.o
CC rdma_server.o
CC rdma_xclient.o
CC rdma_xserver.o
CC rstream.o
CC rcopy.o
CC riostream.o
CC udpong.o
CCLD src/librdmacm.la
CCLD src/librspreload.la
CCLD examples/ucmatose
CCLD examples/rping
CCLD examples/udaddy
CCLD examples/mckey
CCLD examples/rdma_client
CCLD examples/rdma_server
CCLD examples/rdma_xclient
CCLD examples/rdma_xserver
CCLD examples/rstream
CCLD examples/rcopy
CCLD examples/riostream
CCLD examples/udpong
make[1]: Leaving directory `/usr/src/redhat/BUILD/librdmacm-1.0.17'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.10929
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2013-07-17 6:58 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-16 21:59 [PATCH librdmacm 0/8] librdmacm "synchronisation" against libibverbs Yann Droneaud
[not found] ` <cover.1374011243.git.ydroneaud-RlY5vtjFyJ3QT0dZR+AlfA@public.gmane.org>
2013-07-16 21:59 ` [PATCH librdmacm 1/8] Add "foreign" option to AM_INIT_AUTOMAKE Yann Droneaud
2013-07-16 21:59 ` [PATCH librdmacm 2/8] Makefile.am: Fix an automake warning Yann Droneaud
2013-07-16 21:59 ` [PATCH librdmacm 3/8] autogen.sh: Use autoreconf in autogen.sh Yann Droneaud
[not found] ` <317ae98daf0eec49ffb297a5fc59b3738366af6d.1374011243.git.ydroneaud-RlY5vtjFyJ3QT0dZR+AlfA@public.gmane.org>
2013-07-17 4:22 ` Hefty, Sean
[not found] ` <1828884A29C6694DAF28B7E6B8A82373805AECD6-P5GAC/sN6hkd3b2yrw5b5LfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2013-07-17 6:21 ` Yann Droneaud
2013-07-17 6:58 ` Or Gerlitz [this message]
[not found] ` <51E640A6.9070902-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2013-07-31 6:58 ` Or Gerlitz
[not found] ` <51F8B5B1.3010003-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2013-07-31 20:20 ` Hefty, Sean
2013-07-16 21:59 ` [PATCH librdmacm 4/8] configure: Apply updates proposed by autoupdate Yann Droneaud
2013-07-16 21:59 ` [PATCH librdmacm 5/8] configure: Use automake's option "subdir-objects" Yann Droneaud
2013-07-16 21:59 ` [PATCH librdmacm 6/8] Add .gitignore rules Yann Droneaud
2013-07-16 21:59 ` [PATCH librdmacm 7/8] Remove executable mode bit on plain text files Yann Droneaud
2013-07-16 21:59 ` [PATCH librdmacm 8/8] Open files with "close on exec" flag Yann Droneaud
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51E640A6.9070902@mellanox.com \
--to=ogerlitz-vpraknaxozvwk0htik3j/w@public.gmane.org \
--cc=jsquyres-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=ydroneaud-RlY5vtjFyJ3QT0dZR+AlfA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox