From: Thomas Jarosch Date: Thu, 23 Mar 2017 10:42:35 +0000 (+0100) Subject: Declare internal function rounding_upwards() to have local linkage only X-Git-Tag: v2.9~1 X-Git-Url: http://developer.intra2net.com/git/?p=libi2ncommon;a=commitdiff_plain;h=e26f7d51e2875e8fb877b7c845561ce0d878301e Declare internal function rounding_upwards() to have local linkage only --- 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 )