From: asterix Date: Wed, 21 May 2008 17:16:51 +0000 (+0000) Subject: Add warning. X-Git-Tag: 2.0.0~615 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b2c1bdf08ab7c71acdd5d2386db70d075c59673d;p=bertos.git Add warning. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1319 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/mware/parser.c b/bertos/mware/parser.c index 6e23bcec..aa189769 100644 --- a/bertos/mware/parser.c +++ b/bertos/mware/parser.c @@ -358,6 +358,7 @@ void parser_register_cmd(const struct CmdTemplate* cmd) } #if CONFIG_INTERNAL_COMMANDS +#warning FIXME:This code use boost lib, if you compile whit internal command you must fix it. static ResultCode cmd_help(void) { #ifdef _DEBUG