mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1092711 - Fix -Wunused-const-variable warning-as-error in non-unified dom/indexedDB. r=janv
This commit is contained in:
parent
01a52e0efe
commit
8da7a7205b
@ -27,7 +27,10 @@ namespace {
|
||||
const char kPermissionString[] = IDB_PREFIX;
|
||||
|
||||
const char kPermissionPromptTopic[] = TOPIC_PREFIX "prompt";
|
||||
|
||||
#ifdef DEBUG
|
||||
const char kPermissionResponseTopic[] = TOPIC_PREFIX "response";
|
||||
#endif
|
||||
|
||||
#undef TOPIC_PREFIX
|
||||
#undef IDB_PREFIX
|
||||
|
Loading…
Reference in New Issue
Block a user