| M-Lint Code Check Report Enhancements and Changes You can indicate specific messages or categories of messages you want M-Lint to report. For details, see "M-Lint Enhancements for Suppressing Messages, and Showing Messages for the MATLAB® Compiler™ Product" on page 175. Compatibility Considerations. In previous versions, the M-Lint Code Check report showed all messages except those suppressed via a %#ok at the end of a line. Now, the M-Lint Code Check report will show only the messages that are enabled via M-Lint preferences. mlint Message IDs Changed and %#ok Syntax Enhanced The mlint function with the - id option returns message IDs using a new form. For example, when you run mlint(' filename.m', '-id') MATLAB Version 7.2 (R2006a) returns L 22 (C 1-9) 2:AssignmentNotUsed : The value ... whereas MATLAB Version 7.3 (R2006b) returns L 22 (C 1-9): NASGU: The value ... |