projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b49aa8
)
remove a useless warning
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Jun 2007 13:23:43 +0000
(13:23 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Jun 2007 13:23:43 +0000
(13:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7588
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/config/menu.c
patch
|
blob
|
history
diff --git
a/scripts/config/menu.c
b/scripts/config/menu.c
index
286e255
..
4b49fa5
100644
(file)
--- a/
scripts/config/menu.c
+++ b/
scripts/config/menu.c
@@
-296,9
+296,6
@@
void menu_finalize(struct menu *parent)
"currently only support a "
"single prompt");
}
- if (prop->type == P_DEFAULT)
- prop_warn(prop, "defaults for choice "
- "values not supported");
}
current_entry = menu;
menu_set_type(sym->type);
This page took
0.024742 seconds
and
4
git commands to generate.