mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Added some warnings from clang's -Weverything
This commit is contained in:
parent
bb89be0429
commit
445fc2bb43
@ -56,7 +56,7 @@ std::string getOrdinalSuffix(T n)
|
||||
case 2: return "nd";
|
||||
case 3: return "rd";
|
||||
default: return "th";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
/// More efficient than libc, because doesn't respect locale. But for some functions table implementation could be better.
|
||||
|
Loading…
Reference in New Issue
Block a user