hunyadi-dev commented on a change in pull request #1020:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1020#discussion_r585327033
##########
File path: extensions/coap/tests/CoapIntegrationBase.h
##########
@@ -45,6 +45,7 @@ class CoapIntegrationBase : public IntegrationBase {
}
void run(const utils::optional<std::string>& test_file_location = {}, const
utils::optional<std::string>& bootstrap_file = {}) override {
+ (void)bootstrap_file; // against unused variable warnings
Review comment:
Why don't you leavev the argument unnamed instead?
----------------------------------------------------------------
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]