开发者

How to suppress DISPPARAMS warnings in msbuild?

I hav开发者_StackOverflowe bunch of COM dependencies and my build script emits tons of following warnings:

c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning : The type library importer could not convert the signature for the member 'DISPPARAMS.rgvarg'. c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning : The type library importer could not convert the signature for the member 'DISPPARAMS.rgdispidNamedArgs'.

This is really annoying. How may I suppress them?


You can use the pragma keyword to disable specific warnings.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜