summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common')
-rw-r--r--Source/Core/Common/Src/Common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/Common.h b/Source/Core/Common/Src/Common.h
index b254076165..aa2f01b662 100644
--- a/Source/Core/Common/Src/Common.h
+++ b/Source/Core/Common/Src/Common.h
@@ -94,7 +94,7 @@
#ifndef _SECURE_SCL
#error Please define _SECURE_SCL=0 in the project settings
#else
- CompileTimeAssert<_SECURE_SCL==0> EnsureNoSecureSCL;
+ CompileTimeAssert<_SECURE_SCL==0> volatile EnsureNoSecureSCL;
#endif
}