possibly fixed windows compilation KKona

This commit is contained in:
Rasmus Karlsson
2018-04-14 22:40:20 +02:00
parent b68b0845c1
commit ca0a42a95f
2 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -4,12 +4,12 @@
namespace chatterino {
static const char *ANONYMOUS_USERNAME_LABEL __attribute__((unused)) = " - anonymous - ";
static const char *ANONYMOUS_USERNAME_LABEL ATTR_UNUSED = " - anonymous - ";
namespace providers {
namespace twitch {
static const char *ANONYMOUS_USERNAME __attribute__((unused)) = "justinfan64537";
static const char *ANONYMOUS_USERNAME ATTR_UNUSED = "justinfan64537";
} // namespace twitch
} // namespace providers