mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix "isn't a prototype" warning
llvm-svn: 287161
This commit is contained in:
parent
b5e975bf79
commit
848a45d48c
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user