Pārlūkot izejas kodu

examples/filters/custom_mf/custom_interface.c: remove const qualifier

Nathalie Furmento 13 gadi atpakaļ
vecāks
revīzija
b744465965
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      examples/filters/custom_mf/custom_interface.c

+ 1 - 1
examples/filters/custom_mf/custom_interface.c

@@ -56,7 +56,7 @@ static int copy_opencl_to_ram_async(void *src_interface, unsigned src_node,
 				    void *event);
 #endif /* !STARPU_USE_OPENCL */
 
-static const struct starpu_data_copy_methods custom_copy_data_methods_s =
+static struct starpu_data_copy_methods custom_copy_data_methods_s =
 {
 	.ram_to_ram = copy_ram_to_ram,
 	.ram_to_spu = NULL,