summaryrefslogtreecommitdiffstats
path: root/util/system/compiler.h
diff options
context:
space:
mode:
authorbulatman <[email protected]>2023-05-04 10:28:45 +0300
committerbulatman <[email protected]>2023-05-04 10:28:45 +0300
commit6bccf8a6c51dfc4e563317584ee71ea0637c452a (patch)
treefd2db9ebc1482d68aacfd1353bfcb8d6243f56a4 /util/system/compiler.h
parent5a38c255b846d4bdaa221ca12c63d43f98033416 (diff)
Remove using of extra semicolons in util
Diffstat (limited to 'util/system/compiler.h')
-rw-r--r--util/system/compiler.h2
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
/**