Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
d8f78cfd
Commit
d8f78cfd
authored
Jul 04, 2011
by
Thomas Jahns
🤸
Browse files
Conditionally declare conditionally used variable.
parent
b7b521a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cgribexlib.c
View file @
d8f78cfd
...
...
@@ -3262,7 +3262,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
Markdown
is supported
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