[webkit-changes] [WebKit/WebKit] fed6dd: [Win] Fix -Wundef and -Wnonportable-include-path c...
Fujii Hironori
noreply at github.com
Mon Oct 2 14:27:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fed6dd1cc3869b517a33f1f8a22df6c30a0e0a2d
https://github.com/WebKit/WebKit/commit/fed6dd1cc3869b517a33f1f8a22df6c30a0e0a2d
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M Source/WTF/wtf/Brigand.h
M Source/WebCore/crypto/openssl/OpenSSLUtilities.h
M Source/WebCore/platform/network/curl/CookieJarDB.cpp
M Source/WebCore/platform/win/HWndDC.h
M Source/WebKit/UIProcess/Launcher/win/ProcessLauncherWin.cpp
M Source/cmake/WebKitCompilerFlags.cmake
M Tools/Scripts/webkitdirs.pm
M Tools/TestWebKitAPI/Tests/WebCore/CryptoDigest.cpp
Log Message:
-----------
[Win] Fix -Wundef and -Wnonportable-include-path compiler warnings
https://bugs.webkit.org/show_bug.cgi?id=262473
Reviewed by Ross Kirsling.
Fixed more clang-cl warnings.
> wtf/Brigand.h(41,7): warning: '__GNUC__' is not defined, evaluates to 0 [-Wundef]
> Source\WebCore\platform\network\curl\CookieJarDB.cpp(27,10): warning: non-portable path to file '"CookieJar.h"';
> specified path differs in case from file name on disk [-Wnonportable-include-path]
* Source/WTF/wtf/Brigand.h:
* Source/WebCore/crypto/openssl/OpenSSLUtilities.h:
* Source/WebCore/platform/network/curl/CookieJarDB.cpp:
* Source/WebCore/platform/win/HWndDC.h:
* Source/WebKit/UIProcess/Launcher/win/ProcessLauncherWin.cpp:
* Source/cmake/WebKitCompilerFlags.cmake:
* Tools/Scripts/webkitdirs.pm:
(shouldRemoveCMakeCache): Remove CMakeCache.txt if WebKitCompilerFlags.cmake is modified.
* Tools/TestWebKitAPI/Tests/WebCore/CryptoDigest.cpp:
Canonical link: https://commits.webkit.org/268748@main
More information about the webkit-changes
mailing list