Disable pushing exceptions to ports from ISource.

This commit is contained in:
Nikolai Kochetov 2019-04-30 12:45:13 +03:00
parent 0faab7ff12
commit e20f6a96af

View File

@ -12,7 +12,7 @@ protected:
OutputPort & output;
bool has_input = false;
bool finished = false;
[[maybe_unused]] bool got_exception = false;
bool got_exception = false;
Port::Data current_chunk;
virtual Chunk generate() = 0;