Skip to content
GitLab
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
b2197d00
Commit
b2197d00
authored
Mar 29, 2017
by
Thomas Jahns
🤸
Browse files
Fix unused argument warning.
parent
e2224384
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_gribapi.c
View file @
b2197d00
...
...
@@ -2930,7 +2930,10 @@ void gribapiSetExtMode(grib_handle *gh, int gridID, long datasize, const double
jScansPositively = 0;
jPointsAreConsecutive = 0;
jDirectionIncrementInDegrees = 0.1; */
#ifndef HIRLAM_EXTENSIONS
(
void
)
data
;
(
void
)
datasize
;
#endif
int
gridtype
=
gridInqType
(
gridID
);
if
(
gridtype
==
GRID_GENERIC
||
gridtype
==
GRID_LONLAT
||
gridtype
==
GRID_GAUSSIAN
||
gridtype
==
GRID_GAUSSIAN_REDUCED
||
gridtype
==
GRID_PROJECTION
||
gridtype
==
GRID_LCC
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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