Specify that the variables in const.hpp are allowed to be unused
This commit is contained in:
+2
-2
@@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
|
|
||||||
static const char *ANONYMOUS_USERNAME_LABEL = " - anonymous - ";
|
static const char *ANONYMOUS_USERNAME_LABEL __attribute__((unused)) = " - anonymous - ";
|
||||||
|
|
||||||
namespace providers {
|
namespace providers {
|
||||||
namespace twitch {
|
namespace twitch {
|
||||||
|
|
||||||
static const char *ANONYMOUS_USERNAME = "justinfan64537";
|
static const char *ANONYMOUS_USERNAME __attribute__((unused)) = "justinfan64537";
|
||||||
|
|
||||||
} // namespace twitch
|
} // namespace twitch
|
||||||
} // namespace providers
|
} // namespace providers
|
||||||
|
|||||||
Reference in New Issue
Block a user