[PATCH 4/4] d3dxof: Turn a fixme into warn. (resend)

Christian Costa titan.costa at gmail.com
Thu May 30 16:05:54 CDT 2013


---
 dlls/d3dxof/parsing.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3dxof/parsing.c b/dlls/d3dxof/parsing.c
index 5df6f4c..69fb992 100644
--- a/dlls/d3dxof/parsing.c
+++ b/dlls/d3dxof/parsing.c
@@ -1262,7 +1262,7 @@ static BOOL parse_object_members_list(parse_buffer * buf)
         }
         else
         {
-          FIXME("Unexpected token %d\n", token);
+          WARN("Unexpected token %d\n", token);
           return FALSE;
         }
       }




More information about the wine-patches mailing list