[PATCH 2/5] rpcrt4/tests: Build stub files with -Wno-cast-calling-convention.

Chip Davis cdavis at codeweavers.com
Wed Apr 8 01:05:47 CDT 2020


Signed-off-by: Chip Davis <cdavis at codeweavers.com>
---
 dlls/rpcrt4/tests/Makefile.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dlls/rpcrt4/tests/Makefile.in b/dlls/rpcrt4/tests/Makefile.in
index 1e7276c893a..013352af115 100644
--- a/dlls/rpcrt4/tests/Makefile.in
+++ b/dlls/rpcrt4/tests/Makefile.in
@@ -6,6 +6,9 @@ EXTRADEFS = -DPROXY_DELEGATION
 server_EXTRAIDLFLAGS = -Os --prefix-client=mixed_
 server_interp_EXTRAIDLFLAGS = -Oicf --prefix-client=interp_
 
+server_s_EXTRADEFS = $(NO_CAST_CALLING_CONV_CFLAGS)
+server_interp_s_EXTRADEFS = $(NO_CAST_CALLING_CONV_CFLAGS)
+
 C_SRCS = \
 	cstub.c \
 	generated.c \
-- 
2.24.0




More information about the wine-devel mailing list