https://git.reactos.org/?p=reactos.git;a=commitdiff;h=910ece9f8797236f0db9ed...
commit 910ece9f8797236f0db9edcedd536452a5eeb388 Author: winesync ros-dev@reactos.org AuthorDate: Fri Sep 11 16:48:59 2020 +0200 Commit: Jérôme Gardou jerome.gardou@reactos.org CommitDate: Wed Sep 16 10:35:42 2020 +0200
[WINESYNC] dbghelp: Avoid dead assignment (scan-build).
Signed-off-by: Alex Henrie alexhenrie24@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
wine commit id ae6e4017548fc30bf5220bebc674230dc4ccfe06 by Alex Henrie alexhenrie24@gmail.com --- dll/win32/dbghelp/symbol.c | 1 - sdk/tools/winesync/dbghelp.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/dll/win32/dbghelp/symbol.c b/dll/win32/dbghelp/symbol.c index 56cb673312b..037641e0166 100644 --- a/dll/win32/dbghelp/symbol.c +++ b/dll/win32/dbghelp/symbol.c @@ -1991,7 +1991,6 @@ static BOOL re_match_multi(const WCHAR** pstring, const WCHAR** pre, BOOL _case) if (!(next = re_match_one(string_end, re_beg, _case))) return FALSE; string_end = next; } - re_beg = re_end; }
if (*re_end || *string_end) return FALSE; diff --git a/sdk/tools/winesync/dbghelp.cfg b/sdk/tools/winesync/dbghelp.cfg index f4c31ed58b9..40f477e891f 100644 --- a/sdk/tools/winesync/dbghelp.cfg +++ b/sdk/tools/winesync/dbghelp.cfg @@ -4,4 +4,4 @@ files: include/dbghelp.h: sdk/include/psdk/dbghelp.h include/wine/mscvpdb.h: sdk/include/reactos/wine/mscvpdb.h tags: - wine: d263ba97fb7c9ada7ae847909f35cbf5db671216 + wine: ae6e4017548fc30bf5220bebc674230dc4ccfe06