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
The following commit(s) were added to refs/heads/beke_2 by this push:
new c910753da fix2
c910753da is described below
commit c910753da33ae97c1d296141d24f97b94ad09979
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");
}