yamt commented on a change in pull request #1502: URL: https://github.com/apache/incubator-nuttx/pull/1502#discussion_r464758272
########## File path: net/tcp/tcp_timer.c ########## @@ -182,7 +182,7 @@ void tcp_timer(FAR struct net_driver_s *dev, FAR struct tcp_conn_s *conn, /* Notify upper layers about the timeout */ - result = tcp_callback(dev, conn, TCP_TIMEDOUT); + tcp_callback(dev, conn, TCP_TIMEDOUT); Review comment: see the commit message for the clang output. i read the code and i agreed with clang about this. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org