Re: [PATCH] Do not use inline in argp.h on FreeBSD

2014-08-04 Thread Paul Eggert
Thanks for the heads-up. I installed the attached patch into the gnulib master. It differs from your patch but should do the job. Please give it a try. From 6a3948b87d6df36207df685e726ed1e972a01d28 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 4 Aug 2014 11:30:33 -0700 Subject: [PATCH

Re: [PATCH] Do not use inline in argp.h on FreeBSD

2014-07-25 Thread Andrey Borzenkov
В Fri, 25 Jul 2014 23:39:36 +0200 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 25.07.2014 17:28, Andrey Borzenkov wrote: > > This fixes this error: > > > > In file included from util/grub-mkimage.c:54:0: > > ./grub-core/gnulib/argp.h:627:49: error: '__sbistype' is static but > > used in inl

Re: [PATCH] Do not use inline in argp.h on FreeBSD

2014-07-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 25.07.2014 17:28, Andrey Borzenkov wrote: > This fixes this error: > > In file included from util/grub-mkimage.c:54:0: > ./grub-core/gnulib/argp.h:627:49: error: '__sbistype' is static but > used in inline function '_option_is_short' which is not static > [-Werror] cc1: all warnings being treat