Ticket #39919: patch-support-sdbinutils-bfd-opncls.c.diff

File patch-support-sdbinutils-bfd-opncls.c.diff, 401 bytes (added by stevecheckoway (Stephen Checkoway), 11 years ago)
  • support/sdbinutils/bfd/opncls.c

    old new  
    254254     then it may have been opened with special flags that make it
    255255     unsafe to close and reopen the file.  */
    256256  if (fd == -1)
    257     bfd_set_cacheable (nbfd, TRUE);
     257    (void)bfd_set_cacheable (nbfd, TRUE);
    258258
    259259  return nbfd;
    260260}