From d729d75f8449c6968f988d8b93ec33a1ba5a2c38 Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Fri, 27 Feb 2015 11:43:44 -0500 Subject: Add static qualifier to local functions v2: Don't bother marking dead functions static (handler, xf86VDrvMsgVerb, drmSetDebugMsgFunction) Signed-off-by: Jan Vesely Reviewed-by: Emil Velikov --- tests/drmstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/drmstat.c') diff --git a/tests/drmstat.c b/tests/drmstat.c index 5935d07a..c6ff1ffc 100644 --- a/tests/drmstat.c +++ b/tests/drmstat.c @@ -87,7 +87,7 @@ void handler(int fd, void *oldctx, void *newctx) printf("Got fd %d\n", fd); } -void process_sigio(char *device) +static void process_sigio(char *device) { int fd; -- cgit v1.2.3