rkimball commented on pull request #6456: URL: https://github.com/apache/incubator-tvm/pull/6456#issuecomment-692337935
-Wextra and disabling unused-parameter adds only a single deprected-copy warning that would be easy to fix. -Wpedantic and disabling extra-semi adds gnu-anonymous-struct and nested-anon-types. We could just enable individual warnings we are interested in. ---------------------------------------------------------------- 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: [email protected]
