opnsense-ports/devel/gearmand/files/patch-libgearman-server__plugins__queue__redis__queue.cc
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

17 lines
686 B
C++

--- ./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;