mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-29 20:59:03 +00:00
Remove .c_str() calls from parameters to log_warning()/log_warning_noprefix()
This commit is contained in:
parent
d1fd6de6da
commit
a7c46f7b4a
25 changed files with 54 additions and 54 deletions
|
@ -1097,7 +1097,7 @@ Library MemLibrary::parse_library(const std::vector<std::string> &filenames, con
|
|||
Parser(file, res, defines, defines_unused);
|
||||
}
|
||||
for (auto def: defines_unused) {
|
||||
log_warning("define %s not used in the library.\n", def.c_str());
|
||||
log_warning("define %s not used in the library.\n", def);
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue