summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-02-29 14:11:27 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-02-29 14:11:27 +0000
commitb95cee35d395c05584ae951a7cd11369ab03c94e (patch)
tree013c775d744db6a09e9c9c7d753484254d13236f /UPDATING
parent9fdab7a316fa842c30d02f9f3a709776ff41025f (diff)
downloadsrc-test2-b95cee35d395c05584ae951a7cd11369ab03c94e.tar.gz
src-test2-b95cee35d395c05584ae951a7cd11369ab03c94e.zip
Fix the following -Werror warning from clang 10.0.0:
sys/arm64/arm64/identcpu.c:1170:5: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation] break; ^ sys/arm64/arm64/identcpu.c:1168:4: note: previous statement is here if (fv[j].desc[0] != '\0') ^ The break should be after the if statement, indented one level less. MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D23871
Notes
Notes: svn path=/head/; revision=358465
Diffstat (limited to 'UPDATING')
0 files changed, 0 insertions, 0 deletions