[PATCH 1/2] opencl: Build with CL_SILENCE_DEPRECATION.

Chip Davis cdavis at codeweavers.com
Mon Apr 6 17:04:24 CDT 2020


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

diff --git a/dlls/opencl/Makefile.in b/dlls/opencl/Makefile.in
index 1f6e76c0b47..07985bded01 100644
--- a/dlls/opencl/Makefile.in
+++ b/dlls/opencl/Makefile.in
@@ -1,5 +1,6 @@
 MODULE    = opencl.dll
 EXTRALIBS = $(OPENCL_LIBS)
+EXTRADEFS = -DCL_SILENCE_DEPRECATION
 
 C_SRCS = \
 	opencl.c
-- 
2.24.0




More information about the wine-devel mailing list