From f97536dcd310a1a15426dcd411d55367019879fc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 16 Oct 2015 08:21:48 +0200 Subject: basdefs.h: Add and use RTEMS_UNUSED --- cpukit/libcsupport/src/funlockfile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/funlockfile.c') diff --git a/cpukit/libcsupport/src/funlockfile.c b/cpukit/libcsupport/src/funlockfile.c index 46e8af33bb..bf409da8a3 100644 --- a/cpukit/libcsupport/src/funlockfile.c +++ b/cpukit/libcsupport/src/funlockfile.c @@ -24,8 +24,9 @@ /** * This is a non-functional stub */ -void funlockfile(FILE* file __attribute__((unused))) +void funlockfile(FILE* file) { + (void) file; } #endif -- cgit v1.2.3