From b2c1bdf08ab7c71acdd5d2386db70d075c59673d Mon Sep 17 00:00:00 2001 From: asterix Date: Wed, 21 May 2008 17:16:51 +0000 Subject: [PATCH] Add warning. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1319 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/mware/parser.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1