OSDN Git Service

remove warning since it seems to have "gone away" now
authorMike Frysinger <vapier@gentoo.org>
Sun, 26 Feb 2006 22:00:57 +0000 (22:00 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 26 Feb 2006 22:00:57 +0000 (22:00 -0000)
utils/ldd.c

index 3147983..ed05511 100644 (file)
@@ -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;