configure: re-enable '-Wunused-parameter'
[babeltrace.git] / tests / utils / tap / tap.c
index 9f41408bd4c4dd25a729b607b4c276bb115ab27b..5fa9482b25f369ece77d338444a5da46bdec0391 100644 (file)
@@ -44,12 +44,12 @@ static void _cleanup(void);
 
 #ifdef __MINGW32__
 static inline
-void flockfile (FILE * filehandle) {
+void flockfile (FILE * filehandle __attribute__((unused))) {
        return;
 }
 
 static inline
-void funlockfile(FILE * filehandle) {
+void funlockfile(FILE * filehandle __attribute__((unused))) {
        return;
 }
 #endif
This page took 0.022517 seconds and 4 git commands to generate.