Fix missing initializer for field warnings
commit81144dc4011e30870d652402b1c8852fb44af85e
authorMatthew Brush <matt@geany.org>
Wed, 20 Dec 2017 23:46:35 +0000 (20 15:46 -0800)
committerMatthew Brush <matt@geany.org>
Thu, 21 Dec 2017 01:22:50 +0000 (20 17:22 -0800)
treefef0c13ed79500ff7854dbeebd3cc9bdc6cf8a8e
parentdbd0573dd6a5175ec9b536c4053bb66caac0f665
Fix missing initializer for field warnings

This is basically a false-positive by GCC since static variables are
unambiguously zeroed-out per the language standard, but the workaround
is simple enough.
ctags/main/xtag.c