Specify that the variables in const.hpp are allowed to be unused

This commit is contained in:
Rasmus Karlsson 2018-04-14 22:31:51 +02:00
parent c631738cd6
commit 99772313d6

View file

@ -4,12 +4,12 @@
namespace chatterino {
static const char *ANONYMOUS_USERNAME_LABEL = " - anonymous - ";
static const char *ANONYMOUS_USERNAME_LABEL __attribute__((unused)) = " - anonymous - ";
namespace providers {
namespace twitch {
static const char *ANONYMOUS_USERNAME = "justinfan64537";
static const char *ANONYMOUS_USERNAME __attribute__((unused)) = "justinfan64537";
} // namespace twitch
} // namespace providers