mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
fix for -O report-C++
This commit is contained in:
parent
857df9f063
commit
e6fe20f140
1 changed files with 1 additions and 0 deletions
|
@ -600,6 +600,7 @@ void analyze_scripts(bool no_unused_warnings) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( analysis_options.report_CPP ) {
|
if ( analysis_options.report_CPP ) {
|
||||||
|
auto pfs = std::make_unique<ProfileFuncs>(funcs, is_CPP_compilable, true, false);
|
||||||
report_CPP();
|
report_CPP();
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue