How to suppress assembler warnings?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to suppress assembler warnings?

ソリューションへジャンプ
1,309件の閲覧回数
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 解決策
645件の閲覧回数
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 返答(返信)
646件の閲覧回数
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 件の賞賛
返信
645件の閲覧回数
namfuak
Contributor III
Thanks!
0 件の賞賛
返信