Re: [PATCH 1/2] Using inttypes macros fixes 4 format warnings

2017-04-07 Thread Joel Sherrill
Thanks! I just went ahead and pushed these. Testing will hopefully occur over the weekend. Good eye for going for a file with a lot of warnings. :) --joel On Fri, Apr 7, 2017 at 3:29 PM, Joel Sherrill wrote: > I'm OK with both these patches but not in a good > position to apply them right now

Re: [PATCH 1/2] Using inttypes macros fixes 4 format warnings

2017-04-07 Thread Joel Sherrill
I'm OK with both these patches but not in a good position to apply them right now. Gedare/Chris.. can you apply these? Thanks. --joel On Fri, Apr 7, 2017 at 9:11 AM, Cillian O'Donnell wrote: > --- > cpukit/libdl/rtl-obj-cache.c | 21 - > 1 file changed, 12 insertions(+),

[PATCH 1/2] Using inttypes macros fixes 4 format warnings

2017-04-07 Thread Cillian O'Donnell
--- cpukit/libdl/rtl-obj-cache.c | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/cpukit/libdl/rtl-obj-cache.c b/cpukit/libdl/rtl-obj-cache.c index a4676cf..c859f60 100644 --- a/cpukit/libdl/rtl-obj-cache.c +++ b/cpukit/libdl/rtl-obj-cache.c @@ -22,6 +22,7