Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-02 11:54:07 +0400
committerMike Frysinger <vapier@gentoo.org>2005-10-02 11:54:07 +0400
commitc31fcbbaf39f0186eee549ad466803a400b803d2 (patch)
treed42ff94c1b74b38a61967468635dd2e187d58888 /modutils
parentcb1ce7b9748974aab2f6246ecb9bfb8388a1009b (diff)
remove debug warning
Diffstat (limited to 'modutils')
-rw-r--r--modutils/insmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c
index e6432ef16..d1504d0ab 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -1341,7 +1341,7 @@ arch_apply_relocation(struct obj_file *f,
goto bb_use_plt;
#elif defined(__x86_64__)
-#warning hi
+
case R_X86_64_NONE:
break;