mkpro118 / Regex-Engine

Regex Engine in C
MIT License
0 stars 0 forks source link

Comparing values of different signedness in lexer.h #44

Closed mkpro118 closed 2 months ago

mkpro118 commented 2 months ago

On compilation with option -Wextra, the comparison between the lexer's position and length is comparing values of incompatible signedness.