Getting rid of the Uncrustify source code formatter warning message

To ensure that your C++ code is indented and formatted correctly when you generate code by using the sc command, you can optionally install and use the Uncrustify source code formatter. If you do not install this formatter, a warning message is displayed when you compile your code and use the code beautification option.

If you specify the code beautification option (-z) when you compile your code, and the Uncrustify software is not installed, the following message is displayed:
CDISP9094W WARNING: The 'uncrustify' code formatter could not be found.
Compilation is continuing without formatting. 
To get rid of this warning message, download and install the Uncrustify source code formatter.

The uncrustify.verbose.cfg file is included in the Teracloud® Streams installation. You can edit this file to customize the formatting. This file is in the product-installation-root-directory/7.2.0.0/etc/uncrustify directory. For more information about modifying the configuration file, go to the Uncrustify website.

Note: Source code formatting can introduce an error in the generated C++ code. If you specify the code beautification option (-z) when you compile your code and an error is displayed when you compile the generated C++ code, try compiling your code without the -z option to ensure that the error is not introduced by the source code formatter.