rkimball opened a new pull request #6456: URL: https://github.com/apache/incubator-tvm/pull/6456
With an eye towards cleaning up Windows warnings we can start by enabling more clang warnings since clang gives more expressive messages. This PR enables -Weverything, which enables all available warning messages in clang and then whitelisting those warnings that are too pedantic. Some of the warnings should be addressed in the future but enabling them now would make the PR too large with fixes. We can deal with enabling more warnings one at a time in the future. ---------------------------------------------------------------- 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]
