瀏覽代碼

fix warning

Samuel Thibault 10 年之前
父節點
當前提交
8ccbeb7260
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/debug/traces/starpu_paje.c

+ 2 - 2
src/debug/traces/starpu_paje.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  *
- * Copyright (C) 2010-2014  Université de Bordeaux
+ * Copyright (C) 2010-2015  Université de Bordeaux
  *
  *
  * StarPU is free software; you can redistribute it and/or modify
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
  * it under the terms of the GNU Lesser General Public License as published by
@@ -22,7 +22,7 @@
 
 
 #ifdef STARPU_USE_FXT
 #ifdef STARPU_USE_FXT
 
 
-void _starpu_fxt_write_paje_header(FILE *file)
+void _starpu_fxt_write_paje_header(FILE *file STARPU_ATTRIBUTE_UNUSED)
 {
 {
 	unsigned i;
 	unsigned i;
 #ifdef STARPU_HAVE_POTI
 #ifdef STARPU_HAVE_POTI