We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7513e1 commit 5a7b210Copy full SHA for 5a7b210
package/cobalt/0004-changes-for-brcm.patch
@@ -0,0 +1,13 @@
1
+diff -ruN cobalt.orig/src/third_party/starboard/wpe/brcm/arm/gyp_configuration.gypi cobalt/src/third_party/starboard/wpe/brcm/arm/gyp_configuration.gypi
2
+--- cobalt.orig/src/third_party/starboard/wpe/brcm/arm/gyp_configuration.gypi 2021-05-27 17:36:48.000000000 +0530
3
++++ cobalt/src/third_party/starboard/wpe/brcm/arm/gyp_configuration.gypi 2021-07-28 00:24:54.604927098 +0530
4
+@@ -65,6 +65,9 @@
5
+ # matters: Wall implies Wunused-parameter and Wno-unused-parameter
6
+ # has no effect if specified before Wall.
7
+ '-Wno-unused-parameter',
8
++ '-Wno-expansion-to-defined',
9
++ '-Wimplicit-fallthrough=0',
10
++ '-Wno-ignored-qualifiers',
11
+
12
+ # For some reason Thumb build is broken
13
+ '-marm',
0 commit comments