Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add -Wno-error to resource build
Problem: clang-3.8 doesn't grok -Wno-maybe-uninitialized, and gcc-5.4.0 doesn't grok -Wno-error=unknown-warning-option. For now, add -Wno-error in the resource directory and drop -Wno-maybe-uninitialized so we can get this built on travis.
- Loading branch information