HomeFreeBSD

MFC r357223:

Description

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;
         ~                                     ^

Details

Provenance
dimAuthored on
Parents
rS357516: MFC r351382 (by delphij):
Branches
Unknown
Tags
Unknown