mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[clang,warn] disable -Wimplicit-void-ptr-cast
Since this is a C project casts from and to void* are used to type convert. Do not warn about this.
This commit is contained in:
@@ -22,6 +22,7 @@ if(ENABLE_WARNING_VERBOSE)
|
||||
-Wno-covered-switch-default
|
||||
-Wno-disabled-macro-expansion
|
||||
-Wno-used-but-marked-unused
|
||||
-Wno-implicit-void-ptr-cast
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user