Explorar o código

fxt: fix warning about unused variable

Philippe SWARTVAGHER %!s(int64=4) %!d(string=hai) anos
pai
achega
4c6fc5f6f2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/debug/traces/starpu_fxt.c

+ 2 - 0
src/debug/traces/starpu_fxt.c

@@ -4387,6 +4387,8 @@ void _starpu_fxt_papi_file_init(struct starpu_fxt_options *options)
 	}
 	else
 		papi_file = NULL;
+#else
+	(void) options; // avoid warning about unused variable
 #endif
 }