summaryrefslogtreecommitdiffstats
path: root/rtkit-test.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-06-07 22:14:34 +0200
committerLennart Poettering <lennart@poettering.net>2009-06-07 22:14:34 +0200
commite1b22596271321be4e462246b83fe7e73d3f4b6a (patch)
tree31fda0d286a7b9cab4e94ca075b8ba8cbcdcecc7 /rtkit-test.c
parente84847ae60fe2abf963b41df82bb23a4a9a2c26c (diff)
hide gcc messages
Diffstat (limited to 'rtkit-test.c')
-rw-r--r--rtkit-test.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/rtkit-test.c b/rtkit-test.c
index 25ef419..e9cb3c0 100644
--- a/rtkit-test.c
+++ b/rtkit-test.c
@@ -1,5 +1,26 @@
/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/***
+ This file is part of RealtimeKit.
+
+ Copyright 2009 Lennart Poettering
+
+ RealtimeKit is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ RealtimeKit is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with RealtimeKit. If not, see <http://www.gnu.org/licenses/>.
+***/
+
+#pragma GCC diagnostic ignored "-Wunused-parameter"
+
#include <errno.h>
#include <string.h>
#include <sched.h>