Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't default to treating compiler warnings as errors.
Compilers evolve and future versions may throw warnings that don't show up today. Treating all warnings as errors is helpful at development stage, but best removed in released code to avoid the potential of such future warnings breaking the build. So remove the -Werror flag. Signed-off-by: Fiona Trahe <[email protected]>
- Loading branch information