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

   > 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);
   > ```
   
   I am not sure why does this only fail in this PR :thinking: , but fixed the 
issue nontheless in 
https://github.com/apache/nifi-minifi-cpp/pull/1543/commits/423558ad876eea3c8fe0c77021ce62135a419e61


-- 
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-unsubscr...@nifi.apache.org

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

Reply via email to