From: Paul Fox Date: Fri, 9 Jun 2006 12:25:10 +0000 (-0000) Subject: add ordering warning on enum Location X-Git-Tag: 1_2_0~174 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6ba8bbe88a3bcb48df882793faea6713ad3bbc4e;p=oweals%2Fbusybox.git add ordering warning on enum Location --- diff --git a/include/busybox.h b/include/busybox.h index befbea544..fbda6efcb 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -11,6 +11,7 @@ #include "libbb.h" +/* order matters: used as index into "install_dir[]" in busybox.c */ enum Location { _BB_DIR_ROOT = 0, _BB_DIR_BIN,