configure: Disable warnings in configure tests
No need to log them. Change-Id: I3868166e5efc45538544fffd14d8c3cc0012ba12 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
parent
6522d4c487
commit
94c4827a9f
@ -926,6 +926,9 @@ defineTest(qtConfTest_compile) {
|
||||
use_gold_linker: \
|
||||
qmake_configs += "use_gold_linker"
|
||||
|
||||
# disable warnings from the builds, since they're just noise at this point.
|
||||
qmake_configs += "warn_off"
|
||||
|
||||
# add console to the CONFIG variable when running the tests, so that they
|
||||
# can work with a regular main() entry point on Windows.
|
||||
qmake_configs += "console"
|
||||
|
Loading…
Reference in New Issue
Block a user