From 466cfcd3e52f6750ce28a635997f3dd84fb18515 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 24 Jun 2019 22:52:20 +0300 Subject: xz: Make "headings" static in list.c. Caught by clang -Wmissing-variable-declarations. --- src/xz/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xz/list.c b/src/xz/list.c index 70b4a9bb..06c9c1ee 100644 --- a/src/xz/list.c +++ b/src/xz/list.c @@ -101,7 +101,7 @@ static int colon_strs_fw[ARRAY_SIZE(colon_strs)]; /// Column headings -struct { +static struct { /// Table column heading string const char *str; -- cgit v1.2.3