mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
-O gen-C++ fix for run-time warnings for "when" lambdas
This commit is contained in:
parent
d1c31927c4
commit
5c38f7637d
3 changed files with 7 additions and 1 deletions
|
@ -624,6 +624,7 @@ private:
|
|||
FunctionFlavor flavor;
|
||||
RecordTypePtr params;
|
||||
TypePtr yield;
|
||||
bool expressionless_return_okay;
|
||||
};
|
||||
|
||||
class RecordTypeInfo : public AbstractTypeInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue