mirror of https://github.com/FreeRDP/FreeRDP
[warnings,c++] deactivate -Wexit-time-destructors
This warning can be ignored as on all supported platforms memory, file and network resources are cleared up on program termination.
This commit is contained in:
parent
5bcd737548
commit
ed942f8c20
|
@ -48,6 +48,7 @@ if (ENABLE_WARNING_VERBOSE)
|
||||||
-Wno-c++98-compat
|
-Wno-c++98-compat
|
||||||
-Wno-c++98-compat-pedantic
|
-Wno-c++98-compat-pedantic
|
||||||
-Wno-pre-c++17-compat
|
-Wno-pre-c++17-compat
|
||||||
|
-Wno-exit-time-destructors
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue