mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-08 08:28:39 +00:00
fix: build error on mac
This commit is contained in:
parent
89edbe6ce2
commit
d79122fab9
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue