]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/mingw-assign-comma-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Nov 2025 18:32:41 +0000 (10:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Nov 2025 18:32:41 +0000 (10:32 -0800)
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

1  2 
compat/mingw.c

diff --cc compat/mingw.c
Simple merge