[D3DCOMPILER_43]
authorThomas Faber <thomas.faber@reactos.org>
Mon, 18 Nov 2013 19:02:56 +0000 (19:02 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Mon, 18 Nov 2013 19:02:56 +0000 (19:02 +0000)
- 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
reactos/dll/directx/wine/d3dcompiler_43/hlsl.yy.c

index 1b31cec..446779b 100644 (file)
@@ -360,7 +360,7 @@ void asmshader_free (void *  );
 
 /* Begin user sect3 */
 
 
 /* Begin user sect3 */
 
-#define asmshader_wrap(n) 1
+#define asmshader_wrap() 1
 #define YY_SKIP_YYWRAP
 
 typedef unsigned char YY_CHAR;
 #define YY_SKIP_YYWRAP
 
 typedef unsigned char YY_CHAR;
index a3e98d5..c6fc3e4 100644 (file)
@@ -360,7 +360,7 @@ void hlsl_free (void *  );
 
 /* Begin user sect3 */
 
 
 /* Begin user sect3 */
 
-#define hlsl_wrap(n) 1
+#define hlsl_wrap() 1
 #define YY_SKIP_YYWRAP
 
 typedef unsigned char YY_CHAR;
 #define YY_SKIP_YYWRAP
 
 typedef unsigned char YY_CHAR;