Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion external/RSL_LITE/rsl_bcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static int destroy_par_info ( p )

static int destroy_list( list, dfcn )
rsl_list_t ** list ; /* pointer to pointer to list */
int (*dfcn)() ; /* pointer to function for destroying
int (*dfcn)(void *) ; /* pointer to function for destroying
the data field of the list */
{
rsl_list_t *p, *trash ;
Expand Down
2 changes: 1 addition & 1 deletion external/io_grib1/MEL_grib1/pack_spatial.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ int pack_spatial ( pt_cnt, bit_cnt, pack_null, fbuff, ppbitstream,
float max_grid; /* maximum value in grid */
float ftemp; /* temporary float containing grid value */
unsigned long *pBitstream;
unsigned long grib_local_ibm();
unsigned long grib_local_ibm(double local_float);
int wordnum;
int zero_cnt;
int prec_too_high = 0;
Expand Down
Loading