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:
authorStephen Swaney <sswaney@centurytel.net>2007-09-04 19:53:22 +0400
committerStephen Swaney <sswaney@centurytel.net>2007-09-04 19:53:22 +0400
commite20e3e94ffdc9e7dbd846ed24bffdc1851cd5f41 (patch)
treed5ed1c8a8c4e8a98f73424eaf9f0a847f6d12405 /source/blender/blenlib/BLI_blenlib.h
parentee740fc601ec8972b798a6b03932324c96182b7c (diff)
more warning cleanup:
unused variables undefined variables discarded qualifiers
Diffstat (limited to 'source/blender/blenlib/BLI_blenlib.h')
-rw-r--r--source/blender/blenlib/BLI_blenlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_blenlib.h b/source/blender/blenlib/BLI_blenlib.h
index 8cc148db343..c73d0212869 100644
--- a/source/blender/blenlib/BLI_blenlib.h
+++ b/source/blender/blenlib/BLI_blenlib.h
@@ -184,7 +184,7 @@ char* BLI_strdup(const char *str);
* @param len The number of bytes to duplicate
* @retval Returns the duplicated string
*/
-char* BLI_strdupn(char *str, int len);
+char* BLI_strdupn(const char *str, int len);
/**
* Like strncpy but ensures dst is always