summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/PrecompileHeaders/empty.c
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix -Wstrict-prototypes warnings in some C sourcesBrad King2020-05-131-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 signatureCristian Adam2019-09-171-0/+3
Add the ability to share precompiled headers artifacts between targets. Fixes: #19659