elm code - silence possibly uninitialied compiler warnings
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 11 Feb 2017 01:39:42 +0000 (10:39 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 11 Feb 2017 01:39:42 +0000 (10:39 +0900)
commitf1693ee3e2d7581add06b8ad13a21d9806717a7a
tree97ae00c794de7e276ad4e9f8c6592eab88f5434f
parent73a5b84b8fac33fbe1d3c2ec19803a488731d1ac
elm code - silence possibly uninitialied compiler warnings

every time i build efl i see all these warnigns spew by about elm_code
and possibly uninited vars being used. yes - they're filled in via ptr
ref bya  func but gcc definitely seems to think they MIGHT not be
filled in in some cases... and either way tyhe cost of setting to 0 is
minimal and less noise is better so we see real warnings more
easily... :)
src/lib/elementary/elm_code_widget.c