mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-02 19:26:05 -05:00
Merge branch 'Fix-i686-build-with-GCC-v14'
This fixes a long-time compile warning turned error by GCC v14. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
committed by
Git for Windows Build Agent
commit
c8e634deec
@@ -45,7 +45,7 @@
|
||||
#define UNUSED
|
||||
#endif
|
||||
|
||||
#ifdef __MINGW64__
|
||||
#if defined(__MINGW32__) || defined(__MINGW64__)
|
||||
#define _POSIX_C_SOURCE 1
|
||||
#elif defined(__sun__)
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user