Skip to content

Commit

Permalink
Fixed warning 'function declaration isn’t a prototype [-Werror=strict…
Browse files Browse the repository at this point in the history
…-prototypes]'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320912 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gkistanova committed Dec 16, 2017
1 parent 4f44d46 commit cd27af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/llvm-c-test/debuginfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include "llvm-c/DebugInfo.h"
#include <stdio.h>

int llvm_test_dibuilder() {
int llvm_test_dibuilder(void) {
LLVMModuleRef M = LLVMModuleCreateWithName("debuginfo.c");
LLVMDIBuilderRef DIB = LLVMCreateDIBuilder(M);

Expand Down

0 comments on commit cd27af2

Please sign in to comment.