1
0
mirror of https://github.com/git/git.git synced 2024-10-22 01:49:40 +02:00
git/compat/win32
Johannes Schindelin 2921600afb mingw: uglify (a, 0) definitions to shut up warnings
When the result of a (a, 0) expression is not used, MSys2's GCC version
finds it necessary to complain with a warning:

	right-hand operand of comma expression has no effect

Let's just pretend to use the 0 value and have a peaceful and quiet life
again.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2016-01-15 14:02:39 -08:00
..
alloca.h
dirent.c
dirent.h
pthread.c
pthread.h mingw: uglify (a, 0) definitions to shut up warnings 2016-01-15 14:02:39 -08:00
syslog.c
syslog.h