pok3r-custom / pok3rtool

Command line tool and library for keyboards using qmk-pok3r
BSD 3-Clause "New" or "Revised" License
41 stars 7 forks source link

Doesn't compile with gcc-4.8.5 #1

Closed jpeirce closed 6 years ago

jpeirce commented 6 years ago

Trying to compile this on GCC 4.8.5 and it fails during make: cc1plus: error: -Werror=delete-incomplete: no option -Wdelete-incomplete

Looks like this flag was added in GCC 4.9.

Forcing it to compile with 5.3.1 did work fine.

jpeirce commented 6 years ago

Thanks for fixing this! Can confirm it works now after your latest commit.

ChaoticEnigma commented 6 years ago

Oops, sorry I never said anything here. Thanks for pointing this out. I usually build with latest GCC, but 4.8 should be supported if the only incompatibility is warning options.