fgerlits commented on a change in pull request #892:
URL: https://github.com/apache/nifi-minifi-cpp/pull/892#discussion_r482892758
##########
File path: extensions/standard-processors/processors/TailFile.cpp
##########
@@ -364,7 +364,10 @@ void TailFile::onSchedule(const
std::shared_ptr<core::ProcessContext> &context,
context->getProperty(RecursiveLookup.getName(), recursive_lookup_);
- context->getProperty(LookupFrequency.getName(), lookup_frequency_);
+ int64_t lookup_frequency;
Review comment:
Done. We should probably add a CI job which uses clang/libc++ at some
point.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]