chiark / gitweb /
build: make gcc shut up
authorLennart Poettering <lennart@poettering.net>
Tue, 2 Feb 2010 12:23:15 +0000 (13:23 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 2 Feb 2010 12:23:15 +0000 (13:23 +0100)
execute.c

index 65a7fbba1eb45050bad90c03b0cd7e9b4565cc1e..04a8e9de28599342daf69d4b4cb03063c57fc10b 100644 (file)
--- a/execute.c
+++ b/execute.c
@@ -1,5 +1,7 @@
 /*-*- Mode: C; c-basic-offset: 8 -*-*/
 
+#pragma GCC diagnostic ignored "-Wattributes"
+
 #include <assert.h>
 #include <dirent.h>
 #include <errno.h>