Fix broken Windows build

This commit is contained in:
Shahram Najm 2019-11-29 11:13:18 +00:00
parent 4eb03d28e3
commit cf8a57ea0b
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@
#include "eccodes.h"
#include <assert.h>
#define MAX_KEYS 100
int main(int argc, char* argv[])
{
char *filename, *keys;
@ -19,7 +20,6 @@ int main(int argc, char* argv[])
codes_bufr_header* header_array = NULL;
codes_context* c = codes_context_get_default();
const int strict_mode = 1;
const int MAX_KEYS=100;
int requested_print_keys_count = MAX_KEYS;
codes_values requested_print_keys[MAX_KEYS];