mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-21 01:42:04 +00:00
fix: win buid error
This commit is contained in:
parent
2357b23923
commit
19306aa302
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ if (MSVC)
|
|||
|
||||
message(STATUS "[${PROJECT_NAME}] Set Warnings as error")
|
||||
# warning level 3 and all warnings as errors
|
||||
add_compile_options(/W3 /WX)
|
||||
add_compile_options(/W3 /WX /wd4566)
|
||||
|
||||
# avoid warning C4819
|
||||
add_compile_options(-source-charset:utf-8)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue