From a85d3ba1c0de313b60324b9ecfa488bb99d69d06 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 15 Sep 2018 19:10:54 +0200 Subject: loplugin:external in i18npool ...showing that print_node etc. are actually unused Change-Id: Ife7faf53dc2487a7ee0cfbe131a761ea18104945 Reviewed-on: https://gerrit.libreoffice.org/60538 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- i18npool/source/collator/gencoll_rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18npool/source/collator') diff --git a/i18npool/source/collator/gencoll_rule.cxx b/i18npool/source/collator/gencoll_rule.cxx index 3048d12bb90b..88b8b50ea423 100644 --- a/i18npool/source/collator/gencoll_rule.cxx +++ b/i18npool/source/collator/gencoll_rule.cxx @@ -33,7 +33,7 @@ /* Main Procedure */ -void data_write(char* file, char* name, sal_uInt8 *data, sal_Int32 len) +static void data_write(char* file, char* name, sal_uInt8 *data, sal_Int32 len) { FILE *fp = fopen(file, "wb"); if (fp == nullptr) { -- cgit