Valgrind: Disable warnings

Change-Id: I76c2833828b52b24886e148ff37a07ef87a38336
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Marco Bubke
2022-07-07 18:47:33 +02:00
parent 8d99df9a7c
commit c37e69ee2c

View File

@@ -1,4 +1,6 @@
function(add_valgrind_testapp name)
add_executable("${name}"
${CMAKE_CURRENT_LIST_DIR}/main.cpp)
set_target_properties(${name} PROPERTIES QT_COMPILE_OPTIONS_DISABLE_WARNINGS ON)
endfunction()