Declare internal function rounding_upwards() to have local linkage only
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 23 Mar 2017 10:42:35 +0000 (11:42 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 23 Mar 2017 10:42:35 +0000 (11:42 +0100)
src/stringfunc.cpp

index 9ea0ff2..9ac7c8e 100644 (file)
@@ -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
 )