]> granicus.if.org Git - libvpx/commit
set_map.c: cleanup -wextra warnings
authorYaowu Xu <yaowu@google.com>
Tue, 13 May 2014 16:32:18 +0000 (09:32 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Fri, 16 May 2014 01:14:00 +0000 (18:14 -0700)
commit70835601d5580d38eaa100306b031f14f93f0454
treeec914061f9a5f5ba42cf6835b914736cfe962d05
parent619e6b539a6eb2beed1dccc43b504e357f120da3
set_map.c: cleanup -wextra warnings

The commit changed to use memset for initialiazation of non-trivial
strucutures, where initialization using {0} caused warnings. Also,
removed {0} initializations where appropriate initialization calls
are in place.

Change-Id: Ifd03e34aa80688e382124eb889c0fc1ec43c48e6
examples/set_maps.c