Commit 4df17c7
committed
packet03: fix a build warning
Fix the following build warning:
xdp_prog_user.c: In function ‘parse_mac’:
xdp_prog_user.c:57:1: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
Signed-off-by: Anton Protopopov <a.s.protopopov@gmail.com>1 parent fe362cb commit 4df17c7
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
0 commit comments