summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/llvm-c-test/llvm-c-test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-c-test/llvm-c-test.h b/llvm/tools/llvm-c-test/llvm-c-test.h
index 0401f1dbae3..2a7090484b0 100644
--- a/llvm/tools/llvm-c-test/llvm-c-test.h
+++ b/llvm/tools/llvm-c-test/llvm-c-test.h
@@ -53,8 +53,8 @@ int llvm_echo(void);
int llvm_test_diagnostic_handler(void);
// attributes.c
-int llvm_test_function_attributes();
-int llvm_test_callsite_attributes();
+int llvm_test_function_attributes(void);
+int llvm_test_callsite_attributes(void);
#ifdef __cplusplus
}
OpenPOWER on IntegriCloud