DevKitty-io / USB-Nugget

Run DuckyScript payloads on a USB Nugget!
https://usbnugget.com
MIT License
149 stars 16 forks source link

Resolve all warnings we get when compiling #63

Closed brandonpaiz closed 1 year ago

brandonpaiz commented 1 year ago

This makes it hard to see actual complication errors. For each type of warning, we should either

  1. Change build config so these warnings are silenced
  2. Actually fix the warnings, then change the build config so that these warnings are marked as errors, meaning the code can't be merged in the first place

Each type of warning should be ignored or converted to an error on a case-by-case basis

brandonpaiz commented 1 year ago

Haven't seen warnings while building recently, maybe these were taken care by another change. Closing for now