Add warning.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 21 May 2008 17:16:51 +0000 (17:16 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 21 May 2008 17:16:51 +0000 (17:16 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1319 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/mware/parser.c

index 6e23bcec5115498cc2268db07e7aeaa780d84b91..aa1897691e7af15cfbf4a28c24fb1dd239c12469 100644 (file)
@@ -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