Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -0,0 +1,32 @@
$NetBSD: patch-plugins_run-program_execute.c,v 1.2 2013/12/07 23:47:02 dholland Exp $
--- plugins/run-program/execute.c.orig 2013-08-09 00:30:18.000000000 +0000
+++ plugins/run-program/execute.c
@@ -58,6 +58,8 @@ struct _RunProgramChild
/* Helper functions
*---------------------------------------------------------------------------*/
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wformat-nonliteral"
static gchar *
get_local_executable (GtkWindow *parent, const gchar *uri)
{
@@ -94,7 +96,10 @@ get_local_executable (GtkWindow *parent,
return local;
}
+#pragma GCC diagnostic pop
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wformat-nonliteral"
static gchar *
get_local_directory (GtkWindow *parent, const gchar *uri)
{
@@ -118,6 +123,7 @@ get_local_directory (GtkWindow *parent,
return local;
}
+#pragma GCC diagnostic pop
/* Private functions
*---------------------------------------------------------------------------*/