besser82 / libxcrypt

Extended crypt library for descrypt, md5crypt, bcrypt, and others
GNU Lesser General Public License v2.1
189 stars 52 forks source link

Fix warning about truncating conversion #160

Closed moinakb001 closed 1 year ago

moinakb001 commented 1 year ago

Unnecessary warning when compiling with AVX support leads to build failures with Werror. Simple cleanup.

besser82 commented 1 year ago

LGTM! Thank you!