Title: [293991] trunk/Source/ThirdParty/libwebrtc
Revision
293991
Author
timothy_hor...@apple.com
Date
2022-05-09 16:02:39 -0700 (Mon, 09 May 2022)

Log Message

Unreviewed build fix; disable -Wimplicit-fallthrough in libwebrtc

* Configurations/Base.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (293990 => 293991)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2022-05-09 21:17:57 UTC (rev 293990)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2022-05-09 23:02:39 UTC (rev 293991)
@@ -1,3 +1,9 @@
+2022-05-09  Tim Horton  <timothy_hor...@apple.com>
+
+        Unreviewed build fix; disable -Wimplicit-fallthrough in libwebrtc
+
+        * Configurations/Base.xcconfig:
+
 2022-05-06  Youenn Fablet  <you...@apple.com>
 
         Remove usage of PixelBufferConformer in RealtimeOutgoingVideoSourceCocoa

Modified: trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig (293990 => 293991)


--- trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig	2022-05-09 21:17:57 UTC (rev 293990)
+++ trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig	2022-05-09 23:02:39 UTC (rev 293991)
@@ -44,6 +44,7 @@
 CLANG_WARN_CONSTANT_CONVERSION = YES;
 CLANG_WARN_EMPTY_BODY = YES;
 CLANG_WARN_ENUM_CONVERSION = YES;
+CLANG_WARN_IMPLICIT_FALLTHROUGH = NO;
 CLANG_WARN_INFINITE_RECURSION = YES;
 CLANG_WARN_INT_CONVERSION = YES;
 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to