mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
compiler.pri: on Windows, treat MSVC linker warnings as errors.
This commit is contained in:
parent
729b376fda
commit
34cbd3cb36
@ -66,6 +66,7 @@ win32 {
|
||||
!CONFIG(no-warnings-as-errors) {
|
||||
QMAKE_CFLAGS *= -WX
|
||||
QMAKE_CXXFLAGS *= -WX
|
||||
QMAKE_LFLAGS *= -WX
|
||||
}
|
||||
|
||||
# Increase the verbosity of the linker.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user