ubox: Replace { 0 } with {}.
authorRosen Penev <rosenp@gmail.com>
Mon, 30 Oct 2017 19:05:31 +0000 (12:05 -0700)
committerJohn Crispin <john@phrozen.org>
Mon, 6 Nov 2017 08:06:31 +0000 (09:06 +0100)
commitdd61c9f1c68b067ab841c8f4d2008075e95fe29a
treef04c343a9e98e366a924000afdb6c8772b3fbe61
parentb1bc8d5fb874cdd22701a08d0fb0de4330f86814
ubox: Replace { 0 } with {}.

The latter is more compatible with older GCC versions like 4.9. Additionally, initializing with { 0 } produces a warning that only the first field was initialized.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
log/logd.c
validate/cli.c