schwehr / hdf5-old

Hierarchical Data Format (HDF) 5
Other
0 stars 0 forks source link

Unused H5_INTERFACE_INIT_FUNC(void) in H5FDdirect.c #5

Open schwehr opened 10 years ago

schwehr commented 10 years ago
clang -DHAVE_CONFIG_H -I. -I/sw/include -UNDEBUG -DH5AC_DEBUG -DH5B_DEBUG -DH5B2_DEBUG -DH5D_DEBUG -DH5E_DEBUG -DH5F_DEBUG -DH5G_DEBUG -DH5HG_DEBUG -DH5HL_DEBUG -DH5I_DEBUG -DH5MF_DEBUG -DH5MM_DEBUG -DH5O_DEBUG -DH5P_DEBUG -DH5S_DEBUG -DH5T_DEBUG -DH5V_DEBUG -DH5Z_DEBUG -DH5_DEBUG_API -Wall -Wextra -MT H5FDdirect.lo -MD -MP -MF .deps/H5FDdirect.Tpo -c H5FDdirect.c  -fno-common -DPIC -o .libs/H5FDdirect.o
In file included from H5FDdirect.c:32:
./H5private.h:1801:18: warning: unused function 'H5FD_direct_init_interface'
      [-Wunused-function]
static herr_t    H5_INTERFACE_INIT_FUNC(void);
                 ^
H5FDdirect.c:26:33: note: expanded from macro 'H5_INTERFACE_INIT_FUNC'
#define H5_INTERFACE_INIT_FUNC  H5FD_direct_init_interface

and

In file included from H5FDmpio.c:28:
./H5private.h:1801:18: warning: unused function 'H5FD_mpio_init_interface'
      [-Wunused-function]
static herr_t    H5_INTERFACE_INIT_FUNC(void);