On Tue, Dec 22, 2020 at 12:10:31AM +0000, Luca Boccassi wrote: > Use _GNU_SOURCE consistently in every file rather than just one file. > This is needed for the Windows build in order to consistently get the MinGW > version of printf. > > Signed-off-by: Luca Boccassi <bluca@xxxxxxxxxx> > --- > v6: split from mingw patch > > v7: adjust commit message and add CPPFLAG to run-sparse.sh as well > > Makefile | 2 +- > lib/utils.c | 2 -- > scripts/run-sparse.sh | 2 +- > 3 files changed, 2 insertions(+), 4 deletions(-) > Applied, thanks. - Eric