From 18fe6c27ff2b4a76ec5c646a3dda0a7bd64d94b4 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Fri, 5 Sep 2008 06:05:25 +0000 Subject: Compiling/Warning Fixes (for scons/mingw + "split sources hack") Part 1: * Removed compiler warnings from texteditor work * Added round brackets around the new defines for IPO channels for extra texture layers * Tweaked priorities so that BLI_heap_* functions in blenlib can be found by linker (split-sources specific) TODO: * "monkey*" vars cannot be found still --- source/blender/blenkernel/intern/suggestions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenkernel/intern/suggestions.c') diff --git a/source/blender/blenkernel/intern/suggestions.c b/source/blender/blenkernel/intern/suggestions.c index 54ce425a04a..6530909336c 100644 --- a/source/blender/blenkernel/intern/suggestions.c +++ b/source/blender/blenkernel/intern/suggestions.c @@ -44,12 +44,12 @@ static Text *activeToolText = NULL; static SuggList suggestions = {NULL, NULL, NULL, NULL, NULL}; static char *documentation = NULL; -static int doc_lines = 0; +//static int doc_lines = 0; static int txttl_cmp(const char *first, const char *second, int len) { int cmp, i; for (cmp=0, i=0; i