Remove .c_str() calls from parameters to log_warning()/log_warning_noprefix()
This commit is contained in:
@@ -242,7 +242,7 @@ struct SynthIntelPass : public ScriptPass {
|
||||
run("memory_bram -rules +/intel/common/brams_m9k.txt", "(if applicable for family)");
|
||||
run("techmap -map +/intel/common/brams_map_m9k.v", "(if applicable for family)");
|
||||
} else {
|
||||
log_warning("BRAM mapping is not currently supported for %s.\n", family_opt.c_str());
|
||||
log_warning("BRAM mapping is not currently supported for %s.\n", family_opt);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user