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-09 22:45:59 +0300
committerJean-Luc Peurière <jlp@nerim.net>2005-03-09 22:45:59 +0300
commitc78e44cdc563853c250da78ee78ba622c39126b2 (patch)
treefb116af7e1edd94ef96ae883bea727be372e2bd2 /source/blender/src/header_info.c
parent77d44e88e95d86661fc8b29db923083ec747cf9d (diff)
big warning hunt commit
lot of casts, added prototypes, missing includes and some true errors
Diffstat (limited to 'source/blender/src/header_info.c')
-rw-r--r--source/blender/src/header_info.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/source/blender/src/header_info.c b/source/blender/src/header_info.c
index 6c98fa0b5be..d21dc8a1bff 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -524,7 +524,7 @@ static void check_packAll()
}
}
-int write_runtime(char *str, char *exename)
+static int write_runtime(char *str, char *exename)
{
char *freestr= NULL;
char *ext = 0;
@@ -578,14 +578,18 @@ static void write_runtime_check(char *str)
/************************** MAIN MENU *****************************/
/************************** FILE *****************************/
-void do_info_file_optionsmenu(void *arg, int event)
+#if 0
+static void do_info_file_optionsmenu(void *arg, int event)
{
G.fileflags ^= (1 << event);
// allqueue(REDRAWINFO, 0);
}
+#endif
#if GAMEBLENDER == 1
+
+#if 0
static uiBlock *info_file_optionsmenu(void *arg_unused)
{
uiBlock *block;
@@ -662,6 +666,8 @@ static uiBlock *info_runtime_optionsmenu(void *arg_unused)
}
#endif
+#endif
+
static void do_info_file_importmenu(void *arg, int event)
{
ScrArea *sa;