This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a commit to branch beke_2
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit a147ad7d0a39e569398e95a3f02800f5dae0bd29
Author: Martin Zink <[email protected]>
AuthorDate: Wed Jun 17 18:55:52 2026 +0200

    fix2
---
 extension-framework/cpp-extension-lib/src/core/logging/Logger.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension-framework/cpp-extension-lib/src/core/logging/Logger.cpp 
b/extension-framework/cpp-extension-lib/src/core/logging/Logger.cpp
index 439c31756..6b5e05423 100644
--- a/extension-framework/cpp-extension-lib/src/core/logging/Logger.cpp
+++ b/extension-framework/cpp-extension-lib/src/core/logging/Logger.cpp
@@ -49,7 +49,7 @@ minifi::core::logging::LOG_LEVEL toLogLevel(minifi_log_level 
level) {
 
 }  // namespace
 
-void CffiLogger::set_max_log_size(const int size) {
+void CffiLogger::set_max_log_size(const int) {
   throw std::runtime_error("Unimplemented C Api");
 }
 

Reply via email to