MNOTE messages not showing up in the assembly listing #544
Labels
component-core
Related to core components (java)
Investigate
Needs additional investigation
Lang:Java
In the assembly listing (the .PRN file) MNOTE messages do not appear as they do on HLASM assembler listings.
The MAXWARN option of z390 determines which MNOTEs are regarded as error messages, and which are only warnings.
Any MNOTE with an error level greater than the MAXWARN value is treated as an error and displayed on the listing. This is okay.
But:
z390 also uses MAXWARN level to decide whether ot not to route the generated message to the log file.
I think there is no need to change that, although - under current conditions - this output stream also can never be made to show any MNOTE with severity 0.
The text was updated successfully, but these errors were encountered: