fix(clang-tidy): for clang, function cannot return bool if it takes no arguments ????
This commit is contained in:
parent
fd59d63c47
commit
fcfc7fedc9
4 changed files with 4 additions and 4 deletions
|
|
@ -91,7 +91,7 @@ static bool init_firsts_map(void)
|
|||
|
||||
// === Functions
|
||||
|
||||
bool grammar_init(void)
|
||||
int grammar_init(void)
|
||||
{
|
||||
// Initialize the firsts map
|
||||
bool success = init_firsts_map();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue