aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-01-24 16:39:21 +0100
committerPeter Wu <peter@lekensteyn.nl>2019-01-24 18:24:15 +0000
commit0f4161a48c2c8a4a5f78552516731d26e2d96473 (patch)
tree36455ab8192c55476407f484cca8fcc4f038d40b /epan
parent198c5a2cac3b954c8c3d8357ae9c1070e1eae594 (diff)
tcp: mark units_64bit_version as static
Addresses a -Wmissing-variable-declarations warning from Clang. Change-Id: I04de4b2017a61f9e605892338426b1a49042671f Fixes: v2.3.0rc0-1774-g8efb7fece1 ("Adjust proto_tree_add_xxx_format_value calls to use unit string") Reviewed-on: https://code.wireshark.org/review/31721 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c
index 36e2cce2e2..9319f348b4 100644
--- a/epan/dissectors/packet-tcp.c
+++ b/epan/dissectors/packet-tcp.c
@@ -611,7 +611,7 @@ static const int *tcp_option_mptcp_dss_flags[] = {
NULL
};
-const unit_name_string units_64bit_version = { " (64bits version)", NULL };
+static const unit_name_string units_64bit_version = { " (64bits version)", NULL };
static const char *