Преглед на файлове

qcacld-3.0: Add -Wno-array-bounds compilation flag to bazel file

In correspondence to change in kernel, add -Wno-array-bounds compilation
flag to bazel file in order to fix compilation on sun target.

Change-Id: I7d019a23818ffed43874c1fb4a37c85edf702e86
CRs-Fixed: 3655099
Alan Z. Chen преди 1 година
родител
ревизия
18ae9ef72a
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      wlan_qcacld3_modules.bzl

+ 1 - 0
wlan_qcacld3_modules.bzl

@@ -2180,6 +2180,7 @@ def _define_module_for_target_variant_chipset(target, variant, chipset):
     )
 
     copts.append("-Wno-format")
+    copts.append("-Wno-array-bounds")
     copts.append("-include")
     copts.append("$(location :{}_grep_defines)".format(tvc))