Clean up warnings #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The project was created in a rush, but now all the warnings need cleaned up. These should never have been committed in the first place, but you need to start somewhere and not versioning the code is worse.
A lot of the warnings are from unused pieces of code within the bounded macros. That chunk of code has become too bloated anyways. This needs to be broken up into the different types: Bounded, Wrapped, and Clamped. It then needs to be placed in a library that can be used instead.