Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0ce633e16f7853a9fe37dd05ccfd33c4a0ddccf5
https://github.com/WebKit/WebKit/commit/0ce633e16f7853a9fe37dd05ccfd33c4a0ddccf5
Author: Michael Catanzaro <[email protected]>
Date: 2022-11-14 (Mon, 14 Nov 2022)
Changed paths:
M Source/cmake/WebKitCompilerFlags.cmake
Log Message:
-----------
[CMake] No need to build with -Wwrite-strings
https://bugs.webkit.org/show_bug.cgi?id=247890
Reviewed by Don Olmstead.
This warning is already enabled by default for C++ code, so it only
matters for C code. But we have so little C code that the benefit of
applying custom warnings to every file in the entire project just for C
is questionable. Let's favor having a shorter list of extra warnings
instead.
* Source/cmake/WebKitCompilerFlags.cmake:
Canonical link: https://commits.webkit.org/256674@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes