projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
341ed28
)
Fix warning: "function declaration isn’t a prototype"
author
Rafael Espindola
<rafael.espindola@gmail.com>
Wed, 4 Feb 2015 13:30:28 +0000
(13:30 +0000)
committer
Rafael Espindola
<rafael.espindola@gmail.com>
Wed, 4 Feb 2015 13:30:28 +0000
(13:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228139
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm-c/lto.h
patch
|
blob
|
history
diff --git
a/include/llvm-c/lto.h
b/include/llvm-c/lto.h
index 6df6e1716adde1b062499fa70e3042942d079392..1fe0cd5c75d27d6aee047e4d30b90a6501103e6e 100644
(file)
--- 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.