From db3348fa7113e718abe3dca40ef9ab034e15faf6 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Mon, 18 Nov 2013 19:02:56 +0000 Subject: [PATCH] [D3DCOMPILER_43] - Fix MSVC warnings (yes I know these are generated files. It's a flex bug) svn path=/trunk/; revision=61042 --- reactos/dll/directx/wine/d3dcompiler_43/asmshader.yy.c | 2 +- reactos/dll/directx/wine/d3dcompiler_43/hlsl.yy.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/directx/wine/d3dcompiler_43/asmshader.yy.c b/reactos/dll/directx/wine/d3dcompiler_43/asmshader.yy.c index 1b31cec460f..446779b3932 100644 --- a/reactos/dll/directx/wine/d3dcompiler_43/asmshader.yy.c +++ b/reactos/dll/directx/wine/d3dcompiler_43/asmshader.yy.c @@ -360,7 +360,7 @@ void asmshader_free (void * ); /* Begin user sect3 */ -#define asmshader_wrap(n) 1 +#define asmshader_wrap() 1 #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; diff --git a/reactos/dll/directx/wine/d3dcompiler_43/hlsl.yy.c b/reactos/dll/directx/wine/d3dcompiler_43/hlsl.yy.c index a3e98d5543c..c6fc3e4a4e2 100644 --- a/reactos/dll/directx/wine/d3dcompiler_43/hlsl.yy.c +++ b/reactos/dll/directx/wine/d3dcompiler_43/hlsl.yy.c @@ -360,7 +360,7 @@ void hlsl_free (void * ); /* Begin user sect3 */ -#define hlsl_wrap(n) 1 +#define hlsl_wrap() 1 #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; -- 2.17.1