szaszm commented on PR #1623:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1623#issuecomment-1669498554

   After trying to merge this, I'm still getting the error:
   ```
   
/home/szaszm/nifi-minifi-cpp-3/build-gcc-make/_deps/websockets-src/lib/tls/openssl/openssl-server.c:713:1:
 error: conflicting types for ‘lws_tls_server_abort_connection’ due to 
enum/integer mismatch; have ‘int(struct lws *)’ [-Werror=enum-int-mismatch]
     713 | lws_tls_server_abort_connection(struct lws *wsi)
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   In file included from 
/home/szaszm/nifi-minifi-cpp-3/build-gcc-make/_deps/websockets-src/lib/tls/./private-lib-tls.h:143,
                    from 
/home/szaszm/nifi-minifi-cpp-3/build-gcc-make/_deps/websockets-src/lib/core/./private-lib-core.h:265,
                    from 
/home/szaszm/nifi-minifi-cpp-3/build-gcc-make/_deps/websockets-src/lib/tls/openssl/openssl-server.c:25:
   
/home/szaszm/nifi-minifi-cpp-3/build-gcc-make/_deps/websockets-src/lib/tls/./private-network.h:171:1:
 note: previous declaration of ‘lws_tls_server_abort_connection’ with type 
‘enum lws_ssl_capable_status(struct lws *)’
     171 | lws_tls_server_abort_connection(struct lws *wsi);
         | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   cc1: all warnings being treated as errors
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to