summaryrefslogtreecommitdiff
path: root/scripts/checkstack.pl
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2017-05-28 08:49:51 -0400
committerTom Rini <[email protected]>2017-06-05 14:13:12 -0400
commit18b29165854ba180ce3348e404f11a3e988fc726 (patch)
tree77d74714eed8d035513e3a284c08d1dcedf6bdde /scripts/checkstack.pl
parent4e33316f656bf9a893ad0e828cc9a0acbc0a9d30 (diff)
cmd/ethsw: Disable implicit enum conversion warning
With clang-3.8 we see warnings like: cmd/ethsw.c:304:6: warning: implicit conversion from enumeration type 'enum ethsw_keyword_opt_id' to different enumeration type 'enum ethsw_keyword_id' [-Wenum-conversion] ethsw_id_pvid_no, ^~~~~~~~~~~~~~~~ Because we have one enum for ethsw_keyword_id and a second enum for ethsw_keyword_opt_id. This ends up being safe as ethsw_keyword_opt_id explicitly starts after ethsw_keyword_id enum ends. Disable the warning here rather than collapse these into one enum and rely on comments to denote where optional keywords begin. Cc: Codrin Ciubotariu <[email protected]> Cc: Joe Hershberger <[email protected]> Signed-off-by: Tom Rini <[email protected]> Acked-by: Joe Hershberger <[email protected]>
Diffstat (limited to 'scripts/checkstack.pl')
0 files changed, 0 insertions, 0 deletions