From: Karel Zak Date: Thu, 7 Dec 2023 10:30:26 +0000 (+0100) Subject: Merge branch 'master' of https://github.com/mystuffs/util-linux X-Git-Tag: v2.40-rc1~125 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7c416994a7953e1c11d200e6bd51abfa745e448;p=thirdparty%2Futil-linux.git Merge branch 'master' of https://github.com/mystuffs/util-linux * 'master' of https://github.com/mystuffs/util-linux: lscpu-cputype.c: assign value to multiple variables (ar->bit32 and ar->bit64) clang with -Wcomma will emit an warning of "misuse of comma operator". Since the value that will be assigned, is the same for both (bit32 and bit64), just assigning directly to both variables seems reasonable. --- a7c416994a7953e1c11d200e6bd51abfa745e448