mirror of https://github.com/ecmwf/eccodes.git
Testing: Compiler warnings
This commit is contained in:
parent
bc2b1c3e5e
commit
d86682e55a
|
@ -14,15 +14,8 @@
|
|||
|
||||
#include "grib_api.h"
|
||||
|
||||
static void usage(const char* prog)
|
||||
{
|
||||
printf("Usage: %s grib_file\n", prog);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
FILE* in = NULL;
|
||||
int err = 0;
|
||||
double lat, lon, value;
|
||||
int n = 0;
|
||||
|
|
Loading…
Reference in New Issue