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@gmail.com>2019-01-26 16:46:38 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-26 16:49:11 +0300
commit8d4c4775a0a686e93fbaaf02057f8ab8ef4896c3 (patch)
treefdaea29c0f46687097e59ee3d15649912f64753d /source/blender/imbuf/intern
parent4b8b7c821d46528abd7bf809b1cbc5c44a44796c (diff)
Cleanup: fix compiler warnings.
Diffstat (limited to 'source/blender/imbuf/intern')
-rw-r--r--source/blender/imbuf/intern/oiio/openimageio_api.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/oiio/openimageio_api.cpp b/source/blender/imbuf/intern/oiio/openimageio_api.cpp
index 34d5cccac84..7c64fdfc9df 100644
--- a/source/blender/imbuf/intern/oiio/openimageio_api.cpp
+++ b/source/blender/imbuf/intern/oiio/openimageio_api.cpp
@@ -203,7 +203,6 @@ struct ImBuf *imb_load_photoshop(const char *filename, int flags, char colorspac
struct ImBuf *ibuf = NULL;
int width, height, components;
bool is_float, is_alpha;
- TypeDesc typedesc;
int basesize;
char file_colorspace[IM_MAX_SPACE];