From 18e0f32b292316a4db3bb0bde1570a73ee60b0bd Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 30 Mar 2014 07:48:03 +0000 Subject: Silence compiler warnings on OS X 10.9. [originally from svn r10166] --- bk_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bk_info.c') diff --git a/bk_info.c b/bk_info.c index 1c6e033..a9a67d4 100644 --- a/bk_info.c +++ b/bk_info.c @@ -315,7 +315,7 @@ void info_backend(paragraph *sourceform, keywordlist *keywords, int nesting, nestindent; int indentb, indenta; int filepos; - int has_index; + int has_index = FALSE; info_data intro_text = EMPTY_INFO_DATA; node *topnode, *currnode; word bullet; -- cgit v1.1