Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/model/ircbuffermodel.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ void IrcBufferModelPrivate::_irc_restoreBuffers()
chans.clear();
keys.clear();
joinCommandLength = joinCommandMinLength;
(void)joinCommandLength; // Fix a Static Analyzer warning that the variable is never read
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we probably shouldn't hide the issue but check if it's actually a bug that it's not used... @Venemo can you check this?

}

// Add channel to list
Expand Down