mirror of https://github.com/ecmwf/eccodes.git
ECC-1393: Fix error C2440
This commit is contained in:
parent
a747e6b9d5
commit
2cda55de73
|
@ -21,7 +21,7 @@ int getopt(int argc, char* argv[], const char* optstring)
|
|||
{
|
||||
static char* next = 0;
|
||||
char c;
|
||||
char* cp;
|
||||
const char* cp;
|
||||
if (optind == 0)
|
||||
next = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue