You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/06/26 03:52:57 UTC

[GitHub] [incubator-kvrocks] zz-jason commented on pull request #673: use unique_ptr in src/server.h

zz-jason commented on PR #673:
URL: https://github.com/apache/incubator-kvrocks/pull/673#issuecomment-1166411668

   I find the help message of `cppcheck` is:
   
   ```
   --suppress=<spec>    Suppress warnings that match <spec>. The format of
                        <spec> is:
                        [error id]:[filename]:[line]
                        The [filename] and [line] are optional. If [error id]
                        is a wildcard '*', all error ids match.
   ```
   
   Does `--suppress=noCopyConstructor:src/server.cc` mean to ignore the `noCopyConstructor` warning for `src/server.cc`?


-- 
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-unsubscribe@kvrocks.apache.org

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