fix: get rid of some more warnings (#5672)
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
enum class ProviderId { Twitch, Irc };
|
||||
enum class ProviderId { // NOLINT(performance-enum-size)
|
||||
Twitch,
|
||||
};
|
||||
//
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user