diff options
| author | Brad King <brad.king@kitware.com> | 2023-10-27 12:58:21 (GMT) |
|---|---|---|
| committer | Kitware Robot <kwrobot@kitware.com> | 2023-10-27 12:58:43 (GMT) |
| commit | 0ca22530874712cb09aef47f757556c48a0467d0 (patch) | |
| tree | 8b74a0bce04b88fb44180fa7246c8b13ef67a657 /Tests/Module/WriteCompilerDetectionHeader/main.c | |
| parent | be3c18e265bfac16978d443bc4058d84628c4e9d (diff) | |
| parent | 81022213f616e5998510c938eeecbe9cd0eab21e (diff) | |
| download | CMake-0ca22530874712cb09aef47f757556c48a0467d0.zip CMake-0ca22530874712cb09aef47f757556c48a0467d0.tar.gz CMake-0ca22530874712cb09aef47f757556c48a0467d0.tar.bz2 | |
Merge topic 'fix-Wstrict-prototypes'
81022213f6 Modules: Fix clang -Wstrict-prototypes warnings
47c3334203 Source: Fix clang -Wstrict-prototypes warnings
264dcae5e4 Tests: Fix clang -Wstrict-prototypes warnings
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !8916
Diffstat (limited to 'Tests/Module/WriteCompilerDetectionHeader/main.c')
| -rw-r--r-- | Tests/Module/WriteCompilerDetectionHeader/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Module/WriteCompilerDetectionHeader/main.c b/Tests/Module/WriteCompilerDetectionHeader/main.c index 3420c67..1253563 100644 --- a/Tests/Module/WriteCompilerDetectionHeader/main.c +++ b/Tests/Module/WriteCompilerDetectionHeader/main.c @@ -24,7 +24,7 @@ # error Expect no CXX features defined #endif -int main() +int main(void) { return 0; } |
