Re: [PATCH] libdl/rtl-obj-cache.c: Change format specifiers to fix warnings

2017-04-06 Thread Gedare Bloom
Hello Cillian, Please send patches preferably with the git-send-email command. It takes a bit of work to configure it properly. There are instructions on our wiki for gmail: https://devel.rtems.org/wiki/Developer/Git/Users#SubmittingaPatch On Thu, Apr 6, 2017 at 11:51 AM, Cillian O'Donnell wrote

[PATCH] libdl/rtl-obj-cache.c: Change format specifiers to fix warnings

2017-04-06 Thread Cillian O'Donnell
This get rid of 4 warnings. Tested on m68k-gen68340(32 bit) and sparc64-niagara(64 bit). Let me know if this is ok. diff --git a/cpukit/libdl/rtl-obj-cache.c b/cpukit/libdl/rtl-obj-cache.c index a4676cf..912689d 100644 --- a/cpukit/libdl/rtl-obj-cache.c +++ b/cpukit/libdl/rtl-obj-cache.c @@ -78,11