Add warning.
[bertos.git] / 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