Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: remove -Wdeprecated-register from NOWARN flags
The register keyword was deprecated in C++11, and removed in C++17. Now that we require C++17, we shouldn't have to supress warnings for a non-existant feature.
- Loading branch information