Fix compile time warning messages from gcc version 8 about cast between incompatible...
[deliverable/binutils-gdb.git] / bfd / aout-target.h
index cb14b98dae3906523bbaeee3ca491d4ff61820d3..0ea615ac507c15329c1934bd224645729afcb44f 100644 (file)
@@ -581,7 +581,7 @@ MY_bfd_final_link (bfd *abfd, struct bfd_link_info *info)
 #endif
 
 #ifndef MY_bfd_is_target_special_symbol
-#define MY_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false)
+#define MY_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false_any)
 #endif
 
 #ifndef MY_bfd_free_cached_info
This page took 0.024751 seconds and 4 git commands to generate.