diff options
| author | David Mathog <> | 2012-09-27 06:40:44 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2012-09-27 06:40:44 +0000 |
| commit | db010468005eb279d242a698ed5b89b05bc0d817 (patch) | |
| tree | fded1ef29234621af3caa9cca9706b2a3031643e /src/extension/internal/uemf.c | |
| parent | revert .bzrgnore as well (diff) | |
| download | inkscape-db010468005eb279d242a698ed5b89b05bc0d817.tar.gz inkscape-db010468005eb279d242a698ed5b89b05bc0d817.zip | |
fix compiler warnings with old GCC on Mac OS X and Solaris
(bzr r11668.1.16)
Diffstat (limited to 'src/extension/internal/uemf.c')
| -rw-r--r-- | src/extension/internal/uemf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/extension/internal/uemf.c b/src/extension/internal/uemf.c index 9cbac159e..517f1f99f 100644 --- a/src/extension/internal/uemf.c +++ b/src/extension/internal/uemf.c @@ -14,8 +14,8 @@ /* File: uemf.c -Version: 0.0.8 -Date: 14-SEP-2012 +Version: 0.0.89 +Date: 25-SEP-2012 Author: David Mathog, Biology Division, Caltech email: mathog@caltech.edu Copyright: 2012 David Mathog and California Institute of Technology (Caltech) @@ -59,7 +59,7 @@ definitions are not needed in end user code, so they are here rather than in uem D = UP4(C); /* pixel array might not be a multiples of 4 bytes*/ \ E = sizeof(U_BITMAPINFOHEADER) + 4 * B->bmiHeader.biClrUsed; /* bmiheader + colortable*/ \ }\ - else { D = 0; E=0; } + else { C = 0; D = 0; E=0; } // variable "off" must be declared in the function |
