Skip to content

Commit

Permalink
Fix "isn't a prototype" warning
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287161 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
vitalybuka committed Nov 16, 2016
1 parent fb82552 commit 9991c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/llvm-c-test/llvm-c-test.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 9991c32

Please sign in to comment.