cmEngine  0.1.1
A library for interpreting CMake code.
Data Fields
cmWarningConfig Struct Reference

#include <cmWarningConfig.h>

Data Fields

cmBool developer_warnings_enabled
 
cmBool warnings_are_errors
 
cmBool errors_are_fatal
 

Detailed Description

Contains the status of warning options as a complete structure.

Field Documentation

§ developer_warnings_enabled

cmBool cmWarningConfig::developer_warnings_enabled

Whether or not to emit developer warnings.

§ errors_are_fatal

cmBool cmWarningConfig::errors_are_fatal

Whether or not errors are considered fatal.

§ warnings_are_errors

cmBool cmWarningConfig::warnings_are_errors

Whether or not warnings are considered errors.


The documentation for this struct was generated from the following file: