Re: [OE-core] [PATCH] security_flags.inc: libidn fails to build w/ -Wformat-security

2016-06-28 Thread André Draszik
On Mo, 2016-06-27 at 12:42 +0300, Alexander Kanavin wrote: > On 06/27/2016 12:10 PM, Burton, Ross wrote: > > ../../libidn-1.32/src/idn.c: In function 'main': > > ../../libidn-1.32/src/idn.c:172:7: error: format not a string > > literal and no format arguments [-Werror=format-security] >

Re: [OE-core] [PATCH] security_flags.inc: libidn fails to build w/ -Wformat-security

2016-06-27 Thread Alexander Kanavin
On 06/27/2016 12:10 PM, Burton, Ross wrote: ../../libidn-1.32/src/idn.c: In function 'main': ../../libidn-1.32/src/idn.c:172:7: error: format not a string literal and no format arguments [-Werror=format-security] error (0, 0, _("only one of -s, -e, -d, -a, -u or -n can be

Re: [OE-core] [PATCH] security_flags.inc: libidn fails to build w/ -Wformat-security

2016-06-27 Thread Burton, Ross
On 24 June 2016 at 11:59, André Draszik wrote: > ../../libidn-1.32/src/idn.c: In function 'main': > ../../libidn-1.32/src/idn.c:172:7: error: format not a string literal and > no format arguments [-Werror=format-security] >error (0, 0, _("only one of -s, -e, -d, -a, -u or -n can be > spec

[OE-core] [PATCH] security_flags.inc: libidn fails to build w/ -Wformat-security

2016-06-24 Thread André Draszik
From: André Draszik ../../libidn-1.32/src/idn.c: In function 'main': ../../libidn-1.32/src/idn.c:172:7: error: format not a string literal and no format arguments [-Werror=format-security] error (0, 0, _("only one of -s, -e, -d, -a, -u or -n can be specified")); ^ ../../libidn-