From e1b22596271321be4e462246b83fe7e73d3f4b6a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 7 Jun 2009 22:14:34 +0200 Subject: hide gcc messages --- rtkit-test.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'rtkit-test.c') 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 . +***/ + +#pragma GCC diagnostic ignored "-Wunused-parameter" + #include #include #include -- cgit