aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorMatt Armstrong2022-08-15 08:56:57 +0200
committerLars Ingebrigtsen2022-08-15 08:56:57 +0200
commit79c0e78460b86d6efef31f65dcb16ab6b89b8551 (patch)
treeb440a7b603c77407a5ec88335d0e4b3e4773bbfb /src/bytecode.c
parentead4b914ca7cc68d4e6f9edb8a959309a76acc3a (diff)
downloademacs-79c0e78460b86d6efef31f65dcb16ab6b89b8551.tar.gz
emacs-79c0e78460b86d6efef31f65dcb16ab6b89b8551.zip
Pacify warnings from gcc 12 in encode_coding_object
* src/coding.c (encode_coding_object): Mark saved_pt_byte with UNINIT to silence a false alarm from -Wmaybe-uninitialized. This was already done in decode_coding_object. The fix is correct because saved_pt is used as a sentinel before saved_pt_byte is used (bug#57219).
Diffstat (limited to 'src/bytecode.c')
0 files changed, 0 insertions, 0 deletions