From: Chip Davis Subject: [PATCH 5/5] services: Build stub files with -Wno-cast-calling-convention. Message-Id: <20200408060550.42352-5-cdavis@codeweavers.com> Date: Wed, 8 Apr 2020 01:05:50 -0500 In-Reply-To: <20200408060550.42352-4-cdavis@codeweavers.com> References: <20200408060550.42352-1-cdavis@codeweavers.com> <20200408060550.42352-2-cdavis@codeweavers.com> <20200408060550.42352-3-cdavis@codeweavers.com> <20200408060550.42352-4-cdavis@codeweavers.com> Signed-off-by: Chip Davis --- programs/services/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/programs/services/Makefile.in b/programs/services/Makefile.in index 560e277a9bf..0055808e51c 100644 --- a/programs/services/Makefile.in +++ b/programs/services/Makefile.in @@ -3,6 +3,8 @@ IMPORTS = rpcrt4 advapi32 userenv setupapi EXTRADLLFLAGS = -mconsole -mno-cygwin +svcctl_s_EXTRADEFS = $(NO_CAST_CALLING_CONV_CFLAGS) + C_SRCS = \ rpc.c \ services.c \ -- 2.24.0