]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r357226:
authorDimitry Andric <dim@FreeBSD.org>
Fri, 31 Jan 2020 20:04:32 +0000 (20:04 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Fri, 31 Jan 2020 20:04:32 +0000 (20:04 +0000)
commit1baa4e12ba8b54fd9bb51da669569b8c0be239b8
tree0b9764c2d4edb245b5551b9203a4135c08be414b
parentf84a192477adb5fcefec445bbffabfc5b5076541
MFC r357226:

Merge r357224 from the clang1000-import branch:

Fix the following -Werror warning from clang 10.0.0 in binutils:

contrib/binutils/bfd/peicode.h:1356:3: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]
                if (efi)
                ^
contrib/binutils/bfd/peicode.h:1353:8: note: previous statement is here
              if (pe_arch (bfd_target_efi_arch (*target_ptr)) != arch)
              ^
contrib/binutils/bfd/peicode.h:1370:3: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]
                if (!efi)
                ^
contrib/binutils/bfd/peicode.h:1367:8: note: previous statement is here
              if (pe_arch (bfd_target_pei_arch (*target_ptr)) != arch)
              ^
contrib/binutils/bfd/peicode.h