[PATCH 1/2] opencl: Build with CL_SILENCE_DEPRECATION.
Signed-off-by: Chip Davis <cdavis(a)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
Signed-off-by: Chip Davis <cdavis(a)codeweavers.com> --- dlls/winemac.drv/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/winemac.drv/Makefile.in b/dlls/winemac.drv/Makefile.in index c6ae9733bdd..1c1bf3311d4 100644 --- a/dlls/winemac.drv/Makefile.in +++ b/dlls/winemac.drv/Makefile.in @@ -31,3 +31,5 @@ OBJC_SRCS = \ cocoa_window.m RC_SRCS = winemac.rc + +opengl_EXTRADEFS = -DGL_SILENCE_DEPRECATION -- 2.24.0
Signed-off-by: Ken Thomases <ken(a)codeweavers.com>
participants (2)
-
Chip Davis -
Ken Thomases