]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r357223:
authorDimitry Andric <dim@FreeBSD.org>
Tue, 4 Feb 2020 19:19:48 +0000 (19:19 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Tue, 4 Feb 2020 19:19:48 +0000 (19:19 +0000)
commit194850fc336144b017f8fd6e26c589eda223d064
tree5bc286dd3b1955abff0998d9bfb47494aefdf1ae
parenta75b3b4cb5702db5635105fcd598c64da9d102b6
MFC r357223:

Merge r357222 from the clang1000-import branch:

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

libexec/rbootd/rmpproto.c:335:49: error: multiple unsequenced modifications to 'filename' [-Werror,-Wunsequenced]
        filename = (filename = strrchr(filepath,'/'))? ++filename: filepath;
                 ~                                     ^
libexec/rbootd/rmpproto.c