mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix warning (for -Wextra)
This commit is contained in:
parent
49243e6c94
commit
57e35349e5
146 changed files with 459 additions and 499 deletions
|
@ -20,7 +20,7 @@ namespace sprout {
|
|||
}
|
||||
template<typename Char>
|
||||
inline SPROUT_CONSTEXPR long long
|
||||
strtoll(Char const* str, std::nullptr_t endptr, int base = 10) {
|
||||
strtoll(Char const* str, std::nullptr_t, int base = 10) {
|
||||
return sprout::str_to_int<long long>(str, base);
|
||||
}
|
||||
template<typename Char>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue