How to suppress assembler warnings?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to suppress assembler warnings?

Jump to solution
1,186 Views
namfuak
Contributor III
Is there any way to temporary suppress CW assembler messages in assembly code, like #pragma warning does in C? -WmsgSd is not good, because I don't want to disable the warning totally, but for a specific code region only
Labels (1)
Tags (1)
0 Kudos
1 Solution
522 Views
CrasyCat
Specialist III

Hello

 

Macro assembler does not support a way to disable messages for a portion of the assembler file only.

This can only be done on the command line for the whole source file.

CrasyCat

View solution in original post

0 Kudos
2 Replies
523 Views
CrasyCat
Specialist III

Hello

 

Macro assembler does not support a way to disable messages for a portion of the assembler file only.

This can only be done on the command line for the whole source file.

CrasyCat

0 Kudos
522 Views
namfuak
Contributor III
Thanks!
0 Kudos