Re: [PATCH] fix not a string literal warning in test_xasprintf

2012-03-31 Thread Eric Blake
On 03/31/2012 09:44 AM, Gilles Espinasse wrote: > Visible with gcc-4.4.5 with defaults-format-security.patch > > test-xvasprintf.c: In function 'test_xasprintf': > test-xvasprintf.c:98: warning: format not a string literal and no format > arguments > > Signed-off-by: Gilles Espinasse > --- > t

[PATCH] fix not a string literal warning in test_xasprintf

2012-03-31 Thread Gilles Espinasse
Visible with gcc-4.4.5 with defaults-format-security.patch test-xvasprintf.c: In function 'test_xasprintf': test-xvasprintf.c:98: warning: format not a string literal and no format arguments Signed-off-by: Gilles Espinasse --- tests/test-xvasprintf.c |2 +- 1 files changed, 1 insertions(+)