Work around potentially uninitialized variable warning
commit681c13841a7d6a3a91b60645d86012b10b820c59
authorMatthew Brush <matt@geany.org>
Thu, 21 Dec 2017 02:59:16 +0000 (20 18:59 -0800)
committerMatthew Brush <matt@geany.org>
Thu, 21 Dec 2017 02:59:16 +0000 (20 18:59 -0800)
tree9cd64ff472598a6c190a734ce77aefb714f39e1d
parentc61bc6784b45b50773bc0e1d1f83b09aed58ede6
Work around potentially uninitialized variable warning

Simply zero-initializes the variable.

Requires -O3 optimization level to trigger.
src/document.c