Title: [290551] trunk/Source/_javascript_Core
Revision
290551
Author
basuke.suz...@sony.com
Date
2022-02-26 14:12:25 -0800 (Sat, 26 Feb 2022)

Log Message

Remove UNUSED warnings for non-Cocoa platform after r290449
https://bugs.webkit.org/show_bug.cgi?id=237233

Reviewed by Darin Adler.

* runtime/JSDateMath.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (290550 => 290551)


--- trunk/Source/_javascript_Core/ChangeLog	2022-02-26 21:04:49 UTC (rev 290550)
+++ trunk/Source/_javascript_Core/ChangeLog	2022-02-26 22:12:25 UTC (rev 290551)
@@ -1,3 +1,12 @@
+2022-02-26  Basuke Suzuki  <basuke.suz...@sony.com>
+
+        Remove UNUSED warnings for non-Cocoa platform after r290449
+        https://bugs.webkit.org/show_bug.cgi?id=237233
+
+        Reviewed by Darin Adler.
+
+        * runtime/JSDateMath.cpp:
+
 2022-02-24  Mark Lam  <mark....@apple.com>
 
         Remove incorrect ASSERT.

Modified: trunk/Source/_javascript_Core/runtime/JSDateMath.cpp (290550 => 290551)


--- trunk/Source/_javascript_Core/runtime/JSDateMath.cpp	2022-02-26 21:04:49 UTC (rev 290550)
+++ trunk/Source/_javascript_Core/runtime/JSDateMath.cpp	2022-02-26 22:12:25 UTC (rev 290551)
@@ -97,7 +97,9 @@
 
 namespace JSC {
 
+#if PLATFORM(COCOA)
 static std::atomic<uint64_t> lastTimeZoneID { 1 };
+#endif
 
 #if HAVE(ICU_C_TIMEZONE_API)
 class OpaqueICUTimeZone {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to