ricmoo / QRCode

QR code generation library in C, optimized for low-power devices, such as Arduino.
Other
638 stars 202 forks source link

Do not check for less than zero on unsigned int #33

Open arkq opened 2 years ago

arkq commented 2 years ago

This change eliminates type-limit GCC warning.