Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_file | Artur Ryt | 2018-12-29 | 1 | -1/+18 |
| | | | | Fixes: #18489 | ||||
* | CMP0053: Fix double warning on uninitialized variables in -P mode | R2RT | 2018-11-05 | 1 | -0/+1 |
When `CMP0053` is not set to OLD or NEW then we compute both variants in case we need to warn about a behavior change. Do not allow both code paths to produce an uninitialized variable warning. Fixes: #18552 |