You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "arpadboda (via GitHub)" <gi...@apache.org> on 2023/03/29 15:57:50 UTC

[GitHub] [nifi-minifi-cpp] arpadboda commented on pull request #1543: MINIFICPP-2074 Fix time-period/integer validated properties during lo…

arpadboda commented on PR #1543:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1543#issuecomment-1488886936

   There is a build error in one of the CI jobs:
   ```
   /home/runner/work/nifi-minifi-cpp/nifi-minifi-cpp/extensions/sftp/processors/SFTPProcessorBase.cpp:142:36: error: ‘port_tmp’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
     142 |       common_properties.proxy_port = static_cast<uint16_t>(port_tmp);
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org