Commit 0de36331 authored by David Goodman's avatar David Goodman

Removed -Werror for Mac since QT wont build otherwise.

parent 2d850e6f
......@@ -146,8 +146,9 @@ WindowsBuild {
# Note: -Werror is currently not turned on for Linux due to unfixed problems with release builds. See Issue 535. This will
# be removed once the Issue is taken care of.
# Note: -Werror is also not turned on for Mac because Qt Core throws unused variable warnings for Mac from multiple header files.
LinuxBuild {
MacBuild | LinuxBuild {
CONFIG += WarningsAsErrorsOff
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment