Skip to content

Commit

Permalink
Experimenting with warning overflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Y_Less committed Nov 21, 2021
1 parent 7d3cde8 commit f7c8ed3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions YSI_Core/y_core/y_compilerdata_warning.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
#if Y_COMPILERDATA_WARNING == 0
// For reference, the pawno compiler window output is 1024 characters wide.
// But we can't align to that because the path is an unknown length.
// Inserting just a `\r`, `\n`, or `\r\n` doesn't work - as either a
// character or an escape sequence.

//#warning ================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================
//======================================================================================

#warning ==========================================
#warning | |
#warning | Using `YSI_TESTS` will produce a huge |
Expand Down

0 comments on commit f7c8ed3

Please sign in to comment.