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.