Fix GCC < v7 warning on maybe unitialized variable 99/13799/1
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 17 Apr 2018 14:44:46 +0000 (16:44 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Tue, 17 Apr 2018 14:44:46 +0000 (16:44 +0200)
commite396c20882ff644b06a93256eadf860bfb71756e
tree328c599c956540b2e1367a7e0a484259a5ba208f
parent523bcf9c0b44214130ef619bda4bd1be50abfbcf
Fix GCC < v7 warning on maybe unitialized variable

Initialization done under a switch case statement within a "for"
loop which throw warning with GCC v6.

Change-Id: I47b51598cc68943bab6f98bd87b7ba6f40caeafc
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
wrap-json.c