Fix compile time warning messages from gcc version 8 about cast between incompatible...
[deliverable/binutils-gdb.git] / gas / config / tc-arm.c
index ec5042051828207211c139301cebe9ec79b23dc6..9786f14762f441f9688e305cf2f4d74097df1923 100644 (file)
@@ -4758,7 +4758,7 @@ const pseudo_typeS md_pseudo_table[] =
   {"4byte", cons, 4},
   {"8byte", cons, 8},
   /* These are used for dwarf2.  */
-  { "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.031471 seconds and 4 git commands to generate.