On 16 May 2016 at 21:18, wrote:
> ++ fprintf(stderr,helptext,NULL);
>
Just fputs() would be more the intention?
Also the subject should be just the recipe name, so "makedevs: fix string
format errors".
Ross
--
___
Openembedded-core mail
From: Edwin Plauchu
This patch avoids makedevs fails to compile with compiler flags which elevate
common string formatting issues into an error (-Wformat -Wformat-security
-Werror=format-security).
[YOCTO #9549]
Signed-off-by: Edwin Plauchu
---
meta/conf/distro/include/security_flags.inc
From: Edwin Plauchu
This patch avoids makedevs fails to compile with compiler flags which elevate
common string formatting issues into an error (-Wformat -Wformat-security
-Werror=format-security).
[YOCTO #9549]
Signed-off-by: Edwin Plauchu
---
meta/conf/distro/include/security_flags.inc