Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for disabling all compiler warnings
Unconditionally enabling -Werror is a heavy-handed approach and not ideal when shipping code to be used by many third parties. For the sake of minimizing how much I'm changing I'm still ensuring warnings are on by default but now those building RSL have the option to disable them entirely and thus also disable -Werror.
- Loading branch information