bneijt / ccbuild

C++ source scanning build utility
GNU General Public License v2.0
5 stars 3 forks source link

Generated flex code won't compile with -pedantic #26

Closed bneijt closed 11 years ago

bneijt commented 12 years ago

The current generated flex scanner will not compile with g++-4.7 and the pedantic option:

yylex.cc:1590:28: error: declaration of ‘int isatty(int)’ has a different exception specifier

Probably have to port the lexer to alternatives, like http://www.flexcpp.org/

bneijt commented 11 years ago

Won't fix.