add some missed statics on constant objects.
fix few #ifndef ENABLE_xxx # size busybox_old busybox_unstripped text data bss dec hex filename 677152 2920 18208 698280 aa7a8 busybox_old 676420 2920 18208 697548 aa4cc busybox_unstripped
This commit is contained in:
@ -154,7 +154,6 @@ int ipcrm_main(int argc, char **argv)
|
||||
|
||||
if (id < 0) {
|
||||
const char *errmsg;
|
||||
const char *const what = "key";
|
||||
|
||||
error++;
|
||||
switch (errno) {
|
||||
@ -171,7 +170,7 @@ int ipcrm_main(int argc, char **argv)
|
||||
errmsg = "unknown error in";
|
||||
break;
|
||||
}
|
||||
bb_error_msg("%s %s (%s)", errmsg, what, optarg);
|
||||
bb_error_msg("%s %s (%s)", errmsg, "key", optarg);
|
||||
continue;
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user