]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/mingw-assign-comma-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 19 Nov 2025 18:58:47 +0000 (10:58 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Nov 2025 18:58:47 +0000 (10:58 -0800)
commitd1a5807e11f53cc5d3cc191dad8ab95ed4f693f5
tree4aa72140aed8d6e883d7ba57a023a83d0d02e5bb
parent9922384c2bf2c71c72d9628c23b4ad568c30c953
parentaf3919816f20c7c54e6d377945b2f6344b3588fe
Merge branch 'js/mingw-assign-comma-fix' into next

The "return errno = EFOO, -1" construct, which is heavily used in
compat/mingw.c and triggers warnings under "-Wcomma", has been
rewritten to avoid the warnings.

* js/mingw-assign-comma-fix:
  mingw: avoid the comma operator
compat/mingw.c