We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-E+
1 parent 9bb5fd0 commit 7d3cde8Copy full SHA for 7d3cde8
YSI_Core/y_core/y_compilerdata.inc
@@ -251,6 +251,8 @@ const __CompilerDefault:__COMPILER_DEFAULT = __CompilerDefault:0;
251
252
#if __COMPILER_MODIFIED
253
#if defined YSI_TESTS
254
+ #pragma option -E-
255
+
256
#define Y_COMPILERDATA_WARNING 0
257
#include "y_compilerdata_warning"
258
#endif
@@ -547,7 +549,7 @@ const __CompilerDefault:__COMPILER_DEFAULT = __CompilerDefault:0;
547
549
#define __COMPILER_CELL_BITS cellbits
548
550
#define __COMPILER_CHAR_BITS charbits
551
-// How much to adjust a cellcount by to get a byte count.
552
+// How much to adjust a cell count by to get a byte count.
553
#if cellbits == 8
554
#define __COMPILER_CELL_SHIFT (0)
555
#elseif cellbits == 16
0 commit comments