From 879876e047d9aabe4b144944449a5ffe5a37ffed Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 8 Dec 2017 03:30:41 +0100 Subject: [PATCH] Fix libtiff compilation with MinGW-w32 6.3 Avoid redefining snprintf as this breaks -Wformat-related macros in this compiler stdio.h -- and is unnecessary anyhow. Closes #17936. --- src/tiff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tiff b/src/tiff index 7bdbe74fe3..3c7e58ef64 160000 --- a/src/tiff +++ b/src/tiff @@ -1 +1 @@ -Subproject commit 7bdbe74fe35db37e3490358c0fc257467289d3a2 +Subproject commit 3c7e58ef646090569de1a35cdc93abce2c547172