mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 02:03:11 +00:00
Fixed warning 'function declaration isn’t a prototype [-Werror=strict-prototypes]'
llvm-svn: 320912
This commit is contained in:
parent
7b5dc23d75
commit
ad26ba05d4
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user