PATCH - flag to disable -Werror
Bug #1095836 reported by
Mattsch
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
evemu |
Triaged
|
Low
|
Stephen M. Webb |
Bug Description
It's best practice to not enable -Werror:
https:/
https:/
http://
But if you have to have it enabled for some reason, I have attached a patch that leaves it on by default and provides a flag so at least it can be disabled with the --disable-werror flag.
Changed in evemu: | |
status: | New → Triaged |
importance: | Undecided → Low |
assignee: | nobody → Stephen M. Webb (bregma) |
To post a comment you must log in.
This patch replaces the previous patch with the proper way to enable/disable werror.