On mingw, I'm seeing this warning:
progreloc.c:156:1: warning: ‘maybe_executable’ defined but not used
[-Wunused-function]
maybe_executable (const char *filename)
^~~~
This patch should fix it.
2019-04-26 Bruno Haible
relocatable-prog: Fix gcc warning on mingw.
On mingw, I'm seeing this warning:
In file included from pipe-filter-ii.c:163:0:
pipe-filter-aux.h:75:0: warning: "read" redefined
#define read nonintr_read
In file included from ./fcntl.h:67:0,
from pipe-filter-ii.c:23:
./unistd.h:1785:0: note: this is the location of the prev
On 2019-04-01 I wrote:
> Here's the proposed gitsub.sh script (to be shared through gnulib,
> outside of any module, like 'bootstrap'):
> == gitsub.sh
> ==
After I made a couple of corrections to this script on 2019-04-02, I am
using