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
This commit is contained in:

کامیت شده توسط
Ravindra Konda

والد
f457d9ec0a
کامیت
18ae9ef72a
@@ -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))
|
||||
|
||||
|
مرجع در شماره جدید
Block a user