RaymiiOrg / cpp-qr-to-png

A bridge between two great libraries, QR-Code-Generator and Tiny-PNG-Out.
https://raymii.org/s/software/Cpp_generate_qr_code_and_write_it_to_png_scaled.html
30 stars 10 forks source link

Error on TinyPngOut.cpp #1

Open enriquemaestro opened 1 year ago

enriquemaestro commented 1 year ago

Hi, im getting on the line 187 from TinyPngOut.cpp ( crc = (crc >> 1) ^ ((-bit) & UINT32_C(0xEDB88320)); ) the error: C4146 unary minus operator applied to unsigned type, result still unsigned generateQRCPlus How can i solve it?? Thanks in advance.

Dhvls commented 1 year ago

+1