How to suppress assembler warnings?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to suppress assembler warnings?

跳至解决方案
1,379 次查看
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
标签 (1)
标记 (1)
0 项奖励
回复
1 解答
715 次查看
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 项奖励
回复
2 回复数
716 次查看
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 项奖励
回复
715 次查看
namfuak
Contributor III
Thanks!
0 项奖励
回复