A performance issue was found.
          #2515   Compile-time warning
          A performance issue was found.
Additional Information
The use of line-breaking functionality (such as 'BREAK-WIDTH') can negatively impact performance;
        consider removing it.
    or
Performance problems were detected.
Recovery
      Compilation continues normally.
    
Explanation
 There are certain legacy language features, such as line-breaking, that impose a high performance penalty at
        run-time if used. OmniMark still supports these constructs for backward compatibility reasons, but removing them
        from your program would improve its performance.