Kaydet (Commit) 638d9027 authored tarafından Mike Kaganski's avatar Mike Kaganski

salhelper: MSVC: pragma warning: make more specific, remove obsolete

Change-Id: I05f1706931612d4d8804cecd860b7195861b1149
Reviewed-on: https://gerrit.libreoffice.org/49043Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst 17b22047
......@@ -121,9 +121,8 @@ void Test::testCondition() {
}
#ifdef _MSC_VER
// MSVC 2012 warns about the "p" being unused
#pragma warning (push, 1)
#pragma warning (disable: 4189)
#pragma warning (push)
#pragma warning (disable: 4189) // 'p': local variable is initialized but not referenced
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment