mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
fix: warning C4138 '*/' found outside of comment
This commit is contained in:
parent
3cb323d748
commit
9be0651ae8
@ -152,7 +152,7 @@ inline auto make_grip(char const *func, level level_limit = level::info) noexcep
|
|||||||
return make_grip(func, make_std_out(), level_limit);
|
return make_grip(func, make_std_out(), level_limit);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline auto make_grip(char const */*ignore*/, char const *func, level level_limit = level::info) noexcept {
|
inline auto make_grip(char const * /*ignore*/, char const *func, level level_limit = level::info) noexcept {
|
||||||
return make_grip(func, make_std_out(), level_limit);
|
return make_grip(func, make_std_out(), level_limit);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user