diff options
author | Chris Luke <chrisy@flirble.org> | 2016-07-22 09:40:19 -0400 |
---|---|---|
committer | Chris Luke <chrisy@flirble.org> | 2016-07-22 10:13:41 -0400 |
commit | 1642e3903d5467baf88531c96c733c285418b953 (patch) | |
tree | c7081b08e84d4f449b39ab34003cbd344cfb2661 /README.md | |
parent | 1f0da170e818a6991d841df47de0885da720b0c3 (diff) |
VPP-189 Fix 137 coverity no-op issues from vpeapigen
vpeapigen is not properly detecting no-op endian swap operations (on u8
or u8[] types) which in turn causes Coverity to currently report ~137
minor issues from the generated vpe.api.h file.
This patch makes vpeapigen comment out those no-op situations thus:
/* a->interface_name[0..63] = a->interface_name[0..63] (no-op) */
/* a->admin_up_down = a->admin_up_down (no-op) */
Change-Id: Ifbc5c93e1939206656e0515b528a4d167c539fd2
Signed-off-by: Chris Luke <chrisy@flirble.org>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions