Revision 6bc8606be389aeb6e3a3f245b36de7b7ad11e9cb authored by Ramsay Jones on 12 February 2018, 00:20:08 UTC, committed by Junio C Hamano on 12 February 2018, 20:19:18 UTC
Since commit f66450ae9 ("cygwin: Remove the Win32 l/stat() implementation",
2013-06-22), the cygwin build has not used the WIN32 API/header files.
This means that the '-isystem /usr/include/w32api' option to sparse is
no longer necessary (to allow sparse to find the WIN32 header files).
In addition, the '-Wno-one-bit-signed-bitfield' option can be removed,
since the warning suppressed by that option was only provoked by a WIN32
header file.

Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 8279ed0
History
File Mode Size
install-dependencies.sh -rwxr-xr-x 1.2 KB
lib-travisci.sh -rwxr-xr-x 3.9 KB
print-test-failures.sh -rwxr-xr-x 651 bytes
run-build.sh -rwxr-xr-x 68 bytes
run-linux32-build.sh -rwxr-xr-x 930 bytes
run-linux32-docker.sh -rwxr-xr-x 713 bytes
run-static-analysis.sh -rwxr-xr-x 120 bytes
run-tests.sh -rwxr-xr-x 161 bytes
run-windows-build.sh -rwxr-xr-x 2.7 KB
test-documentation.sh -rwxr-xr-x 866 bytes

back to top