|
cmEngine
0.1.1
A library for interpreting CMake code.
|
#include <cmWarningConfig.h>
Data Fields | |
| cmBool | developer_warnings_enabled |
| cmBool | warnings_are_errors |
| cmBool | errors_are_fatal |
Contains the status of warning options as a complete structure.
| cmBool cmWarningConfig::developer_warnings_enabled |
Whether or not to emit developer warnings.
| cmBool cmWarningConfig::errors_are_fatal |
Whether or not errors are considered fatal.
| cmBool cmWarningConfig::warnings_are_errors |
Whether or not warnings are considered errors.
1.8.12