Quiet gcc warnings about potentially uninitialized variables 50/9450/1
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Sat, 20 Jul 2013 06:45:05 +0000 (23:45 -0700)
committerSung-Jin Park <sj76.park@samsung.com>
Tue, 3 Sep 2013 04:11:42 +0000 (00:11 -0400)
commit4d99a7d03e27d508cea34b089d87c687b4ce70ba
treef06b61ef7753cab6c752377c804157adfbe7ae64
parent87f7a42799eb594ca3aca1ecec6cd51f915a9923
Quiet gcc warnings about potentially uninitialized variables

It should have been impossible for these to be used without being
initialized, but following the logic to prove that was trickier
than the compiler was willing to unravel.

Change-Id: Ib51714d5b5d048923388fcd55eff3fb062526d0e
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
multiVis.c