Lean icon indicating copy to clipboard operation
Lean copied to clipboard

Build Warnings Overload

Open C-SELLERS opened this issue 4 years ago • 4 comments

Expected Behavior

We ignore the warnings that are acceptable in our codebase to reduce build logs and improve visibility into new warnings and errors.

Actual Behavior

2000+ warnings in VS build

Potential Solution

Decide and then suppress acceptable warnings

Also maybe handle the warnings that are unacceptable.

Reproducing the Problem

Build Lean

Checklist

  • [x] I have completely filled out this template
  • [x] I have confirmed that this issue exists on the current master branch
  • [x] I have confirmed that this is not a duplicate issue by searching issues
  • [x] I have provided detailed steps to reproduce the issue

C-SELLERS avatar Jan 12 '21 21:01 C-SELLERS