ソースを参照

fxt: fix warning about unused variable

Philippe SWARTVAGHER 4 年 前
コミット
4c6fc5f6f2
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  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
 }