[cmake] disable -Wdisabled-macro-expansion
this warning does not yield useful results for FreeRDP, disable by default.
This commit is contained in:
parent
96052ca2fb
commit
c509aabc08
@ -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()
|
||||
|
@ -42,6 +42,7 @@ if (ENABLE_WARNING_VERBOSE)
|
||||
-Wno-unsafe-buffer-usage
|
||||
-Wno-reserved-identifier
|
||||
-Wno-covered-switch-default
|
||||
-Wno-disabled-macro-expansion
|
||||
)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user