Browse Source

bfin: fix a gcc warning

Waldemar Brodkorb 7 years ago
parent
commit
1f79f41508
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldso/ldso/bfin/dl-sysdep.h

+ 1 - 1
ldso/ldso/bfin/dl-sysdep.h

@@ -93,6 +93,6 @@ static __always_inline void
 elf_machine_relative (DL_LOADADDR_TYPE load_off, const Elf32_Addr rel_addr,
 		      Elf32_Word relative_count)
 {
-	return 0;
+	return;
 }
 #endif