]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r357223:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 4 Feb 2020 19:19:48 +0000 (19:19 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 4 Feb 2020 19:19:48 +0000 (19:19 +0000)
commit7f13d0b0eda86f150331e0411fa146896b26f247
treefc1cc4c907607546f36d07b070b3424c53ca67f3
parent030fabefe874ed2f83306b3308f2417e58071f44
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;
                 ~                                     ^

git-svn-id: svn://svn.freebsd.org/base/stable/10@357517 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
libexec/rbootd/rmpproto.c