diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-08-10 11:58:41 +0200 |
---|---|---|
committer | Lee Jones <[email protected]> | 2023-08-22 08:07:51 +0100 |
commit | 4db65f45e0ac1d361f351dbeda4c5660f3a4ea38 (patch) | |
tree | 55cbd24d63abbcb888682d19940116ec4febcc1e /lib/test_fortify/write_overflow-memcpy.c | |
parent | 59cf381f1260ba1ae7d70f9e67c6530a5baf79b8 (diff) |
mfd: stmpe: Fix Wvoid-pointer-to-enum-cast warning
'partnum' is an enum, thus cast of pointer on 64-bit compile test with W=1
causes:
stmpe-i2c.c:90:13: error: cast to smaller integer type 'enum stmpe_partnum' from 'const void *' [-Werror,-Wvoid-pointer-to-enum-cast]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-memcpy.c')
0 files changed, 0 insertions, 0 deletions