diff --git a/YSI_Core/y_core/y_compilerdata_warning.inc b/YSI_Core/y_core/y_compilerdata_warning.inc index 3dfa8bfed..ce4c438ac 100644 --- a/YSI_Core/y_core/y_compilerdata_warning.inc +++ b/YSI_Core/y_core/y_compilerdata_warning.inc @@ -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 |