mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake] disable -Wdisabled-macro-expansion
this warning does not yield useful results for FreeRDP, disable by default.
This commit is contained in:
@@ -42,6 +42,7 @@ if (ENABLE_WARNING_VERBOSE)
|
||||
-Wno-unsafe-buffer-usage
|
||||
-Wno-reserved-identifier
|
||||
-Wno-covered-switch-default
|
||||
-Wno-disabled-macro-expansion
|
||||
-Wno-ctad-maybe-unsupported
|
||||
)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user