From: notaz Date: Tue, 21 Nov 2023 22:37:49 +0000 (+0200) Subject: don't use a stack var out of scope X-Git-Tag: r24~42 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ca1e56e16f03f7afb8988474f3a55e164960665;hp=2ca1e56e16f03f7afb8988474f3a55e164960665;p=pcsx_rearmed.git don't use a stack var out of scope newer compilers are stricter about this, as well as asan ---