Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 69d26bab209f29f7ae25706c5d78aae791d08210
      
https://github.com/WebKit/WebKit/commit/69d26bab209f29f7ae25706c5d78aae791d08210
  Author: Michael Catanzaro <[email protected]>
  Date:   2026-06-23 (Tue, 23 Jun 2026)

  Changed paths:
    M Source/WebCore/platform/network/curl/OpenSSLHelper.cpp
    M Source/cmake/WebKitCompilerFlags.cmake

  Log Message:
  -----------
  DEVELOPER_MODE_FATAL_WARNINGS is broken on EWS
https://bugs.webkit.org/show_bug.cgi?id=317606

Reviewed by Carlos Garcia Campos.

Testing for -Werror is extremely likely to fail because configure tests
often trigger warnings, and, well, this is -Werror, after all. This
particular flag just inherently requires special handling. Since we are
already manually testing the compiler in order to choose the correct
flag to use, just get rid of the test for -Werror.

Also, fix some warnings. Remove an unused OpenSSLHelper function, and
build with -fno-strict-aliasing for all ports because WTFString.h
contains type punning code that requires it.

Canonical link: https://commits.webkit.org/315672@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to