From: nikomauno <no...@gi...> - 2024-09-30 12:50:29
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 4ad2d25fb4afea34e85a260383155e6413ce54a8 https://github.com/OpenSC/libp11/commit/4ad2d25fb4afea34e85a260383155e6413ce54a8 Author: Niko Mauno <nik...@va...> Date: 2024-09-30 (Mon, 30 Sep 2024) Changed paths: M src/eng_back.c Log Message: ----------- eng_back: Fix compiler warning for 32-bit Amend printf formatter to avoid following compiler warning when building for 32-bit: .../src/eng_back.c:550:85: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] Signed-off-by: Niko Mauno <nik...@va...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |