Fix compile time warning messages from gcc version 8 about cast between incompatible...
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index 32a8b31d30612c613b30ce0f586330d332a94577..552c1b81a54a2d99a3fe49670458166d1779c336 100644 (file)
@@ -1127,7 +1127,7 @@ const pseudo_typeS md_pseudo_table[] =
 #if defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF)
   {"largecomm", handle_large_common, 0},
 #else
-  {"file", (void (*) (int)) dwarf2_directive_file, 0},
+  {"file", dwarf2_directive_file, 0},
   {"loc", dwarf2_directive_loc, 0},
   {"loc_mark_labels", dwarf2_directive_loc_mark_labels, 0},
 #endif
This page took 0.026369 seconds and 4 git commands to generate.