aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2022-02-07 16:19:55 +0000
committerGiorgio Arena <giorgio.arena@arm.com>2022-02-08 14:52:12 +0000
commitd56d94dff3b6fb1cc1807df19a8ead08c7f0faae (patch)
tree85fa53560ec0ede971dc30d44273dd2c54f6e464 /SConstruct
parentb631b6dc12df0f4099f97a129ed5f3bb872d710c (diff)
downloadComputeLibrary-d56d94dff3b6fb1cc1807df19a8ead08c7f0faae.tar.gz
Fix build for gcc 9
Resolves COMPMID-5127 Signed-off-by: Giorgio Arena <giorgio.arena@arm.com> Change-Id: I2b1eefdf5d9a58a13295b27f2d66e461d9b9289c Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7086 Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com>
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index bae197c783..3266d34919 100644
--- a/SConstruct
+++ b/SConstruct
@@ -220,7 +220,7 @@ if 'clang++' in cpp_compiler:
elif 'armclang' in cpp_compiler:
pass
else:
- env.Append(CXXFLAGS = ['-Wlogical-op','-Wnoexcept','-Wstrict-null-sentinel'])
+ env.Append(CXXFLAGS = ['-Wlogical-op','-Wnoexcept','-Wstrict-null-sentinel', '-Wno-misleading-indentation'])
if cpp_compiler == 'g++':
# Don't strip comments that could include markers