Skip to content

Commit f7c8ed3

Browse files
author
Y_Less
committed
Experimenting with warning overflows.
1 parent 7d3cde8 commit f7c8ed3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

YSI_Core/y_core/y_compilerdata_warning.inc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
#if Y_COMPILERDATA_WARNING == 0
2+
// For reference, the pawno compiler window output is 1024 characters wide.
3+
// But we can't align to that because the path is an unknown length.
4+
// Inserting just a `\r`, `\n`, or `\r\n` doesn't work - as either a
5+
// character or an escape sequence.
6+
7+
//#warning ================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================
8+
//======================================================================================
9+
210
#warning ==========================================
311
#warning | |
412
#warning | Using `YSI_TESTS` will produce a huge |

0 commit comments

Comments
 (0)