summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-02-18 03:06:35 +0100
committerYves Orton <demerphq@gmail.com>2023-02-19 09:42:04 +0800
commit6dc20c079fd2534c3c46b72016af032eb0fd0824 (patch)
treeb59f82d443a889a9ed2428ae5475d08b599b0ce5 /ext
parent3f66aba00b176ea345e786583e448f0811273af6 (diff)
downloadperl-6dc20c079fd2534c3c46b72016af032eb0fd0824.tar.gz
toke.c - silence maybe-uninitialized warning on gcc 12
This silences the following (bogus) warning: toke.c:12104:24: warning: ‘b’ may be used uninitialized [-Wmaybe-uninitialized] It won't be used unitialized, but there is no reason not to initialize it to shut up the warning on gcc-12 Fixes Github Issue #20816
Diffstat (limited to 'ext')
0 files changed, 0 insertions, 0 deletions