Re: [PATCH] error: conditionally empty format string.

2014-04-25 Thread Eric Blake
On 04/25/2014 01:56 PM, Mats Erik Andersson wrote: > Hello there, > > a foolish use of "-Wformat=error" with gnulib uncovered > a case of empty format strings in "lib/error.c". The use > of clang with FreeBSD-11 uncovered this. It is seemingly > the only format error from gnulib that affects Inetu

[PATCH] error: conditionally empty format string.

2014-04-25 Thread Mats Erik Andersson
netutils Mats Erik Andersson >From 03ecb1ceb85140566e64fe94a91fd85c258a43d6 Mon Sep 17 00:00:00 2001 From: Mats Erik Andersson Date: Fri, 25 Apr 2014 21:45:28 +0200 Subject: [PATCH] error: Conditionally empty format string. --- ChangeLog | 9 + lib/error.c | 7 +++ 2 files chang