You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/05/05 20:36:37 UTC

[GitHub] [trafficserver] randall commented on pull request #7788: Cleans up uninitialized warning in LogMessage.cc

randall commented on pull request #7788:
URL: https://github.com/apache/trafficserver/pull/7788#issuecomment-832990063


   Warning:
   ```
    log_function(message.c_str(), empty_args);
                                     ^~~~~~~~~~
   LogMessage.cc:74:23: note: initialize the variable 'empty_args' to silence this warning
       va_list empty_args;
                         ^
                          = nullptr
   ```


-- 
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:
users@infra.apache.org