3 Commits

Author SHA1 Message Date
Richard Purdie
88c4b717b2 Add SPDX License information to files, drop boilerplate
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-01-21 13:16:33 +00:00
Richard Leitner
505aeca829 psplash: fix remaining unused-parameter warnings
Define UNUSED macro for GCC's ((__unused__)) attribute and use it for
the remaining unused-parameter warnings. These unused parameters are
required due to the definition of the sighandler_t.

This fixes following unused-parameter warnings:

psplash.c: In function 'psplash_exit':
psplash.c:36:19: warning: unused parameter 'signum' [-Wunused-parameter]

psplash-console.c: In function 'vt_request':
psplash-console.c:27:17: warning: unused parameter 'sig'
[-Wunused-parameter]

Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
2016-04-14 12:31:56 +01:00
Matthew Allum
b4d59551ed Added initial psplash sources 2006-09-06 20:23:39 +00:00