【发布时间】:2015-10-28 20:36:49
【问题描述】:
我最近启用了在我的 VSO 构建上运行的 gulp,但我看到它在构建时输出了一堆警告,例如
'noexcept' used with no exception handling mode specified; termination on exception is not guaranteed. Specify /EHsc [xxxxx.WebClient\node_modules\karma\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\utf-8-validate\build\validation.vcxproj]
'noexcept' used with no exception handling mode specified; termination on exception is not guaranteed. Specify /EHsc [xxxxx.WebClient\node_modules\karma\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\bufferutil\build\bufferutil.vcxproj]
如何解决这些警告,或者至少禁用它们。
【问题讨论】:
-
您使用的是 vNext 构建还是 XAML 构建?
标签: tfs msbuild gulp azure-devops