commit | a5eb775c4d50e9d9a1225a75fb80d3b8a8043cab | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Wed Feb 04 13:30:28 2015 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Wed Feb 04 13:30:28 2015 +0000 |
tree | 0bcff7c067c276178307595125f7d7ff3762de05 | |
parent | 1d8ecbdffce64bef87723535b3c4a439340e9d8e [diff] [blame] |
Fix warning: "function declaration isn’t a prototype" llvm-svn: 228139
diff --git a/llvm/include/llvm-c/lto.h b/llvm/include/llvm-c/lto.h index 6df6e17..1fe0cd5 100644 --- a/llvm/include/llvm-c/lto.h +++ b/llvm/include/llvm-c/lto.h
@@ -518,7 +518,7 @@ * \since LTO_API_VERSION=12 */ extern unsigned int -lto_api_version(); +lto_api_version(void); /** * Sets options to help debug codegen bugs.