From e26f7d51e2875e8fb877b7c845561ce0d878301e Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Thu, 23 Mar 2017 11:42:35 +0100 Subject: [PATCH] Declare internal function rounding_upwards() to have local linkage only --- src/stringfunc.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/stringfunc.cpp b/src/stringfunc.cpp index 9ea0ff2..9ac7c8e 100644 --- a/src/stringfunc.cpp +++ b/src/stringfunc.cpp @@ -1201,7 +1201,7 @@ const string longUnitFormatSymbols[MAX_UNIT_FORMAT_SYMBOLS] = { }; -long double rounding_upwards( +static long double rounding_upwards( const long double number, const int rounding_multiplier ) -- 1.7.1