https://bugs.linaro.org/show_bug.cgi?id=2779

Mike Holmes <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Mike Holmes <[email protected]> ---
still have unchecked cases that may need a (void) to inform the reader that we
intended to ignore the return.

Coverity is no longer warning about this issue


mike@mike-desktop:~/work/git/odp$ git grep odph_eth_addr_parse
example/generator/odp_generator.c:                      if
(odph_eth_addr_parse(&appl_args->srcmac, 
example/generator/odp_generator.c:                      if
(odph_eth_addr_parse(&appl_args->dstmac, 
example/l2fwd_simple/odp_l2fwd_simple.c:           
odph_eth_addr_parse(&global.dst, argv[optind + 2
example/l2fwd_simple/odp_l2fwd_simple.c:           
odph_eth_addr_parse(&global.src, argv[optind + 3
example/l3fwd/odp_l3fwd_db.c:                  
odph_eth_addr_parse(&entry->dst_mac, token);
helper/eth.c:int odph_eth_addr_parse(odph_ethaddr_t *mac, const char *str)
helper/include/odp/helper/eth.h:int odph_eth_addr_parse(odph_ethaddr_t *mac,
const char *str);
helper/test/chksum.c:   odph_eth_addr_parse(&des, "fe:0f:97:c9:e0:44");
helper/test/chksum.c:   odph_eth_addr_parse(&src, "fe:0f:97:c9:e0:44");
helper/test/parse.c:    if (!odph_eth_addr_parse(&mac, "foo
01:02:03:04:05:06")) {
helper/test/parse.c:    if (!odph_eth_addr_parse(&mac, "01:02:03:04:05:")) {
helper/test/parse.c:    if (!odph_eth_addr_parse(&mac, "01:02:03:04:05 06")) {
helper/test/parse.c:    if (!odph_eth_addr_parse(&mac, "01:02:03:04:05:1ff")) {
helper/test/parse.c:    if (!odph_eth_addr_parse(&mac, "-1:02:03:04:05:06")) {
helper/test/parse.c:    if (odph_eth_addr_parse(&mac, "01:02:03:04:05:06")) {
helper/test/parse.c:    if (odph_eth_addr_parse(&mac, "1:2:3:4:5:6")) {
helper/test/parse.c:    if (odph_eth_addr_parse(&mac, "01:02:03:04:05:06
foobar")) {
helper/test/parse.c:    if (odph_eth_addr_parse(&mac, "0a:0b:0c:0d:0e:0f")) {
helper/test/parse.c:    if (odph_eth_addr_parse(&mac, "a:b:c:d:e:f")) {
helper/test/parse.c:    if (odph_eth_addr_parse(&mac, "1a:2b:3c:4d:5e:6f")) {
helper/test/parse.c:    if (odph_eth_addr_parse(&mac, "00:00:00:00:00:00")) {
helper/test/parse.c:    if (odph_eth_addr_parse(&mac, "ff:ff:ff:ff:ff:ff")) {
test/common_plat/performance/odp_l2fwd.c:                               if
(odph_eth_addr_parse(&app
test/common_plat/performance/odp_pktio_ordered.c:                              
if (odph_eth_addr_pa
test/linux-generic/mmap_vlan_ins/mmap_vlan_ins.c:          
odph_eth_addr_parse(&global.dst, argv[op
test/linux-generic/mmap_vlan_ins/mmap_vlan_ins.c:          
odph_eth_addr_parse(&global.src, argv[op
(END)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to