]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - contrib/sqlite3/tea/configure
Merge r357225 from the clang1000-import branch:
authorDimitry Andric <dim@FreeBSD.org>
Tue, 28 Jan 2020 20:12:29 +0000 (20:12 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Tue, 28 Jan 2020 20:12:29 +0000 (20:12 +0000)
commit3185731ec5e20d56c1ff5c4491047bcb8d000edb
tree1e94c5126a5922b7731113ae20c3716d8ee72144
parent8841e3fb92721487ff8ab542333d5577a9844b84
parente54f2950a653595a2496c326f7dfe2e51972228d
Merge r357225 from the clang1000-import branch:

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

sbin/newfs_msdos/newfs_msdos.c:181:2: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]
        if (o.align) {
        ^
sbin/newfs_msdos/newfs_msdos.c:179:5: note: previous statement is here
    if (argc < 1 || argc > 2)
    ^

MFC after: 3 days