Re: Data Center Bridging build

2014-04-02 Thread poma
On 02.04.2014 15:51, Dan Williams wrote: > On Wed, 2014-04-02 at 08:12 -0500, Dan Williams wrote: >> On Wed, 2014-04-02 at 07:29 +0200, poma wrote: >>> ... >>> nm-dcb.c: In function '_dcb_setup': >>> nm-dcb.c:211:3: error: format not a string literal and no format >>> arguments [-Werror=format-secu

Re: Data Center Bridging build

2014-04-02 Thread Dan Williams
On Wed, 2014-04-02 at 08:12 -0500, Dan Williams wrote: > On Wed, 2014-04-02 at 07:29 +0200, poma wrote: > > ... > > nm-dcb.c: In function '_dcb_setup': > > nm-dcb.c:211:3: error: format not a string literal and no format > > arguments [-Werror=format-security] > >success = do_helper (iface, DCB

Re: Data Center Bridging build

2014-04-02 Thread Dan Williams
On Wed, 2014-04-02 at 07:29 +0200, poma wrote: > ... > nm-dcb.c: In function '_dcb_setup': > nm-dcb.c:211:3: error: format not a string literal and no format > arguments [-Werror=format-security] >success = do_helper (iface, DCBTOOL, run_func, user_data, error, s->str); >^ > nm-dcb.c: In fu

Data Center Bridging build

2014-04-01 Thread poma
... nm-dcb.c: In function '_dcb_setup': nm-dcb.c:211:3: error: format not a string literal and no format arguments [-Werror=format-security] success = do_helper (iface, DCBTOOL, run_func, user_data, error, s->str); ^ nm-dcb.c: In function '_dcb_cleanup': nm-dcb.c:245:3: error: format not a st