Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Luc Peurière <jlp@nerim.net>2005-03-14 23:10:22 +0300
committerJean-Luc Peurière <jlp@nerim.net>2005-03-14 23:10:22 +0300
commit3ca88c4e7f597d10e8d995a2268dbdc948ff1b7b (patch)
tree498c58befbbc2a9720cdd58d1510098d29f12cc0 /intern/opennl/superlu/superlu_timer.c
parent7e2e2b2370b8e01e91f4c904f89760447a00e184 (diff)
ome more warnings cleaning
Diffstat (limited to 'intern/opennl/superlu/superlu_timer.c')
-rw-r--r--intern/opennl/superlu/superlu_timer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/opennl/superlu/superlu_timer.c b/intern/opennl/superlu/superlu_timer.c
index 4f68f3a7f1a..f9e130c8c5a 100644
--- a/intern/opennl/superlu/superlu_timer.c
+++ b/intern/opennl/superlu/superlu_timer.c
@@ -36,8 +36,9 @@ double SuperLU_timer_() {
#ifndef CLK_TCK
#define CLK_TCK 60
#endif
+double SuperLU_timer_(void);
-double SuperLU_timer_()
+double SuperLU_timer_(void)
{
#ifdef NO_TIMER
/* no sys/times.h on WIN32 */