Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4931ee88ee1deeb42694481bf24bc3004df937c4
      
https://github.com/WebKit/WebKit/commit/4931ee88ee1deeb42694481bf24bc3004df937c4
  Author: Rupin Mittal <[email protected]>
  Date:   2025-07-16 (Wed, 16 Jul 2025)

  Changed paths:
    M Source/WTF/wtf/Compiler.h

  Log Message:
  -----------
  Add SUPPRESS macros for unchecked static analysis warnings
https://bugs.webkit.org/show_bug.cgi?id=296087
rdar://156001168

Reviewed by Ryosuke Niwa.

Sometimes the static analyzer warns us about unchecked
variables. Somtimes those warnings are false positives
and we want to be able to silence them until they're fixed.
This adds the same macros for unchecked warnings that
we use for uncounted warnings.

* Source/WTF/wtf/Compiler.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to