summaryrefslogtreecommitdiff
path: root/devel/gearmand/files/patch-libgearman-server__plugins__queue__redis__queue.cc
blob: b60177e1f10df22d283ded663f7dae2bc0487884 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- ./libgearman-server/plugins/queue/redis/queue.cc.orig	2013-07-17 10:53:36.000000000 -0400
+++ ./libgearman-server/plugins/queue/redis/queue.cc	2013-07-17 10:53:49.000000000 -0400
@@ -271,14 +271,11 @@
       assert(fmt_str_length != 1);
       return gearmand_gerror("snprintf() failed to produce a valud fmt_str for redis key", GEARMAN_QUEUE_ERROR);
     }
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wformat-nonliteral"
     int ret= sscanf(reply->element[x]->str,
                     fmt_str,
                     prefix,
                     function_name,
                     unique);
-#pragma GCC diagnostic pop
     if (ret == 0)
     {
       continue;