Re: [ping] Re: [patch, rfc] fix warning building libssp in C11 mode

2015-01-22 Thread Jeff Law
On 01/22/15 08:45, Matthias Klose wrote: ping now that C11 mode is the default, can we avoid the warning? Ick. Part of me wants to say drop the gets intercepting and just issue some kind of error for C11 mode. Part of me wants to ignore the issue and accept the warning. Part of me wants to

[ping] Re: [patch, rfc] fix warning building libssp in C11 mode

2015-01-22 Thread Matthias Klose
ping now that C11 mode is the default, can we avoid the warning? On 10/17/2014 12:14 PM, Matthias Klose wrote: > Building libssp in C11 mode shows a warning for 64bit configurations, > > ../../../src/libssp/gets-chk.c:62:12: warning: return makes pointer from > integer > without a cast [-Wint-c

[patch, rfc] fix warning building libssp in C11 mode

2014-10-17 Thread Matthias Klose
Building libssp in C11 mode shows a warning for 64bit configurations, ../../../src/libssp/gets-chk.c:62:12: warning: return makes pointer from integer without a cast [-Wint-conversion] Currently working around by adding a prototype in gets-chk.c, conditionally defined by the inverted condition fo