diff options
author | bulatman <[email protected]> | 2023-05-04 10:28:45 +0300 |
---|---|---|
committer | bulatman <[email protected]> | 2023-05-04 10:28:45 +0300 |
commit | 6bccf8a6c51dfc4e563317584ee71ea0637c452a (patch) | |
tree | fd2db9ebc1482d68aacfd1353bfcb8d6243f56a4 /util/system/compiler.h | |
parent | 5a38c255b846d4bdaa221ca12c63d43f98033416 (diff) |
Remove using of extra semicolons in util
Diffstat (limited to 'util/system/compiler.h')
-rw-r--r-- | util/system/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/compiler.h b/util/system/compiler.h index 5542d462b70..29a97988521 100644 --- a/util/system/compiler.h +++ b/util/system/compiler.h @@ -206,7 +206,7 @@ template <class... Types> constexpr Y_FORCE_INLINE int Y_UNUSED(Types&&...) { return 0; -}; +} #endif /** |