aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.cpp
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2023-09-10 22:15:50 +0200
committerDaniil Cherednik <dan.cherednik@gmail.com>2023-09-10 22:15:50 +0200
commit9c0dbf84006b7219ef7e05ef324ae9c05d78a8c7 (patch)
treea7287afd553b27318652e08b2e112e5099bc1897 /src/env.cpp
parentf0456e6642047976b407a80cafec3ccb473e3332 (diff)
downloadatracdenc-9c0dbf84006b7219ef7e05ef324ae9c05d78a8c7.tar.gz
Fix warnings
Diffstat (limited to 'src/env.cpp')
-rw-r--r--src/env.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/env.cpp b/src/env.cpp
index b5d2a5b..fbb0e5e 100644
--- a/src/env.cpp
+++ b/src/env.cpp
@@ -20,7 +20,7 @@
#include <fenv.h>
-#pragma STDC FENV_ACCESS on
+#pragma STDC FENV_ACCESS ON
namespace NEnv {
@@ -28,4 +28,4 @@ void SetRoundFloat() {
fesetround(FE_TONEAREST);
}
-} // namespace NEnv \ No newline at end of file
+} // namespace NEnv