Dmitry Timoshkov : dbghelp: Turn a FIXME to a WARN in order to avoid mangling the output.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 5 07:45:02 CST 2007


Module: wine
Branch: master
Commit: 736743dd57c0445b5cc7802bf9f16924295e157d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=736743dd57c0445b5cc7802bf9f16924295e157d

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Mon Feb  5 14:20:23 2007 +0800

dbghelp: Turn a FIXME to a WARN in order to avoid mangling the output.

---

 dlls/dbghelp/dwarf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c
index e8f9d3e..6ff33f2 100644
--- a/dlls/dbghelp/dwarf.c
+++ b/dlls/dbghelp/dwarf.c
@@ -1319,7 +1319,7 @@ static void dwarf2_parse_variable(dwarf2
     else if (dwarf2_find_attribute(subpgm->ctx, di, DW_AT_const_value, &value))
     {
         VARIANT v;
-        if (subpgm->func) FIXME("Unsupported constant %s in function\n", name.u.string);
+        if (subpgm->func) WARN("Unsupported constant %s in function\n", name.u.string);
         if (is_pmt)       FIXME("Unsupported constant (parameter) %s in function\n", name.u.string);
         switch (value.form)
         {




More information about the wine-cvs mailing list