Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
9bf35fa8
Commit
9bf35fa8
authored
Jul 25, 2012
by
Thomas Jahns
🤸
Browse files
Conditionalize conditionally used variable declaration.
parent
f2114dc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cgribexlib.c
View file @
9bf35fa8
...
...
@@ -3268,7 +3268,9 @@ void encodeBMS(GRIBPACK *lGrib, long *gribLen, double *fsec3, int *isec4, double
long
bmsLen
,
bmsUnusedBits
;
long
fsec4size
;
long
z
=
*
gribLen
;
#ifdef VECTORCODE
unsigned
int
*
imask
;
#endif
static
int
lmissvalinfo
=
1
;
/* unsigned int c, imask; */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment