]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Merge branch 'master' of https://github.com/mystuffs/util-linux
authorKarel Zak <kzak@redhat.com>
Thu, 7 Dec 2023 10:30:26 +0000 (11:30 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 7 Dec 2023 10:30:26 +0000 (11:30 +0100)
* '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.


Trivial merge