hunyadi-dev commented on a change in pull request #895:
URL: https://github.com/apache/nifi-minifi-cpp/pull/895#discussion_r553901250
##########
File path: extensions/civetweb/processors/ListenHTTP.cpp
##########
@@ -211,7 +211,7 @@ void ListenHTTP::onSchedule(core::ProcessContext *context,
core::ProcessSessionF
ListenHTTP::~ListenHTTP() = default;
-void ListenHTTP::onTrigger(core::ProcessContext *context, core::ProcessSession
*session) {
+void ListenHTTP::onTrigger(core::ProcessContext* /*context*/,
core::ProcessSession *session) {
Review comment:
I don't have a quick-fix for that. People probably need to edit those
cases one-by-one when they encounter them.
----------------------------------------------------------------
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]