sal/cppunittester/cppunittester.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit dd2010e79fb2ccb46e602bf0546487b7d1b095f1 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Thu May 12 08:12:28 2022 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Thu May 12 09:14:31 2022 +0200 -Werror,-Wunused-variable ...since 92f93f300371d2011b53d48d3491870b24cff0b4 "output error code when SymFromAddr fails" Change-Id: I9d831e363fe98068cb55102628c98aa9d4ad5d3f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134213 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx index 4a1c050a4662..b1fefecf94aa 100644 --- a/sal/cppunittester/cppunittester.cxx +++ b/sal/cppunittester/cppunittester.cxx @@ -490,7 +490,6 @@ static bool main2() //Prints stack trace based on exception context record static void printStack( PCONTEXT ctx ) { - constexpr int MaxNameLen = 256; HANDLE process = GetCurrentProcess(); HANDLE thread = GetCurrentThread();