11diff -ruN cobalt.orig/src/net/third_party/quic/core/frames/quic_frame.h cobalt/src/net/third_party/quic/core/frames/quic_frame.h
2- --- cobalt.orig/src/net/third_party/quic/core/frames/quic_frame.h 2020-04-14 16:47:47.990357428 +0530
3- +++ cobalt/src/net/third_party/quic/core/frames/quic_frame.h 2020-04-14 20:23:36.349154705 +0530
2+ --- cobalt.orig/src/net/third_party/quic/core/frames/quic_frame.h 2021-09-07 17:58:28.083287161 +0530
3+ +++ cobalt/src/net/third_party/quic/core/frames/quic_frame.h 2021-09-07 18:07:10.195682023 +0530
44@@ -111,7 +111,7 @@
55 static_assert(sizeof(QuicFrame) <= 24,
66 "Frames larger than 24 bytes should be referenced by pointer.");
@@ -11,8 +11,8 @@ diff -ruN cobalt.orig/src/net/third_party/quic/core/frames/quic_frame.h cobalt/s
1111 static_assert(offsetof(QuicStreamFrame, type) == offsetof(QuicFrame, type),
1212 "Offset of |type| must match in QuicFrame and QuicStreamFrame");
1313diff -ruN cobalt.orig/src/net/third_party/quic/core/frames/quic_inlined_frame.h cobalt/src/net/third_party/quic/core/frames/quic_inlined_frame.h
14- --- cobalt.orig/src/net/third_party/quic/core/frames/quic_inlined_frame.h 2020-04-14 16:47:47.990357428 +0530
15- +++ cobalt/src/net/third_party/quic/core/frames/quic_inlined_frame.h 2020-04-14 20:24:24.282159470 +0530
14+ --- cobalt.orig/src/net/third_party/quic/core/frames/quic_inlined_frame.h 2021-09-07 17:58:28.083287161 +0530
15+ +++ cobalt/src/net/third_party/quic/core/frames/quic_inlined_frame.h 2021-09-07 18:07:10.195682023 +0530
1616@@ -18,7 +18,7 @@
1717 struct QUIC_EXPORT_PRIVATE QuicInlinedFrame {
1818 QuicInlinedFrame(QuicFrameType type) : type(type) {
@@ -23,21 +23,23 @@ diff -ruN cobalt.orig/src/net/third_party/quic/core/frames/quic_inlined_frame.h
2323 // turn on this check on as many platforms as possible.
2424 static_assert(offsetof(DerivedT, type) == 0,
2525diff -ruN cobalt.orig/src/third_party/starboard/wpe/rpi/gyp_configuration.gypi cobalt/src/third_party/starboard/wpe/rpi/gyp_configuration.gypi
26- --- cobalt.orig/src/third_party/starboard/wpe/rpi/gyp_configuration.gypi 2020-04-14 16:48:10.675208200 +0530
27- +++ cobalt/src/third_party/starboard/wpe/rpi/gyp_configuration.gypi 2020-04-14 20:25:14.427143197 +0530
28- @@ -65 ,6 +65,9 @@
26+ --- cobalt.orig/src/third_party/starboard/wpe/rpi/gyp_configuration.gypi 2021-09-07 18:01:28.002849795 +0530
27+ +++ cobalt/src/third_party/starboard/wpe/rpi/gyp_configuration.gypi 2021-09-07 18:08:41.150350881 +0530
28+ @@ -66 ,6 +66,11 @@
2929 # matters: Wall implies Wunused-parameter and Wno-unused-parameter
3030 # has no effect if specified before Wall.
3131 '-Wno-unused-parameter',
3232+ '-Wno-expansion-to-defined',
3333+ '-Wimplicit-fallthrough=0',
3434+ '-Wno-ignored-qualifiers',
35+ + '-Wno-error=class-memaccess',
36+ + '-Wno-error=deprecated-copy',
3537
3638 # For some reason Thumb build is broken
3739 '-marm',
3840diff -ruN cobalt.orig/src/third_party/starboard/wpe/shared/player/player_internal.cc cobalt/src/third_party/starboard/wpe/shared/player/player_internal.cc
39- --- cobalt.orig/src/third_party/starboard/wpe/shared/player/player_internal.cc 2020-04-14 16:48:10.679208347 +0530
40- +++ cobalt/src/third_party/starboard/wpe/shared/player/player_internal.cc 2020-04-14 20:26:05.564081978 +0530
41+ --- cobalt.orig/src/third_party/starboard/wpe/shared/player/player_internal.cc 2021-09-07 17:58:38.438241572 +0530
42+ +++ cobalt/src/third_party/starboard/wpe/shared/player/player_internal.cc 2021-09-07 18:07:10.195682023 +0530
4143@@ -105,8 +105,7 @@
4244
4345 G_END_DECLS
0 commit comments