|
From: Jakub J. <no...@gi...> - 2025-12-04 10:45:27
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 767c340a489f17753bf137a12a9c579255c992ea https://github.com/OpenSC/OpenSC/commit/767c340a489f17753bf137a12a9c579255c992ea Author: Jakub Jelen <jj...@re...> Date: 2025-12-04 (Thu, 04 Dec 2025) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- pkcs11: Use implicit type conversion to avoid build failure Without this windows build fails silently like this: ``` framework-pkcs15.c Error: framework-pkcs15.c(4697): error C2220: the following warning is treated as an error Warning: framework-pkcs15.c(4697): warning C4319: '~': zero extending 'unsigned int' to 'size_t' of greater size ``` Signed-off-by: Jakub Jelen <jj...@re...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |