projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
/WX enabled for MSVC in CMake too.
[blender.git]
/
source
/
blender
/
blenkernel
/
intern
/
colortools.c
diff --git
a/source/blender/blenkernel/intern/colortools.c
b/source/blender/blenkernel/intern/colortools.c
index 2d4e0ac8c0832a1b1dcabdf285e6230854014fbe..86d7cbf0133dc73f5288fc5f5eb860766442f4ab 100644
(file)
--- a/
source/blender/blenkernel/intern/colortools.c
+++ b/
source/blender/blenkernel/intern/colortools.c
@@
-1004,7
+1004,8
@@
DO_INLINE void save_sample_line(Scopes *scopes, const int idx, const float fx, f
void scopes_update(Scopes *scopes, ImBuf *ibuf, int use_color_management)
{
- int x, y, c, n, nl;
+ int x, y, c;
+ unsigned int n, nl;
double div, divl;
float *rf=NULL;
unsigned char *rc=NULL;