mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
Changes to includes to supress a few specific MSVC warnings.
This commit is contained in:
parent
419c6a3b0a
commit
2fdea864a2
@ -35,7 +35,8 @@ NC_compare_nc_types(int ncid1, int typeid1, int ncid2, int typeid2,
|
||||
}
|
||||
else
|
||||
{
|
||||
int i, ret, equal1;
|
||||
unsigned int i;
|
||||
int ret, equal1;
|
||||
char name1[NC_MAX_NAME];
|
||||
char name2[NC_MAX_NAME];
|
||||
size_t size1, size2;
|
||||
|
@ -8,7 +8,7 @@ Copyright 2010 University Corporation for Atmospheric
|
||||
Research/Unidata. See COPYRIGHT file for more info.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_SYS_RESOURCE_H
|
||||
#include <sys/resource.h>
|
||||
|
@ -22,7 +22,7 @@ Author: D. Heimbigner 10/7/2008
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <netcdf.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "ncaux.h"
|
||||
|
||||
struct NCAUX_FIELD {
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "nclog.h"
|
||||
|
||||
#define PREFIXLEN 8
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
#include "config.h"
|
||||
|
||||
#include "ncuri.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user