* updated libkomparediff2 (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / base / util-linux / hotfix-blkzone.patch.avr32
blob466f41201cbaf5c1dae3ee1a22ef9978689f84ab
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/util-linux/hotfix-blkzone.patch.avr32
3 # Copyright (C) 2021 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- util-linux-2.36.2/sys-utils/blkzone.c.vanilla       2021-10-07 00:30:23.712134047 +0200
15 +++ util-linux-2.36.2/sys-utils/blkzone.c       2021-10-07 00:30:36.342133543 +0200
16 @@ -260,10 +260,10 @@
17   * blk_zone_report hasn't been packed since https://github.com/torvalds/linux/commit/b3e7e7d2d668de0102264302a4d10dd9d4438a42
18   * was merged. See https://github.com/karelzak/util-linux/issues/1083
19   */
20 -#pragma GCC diagnostic push
21 -#pragma GCC diagnostic ignored "-Waddress-of-packed-member"
22 +//#pragma GCC diagnostic push
23 +//#pragma GCC diagnostic ignored "-Waddress-of-packed-member"
24                         const struct blk_zone *entry = &zi->zones[i];
25 -#pragma GCC diagnostic pop
26 +//#pragma GCC diagnostic pop
27                         unsigned int type = entry->type;
28                         uint64_t start = entry->start;
29                         uint64_t wp = entry->wp;