summaryrefslogtreecommitdiff
path: root/bk_info.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2014-03-30 07:48:03 +0000
committerSimon Tatham <anakin@pobox.com>2014-03-30 07:48:03 +0000
commit18e0f32b292316a4db3bb0bde1570a73ee60b0bd (patch)
tree27249b819622429551dc7e7b7627c83464336f41 /bk_info.c
parent6154b5b53a342d6cf1aa3fc38e28405975f64e00 (diff)
downloadhalibut-18e0f32b292316a4db3bb0bde1570a73ee60b0bd.zip
halibut-18e0f32b292316a4db3bb0bde1570a73ee60b0bd.tar.gz
halibut-18e0f32b292316a4db3bb0bde1570a73ee60b0bd.tar.bz2
halibut-18e0f32b292316a4db3bb0bde1570a73ee60b0bd.tar.xz
Silence compiler warnings on OS X 10.9.
[originally from svn r10166]
Diffstat (limited to 'bk_info.c')
-rw-r--r--bk_info.c2
1 files changed, 1 insertions, 1 deletions
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;