Explorar o código

remove warning since it seems to have "gone away" now

Mike Frysinger %!s(int64=18) %!d(string=hai) anos
pai
achega
937582239b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      utils/ldd.c

+ 2 - 0
utils/ldd.c

@@ -645,7 +645,9 @@ static struct library * find_elf_interpreter(ElfW(Ehdr)* ehdr)
 }
 
 /* map the .so, and locate interesting pieces */
+/*
 #warning "There may be two warnings here about vfork() clobbering, ignore them"
+*/
 int find_dependancies(char* filename)
 {
 	int is_suid = 0;