mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Use const-references in lots of places (preformance-unnecessary-value-param)
This commit is contained in:
parent
92afe64525
commit
5a237d3a3f
27 changed files with 89 additions and 89 deletions
|
@ -27,7 +27,7 @@ static void DbgAndWarn(const char* msg)
|
|||
}
|
||||
|
||||
static void WarnMissingScript(const char* type, const ID* id,
|
||||
string script)
|
||||
const string& script)
|
||||
{
|
||||
if ( script == "<command line>" )
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue