]> jfr.im git - irc/weechat/weechat.git/commit
core: fix gcc warning on uninitialized variable `pos_end`
authorSébastien Helleu <redacted>
Tue, 22 Aug 2023 08:20:55 +0000 (10:20 +0200)
committerSébastien Helleu <redacted>
Tue, 22 Aug 2023 08:31:47 +0000 (10:31 +0200)
commitad75786e1501eec545a5922eba0d6f77c18deab9
tree5eca742ce929ae43a92e47fa2bfd680c6f85cad8
parent39fdb1b564c5b3307f23c54eb677cefc00c63401
core: fix gcc warning on uninitialized variable `pos_end`

The variable `pos_end` is never used when not initialized anyway, thanks to the
`break` done before.
src/gui/gui-chat.c