diff options
author | pg <[email protected]> | 2023-03-28 21:30:10 +0300 |
---|---|---|
committer | pg <[email protected]> | 2023-03-28 21:30:10 +0300 |
commit | 25659221f18577ea38430a8ec3349836f5626b6a (patch) | |
tree | 61f1c68d385eb4bde77c5c12e055eb6f44e1f9ae /util/system/compiler.h | |
parent | a30195c57a0e043158d80a4385350eee326197f1 (diff) |
Diffstat (limited to 'util/system/compiler.h')
-rw-r--r-- | util/system/compiler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/compiler.h b/util/system/compiler.h index c7b73ed51da..5542d462b70 100644 --- a/util/system/compiler.h +++ b/util/system/compiler.h @@ -654,8 +654,8 @@ Y_FORCE_INLINE void DoNotOptimizeAway(T&& datum) { } /** - * Use this macro to prevent unused variables elimination. - */ + * Use this macro to prevent unused variables elimination. + */ #define Y_DO_NOT_OPTIMIZE_AWAY(X) ::DoNotOptimizeAway(X) #endif |