LonnyGomes / hexcurse

Hexcurse is a ncurses-based console hexeditor written in C
Other
181 stars 17 forks source link

fix compilation with GCC-7 #24

Closed felgru closed 7 years ago

felgru commented 7 years ago

The new GCC 7 introduces some new error diagnostics that cause build failures for hexcurse.

This pull request fixes the two places in the code that produced errors with GCC-7.

ghost commented 7 years ago

@felgru Thanks a ton for this contribution!