From 31670fef486c042ebe4eb110b59c1963eb94411d Mon Sep 17 00:00:00 2001 From: pgf Date: Fri, 9 Jun 2006 12:25:10 +0000 Subject: add ordering warning on enum Location git-svn-id: svn://busybox.net/trunk/busybox@15347 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/busybox.h | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.3-55-g6feb