Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since some features are deprecated (and more possibly will be eventually), keep errors on warnings (-Werror) but also add an exception to just warn on deprecation (-Wno-error=deprecated) rather than fail. This keeps deprecation warnings visible and also causes more serious warnings (like uninitialized variables/pointers) to error. This addresses issue DDMAL#110.
- Loading branch information