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
21d96b1a
Commit
21d96b1a
authored
Jul 25, 2012
by
Thomas Jahns
🤸
Browse files
Comment never used variable.
parent
f153e870
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cgribexlib.c
View file @
21d96b1a
...
...
@@ -8516,7 +8516,7 @@ void repair1(unsigned char *gbuf, long gbufsize)
int
bds_head
=
11
;
int
bds_ext
=
0
,
bds_ubits
;
int
datstart
=
0
;
int
llarge
=
FALSE
;
/*
int llarge = FALSE;
*/
nerr
=
grib1Sections
(
gbuf
,
gbufsize
,
&
pds
,
&
gds
,
&
bms
,
&
bds
);
if
(
nerr
)
...
...
@@ -8525,7 +8525,8 @@ void repair1(unsigned char *gbuf, long gbufsize)
}
recLen
=
gribrec_len
(
gbuf
[
4
],
gbuf
[
5
],
gbuf
[
6
]);
if
(
recLen
>
JP23SET
)
llarge
=
TRUE
;
/* FIXME: value of llarge is never evaluated */
/* if ( recLen > JP23SET ) llarge = TRUE; */
bds_len
=
BDS_Len
;
bds_nbits
=
BDS_NumBits
;
...
...
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