add ordering warning on enum Location
diff --git a/include/busybox.h b/include/busybox.h
index befbea5..fbda6ef 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,