From: Chip Davis Subject: [PATCH 2/5] rpcrt4/tests: Build stub files with -Wno-cast-calling-convention. Message-Id: <20200408060550.42352-2-cdavis@codeweavers.com> Date: Wed, 8 Apr 2020 01:05:47 -0500 In-Reply-To: <20200408060550.42352-1-cdavis@codeweavers.com> References: <20200408060550.42352-1-cdavis@codeweavers.com> Signed-off-by: Chip Davis --- 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