From 3e2f0b589d384ff264bbbb05bb5cbe003a63f936 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 9 Aug 2017 12:44:53 +0100 Subject: Remove some global symbols --- solc/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solc/main.cpp') diff --git a/solc/main.cpp b/solc/main.cpp index c61da6e9..6d559542 100644 --- a/solc/main.cpp +++ b/solc/main.cpp @@ -40,7 +40,7 @@ specified default locale if it is valid, and if not then it will modify the environment the process is running in to use a sensible default. This also means that users do not need to install language packs for their OS. */ -void setDefaultOrCLocale() +static void setDefaultOrCLocale() { #if __unix__ if (!std::setlocale(LC_ALL, "")) -- cgit v1.2.3