diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-05-01 22:03:05 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-05-08 12:10:27 -0400 |
commit | aac7ce3c8771f8db2fd0492a17fa45e85d449174 (patch) | |
tree | 9b1fbf00ee95d2a47ffba3b626e398f14e45d663 /libctf/ctf-hash.c | |
parent | 354c317ea40844ae48679b295f4d32417371ec70 (diff) | |
download | binutils-aac7ce3c8771f8db2fd0492a17fa45e85d449174.zip binutils-aac7ce3c8771f8db2fd0492a17fa45e85d449174.tar.gz binutils-aac7ce3c8771f8db2fd0492a17fa45e85d449174.tar.bz2 |
sim: cgen: tweak initializers to avoid warnings
Use {} instead of {0} to avoid warnings:
common/cgen-utils.c:59:1: warning: missing braces around initializer [-Wmissing-braces]
59 | {
| ^
60 | {
61 | VIRTUAL_INSN_X_INVALID, "--invalid--", NULL, 0, { V, { 0 } }
| {{}}
Generated code should be the same.
Diffstat (limited to 'libctf/ctf-hash.c')
0 files changed, 0 insertions, 0 deletions