Hi all, Is it possible to modify the tool's behavior so it won't produce a non-zero exit code when (only) warnings occur? At the moment the build stops when warnings occur; that's not a real problem I guess but when external code is used in a project, multiple warnings might occur and you wouldn't want the build to fail. One solution is to put something like "|| test <exitcode_env_var> -lt 2" after each compiler/etc command in the makefiles but solving it in the tools would make life easier. Regards, Joost Leeuwesteijn