diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2023-04-18 18:00:36 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2023-04-18 18:04:49 +0200 |
commit | c7fd6445c6c4c1b36183bc043a06a5e17237c49f (patch) | |
tree | ad5fcc996471c737d33604b9034297125ef18c92 /print-lisp.c | |
parent | f119045227af1e1a23f2727e5ba7ebe910eb6517 (diff) | |
download | tcpdump-c7fd6445c6c4c1b36183bc043a06a5e17237c49f.tar.gz |
RT6: Declare the struct tok srh_tlv_type "static"
This should avoid error like:
./print-rt6.c:36:18: error: no previous extern declaration for
non-static variable 'srh_tlv_type' [-Werror,-Wmissing-variable-declarations]
const struct tok srh_tlv_type[] = {
^
./print-rt6.c:36:7: note: declare 'static' if the variable is not
intended to be used outside of this translation unit
const struct tok srh_tlv_type[] = {
^
Diffstat (limited to 'print-lisp.c')
0 files changed, 0 insertions, 0 deletions