silentbicycle / greatest

A C testing library in 1 file. No dependencies, no dynamic allocation. ISC licensed.
ISC License
1.48k stars 108 forks source link

Wconversion_compatibility #77

Closed HawkSK closed 6 years ago

HawkSK commented 6 years ago

When using -Wconversion flag this error shows up: error: conversion to 'unsigned char' from 'unsigned int' may alter its value [-Wconversion]

The proposed small change silences this error, thus providing compatibility with this flag.

silentbicycle commented 6 years ago

Excellent, thanks!