summaryrefslogtreecommitdiff
path: root/idmapwb.c
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2022-02-16 14:18:16 +0200
committerPavel Shilovsky <pshilovsky@samba.org>2022-04-29 15:07:49 -0700
commitdc6035345515acb39bf5f9bc2e5104ad0e10cc2c (patch)
tree59b214772327f755eb31eb92ad83c2e0b69db674 /idmapwb.c
parentc4c94ada3fecc28b53b84d51157bc37fb00236da (diff)
downloadcifs-utils-dc6035345515acb39bf5f9bc2e5104ad0e10cc2c.tar.gz
cifs-utils-dc6035345515acb39bf5f9bc2e5104ad0e10cc2c.tar.bz2
cifs-utils-dc6035345515acb39bf5f9bc2e5104ad0e10cc2c.zip
fix warnings for -Waddress-of-packed-member
When structure members are packed, GCC will issue a warning that taking an address of the packed structure member might cause an unaligned access. In all cases where this happen we simply can use a local variable instead and then assign the result in a proper way. Signed-off-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'idmapwb.c')
0 files changed, 0 insertions, 0 deletions