diff options
author | Martin Storsjö <martin@martin.st> | 2024-10-09 09:30:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-09 09:30:32 +0300 |
commit | fb2960aad93f6c02e0ea8de0568c0aef8896eee8 (patch) | |
tree | 271e4fbe32e9d91bce28129fe6f5f9a13d5ccb1c /clang/lib/Frontend/FrontendActions.cpp | |
parent | 3c1d9b8ec7474f076ddd842d2b6c562728e9b90a (diff) | |
download | llvm-fb2960aad93f6c02e0ea8de0568c0aef8896eee8.zip llvm-fb2960aad93f6c02e0ea8de0568c0aef8896eee8.tar.gz llvm-fb2960aad93f6c02e0ea8de0568c0aef8896eee8.tar.bz2 |
[compiler-rt] [profile] Add missing (void) to prototypes, for C sources (#110642)
If built as part of the main llvm build, via
ENABLE_LLVM_PROJECTS=compiler-rt, the code gets built with more warning
options than if built standalone. Some of these trigger warnings like:
warning: a function declaration without a prototype is deprecated in all
versions of C [-Wstrict-prototypes]
Diffstat (limited to 'clang/lib/Frontend/FrontendActions.cpp')
0 files changed, 0 insertions, 0 deletions