[vamos-dev] [PATCH 1/3] fix literal error warning

Michael Tokarev mjt at tls.msk.ru
Mon Sep 10 15:46:31 UTC 2012


On 10.09.2012 19:31, Manuel Zerpies wrote:
> Hey guys,
> 
> what about this patch? Is there anyone who can have a look at it?
> 
[]
>> -			bb_perror_msg(filename);
>> +			bb_perror_msg("%s", filename);

Please stop fixing a non-issue.  This GCC warning is wrong.
This has been discussed several times, and exactly the same
patch has been proposed several times too.

/mjt


More information about the busybox mailing list