Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix -Wstrict-prototypes warnings in some C sources | Brad King | 2020-05-13 | 1 | -1/+1 |
| | | | | | | | | Some RunCMake tests fail with this warning due to extra stderr content: warning: this old-style function definition is not preceded by a prototype Convert `foo()` to `foo(void)` in `.c` sources of affected tests. | ||||
* | Precompile Headers: Add REUSE_FROM signature | Cristian Adam | 2019-09-17 | 1 | -0/+3 |
Add the ability to share precompiled headers artifacts between targets. Fixes: #19659 |