0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++9,275 forks (9,275 forks)batch import
Area-CodeHealthHelp WantedIssue-TaskProduct-Meta
Repository metrics
- Stars
- 103,173 stars (103,173 stars)
- PR merge metrics
- Avg merge 27d 19h (Avg merge 27d 19h)24 merged PRs in 30d (24 merged PRs in 30d)
Description
It looks like there's some warnings that are turned off by default. We should enable these and fix any instances of the warnings triggering as necessary.
Contributor guide
- Research direction
- Enable the specific compiler warnings listed in the Microsoft documentation for warnings that are off by default. Build the project and identify any instances where these warnings are triggered. Then fix each warning by modifying the code to comply with the warning rules.
- Tech stack
- cpp
- Domain
- developer experience
- Issue type
- Bug
- Prerequisites
- C++