]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Silence a compiler warning on printf in 32-bit builds
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 25 Aug 2022 15:52:46 +0000 (18:52 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 26 Aug 2022 14:27:45 +0000 (17:27 +0300)
commit44b26d82b06f60a1371aabdd73c802ecb4baed0b
tree6a2d1f34379b2bedb55496fb345629f9021cec84
parent4ae14deeefda0ed9da3121f3d4ad69e0558be1ff
nl80211: Silence a compiler warning on printf in 32-bit builds

u64 needs "long long unsigned int" on 32-bit, so print this using a
typecase value so that both 32 and 64-bit builds work fine.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/drivers/driver_nl80211_event.c