Title: [284192] trunk/Source/ThirdParty/libwebrtc
Revision
284192
Author
[email protected]
Date
2021-10-14 13:20:52 -0700 (Thu, 14 Oct 2021)

Log Message

Unreviewed, fix up r284190 build fix.

* Source/third_party/libwebm/webm_parser/src/master_parser.h:

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (284191 => 284192)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2021-10-14 20:02:17 UTC (rev 284191)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2021-10-14 20:20:52 UTC (rev 284192)
@@ -1,5 +1,11 @@
 2021-10-14  Chris Dumez  <[email protected]>
 
+        Unreviewed, fix up r284190 build fix.
+
+        * Source/third_party/libwebm/webm_parser/src/master_parser.h:
+
+2021-10-14  Chris Dumez  <[email protected]>
+
         Unreviewed build fix with latest SDKs.
 
         * Source/third_party/libwebm/webm_parser/src/master_parser.h:

Modified: trunk/Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_parser/src/master_parser.h (284191 => 284192)


--- trunk/Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_parser/src/master_parser.h	2021-10-14 20:02:17 UTC (rev 284191)
+++ trunk/Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_parser/src/master_parser.h	2021-10-14 20:20:52 UTC (rev 284192)
@@ -149,7 +149,7 @@
 
   using StdHashId = std::hash<std::underlying_type<Id>::type>;
 
-#if defined(WEBRTC_WEBKIT_BUILD) && defined(__clang__)
+#if defined(__clang__)
 #pragma clang diagnostic push
 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
 #endif
@@ -166,7 +166,7 @@
     }
   };
 
-#if defined(WEBRTC_WEBKIT_BUILD) && defined(__clang__)
+#if defined(__clang__)
 #pragma clang diagnostic pop
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to