aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2022-02-07 16:19:55 +0000
committerAdnan AlSinan <adnan.alsinan@arm.com>2022-02-08 14:54:19 +0000
commit83e5158a6480e921a4b5547ac1809b314f90cd24 (patch)
tree85fa53560ec0ede971dc30d44273dd2c54f6e464 /SConstruct
parentf38bace2b5ae80f682f6be27c8046eecd8303797 (diff)
downloadComputeLibrary-83e5158a6480e921a4b5547ac1809b314f90cd24.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