From 720d5c25d2f1581c4004a7b5d85e3523129f34e7 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Wed, 17 Feb 2016 10:56:21 +0800 Subject: [PATCH] Squelch compiler warning default type. --- src/tidylib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tidylib.c b/src/tidylib.c index 1e4c3f2..28ebbb2 100755 --- a/src/tidylib.c +++ b/src/tidylib.c @@ -1362,7 +1362,7 @@ Bool inRemovedInfo( uint tid ) and we might just want to remove CheckHTML5()'s output altogether and count on the default --strict-tags-attributes. */ -static BadBody5Attribs[] = { +static int BadBody5Attribs[] = { TidyAttr_BACKGROUND, TidyAttr_BGCOLOR, TidyAttr_TEXT,