mate-desktop / mate-terminal

The MATE Terminal Emulator
http://www.mate-desktop.org
GNU General Public License v3.0
135 stars 73 forks source link

terminal-window: Variable 'do_confirm' is assigned a value that is never used #418

Closed rbuj closed 1 year ago

rbuj commented 1 year ago

Remove the cppcheck warning below:

cppcheck --enable=all --quiet .
mate-terminal/src/terminal-window.c:3575:20: style: Variable 'do_confirm' is assigned a value that is never used. [unreadVariable]
        do_confirm = FALSE;
                   ^