jiridanek commented on code in PR #397: URL: https://github.com/apache/qpid-proton/pull/397#discussion_r1171880301
########## c/src/ssl/openssl.c: ########## @@ -1034,7 +1037,7 @@ static ssize_t process_input_ssl( pn_transport_t *transport, unsigned int layer, transport->present_layers |= LAYER_SSL; } - ssl_log( transport, PN_LEVEL_TRACE, "process_input_ssl( data size=%d )",available ); + ssl_log( transport, PN_LEVEL_TRACE, "process_input_ssl( data size=%zu )",available ); Review Comment: this may rather need the portable format string macros, not sure if necessary -- 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: dev-unsubscr...@qpid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org