nfc-tools / libnfc

Platform independent Near Field Communication (NFC) library
http://nfc-tools.org
GNU Lesser General Public License v3.0
1.64k stars 436 forks source link

Fixed pointer type incompatibility warnings. #716

Closed ikspress closed 3 months ago

ikspress commented 4 months ago

https://github.com/nfc-tools/libnfc/pull/715 It is unnecessary to check the return value of getenv_s(&sz, NULL, 0, name). I also revised the comments to explain the differ from the POSIX standards.