diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-10-05 11:03:15 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-10-05 11:29:35 +0200 |
commit | bbf859b4155b079ba0072570d4bba3bd65d11ae4 (patch) | |
tree | bdeedb870039bbdb55e97c1bcfb18992ed742b27 /udp.h | |
parent | eea2b6d5dd579b0fbfa3b4dc3b5a19e18473376e (diff) | |
download | tcpdump-bbf859b4155b079ba0072570d4bba3bd65d11ae4.tar.gz |
LISP: Fix a Clang warning
The warning was:
./print-lisp.c:401:11: warning: variable 'xtr_present' is used uninitialized
whenever 'if' condition is false [-Wsometimes-uninitialized]
else if (type == LISP_MAP_NOTIFY)
^~~~~~~~~~~~~~~~~~~~~~~
./print-lisp.c:404:9: note: uninitialized use occurs here
return xtr_present;
^~~~~~~~~~~
Moreover:
Remove unused 'interface.h' include.
Diffstat (limited to 'udp.h')
0 files changed, 0 insertions, 0 deletions