Fix build error
This commit is contained in:
@@ -28,7 +28,7 @@ void yyerror(const char *message)
|
||||
{
|
||||
throw std::runtime_error(
|
||||
std::string("deviceSpec parser error: ")
|
||||
+ std::string(message)) + yytext;
|
||||
+ std::string(message));
|
||||
}
|
||||
|
||||
%}
|
||||
|
||||
Reference in New Issue
Block a user