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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-03-18 01:27:15 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-03-18 01:27:15 +0300
commitaeb2225a287e68d8ee03861bec112ce3459a468a (patch)
tree2fa2f308e233fc89b6a93aeca57d3a9daf828ecc /source/blender/imbuf
parentd52400bfbd2a7e4d09b5a71bc461a554d232af15 (diff)
2.50: some warning fixes.
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/openexr/openexr_api.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/openexr/openexr_api.cpp b/source/blender/imbuf/intern/openexr/openexr_api.cpp
index 3e618a483e3..e723609f3ae 100644
--- a/source/blender/imbuf/intern/openexr/openexr_api.cpp
+++ b/source/blender/imbuf/intern/openexr/openexr_api.cpp
@@ -861,7 +861,6 @@ static const char *exr_rgba_channelname(InputFile *file, const char *chan)
for (ChannelList::ConstIterator i = channels.begin(); i != channels.end(); ++i)
{
- const Channel &channel = i.channel();
const char *str= i.name();
int len= strlen(str);
if(len) {