diff --git a/QtScrcpy/CMakeLists.txt b/QtScrcpy/CMakeLists.txt index 36e37d0..5ddf143 100755 --- a/QtScrcpy/CMakeLists.txt +++ b/QtScrcpy/CMakeLists.txt @@ -68,7 +68,7 @@ if (NOT MSVC) add_compile_options(-Wall -Wextra -pedantic -Werror) # disable some warning - add_compile_options(-Wno-nested-anon-types -Wno-c++17-extensions) + add_compile_options(-Wno-nested-anon-types -Wno-c++17-extensions -Wno-overloaded-virtual) endif() #