Add some more casts (1/2)
[deliverable/binutils-gdb.git] / gdb / common / filestuff.c
index 4348527917a88792f186469c1c99e475fb9beab7..798a411af3d43c4be58bf01c425d757ebb5b2f3f 100644 (file)
@@ -410,7 +410,7 @@ gdb_pipe_cloexec (int filedes[2])
 static void
 do_close_cleanup (void *arg)
 {
-  int *fd = arg;
+  int *fd = (int *) arg;
 
   close (*fd);
 }
This page took 0.024622 seconds and 4 git commands to generate.