From bb480f77b8a65e7e52b53e601e536f55fa55f44b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 17 Oct 2018 09:30:11 +0200 Subject: loplugin:staticvar in cppuhelper..desktop Change-Id: I21cf6bafab6e865b90b29caa73183a8e00b538d1 Reviewed-on: https://gerrit.libreoffice.org/61865 Tested-by: Jenkins Reviewed-by: Noel Grandin --- desktop/unx/source/args.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/unx/source/args.c b/desktop/unx/source/args.c index 9a9b8f913d5d..199b58a8e50e 100644 --- a/desktop/unx/source/args.c +++ b/desktop/unx/source/args.c @@ -19,7 +19,7 @@ is_env_arg (rtl_uString const *str) return !rtl_ustr_ascii_compare_WithLength (str->buffer, 5, "-env:"); } -static struct { +static const struct { const char *name; unsigned int bInhibitSplash : 1; unsigned int bInhibitPagein : 1; -- cgit