Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows SDKのヘッダで警告が出ている件に対応したい #1043

Closed
berryzplus opened this issue Sep 16, 2019 · 0 comments · Fixed by #1044
Closed

Windows SDKのヘッダで警告が出ている件に対応したい #1043

berryzplus opened this issue Sep 16, 2019 · 0 comments · Fixed by #1044

Comments

@berryzplus
Copy link
Contributor

問題内容

Windows SDKのヘッダで警告が出ています。

再現手順

https://ci.appveyor.com/project/sakuraeditor/sakura/builds/27430092/job/6cg69yvf93qr7jo5

c:\program files (x86)\windows kits\8.1\include\winrt\wrl\wrappers\corewrappers.h(1008): warning C5043: 'Microsoft::WRL::Wrappers::HString::MakeReference': exception specification does not match previous declaration (compiling source file ..\sakura_core\dlg\CDlgOpenFile_CommonItemDialog.cpp) [C:\projects\sakura\sakura\sakura.vcxproj]
  c:\program files (x86)\windows kits\8.1\include\winrt\wrl\wrappers\corewrappers.h(857): note: see declaration of 'Microsoft::WRL::Wrappers::HString::MakeReference' (compiling source file ..\sakura_core\dlg\CDlgOpenFile_CommonItemDialog.cpp)
c:\program files (x86)\windows kits\8.1\include\winrt\wrl\wrappers\corewrappers.h(1019): warning C5043: 'Microsoft::WRL::Wrappers::HString::MakeReference': exception specification does not match previous declaration (compiling source file ..\sakura_core\dlg\CDlgOpenFile_CommonItemDialog.cpp) [C:\projects\sakura\sakura\sakura.vcxproj]
  c:\program files (x86)\windows kits\8.1\include\winrt\wrl\wrappers\corewrappers.h(860): note: see declaration of 'Microsoft::WRL::Wrappers::HString::MakeReference' (compiling source file ..\sakura_core\dlg\CDlgOpenFile_CommonItemDialog.cpp)
  CDlgPrintSetting.cpp

https://dev.azure.com/sakuraeditor/sakura/_build/results?buildId=888&view=logs&jobId=8c78f715-3226-5fde-6022-85037b27e36c

"D:\a\1\s\sakura.sln" (Build target) (1) ->
"D:\a\1\s\sakura\sakura.vcxproj" (default target) (2) ->
(ClCompile target) -> 
  c:\program files (x86)\windows kits\8.1\include\winrt\wrl\wrappers\corewrappers.h(1008): warning C5043: 'Microsoft::WRL::Wrappers::HString::MakeReference': exception specification does not match previous declaration (compiling source file ..\sakura_core\dlg\CDlgOpenFile_CommonItemDialog.cpp) [D:\a\1\s\sakura\sakura.vcxproj]
  c:\program files (x86)\windows kits\8.1\include\winrt\wrl\wrappers\corewrappers.h(1019): warning C5043: 'Microsoft::WRL::Wrappers::HString::MakeReference': exception specification does not match previous declaration (compiling source file ..\sakura_core\dlg\CDlgOpenFile_CommonItemDialog.cpp) [D:\a\1\s\sakura\sakura.vcxproj]
  c:\program files (x86)\windows kits\8.1\include\winrt\wrl\wrappers\corewrappers.h(1008): warning C5043: 'Microsoft::WRL::Wrappers::HString::MakeReference': exception specification does not match previous declaration (compiling source file ..\sakura_core\doc\CEditDoc.cpp) [D:\a\1\s\sakura\sakura.vcxproj]
  c:\program files (x86)\windows kits\8.1\include\winrt\wrl\wrappers\corewrappers.h(1019): warning C5043: 'Microsoft::WRL::Wrappers::HString::MakeReference': exception specification does not match previous declaration (compiling source file ..\sakura_core\doc\CEditDoc.cpp) [D:\a\1\s\sakura\sakura.vcxproj]

再現頻度

100%

問題のカテゴリ

  • ビルドの問題
    • Azure Pipelines
    • Appveyor
    • ローカルビルド
  • その他の問題

環境情報

  • OS バージョン

関係なし

  • サクラエディタバージョン

関係なし

  • PC情報

関係なし

スクリーンショット

なし

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant