Skip to content

Commit c6f7f1d

Browse files
committed
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 <[email protected]>
2 parents b9808bd + d9f0f5d commit c6f7f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/posix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#define UNUSED
4646
#endif
4747

48-
#ifdef __MINGW64__
48+
#if defined(__MINGW32__) || defined(__MINGW64__)
4949
#define _POSIX_C_SOURCE 1
5050
#elif defined(__sun__)
5151
/*

0 commit comments

Comments
 (0)