diff options
author | pgf <pgf@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-09 12:25:10 +0000 |
---|---|---|
committer | pgf <pgf@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-09 12:25:10 +0000 |
commit | 31670fef486c042ebe4eb110b59c1963eb94411d (patch) | |
tree | 78de3a16816d83c3739d93268b93b247a402c60c | |
parent | 75bf8b0f243110227b6552aff250d6517780421c (diff) | |
download | busybox-w32-31670fef486c042ebe4eb110b59c1963eb94411d.tar.gz busybox-w32-31670fef486c042ebe4eb110b59c1963eb94411d.tar.bz2 busybox-w32-31670fef486c042ebe4eb110b59c1963eb94411d.zip |
add ordering warning on enum Location
git-svn-id: svn://busybox.net/trunk/busybox@15347 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | include/busybox.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
11 | 11 | ||
12 | #include "libbb.h" | 12 | #include "libbb.h" |
13 | 13 | ||
14 | /* order matters: used as index into "install_dir[]" in busybox.c */ | ||
14 | enum Location { | 15 | enum Location { |
15 | _BB_DIR_ROOT = 0, | 16 | _BB_DIR_ROOT = 0, |
16 | _BB_DIR_BIN, | 17 | _BB_DIR_BIN, |