]> git.ipfire.org Git - thirdparty/util-linux.git/commit
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)
commita7c416994a7953e1c11d200e6bd51abfa745e448
tree2c731f6934d0baf1e5a8a8ff207b9b3bf09697d2
parentfca0088812e9389f091f6851ac39524bbf58dedc
parentdfabda8bbcf1a7d7b5b435eaef470cc07f99bfe7
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.