ci: fix Travis config warnings
[dpdk.git] / lib / librte_cmdline / cmdline_parse_num.c
index 182ac12..478f181 100644 (file)
@@ -196,7 +196,7 @@ cmdline_parse_num(cmdline_parse_token_hdr_t *tk, const char *srcbuf, void *res,
 
                case HEX:
                        st = HEX_OK;
-                       /* fall-through no break */
+                       /* fall-through */
                case HEX_OK:
                        if (c >= '0' && c <= '9') {
                                if (add_to_res(c - '0', &res1, 16) < 0)