2
0

More internal fixes.

This commit is contained in:
Maarten Billemont 2012-06-24 16:29:51 +02:00
parent 4e2ceb33a0
commit da860d74c4
2 changed files with 4 additions and 2 deletions

2
External/Pearl vendored

@ -1 +1 @@
Subproject commit 89042868d056b10c8cbaff532ed634d85084183d
Subproject commit f496dfef3d17a6bdc66039d0d552c561937a843d

View File

@ -27,8 +27,10 @@
@synthesize key;
@synthesize keyID;
#pragma GCC diagnostic ignored "-Wfour-char-constants"
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wfour-char-constants"
static EventHotKeyID MPShowHotKey = {.signature = 'show', .id = 1};
#pragma clang diagnostic pop
+ (void)initialize {