cpp_re.cpp, scanner.hpp
8 Oct
2005
8 Oct
'05
7:23 a.m.
I'm getting compiler warnings in cpp_re.cpp because the prototype for ReportErrorProc has char* as the second parameter and in cpp_re.cpp a string literal is being passed to it. I hate to turn off compiler warnings for such things because they often represent bugs. boost/wave/cpplexer/re2clex
8 Oct
8 Oct
12:55 p.m.
Reed Kotler wrote:
I'm getting compiler warnings in cpp_re.cpp because the prototype for ReportErrorProc has char* as the second parameter and in cpp_re.cpp a string literal is being passed to it.
I hate to turn off compiler warnings for such things because they often represent bugs.
boost/wave/cpplexer/re2clex
That's fixed now. Thanks for reporting. Regards Hartmut
7566
Age (days ago)
7566
Last active (days ago)
5 comments
6 participants
participants (6)
-
Hartmut Kaiser -
Reed Kotler