Skip to content

Commit 7943b3a

Browse files
Ramsay JonesJunio C Hamano
authored andcommitted
Unset NO_C99_FORMAT on Cygwin.
This should only be set based on the capability of your compiler/library to support c99 format specifiers. In this case the version of gcc/newlib and indirectly the version of Cygwin. It should probably only be set in your config.mak file. Signed-off-by: Ramsay Jones <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fd547a9 commit 7943b3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ ifeq ($(uname_O),Cygwin)
378378
NO_STRCASESTR = YesPlease
379379
NO_SYMLINK_HEAD = YesPlease
380380
NEEDS_LIBICONV = YesPlease
381-
NO_C99_FORMAT = YesPlease
382381
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes
383382
NO_TRUSTABLE_FILEMODE = UnfortunatelyYes
384383
# There are conflicting reports about this.

0 commit comments

Comments
 (0)