mirror of https://github.com/FreeRDP/FreeRDP
[compiler] disable C++ warnings
Projects are set to require C++ 17, so disable all warnings complaining about compatibility with previous versions of the standard.
This commit is contained in:
parent
02b98e9287
commit
107a8d9f48
|
@ -44,6 +44,9 @@ if (ENABLE_WARNING_VERBOSE)
|
|||
-Wno-covered-switch-default
|
||||
-Wno-disabled-macro-expansion
|
||||
-Wno-ctad-maybe-unsupported
|
||||
-Wno-c++98-compat
|
||||
-Wno-c++98-compat-pedantic
|
||||
-Wno-pre-c++17-compat
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue