[cmake] disable -Wdisabled-macro-expansion

this warning does not yield useful results for FreeRDP, disable by
default.
This commit is contained in:
Armin Novak
2024-09-18 10:54:06 +02:00
committed by akallabeth
parent 96052ca2fb
commit c509aabc08
2 changed files with 2 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ if (ENABLE_WARNING_VERBOSE)
-Wno-unsafe-buffer-usage
-Wno-reserved-identifier
-Wno-covered-switch-default
-Wno-disabled-macro-expansion
)
endif()