From 27f1ced481de28db03e6a9f3bf5546a4f13616c8 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 4 Feb 2015 13:30:28 +0000 Subject: [PATCH] =?utf8?q?Fix=20warning:=20"function=20declaration=20isn?= =?utf8?q?=E2=80=99t=20a=20prototype"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228139 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm-c/lto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm-c/lto.h b/include/llvm-c/lto.h index 6df6e1716ad..1fe0cd5c75d 100644 --- a/include/llvm-c/lto.h +++ b/include/llvm-c/lto.h @@ -518,7 +518,7 @@ lto_codegen_compile_optimized(lto_code_gen_t cg, size_t* length); * \since LTO_API_VERSION=12 */ extern unsigned int -lto_api_version(); +lto_api_version(void); /** * Sets options to help debug codegen bugs. -- 2.34.1