mirror of
https://github.com/sheumann/hush.git
synced 2024-12-25 18:33:06 +00:00
add ordering warning on enum Location
This commit is contained in:
parent
1e23b6fdb5
commit
6ba8bbe88a
@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
|
|
||||||
|
/* order matters: used as index into "install_dir[]" in busybox.c */
|
||||||
enum Location {
|
enum Location {
|
||||||
_BB_DIR_ROOT = 0,
|
_BB_DIR_ROOT = 0,
|
||||||
_BB_DIR_BIN,
|
_BB_DIR_BIN,
|
||||||
|
Loading…
Reference in New Issue
Block a user