Skip to content

Commit a180b0a

Browse files
author
Git for Windows Build Agent
committed
Update 13 packages
mingw-w64-i686-crt-git (13.0.0.r320.gec22397e6-1 -> 13.0.0.r338.gc1c6b0ff3-1) mingw-w64-i686-headers-git (13.0.0.r320.gec22397e6-1 -> 13.0.0.r338.gc1c6b0ff3-1) mingw-w64-i686-libmangle-git (13.0.0.r320.gec22397e6-1 -> 13.0.0.r338.gc1c6b0ff3-1) mingw-w64-i686-libwinpthread (13.0.0.r320.gec22397e6-1 -> 13.0.0.r338.gc1c6b0ff3-1) mingw-w64-i686-tools-git (13.0.0.r320.gec22397e6-1 -> 13.0.0.r338.gc1c6b0ff3-1) mingw-w64-i686-winpthreads (13.0.0.r320.gec22397e6-1 -> 13.0.0.r338.gc1c6b0ff3-1) mingw-w64-x86_64-crt-git (13.0.0.r320.gec22397e6-1 -> 13.0.0.r338.gc1c6b0ff3-1) mingw-w64-x86_64-git-extra (1.1.683.0c63e840c-1 -> 1.1.685.a08718cdd-1) mingw-w64-x86_64-headers-git (13.0.0.r320.gec22397e6-1 -> 13.0.0.r338.gc1c6b0ff3-1) mingw-w64-x86_64-libmangle-git (13.0.0.r320.gec22397e6-1 -> 13.0.0.r338.gc1c6b0ff3-1) mingw-w64-x86_64-libwinpthread (13.0.0.r320.gec22397e6-1 -> 13.0.0.r338.gc1c6b0ff3-1) mingw-w64-x86_64-tools-git (13.0.0.r320.gec22397e6-1 -> 13.0.0.r338.gc1c6b0ff3-1) mingw-w64-x86_64-winpthreads (13.0.0.r320.gec22397e6-1 -> 13.0.0.r338.gc1c6b0ff3-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 4ae1fda commit a180b0a

File tree

137 files changed

+67
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+67
-60
lines changed

etc/profile.d/git-sdk.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ sdk () {
154154
# for building
155155
makepkg|makepkg-mingw)
156156
cmd=$1; shift
157+
WITH_PDBS="$(! grep -q WITH_PDBS PKGBUILD || ! sdk find_mspdb_dll || echo true)" \
157158
WITHOUT_PDBS="$(! grep -q WITHOUT_PDBS PKGBUILD || sdk find_mspdb_dll || echo true)" \
158159
MAKEFLAGS=${MAKEFLAGS:--j$(nproc)} PKGEXT='.pkg.tar.xz' $cmd --syncdeps --noconfirm --skipchecksums --skippgpcheck "$@"
159160
;;

mingw32/bin/gendef.exe

0 Bytes
Binary file not shown.

mingw32/bin/genidl.exe

0 Bytes
Binary file not shown.

mingw32/bin/genpeimg.exe

0 Bytes
Binary file not shown.

mingw32/bin/libwinpthread-1.dll

0 Bytes
Binary file not shown.

mingw32/bin/widl.exe

0 Bytes
Binary file not shown.

mingw32/include/stdio.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,10 @@ int vsnprintf (char *__stream, size_t __n, const char *__format, __builtin_va_li
601601
int __cdecl getchar(void);
602602
_CRTIMP int __cdecl _getmaxstdio(void);
603603
char *__cdecl gets(char *_Buffer)
604-
__attribute__((__warning__("Using gets() is always unsafe - use fgets() instead")));
604+
#ifndef _CRTBLD
605+
__attribute__((__warning__("Using gets() is always unsafe - use fgets() instead")))
606+
#endif
607+
;
605608
int __cdecl _getw(FILE *_File);
606609
#ifndef _CRT_PERROR_DEFINED
607610
#define _CRT_PERROR_DEFINED

mingw32/lib/libcrtdll.a

0 Bytes
Binary file not shown.

mingw32/lib/libmingwex.a

136 Bytes
Binary file not shown.

mingw32/lib/libmsvcr100.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)