From: Rafael Espindola Date: Wed, 4 Feb 2015 13:30:28 +0000 (+0000) Subject: Fix warning: "function declaration isn’t a prototype" X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=27f1ced481de28db03e6a9f3bf5546a4f13616c8;p=oota-llvm.git Fix warning: "function declaration isn’t a prototype" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228139 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.