We've been running Gempak on CentOS 6 without issue for many years. We
recently rebuilt our entire infrastructure and made the decision to
move forward with CentOS 7. Now I'm beginning to see issues related to
decoding watch outlines (`dcwou`) and seemingly any other function
which reads/writes in a similar manner.
[ldm@ldm-central1-b root]$ cat /data/gempak/storm/wou/1.wous |
/home/gempak/NAWIPS/os/linux64/bin/dcwou -e
GEMTBL=/home/gempak/NAWIPS/gempak/tables /data/gempak/storm/wou/1.wou
>
> At line 96 of file woout.f (unit = 11, file = '/data/gempak/storm/wou/1.wou')
>
> Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker,
> possibly use REWIND or BACKSPACE
>
The file 1.wou is created but is 0 bytes.
I've seen the instructions at
http://www.unidata.ucar.edu/software/gempak/tutorial/runtime_errors.html
for modifications to $NAWIPS/config/Makeinc.linux64_gfortran but these
have made no difference, even when doing a fresh installation.
I've also observed a fatal error at the completion of `make all` which
references sleep.h. The file exists at $NAWIPS/gempak/include/sleep.h.
In file included from vgf2xml.c:2:0:
>
> gemprm.h:173:79: fatal error: sleep.h: No such file or directory
>
> #include <sleep.h> /* added for U. Albany mod for semaphore in message
> queue*/
>
[gempak@ldm-central1-b ~]$ ls -al $NAWIPS/gempak/include/sleep.h
-rw-r--r-- 1 gempak users 482 Mar 11 23:03
/home/gempak/NAWIPS/gempak/include/sleep.h
The output of `gfortran -v`
Using built-in specs.
> COLLECT_GCC=gfortran
> COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
> Target: x86_64-redhat-linux
> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
> --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla
> --enable-bootstrap --enable-shared --enable-threads=posix
> --enable-checking=release --with-system-zlib --enable-__cxa_atexit
> --disable-libunwind-exceptions --enable-gnu-unique-object
> --enable-linker-build-id --with-linker-hash-style=gnu
> --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin
> --enable-initfini-array --disable-libgcj
> --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install
>
> --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install
> --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64
> --build=x86_64-redhat-linux
> Thread model: posix
> gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
I've attached the make.out log output from `make all`.
Any ideas are welcome and appreciated.
Creating /home/gempak/NAWIPS/os/linux64/lib
Creating /home/gempak/NAWIPS/os/linux64/bin
Creating /home/gempak/NAWIPS/os/linux64/include
if [ ! -f /home/gempak/NAWIPS/os/linux64/include/MCHPRM.PRM ] ; then \
ln -s /home/gempak/NAWIPS/gempak/include/MCHPRM.Linux_gfortran
/home/gempak/NAWIPS/os/linux64/include/MCHPRM.PRM ; \
fi
...
Making all in /home/gempak/GEMPAK7/extlibs
make[1]: Entering directory `/home/gempak/GEMPAK7/extlibs'
making in /home/gempak/GEMPAK7/extlibs/zlib
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/zlib'
( cd zlib; echo "making /home/gempak/NAWIPS/os/linux64/lib/libz.a in `pwd`" ; \
make -s distclean ; \
CC=gcc && export CC && ./configure
--prefix=/home/gempak/NAWIPS/os/linux64; \
make -s all install ; \
make -s distclean )
making /home/gempak/NAWIPS/os/linux64/lib/libz.a in
/home/gempak/GEMPAK7/extlibs/zlib/zlib
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/zlib/zlib-1.2.7'
make[4]: Entering directory `/home/gempak/GEMPAK7/extlibs/zlib/zlib-1.2.7'
make[4]: Leaving directory `/home/gempak/GEMPAK7/extlibs/zlib/zlib-1.2.7'
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/zlib/zlib-1.2.7'
Checking for shared library support...
Building shared library libz.so.1.2.7 with gcc.
Checking for off64_t... Yes.
Checking for fseeko... Yes.
Checking for strerror... Yes.
Checking for unistd.h... Yes.
Checking for stdarg.h... Yes.
Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
Checking for vsnprintf() in stdio.h... Yes.
Checking for return value of vsnprintf()... Yes.
Checking for attribute(visibility) support... Yes.
Looking for a four-byte integer type... Found.
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/zlib/zlib-1.2.7'
cp libz.so.1.2.7 /home/gempak/NAWIPS/os/linux64/lib
chmod 755 /home/gempak/NAWIPS/os/linux64/lib/libz.so.1.2.7
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/zlib/zlib-1.2.7'
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/zlib/zlib-1.2.7'
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/zlib/zlib-1.2.7'
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/zlib'
making in /home/gempak/GEMPAK7/extlibs/PNG
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/PNG'
make -w _png
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/PNG'
making _png_clean in /home/gempak/GEMPAK7/extlibs/PNG/libpng
make[4]: Entering directory `/home/gempak/GEMPAK7/extlibs/PNG/v1.4.4'
make[4]: *** No rule to make target `distclean'. Stop.
make[4]: Leaving directory `/home/gempak/GEMPAK7/extlibs/PNG/v1.4.4'
make[3]: [_png_clean] Error 2 (ignored)
Creating /home/gempak/NAWIPS/os/linux64
making _png in /home/gempak/GEMPAK7/extlibs/PNG/libpng
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking how to print strings... printf
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking how to run the C preprocessor... gcc -E
checking for sed... /bin/sed
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working strtod... yes
checking for memset... yes
checking for pow... no
checking for pow in -lm... yes
checking for zlibVersion in -lz... yes
checking if libraries can be versioned... yes
checking for symbol prefix...
configure: pkgconfig directory is ${libdir}/pkgconfig
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libpng.pc
config.status: creating libpng-config
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[4]: Entering directory `/home/gempak/GEMPAK7/extlibs/PNG/v1.4.4'
make all-am
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/PNG/v1.4.4'
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-DPNG_CONFIGURE_LIBPNG -I/home/gempak/NAWIPS/os/linux64/include -MT
libpng14_la-png.lo -MD -MP -MF .deps/libpng14_la-png.Tpo -c -o
libpng14_la-png.lo `test -f 'png.c' || echo './'`png.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG
-I/home/gempak/NAWIPS/os/linux64/include -MT libpng14_la-png.lo -MD -MP -MF
.deps/libpng14_la-png.Tpo -c png.c -o libpng14_la-png.o
mv -f .deps/libpng14_la-png.Tpo .deps/libpng14_la-png.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-DPNG_CONFIGURE_LIBPNG -I/home/gempak/NAWIPS/os/linux64/include -MT
libpng14_la-pngset.lo -MD -MP -MF .deps/libpng14_la-pngset.Tpo -c -o
libpng14_la-pngset.lo `test -f 'pngset.c' || echo './'`pngset.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG
-I/home/gempak/NAWIPS/os/linux64/include -MT libpng14_la-pngset.lo -MD -MP -MF
.deps/libpng14_la-pngset.Tpo -c pngset.c -o libpng14_la-pngset.o
mv -f .deps/libpng14_la-pngset.Tpo .deps/libpng14_la-pngset.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-DPNG_CONFIGURE_LIBPNG -I/home/gempak/NAWIPS/os/linux64/include -MT
libpng14_la-pngget.lo -MD -MP -MF .deps/libpng14_la-pngget.Tpo -c -o
libpng14_la-pngget.lo `test -f 'pngget.c' || echo './'`pngget.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG
-I/home/gempak/NAWIPS/os/linux64/include -MT libpng14_la-pngget.lo -MD -MP -MF
.deps/libpng14_la-pngget.Tpo -c pngget.c -o libpng14_la-pngget.o
mv -f .deps/libpng14_la-pngget.Tpo .deps/libpng14_la-pngget.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-DPNG_CONFIGURE_LIBPNG -I/home/gempak/NAWIPS/os/linux64/include -MT
libpng14_la-pngrutil.lo -MD -MP -MF .deps/libpng14_la-pngrutil.Tpo -c -o
libpng14_la-pngrutil.lo `test -f 'pngrutil.c' || echo './'`pngrutil.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG
-I/home/gempak/NAWIPS/os/linux64/include -MT libpng14_la-pngrutil.lo -MD -MP
-MF .deps/libpng14_la-pngrutil.Tpo -c pngrutil.c -o libpng14_la-pngrutil.o
mv -f .deps/libpng14_la-pngrutil.Tpo .deps/libpng14_la-pngrutil.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-DPNG_CONFIGURE_LIBPNG -I/home/gempak/NAWIPS/os/linux64/include -MT
libpng14_la-pngtrans.lo -MD -MP -MF .deps/libpng14_la-pngtrans.Tpo -c -o
libpng14_la-pngtrans.lo `test -f 'pngtrans.c' || echo './'`pngtrans.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG
-I/home/gempak/NAWIPS/os/linux64/include -MT libpng14_la-pngtrans.lo -MD -MP
-MF .deps/libpng14_la-pngtrans.Tpo -c pngtrans.c -o libpng14_la-pngtrans.o
mv -f .deps/libpng14_la-pngtrans.Tpo .deps/libpng14_la-pngtrans.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-DPNG_CONFIGURE_LIBPNG -I/home/gempak/NAWIPS/os/linux64/include -MT
libpng14_la-pngwutil.lo -MD -MP -MF .deps/libpng14_la-pngwutil.Tpo -c -o
libpng14_la-pngwutil.lo `test -f 'pngwutil.c' || echo './'`pngwutil.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG
-I/home/gempak/NAWIPS/os/linux64/include -MT libpng14_la-pngwutil.lo -MD -MP
-MF .deps/libpng14_la-pngwutil.Tpo -c pngwutil.c -o libpng14_la-pngwutil.o
mv -f .deps/libpng14_la-pngwutil.Tpo .deps/libpng14_la-pngwutil.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-DPNG_CONFIGURE_LIBPNG -I/home/gempak/NAWIPS/os/linux64/include -MT
libpng14_la-pngread.lo -MD -MP -MF .deps/libpng14_la-pngread.Tpo -c -o
libpng14_la-pngread.lo `test -f 'pngread.c' || echo './'`pngread.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG
-I/home/gempak/NAWIPS/os/linux64/include -MT libpng14_la-pngread.lo -MD -MP -MF
.deps/libpng14_la-pngread.Tpo -c pngread.c -o libpng14_la-pngread.o
mv -f .deps/libpng14_la-pngread.Tpo .deps/libpng14_la-pngread.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-DPNG_CONFIGURE_LIBPNG -I/home/gempak/NAWIPS/os/linux64/include -MT
libpng14_la-pngrio.lo -MD -MP -MF .deps/libpng14_la-pngrio.Tpo -c -o
libpng14_la-pngrio.lo `test -f 'pngrio.c' || echo './'`pngrio.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG
-I/home/gempak/NAWIPS/os/linux64/include -MT libpng14_la-pngrio.lo -MD -MP -MF
.deps/libpng14_la-pngrio.Tpo -c pngrio.c -o libpng14_la-pngrio.o
mv -f .deps/libpng14_la-pngrio.Tpo .deps/libpng14_la-pngrio.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-DPNG_CONFIGURE_LIBPNG -I/home/gempak/NAWIPS/os/linux64/include -MT
libpng14_la-pngwio.lo -MD -MP -MF .deps/libpng14_la-pngwio.Tpo -c -o
libpng14_la-pngwio.lo `test -f 'pngwio.c' || echo './'`pngwio.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG
-I/home/gempak/NAWIPS/os/linux64/include -MT libpng14_la-pngwio.lo -MD -MP -MF
.deps/libpng14_la-pngwio.Tpo -c pngwio.c -o libpng14_la-pngwio.o
mv -f .deps/libpng14_la-pngwio.Tpo .deps/libpng14_la-pngwio.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-DPNG_CONFIGURE_LIBPNG -I/home/gempak/NAWIPS/os/linux64/include -MT
libpng14_la-pngwrite.lo -MD -MP -MF .deps/libpng14_la-pngwrite.Tpo -c -o
libpng14_la-pngwrite.lo `test -f 'pngwrite.c' || echo './'`pngwrite.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG
-I/home/gempak/NAWIPS/os/linux64/include -MT libpng14_la-pngwrite.lo -MD -MP
-MF .deps/libpng14_la-pngwrite.Tpo -c pngwrite.c -o libpng14_la-pngwrite.o
mv -f .deps/libpng14_la-pngwrite.Tpo .deps/libpng14_la-pngwrite.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-DPNG_CONFIGURE_LIBPNG -I/home/gempak/NAWIPS/os/linux64/include -MT
libpng14_la-pngrtran.lo -MD -MP -MF .deps/libpng14_la-pngrtran.Tpo -c -o
libpng14_la-pngrtran.lo `test -f 'pngrtran.c' || echo './'`pngrtran.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG
-I/home/gempak/NAWIPS/os/linux64/include -MT libpng14_la-pngrtran.lo -MD -MP
-MF .deps/libpng14_la-pngrtran.Tpo -c pngrtran.c -o libpng14_la-pngrtran.o
mv -f .deps/libpng14_la-pngrtran.Tpo .deps/libpng14_la-pngrtran.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-DPNG_CONFIGURE_LIBPNG -I/home/gempak/NAWIPS/os/linux64/include -MT
libpng14_la-pngwtran.lo -MD -MP -MF .deps/libpng14_la-pngwtran.Tpo -c -o
libpng14_la-pngwtran.lo `test -f 'pngwtran.c' || echo './'`pngwtran.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG
-I/home/gempak/NAWIPS/os/linux64/include -MT libpng14_la-pngwtran.lo -MD -MP
-MF .deps/libpng14_la-pngwtran.Tpo -c pngwtran.c -o libpng14_la-pngwtran.o
mv -f .deps/libpng14_la-pngwtran.Tpo .deps/libpng14_la-pngwtran.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-DPNG_CONFIGURE_LIBPNG -I/home/gempak/NAWIPS/os/linux64/include -MT
libpng14_la-pngmem.lo -MD -MP -MF .deps/libpng14_la-pngmem.Tpo -c -o
libpng14_la-pngmem.lo `test -f 'pngmem.c' || echo './'`pngmem.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG
-I/home/gempak/NAWIPS/os/linux64/include -MT libpng14_la-pngmem.lo -MD -MP -MF
.deps/libpng14_la-pngmem.Tpo -c pngmem.c -o libpng14_la-pngmem.o
mv -f .deps/libpng14_la-pngmem.Tpo .deps/libpng14_la-pngmem.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-DPNG_CONFIGURE_LIBPNG -I/home/gempak/NAWIPS/os/linux64/include -MT
libpng14_la-pngerror.lo -MD -MP -MF .deps/libpng14_la-pngerror.Tpo -c -o
libpng14_la-pngerror.lo `test -f 'pngerror.c' || echo './'`pngerror.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG
-I/home/gempak/NAWIPS/os/linux64/include -MT libpng14_la-pngerror.lo -MD -MP
-MF .deps/libpng14_la-pngerror.Tpo -c pngerror.c -o libpng14_la-pngerror.o
mv -f .deps/libpng14_la-pngerror.Tpo .deps/libpng14_la-pngerror.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-DPNG_CONFIGURE_LIBPNG -I/home/gempak/NAWIPS/os/linux64/include -MT
libpng14_la-pngpread.lo -MD -MP -MF .deps/libpng14_la-pngpread.Tpo -c -o
libpng14_la-pngpread.lo `test -f 'pngpread.c' || echo './'`pngpread.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG
-I/home/gempak/NAWIPS/os/linux64/include -MT libpng14_la-pngpread.lo -MD -MP
-MF .deps/libpng14_la-pngpread.Tpo -c pngpread.c -o libpng14_la-pngpread.o
mv -f .deps/libpng14_la-pngpread.Tpo .deps/libpng14_la-pngpread.Plo
rm -f libpng.sym libpng.sym.new
gcc -E -DPNG_CONFIGURE_LIBPNG -DPNG_BUILDSYMS ./png.h | \
/bin/sed -n -e \
's|^.*PNG_FUNCTION_EXPORT[
]*\(['_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789']*\).*$|\1|p'
\
-e 's|^.*PNG_DATA_EXPORT[
]*\(['_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789']*\).*$|\1|p'
\
>libpng.sym.new
mv libpng.sym.new libpng.sym
rm -f libpng.vers libpng.vers.new
echo PNG14_0 '{global:' > libpng.vers.new
/bin/sed s/$/\;/ libpng.sym >> libpng.vers.new
echo 'local: *; };' >> libpng.vers.new
mv libpng.vers.new libpng.vers
/bin/sh ./libtool --tag=CC --mode=link gcc
-I/home/gempak/NAWIPS/os/linux64/include -no-undefined -export-dynamic
-version-number 14:4:0 -Wl,--version-script=libpng.vers -o libpng14.la -rpath
/home/gempak/NAWIPS/os/linux64/lib libpng14_la-png.lo libpng14_la-pngset.lo
libpng14_la-pngget.lo libpng14_la-pngrutil.lo libpng14_la-pngtrans.lo
libpng14_la-pngwutil.lo libpng14_la-pngread.lo libpng14_la-pngrio.lo
libpng14_la-pngwio.lo libpng14_la-pngwrite.lo libpng14_la-pngrtran.lo
libpng14_la-pngwtran.lo libpng14_la-pngmem.lo libpng14_la-pngerror.lo
libpng14_la-pngpread.lo -lz -lm
libtool: link: ar cru .libs/libpng14.a libpng14_la-png.o libpng14_la-pngset.o
libpng14_la-pngget.o libpng14_la-pngrutil.o libpng14_la-pngtrans.o
libpng14_la-pngwutil.o libpng14_la-pngread.o libpng14_la-pngrio.o
libpng14_la-pngwio.o libpng14_la-pngwrite.o libpng14_la-pngrtran.o
libpng14_la-pngwtran.o libpng14_la-pngmem.o libpng14_la-pngerror.o
libpng14_la-pngpread.o
libtool: link: ranlib .libs/libpng14.a
libtool: link: ( cd ".libs" && rm -f "libpng14.la" && ln -s "../libpng14.la"
"libpng14.la" )
cp libpng-config libpng14-config
cp libpng.pc libpng14.pc
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/PNG/v1.4.4'
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/PNG/v1.4.4'
test -z "/home/gempak/NAWIPS/os/linux64/bin" || /bin/mkdir -p
"/home/gempak/NAWIPS/os/linux64/bin"
/bin/install -c libpng14-config '/home/gempak/NAWIPS/os/linux64/bin'
test -z "/home/gempak/NAWIPS/os/linux64/lib" || /bin/mkdir -p
"/home/gempak/NAWIPS/os/linux64/lib"
/bin/sh ./libtool --mode=install /bin/install -c libpng14.la
'/home/gempak/NAWIPS/os/linux64/lib'
libtool: install: /bin/install -c .libs/libpng14.lai
/home/gempak/NAWIPS/os/linux64/lib/libpng14.la
libtool: install: /bin/install -c .libs/libpng14.a
/home/gempak/NAWIPS/os/linux64/lib/libpng14.a
libtool: install: chmod 644 /home/gempak/NAWIPS/os/linux64/lib/libpng14.a
libtool: install: ranlib /home/gempak/NAWIPS/os/linux64/lib/libpng14.a
libtool: finish:
PATH="/root/perl5/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/home/gempak/NAWIPS/os/linux64/bin:/home/gempak/NAWIPS/bin:/home/gempak/NAWIPS/os/linux64/bin:/home/gempak/NAWIPS/bin:/sbin"
ldconfig -n /home/gempak/NAWIPS/os/linux64/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/gempak/NAWIPS/os/linux64/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make install-exec-hook
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/PNG/v1.4.4'
cd /home/gempak/NAWIPS/os/linux64/bin; rm -f libpng-config
cd /home/gempak/NAWIPS/os/linux64/bin; ln -s libpng14-config libpng-config
+ cd /home/gempak/NAWIPS/os/linux64/lib
+ for ext in a la so so.14.4 sl dylib dll.a
+ rm -f libpng.a
+ test -f libpng14.a
+ ln -s libpng14.a libpng.a
+ for ext in a la so so.14.4 sl dylib dll.a
+ rm -f libpng.la
+ test -f libpng14.la
+ ln -s libpng14.la libpng.la
+ for ext in a la so so.14.4 sl dylib dll.a
+ rm -f libpng.so
+ test -f libpng14.so
+ for ext in a la so so.14.4 sl dylib dll.a
+ rm -f libpng.so.14.4
+ test -f libpng14.so.14.4
+ for ext in a la so so.14.4 sl dylib dll.a
+ rm -f libpng.sl
+ test -f libpng14.sl
+ for ext in a la so so.14.4 sl dylib dll.a
+ rm -f libpng.dylib
+ test -f libpng14.dylib
+ for ext in a la so so.14.4 sl dylib dll.a
+ rm -f libpng.dll.a
+ test -f libpng14.dll.a
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/PNG/v1.4.4'
test -z "/home/gempak/NAWIPS/os/linux64/share/man/man3" || /bin/mkdir -p
"/home/gempak/NAWIPS/os/linux64/share/man/man3"
/bin/install -c -m 644 libpng.3 libpngpf.3
'/home/gempak/NAWIPS/os/linux64/share/man/man3'
test -z "/home/gempak/NAWIPS/os/linux64/share/man/man5" || /bin/mkdir -p
"/home/gempak/NAWIPS/os/linux64/share/man/man5"
/bin/install -c -m 644 png.5 '/home/gempak/NAWIPS/os/linux64/share/man/man5'
test -z "/home/gempak/NAWIPS/os/linux64/lib/pkgconfig" || /bin/mkdir -p
"/home/gempak/NAWIPS/os/linux64/lib/pkgconfig"
/bin/install -c -m 644 libpng14.pc
'/home/gempak/NAWIPS/os/linux64/lib/pkgconfig'
test -z "/home/gempak/NAWIPS/os/linux64/include/libpng14" || /bin/mkdir -p
"/home/gempak/NAWIPS/os/linux64/include/libpng14"
/bin/install -c -m 644 png.h pngconf.h
'/home/gempak/NAWIPS/os/linux64/include/libpng14'
make install-data-hook
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/PNG/v1.4.4'
cd /home/gempak/NAWIPS/os/linux64/include; rm -f png.h pngconf.h
cd /home/gempak/NAWIPS/os/linux64/include; ln -s libpng14/png.h png.h
cd /home/gempak/NAWIPS/os/linux64/include; ln -s libpng14/pngconf.h \
pngconf.h
cd /home/gempak/NAWIPS/os/linux64/lib/pkgconfig; rm -f libpng.pc
cd /home/gempak/NAWIPS/os/linux64/lib/pkgconfig; ln -s libpng14.pc libpng.pc
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/PNG/v1.4.4'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/PNG/v1.4.4'
make[4]: Leaving directory `/home/gempak/GEMPAK7/extlibs/PNG/v1.4.4'
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/PNG'
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/PNG'
making in /home/gempak/GEMPAK7/extlibs/bzip2
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/bzip2'
( cd bzip2; echo "making /home/gempak/NAWIPS/os/linux64/lib/libbz2.a in `pwd`"
; \
make -w libbz2.a )
making /home/gempak/NAWIPS/os/linux64/lib/libbz2.a in
/home/gempak/GEMPAK7/extlibs/bzip2/bzip2
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/bzip2/bzip2-1.0.6'
If compilation produces errors, or a large number of warnings,
please read README.COMPILATION.PROBLEMS -- you might be able to
adjust the flags in this Makefile to improve matters.
Also in README.COMPILATION.PROBLEMS are some hints that may help
if your build produces an executable which is unable to correctly
handle so-called 'large files' -- files of size 2GB or more.
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c blocksort.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c huffman.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crctable.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c randtable.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c compress.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c decompress.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c bzlib.c
rm -f /home/gempak/NAWIPS/os/linux64/lib/libbz2.a
ar cq /home/gempak/NAWIPS/os/linux64/lib/libbz2.a blocksort.o huffman.o
crctable.o randtable.o compress.o decompress.o bzlib.o
ranlib libbz2.a
cmp -s bzlib.h /home/gempak/NAWIPS/os/linux64/include/bzlib.h || ( cp -p
bzlib.h /home/gempak/NAWIPS/os/linux64/include && echo updated
/home/gempak/NAWIPS/os/linux64/include/bzlib.h )
updated /home/gempak/NAWIPS/os/linux64/include/bzlib.h
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/bzip2/bzip2-1.0.6'
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/bzip2'
making in /home/gempak/GEMPAK7/extlibs/HDF5
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5'
look hdf5
make _lhdf5
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5'
Creating /home/gempak/NAWIPS/os/linux64
/home/gempak/GEMPAK7/extlibs/HDF5/libhdf
make[4]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10'
make[4]: *** No rule to make target `distclean'. Stop.
make[4]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10'
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking shell variables initial values... done
checking if basename works... yes
checking if xargs works... yes
checking for cached host... none
checking for config x86_64-unknown-linux-gnu... no
checking for config x86_64-unknown-linux-gnu... no
checking for config unknown-linux-gnu... no
checking for config unknown-linux-gnu... no
checking for config x86_64-linux-gnu... no
checking for config x86_64-linux-gnu... no
checking for config x86_64-unknown... no
checking for config linux-gnu... found
compiler 'gcc' is GNU gcc-4.8.5
CC_BASENAME is gcc.
checking for config ./config/site-specific/host-ldm-central1-b... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking if unsupported combinations of configure options are allowed... no
checking if Fortran interface enabled... no
checking if Fortran 2003 interface enabled... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking if c++ interface enabled... no
checking for perl... perl
checking for ar... ar
checking whether make sets $(MAKE)... (cached) yes
checking for tr... /bin/tr
checking if srcdir= and time commands work together... no
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to
x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain
format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking if we should install only statically linked executables... no
checking if -Wl,-rpath should be used to link shared libs in nondefault
directories... yes
checking make... checking how make searches directories... VPATH=DIR1 DIR2 ...
checking whether make will build with undefined variables... yes
checking for production mode... production
checking for ceil in -lm... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for difftime... yes
checking for gettimeofday... yes
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/stat.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/types.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking for stdint.h... (cached) yes
checking mach/mach_time.h usability... no
checking mach/mach_time.h presence... no
checking for mach/mach_time.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking if configure should try to set up large file support... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking if large (64-bit) files are supported on this system.... yes
checking for lseek64... yes
checking for fseeko64... yes
checking for ftello64... yes
checking for ftruncate64... yes
checking for fseeko... yes
checking for ftello... yes
checking for stat64... yes
checking for fstat64... yes
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for ptrdiff_t... yes
checking whether byte ordering is bigendian... no
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of unsigned... 4
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of float... 4
checking size of double... 8
checking size of long double... 16
checking size of int8_t... 1
checking size of uint8_t... 1
checking size of int_least8_t... 1
checking size of uint_least8_t... 1
checking size of int_fast8_t... 1
checking size of uint_fast8_t... 1
checking size of int16_t... 2
checking size of uint16_t... 2
checking size of int_least16_t... 2
checking size of uint_least16_t... 2
checking size of int_fast16_t... 8
checking size of uint_fast16_t... 8
checking size of int32_t... 4
checking size of uint32_t... 4
checking size of int_least32_t... 4
checking size of uint_least32_t... 4
checking size of int_fast32_t... 8
checking size of uint_fast32_t... 8
checking size of int64_t... 8
checking size of uint64_t... 8
checking size of int_least64_t... 8
checking size of uint_least64_t... 8
checking size of int_fast64_t... 8
checking size of uint_fast64_t... 8
checking size of size_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of off_t... 8
checking size of off64_t... 8
checking if dev_t is scalar... yes
checking for dmalloc library... suppressed
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for compress2 in -lz... yes
checking for compress2... yes
checking for szlib... suppressed
checking for pthread... suppressed
checking for thread safe support... no
checking whether CLOCK_MONOTONIC is declared... yes
checking for tm_gmtoff in struct tm... yes
checking for __tm_gmtoff in struct tm... no
checking for global timezone variable... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct timezone... yes
checking whether gettimeofday() gives timezone... yes
checking for st_blocks in struct stat... yes
checking for _getvideoconfig... no
checking for gettextinfo... no
checking for GetConsoleScreenBufferInfo... no
checking for _scrsize... no
checking for ioctl... yes
checking for struct videoconfig... no
checking for struct text_info... no
checking for TIOCGWINSZ... yes
checking for TIOCGETD... yes
checking for alarm... yes
checking for BSDgettimeofday... no
checking for fork... yes
checking for frexpf... yes
checking for frexpl... yes
checking for gethostname... yes
checking for getpwuid... yes
checking for getrusage... yes
checking for lstat... yes
checking for rand_r... yes
checking for random... yes
checking for setsysinfo... no
checking for signal... yes
checking for longjmp... yes
checking for setjmp... yes
checking for siglongjmp... yes
checking for sigsetjmp... no
checking for sigprocmask... yes
checking for snprintf... yes
checking for srandom... yes
checking for strdup... yes
checking for symlink... yes
checking for system... yes
checking for tmpfile... yes
checking for vasprintf... yes
checking for waitpid... yes
checking for vsnprintf... yes
checking if vsnprintf returns correct value... yes
checking if lone colon can be used as an argument... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for __attribute__ extension... yes
checking for __func__ extension... yes
checking for __FUNCTION__ extension... yes
checking for C99 designated initialization support... yes
checking how to print long long... %ld and %lu
checking Threads support system scope... yes
checking for gpfs... suppressed
checking for debug flags... none
checking whether function stack tracking is enabled... no
checking whether metadata trace file code is enabled... no
checking for API tracing... no
checking for instrumented library... no
checking whether to clear file buffers... yes
checking whether a memory checking tool will be used... no
checking for parallel support files... skipped
checking for I/O filters... all (shuffle,fletcher32,nbit,scaleoffset)
checking for Default Virtual File Driver definition... yes
checking for Direct Virtual File Driver support... no
checking whether exception handling functions is checked during data
conversions... yes
checking whether data accuracy is guaranteed during data conversions... yes
checking if converting denormalized floating-point values is possible... yes
checking if converting floating-point values to long long is not working...
false
checking if the machine has window style path name... no
checking if converting from long double to integers is accurate... yes
checking if converting from long double to integers works... yes
checking if accurately converting from integers to long double... yes
checking if accurately converting unsigned long to float values... yes
checking if accurately converting unsigned long long to floating-point
values... yes
checking if accurately roundup converting floating-point to unsigned long long
values... yes
checking if right maximum converting floating-point to unsigned long long
values... yes
checking if correctly converting long double to unsigned int values... yes
checking if compiling unsigned long long to floating-point typecasts work... yes
checking if compiling long long to floating-point typecasts work... yes
checking if converting unsigned long long to long double with precision... yes
checking if overflows normally converting floating-point to integer values...
yes
checking if using special algorithm to convert long double to (unsigned) long
values... no
checking if using special algorithm to convert (unsigned) long to long double
values... no
checking if correctly converting long double to (unsigned) long long values...
yes
checking if correctly converting (unsigned) long long to long double values...
yes
checking if bad code for log2 routine is generated... no
checking if high level library is enabled... yes
checking additional programs should be built... no
checking if deprecated public symbols are available... yes
checking which version of public symbols to use by default... v18
checking Whether to perform strict file format checks... no
checking Whether to have library information embedded in the executables... yes
checking if alignment restrictions are strictly enforced... no
checking that generated files are newer than configure... done
configure: creating ./config.status
configure: creating ./config.lt
config.lt: creating libtool
config.status: creating src/libhdf5.settings
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating test/testcheck_version.sh
config.status: creating test/testerror.sh
config.status: creating test/H5srcdir_str.h
config.status: creating test/testlibinfo.sh
config.status: creating test/testlinks_env.sh
config.status: creating testpar/Makefile
config.status: creating testpar/testph5.sh
config.status: creating perform/Makefile
config.status: creating tools/Makefile
config.status: creating tools/h5dump/Makefile
config.status: creating tools/h5dump/testh5dump.sh
config.status: creating tools/h5dump/testh5dumppbits.sh
config.status: creating tools/h5dump/testh5dumpxml.sh
config.status: creating tools/h5ls/testh5ls.sh
config.status: creating tools/h5import/Makefile
config.status: creating tools/h5import/h5importtestutil.sh
config.status: creating tools/h5diff/Makefile
config.status: creating tools/h5diff/testh5diff.sh
config.status: creating tools/h5diff/testph5diff.sh
config.status: creating tools/h5jam/Makefile
config.status: creating tools/h5jam/testh5jam.sh
config.status: creating tools/h5repack/Makefile
config.status: creating tools/h5repack/h5repack.sh
config.status: creating tools/h5ls/Makefile
config.status: creating tools/h5copy/Makefile
config.status: creating tools/h5copy/testh5copy.sh
config.status: creating tools/lib/Makefile
config.status: creating tools/misc/Makefile
config.status: creating tools/misc/h5cc
config.status: creating tools/misc/testh5mkgrp.sh
config.status: creating tools/misc/testh5repart.sh
config.status: creating tools/h5stat/testh5stat.sh
config.status: creating tools/h5stat/Makefile
config.status: creating examples/Makefile
config.status: creating examples/run-c-ex.sh
config.status: creating examples/testh5cc.sh
config.status: creating c++/Makefile
config.status: creating c++/src/Makefile
config.status: creating c++/src/h5c++
config.status: creating c++/test/Makefile
config.status: creating c++/test/H5srcdir_str.h
config.status: creating c++/examples/Makefile
config.status: creating c++/examples/run-c++-ex.sh
config.status: creating c++/examples/testh5c++.sh
config.status: creating fortran/Makefile
config.status: creating fortran/src/h5fc
config.status: creating fortran/src/Makefile
config.status: creating fortran/test/Makefile
config.status: creating fortran/testpar/Makefile
config.status: creating fortran/examples/Makefile
config.status: creating fortran/examples/run-fortran-ex.sh
config.status: creating fortran/examples/testh5fc.sh
config.status: creating hl/Makefile
config.status: creating hl/src/Makefile
config.status: creating hl/test/Makefile
config.status: creating hl/test/H5srcdir_str.h
config.status: creating hl/tools/Makefile
config.status: creating hl/tools/gif2h5/Makefile
config.status: creating hl/tools/gif2h5/h52giftest.sh
config.status: creating hl/examples/Makefile
config.status: creating hl/examples/run-hlc-ex.sh
config.status: creating hl/c++/Makefile
config.status: creating hl/c++/src/Makefile
config.status: creating hl/c++/test/Makefile
config.status: creating hl/c++/examples/Makefile
config.status: creating hl/c++/examples/run-hlc++-ex.sh
config.status: creating hl/fortran/Makefile
config.status: creating hl/fortran/src/Makefile
config.status: creating hl/fortran/test/Makefile
config.status: creating hl/fortran/examples/Makefile
config.status: creating hl/fortran/examples/run-hlfortran-ex.sh
config.status: creating src/H5config.h
config.status: executing pubconf commands
creating src/H5pubconf.h
Post process src/libhdf5.settings
config.status: executing depfiles commands
config.status: executing libtool commands
SUMMARY OF THE HDF5 CONFIGURATION
=================================
General Information:
-------------------
HDF5 Version: 1.8.10-patch1
Configured on: Tue Mar 15 20:59:55 UTC 2016
Configured by: gempak@ldm-central1-b
Configure mode: production
Host system: x86_64-unknown-linux-gnu
Uname information: Linux ldm-central1-b
3.10.0-327.10.1.el7.x86_64 #1 SMP Tue Feb 16 17:03:50 UTC 2016 x86_64 x86_64
x86_64 GNU/Linux
Byte sex: little-endian
Libraries:
Installation point: /home/gempak/NAWIPS/os/linux64
Compiling Options:
------------------
Compilation Mode: production
C Compiler: /bin/gcc ( gcc (GCC) 4.8.5 20150623 )
CFLAGS:
H5_CFLAGS: -std=c99 -pedantic -Wall -Wextra -Wundef
-Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align
-Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs
-Winline -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
-Wdisabled-optimization -Wformat=2 -Wendif-labels -Wdeclaration-after-statement
-Wold-style-definition -Winvalid-pch -Wvariadic-macros -Winit-self
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros
-Wunsafe-loop-optimizations -Wc++-compat -Wstrict-overflow -Wlogical-op
-Wlarger-than=2048 -Wvla -Wsync-nand -Wframe-larger-than=16384
-Wpacked-bitfield-compat -Wstrict-overflow=5 -Wjump-misses-init
-Wunsuffixed-float-constants -Wdouble-promotion -Wsuggest-attribute=const
-Wtrampolines -Wstack-usage=8192 -Wvector-operation-performance -O3
-fomit-frame-pointer -finline-functions
AM_CFLAGS:
CPPFLAGS:
H5_CPPFLAGS: -D_POSIX_C_SOURCE=199506L -DNDEBUG
-UH5_DEBUG_API
AM_CPPFLAGS: -I/home/gempak/NAWIPS/os/linux64/include
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE
Shared C Library: no
Static C Library: yes
Statically Linked Executables: no
LDFLAGS:
H5_LDFLAGS:
AM_LDFLAGS: -L/home/gempak/NAWIPS/os/linux64/lib
Extra libraries: -lz -lm
Archiver: ar
Ranlib: ranlib
Debugged Packages:
API Tracing: no
Languages:
----------
Fortran: no
C++: no
Features:
---------
Parallel HDF5: no
High Level library: yes
Threadsafety: no
Default API Mapping: v18
With Deprecated Public Symbols: yes
I/O filters (external): deflate(zlib)
I/O filters (internal): shuffle,fletcher32,nbit,scaleoffset
MPE: no
Direct VFD: no
dmalloc: no
Clear file buffers before write: yes
Using memory checker: no
Function Stack Tracing: no
GPFS: no
Strict File Format Checks: no
Optimization Instrumentation: no
Large File Support (LFS): yes
make[4]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10'
Making all in src
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/src'
make all-am
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/src'
CC H5.lo
In file included from H5.c:24:0:
H5.c: In function 'H5_init_library':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5.c:107:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5checksum.lo
H5checksum.c: In function 'H5_checksum_lookup3':
H5checksum.c:409:5: warning: switch missing default case [-Wswitch-default]
switch(length) /* all the case statements fall through */
^
CC H5dbg.lo
In file included from H5dbg.c:34:0:
H5dbg.c: In function 'H5_buffer_dump':
H5private.h:1809:13: warning: unused variable 'err_occurred' [-Wunused-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5dbg.c:86:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5dbg.c:102:5: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for(u = 0; u < buf_size; u += 16) {
^
CC H5system.lo
H5system.c: In function 'HDfprintf':
H5system.c:142:5: warning: switch missing default case [-Wswitch-default]
switch(*s) {
^
H5system.c:261:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
n = fprintf (stream, format_templ, x);
^
H5system.c:264:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
n = fprintf (stream, format_templ, x);
^
H5system.c:267:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
n = fprintf (stream, format_templ, x);
^
H5system.c:270:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
n = fprintf (stream, format_templ, x);
^
H5system.c:280:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
n = fprintf (stream, format_templ, x);
^
H5system.c:283:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
n = fprintf (stream, format_templ, x);
^
H5system.c:286:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
n = fprintf (stream, format_templ, x);
^
H5system.c:289:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
n = fprintf (stream, format_templ, x);
^
H5system.c:300:9: warning: implicit conversion from 'float' to 'double' when
passing argument to function [-Wdouble-promotion]
n = fprintf (stream, format_templ, x);
^
H5system.c:300:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
H5system.c:303:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
n = fprintf (stream, format_templ, x);
^
H5system.c:311:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
n = fprintf (stream, format_templ, x);
^
H5system.c:340:7: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
n = fprintf(stream, format_templ, x);
^
H5system.c:348:7: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
fprintf(stream, format_templ, "UNDEF");
^
H5system.c:356:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
n = fprintf (stream, format_templ, x);
^
H5system.c:364:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
n = fprintf (stream, format_templ, x);
^
H5system.c:370:17: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
n = fprintf (stream, format_templ, nout);
^
H5system.c: In function 'HDstrtoll':
H5system.c:482:7: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
(*s>='A' && *s<'A'+base-10)))) {
^
H5system.c:482:7: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
H5system.c:482:7: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
In file included from H5system.c:35:0:
H5system.c: In function 'H5_build_extpath':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5system.c:692:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5timer.lo
H5timer.c: In function 'H5_timer_begin':
H5timer.c:134:20: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((double)rusage.ru_utime.tv_usec / 1e6);
^
H5timer.c:136:20: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((double)rusage.ru_stime.tv_usec / 1e6);
^
H5timer.c:143:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
timer->etime = (double)etime.tv_sec + ((double)etime.tv_usec / 1e6);
^
H5timer.c: In function 'H5_timer_end':
H5timer.c:175:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
timer->utime = MAX(0.0, now.utime - timer->utime);
^
H5timer.c:175:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:176:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
timer->stime = MAX(0.0, now.stime - timer->stime);
^
H5timer.c:176:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:177:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
timer->etime = MAX(0.0, now.etime - timer->etime);
^
H5timer.c:177:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c: In function 'H5_bandwidth':
H5timer.c:219:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(nseconds <= 0.0)
^
H5timer.c:223:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(fabs(bw) < 0.0000000001)
^
H5timer.c:226:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
else if(bw < 1.0)
^
H5timer.c:228:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
else if(bw < 1024.0) {
^
H5timer.c:231:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
} else if(bw < (1024.0 * 1024.0)) {
^
H5timer.c:231:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:232:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sprintf(buf, "%05.4f", bw / 1024.0);
^
H5timer.c:234:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
} else if(bw < (1024.0 * 1024.0 * 1024.0)) {
^
H5timer.c:234:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:234:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:235:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sprintf(buf, "%05.4f", bw / (1024.0 * 1024.0));
^
H5timer.c:235:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:237:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
} else if(bw < (1024.0 * 1024.0 * 1024.0 * 1024.0)) {
^
H5timer.c:237:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:237:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:237:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:238:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sprintf(buf, "%05.4f", bw / (1024.0 * 1024.0 * 1024.0));
^
H5timer.c:238:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:238:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:240:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
} else if(bw < (1024.0 * 1024.0 * 1024.0 * 1024.0 * 1024.0)) {
^
H5timer.c:240:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:240:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:240:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:240:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:241:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sprintf(buf, "%05.4f", bw / (1024.0 * 1024.0 * 1024.0 * 1024.0));
^
H5timer.c:241:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:241:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5timer.c:241:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
CC H5trace.lo
H5trace.c: In function 'H5_trace':
H5trace.c:132:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
static H5_timer_t first_time = {0.0, 0.0, 0.0};
^
H5trace.c:132:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5trace.c:132:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5trace.c:139:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
return 0.0; /*tracing is off*/
^
H5trace.c:146:17: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
return 0.0;
^
H5trace.c:153:17: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
return 0.0;
^
H5trace.c:159:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(fabs(first_time.etime) < 0.0000000001)
^
H5trace.c:235:6: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
unsigned n = (unsigned)MAX (0, (int)HDstrlen(argname) - 3); /*lint !e666
Allow expression with side effects */
^
H5trace.c:2319:29: warning: conversion to 'hssize_t' from 'long unsigned int'
may change the sign of the result [-Wsign-conversion]
asize[argno] = iul;
^
H5trace.c:2343:29: warning: conversion to 'hssize_t' from 'long long unsigned
int' may change the sign of the result [-Wsign-conversion]
asize[argno] = iull;
^
CC H5A.lo
In file included from H5A.c:30:0:
H5A.c: In function 'H5A_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5A.c:123:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5A.c: In function 'H5A_init_interface':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5A.c:148:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5A.c: In function 'H5A_create':
H5A.c:430:5: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
if(NULL == (attr->shared->dt = H5T_copy(type, H5T_COPY_ALL)))
^
In file included from H5Oprivate.h:41:0,
from H5Aprivate.h:27,
from H5Apkg.h:39,
from H5A.c:31:
H5Tprivate.h:109:15: note: expected 'struct H5T_t *' but argument is of type
'const struct H5T_t *'
H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
^
In file included from H5A.c:30:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5A.c:379:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5A.c: In function 'H5A_open_common':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5A.c:736:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5A.c: In function 'H5A_open_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5A.c:793:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5A.c: In function 'H5A_open_by_name':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5A.c:857:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5A.c: In function 'H5A_write':
H5A.c:997:13: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
if((src_id = H5I_register(H5I_DATATYPE, H5T_copy(mem_type,
H5T_COPY_ALL), FALSE)) < 0 ||
^
In file included from H5Oprivate.h:41:0,
from H5Aprivate.h:27,
from H5Apkg.h:39,
from H5A.c:31:
H5Tprivate.h:109:15: note: expected 'struct H5T_t *' but argument is of type
'const struct H5T_t *'
H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
^
In file included from H5A.c:30:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5A.c:973:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5A.c: In function 'H5A_read':
H5A.c:1157:25: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
(dst_id = H5I_register(H5I_DATATYPE,
H5T_copy(mem_type, H5T_COPY_ALL), FALSE)) < 0)
^
In file included from H5Oprivate.h:41:0,
from H5Aprivate.h:27,
from H5Apkg.h:39,
from H5A.c:31:
H5Tprivate.h:109:15: note: expected 'struct H5T_t *' but argument is of type
'const struct H5T_t *'
H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
^
In file included from H5A.c:30:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5A.c:1129:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5A.c: In function 'H5A_get_name':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5A.c:1435:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5A.c: In function 'H5A_get_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5A.c:1741:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5A.c: In function 'H5A_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5A.c:2322:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5A.c: In function 'H5A_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5A.c:2384:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5A.c: In function 'H5A_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5A.c:2432:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5A.c: In function 'H5A_oloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5A.c:2488:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5A.c: In function 'H5A_nameof':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5A.c:2520:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5A.c: In function 'H5A_type':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5A.c:2550:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
CC H5Abtree2.lo
In file included from H5Abtree2.c:37:0:
H5Abtree2.c: In function 'H5A_dense_fh_name_cmp':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Abtree2.c:174:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Abtree2.c: In function 'H5A_dense_btree2_name_compare':
H5Abtree2.c:272:16: warning: variable 'status' set but not used
[-Wunused-but-set-variable]
herr_t status; /* Status from fractal heap 'op'
routine */
^
CC H5Adense.lo
In file included from H5Adense.c:39:0:
H5Adense.c: In function 'H5A_dense_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:195:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Adense.c: In function 'H5A_dense_fnd_cb':
H5private.h:1809:13: warning: unused variable 'err_occurred' [-Wunused-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:312:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Adense.c: In function 'H5A_dense_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:352:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Adense.c: In function 'H5A_dense_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:447:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Adense.c: In function 'H5A_dense_write_bt2_cb2':
H5private.h:1809:13: warning: unused variable 'err_occurred' [-Wunused-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:600:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Adense.c: In function 'H5A_dense_write_bt2_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:641:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Adense.c: In function 'H5A_dense_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:757:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Adense.c: In function 'H5A_dense_copy_fh_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:853:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Adense.c: In function 'H5A_dense_rename':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:904:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Adense.c: In function 'H5A_dense_iterate_bt2_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:1052:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Adense.c: In function 'H5A_dense_iterate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:1154:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Adense.c: In function 'H5A_dense_remove_bt2_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:1289:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Adense.c: In function 'H5A_dense_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:1355:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Adense.c: In function 'H5A_dense_remove_by_idx_bt2_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:1447:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Adense.c: In function 'H5A_dense_remove_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:1574:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Adense.c: In function 'H5A_dense_exists':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:1704:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Adense.c: In function 'H5A_dense_delete_bt2_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:1791:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Adense.c: In function 'H5A_dense_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Adense.c:1855:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Adeprec.lo
CC H5Aint.lo
In file included from H5Aint.c:38:0:
H5Aint.c: In function 'H5A__compact_build_table_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Aint.c:150:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Aint.c: In function 'H5A_compact_build_table':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Aint.c:211:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Aint.c: In function 'H5A_dense_build_table_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Aint.c:272:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Aint.c: In function 'H5A_dense_build_table':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Aint.c:321:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Aint.c: In function 'H5A_attr_iterate_table':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Aint.c:574:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Aint.c: In function 'H5A_attr_release_table':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Aint.c:653:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Aint.c: In function 'H5A_get_ainfo':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Aint.c:698:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
In file included from H5Aint.c:38:0:
H5Aint.c: In function 'H5A_attr_copy_file':
H5Sprivate.h:148:71: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
#define H5S_GET_EXTENT_NPOINTS(S) (H5S_get_simple_extent_npoints(S))
^
H5private.h:1464:23: note: in definition of macro 'H5_ASSIGN_OVERFLOW'
(dst) = (dsttype)(src);
^
H5Aint.c:917:53: note: in expansion of macro 'H5S_GET_EXTENT_NPOINTS'
H5_ASSIGN_OVERFLOW(attr_dst->shared->data_size,
H5S_GET_EXTENT_NPOINTS(attr_dst->shared->ds) *
H5T_get_size(attr_dst->shared->dt), hssize_t, size_t);
^
In file included from H5Aint.c:38:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Aint.c:833:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Aint.c:819:17: warning: unused parameter 'cpy_info' [-Wunused-parameter]
H5O_copy_t *cpy_info, hid_t dxpl_id)
^
In file included from H5Aint.c:38:0:
H5Aint.c: In function 'H5A_attr_post_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Aint.c:1082:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Aint.c: In function 'H5A_dense_post_copy_file_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Aint.c:1178:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Aint.c: In function 'H5A_dense_post_copy_file_all':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Aint.c:1234:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Atest.lo
In file included from H5Atest.c:38:0:
H5Atest.c: In function 'H5A_is_shared_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Atest.c:100:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Atest.c: In function 'H5A_get_shared_rc_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Atest.c:133:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5AC.lo
In file included from H5AC.c:41:0:
H5AC.c: In function 'H5AC_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:235:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:468:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:654:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_expunge_entry':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:733:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:818:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_get_entry_status':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:890:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_insert_entry':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:941:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_mark_entry_dirty':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:1040:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_move_entry':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:1111:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_pin_protected_entry':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:1189:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_protect':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:1258:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5AC.c: In function 'H5AC_resize_entry':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:1373:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_unpin_entry':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:1440:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_unprotect':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:1522:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_stats':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:1698:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_dump_cache':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:1730:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_get_cache_auto_resize_config':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:1767:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_get_cache_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:1889:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_get_cache_hit_rate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:1927:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_reset_cache_hit_rate_stats':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:1955:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_set_cache_auto_resize_config':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:1996:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_validate_config':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:2173:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_close_trace_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:2267:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_open_trace_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:2329:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_check_if_write_permitted':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:2826:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5AC.c: In function 'H5AC_ext_config_2_int_config':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5AC.c:3101:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5B.lo
In file included from H5B.c:106:0:
H5B.c: In function 'H5B_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B.c:225:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B.c: In function 'H5B_find':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B.c:314:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B.c: In function 'H5B_split':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B.c:410:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B.c: In function 'H5B_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B.c:585:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B.c: In function 'H5B_insert_helper':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B.c:825:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B.c: In function 'H5B_iterate_helper':
H5B.c:1259:15: warning: request for implicit conversion from 'void *' to
'haddr_t *' not permitted in C++ [-Wc++-compat]
child = H5FL_SEQ_FREE(haddr_t, child);
^
In file included from H5B.c:106:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B.c:1145:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B.c: In function 'H5B_remove_helper':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B.c:1343:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(H5B_INS_ERROR)
^
H5B.c: In function 'H5B_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B.c:1665:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B.c: In function 'H5B_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B.c:1709:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B.c: In function 'H5B_shared_new':
H5B.c:1828:30: warning: request for implicit conversion from 'void *' to
'size_t *' not permitted in C++ [-Wc++-compat]
shared->nkey = H5FL_SEQ_FREE(size_t, shared->nkey);
^
In file included from H5B.c:106:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B.c:1782:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5B.c: In function 'H5B_shared_free':
H5B.c:1859:18: warning: request for implicit conversion from 'void *' to
'size_t *' not permitted in C++ [-Wc++-compat]
shared->nkey = H5FL_SEQ_FREE(size_t, shared->nkey);
^
H5B.c: In function 'H5B_copy':
H5B.c:1927:22: warning: request for implicit conversion from 'void *' to
'haddr_t *' not permitted in C++ [-Wc++-compat]
new_node->child = H5FL_SEQ_FREE(haddr_t, new_node->child);
^
In file included from H5B.c:106:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B.c:1890:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5B.c: In function 'H5B_get_info_helper':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B.c:1963:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B.c: In function 'H5B_get_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B.c:2062:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B.c: In function 'H5B_valid':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B.c:2116:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B.c:2112:26: warning: variable 'shared' set but not used
[-Wunused-but-set-variable]
H5B_shared_t *shared; /* Pointer to shared B-tree
info */
^
H5B.c: In function 'H5B_node_dest':
H5B.c:2174:15: warning: request for implicit conversion from 'void *' to
'haddr_t *' not permitted in C++ [-Wc++-compat]
bt->child = H5FL_SEQ_FREE(haddr_t, bt->child);
^
CC H5Bcache.lo
In file included from H5Bcache.c:37:0:
H5Bcache.c: In function 'H5B_load':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Bcache.c:110:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Bcache.c: In function 'H5B_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Bcache.c:213:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Bcache.c: In function 'H5B_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Bcache.c:303:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Bcache.c: In function 'H5B_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Bcache.c:356:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Bcache.c: In function 'H5B_compute_size':
H5private.h:1809:13: warning: unused variable 'err_occurred' [-Wunused-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Bcache.c:394:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Bdbg.lo
H5Bdbg.c: In function 'H5B_debug':
H5Bdbg.c:130:5: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
"Address:", bt->child[u]);
^
H5Bdbg.c:136:23: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
"Left Key:");
^
H5Bdbg.c:139:10: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
H5B_NKEY(bt, shared, u), udata);
^
H5Bdbg.c:143:23: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
"Right Key:");
^
H5Bdbg.c:146:10: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
H5B_NKEY(bt, shared, u + 1), udata);
^
In file included from H5Bdbg.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Bdbg.c:68:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5B2.lo
In file included from H5B2.c:41:0:
H5B2.c: In function 'H5B2_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2.c:137:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5B2.c: In function 'H5B2_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2.c:210:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2.c: In function 'H5B2_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2.c:275:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B2.c: In function 'H5B2_find':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2.c:430:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B2.c: In function 'H5B2_index':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2.c:565:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B2.c: In function 'H5B2_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2.c:719:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B2.c: In function 'H5B2_remove_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2.c:793:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B2.c: In function 'H5B2_neighbor':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2.c:916:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B2.c: In function 'H5B2_modify':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2.c:978:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B2.c: In function 'H5B2_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2.c:1130:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2.c: In function 'H5B2_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2.c:1240:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5B2cache.lo
In file included from H5B2cache.c:37:0:
H5B2cache.c: In function 'H5B2_cache_hdr_load':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2cache.c:165:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2cache.c: In function 'H5B2_cache_hdr_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2cache.c:280:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2cache.c: In function 'H5B2_cache_hdr_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2cache.c:381:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2cache.c: In function 'H5B2_cache_hdr_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2cache.c:425:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2cache.c: In function 'H5B2_cache_hdr_size':
H5private.h:1809:13: warning: unused variable 'err_occurred' [-Wunused-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2cache.c:462:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2cache.c: In function 'H5B2_cache_internal_load':
H5B2cache.c:552:27: warning: conversion to 'uint16_t' from 'unsigned int' may
alter its value [-Wconversion]
internal->nrec = udata->nrec;
^
H5B2cache.c:553:28: warning: conversion to 'uint16_t' from 'unsigned int' may
alter its value [-Wconversion]
internal->depth = udata->depth;
^
In file included from H5B2private.h:34:0,
from H5B2pkg.h:32,
from H5B2cache.c:38:
H5Fprivate.h:159:20: warning: conversion to 'uint16_t' from 'int' may alter its
value [-Wconversion]
n = (n << 8) | *(--p); \
^
H5Fprivate.h:191:41: note: in expansion of macro 'DECODE_VAR'
# define UINT64DECODE_VAR(p, n, l) DECODE_VAR(p, n, l)
^
H5B2cache.c:572:9: note: in expansion of macro 'UINT64DECODE_VAR'
UINT64DECODE_VAR(p, int_node_ptr->node_nrec,
udata->hdr->max_nrec_size);
^
In file included from H5B2cache.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2cache.c:502:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2cache.c: In function 'H5B2_cache_internal_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2cache.c:625:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2cache.c: In function 'H5B2_cache_internal_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2cache.c:722:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2cache.c: In function 'H5B2_cache_internal_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2cache.c:767:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2cache.c: In function 'H5B2_cache_leaf_load':
H5B2cache.c:890:23: warning: conversion to 'uint16_t' from 'unsigned int' may
alter its value [-Wconversion]
leaf->nrec = udata->nrec;
^
In file included from H5B2cache.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2cache.c:844:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2cache.c: In function 'H5B2_cache_leaf_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2cache.c:947:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2cache.c: In function 'H5B2_cache_leaf_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2cache.c:1030:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2cache.c: In function 'H5B2_cache_leaf_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2cache.c:1075:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5B2dbg.lo
H5B2dbg.c: In function 'H5B2_hdr_debug':
H5B2dbg.c:175:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
hdr->node_info[u].max_nrec, hdr->node_info[u].split_nrec,
hdr->node_info[u].merge_nrec);
^
In file included from H5B2dbg.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2dbg.c:100:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B2dbg.c: In function 'H5B2_int_debug':
H5B2dbg.c:289:19: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
internal->node_ptrs[u].addr);
^
H5B2dbg.c:294:19: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
temp_str);
^
H5B2dbg.c:297:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
H5B2_INT_NREC(internal, hdr, u), dbg_ctx);
^
H5B2dbg.c:306:15: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
internal->node_ptrs[u].addr);
^
In file included from H5B2dbg.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2dbg.c:216:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B2dbg.c: In function 'H5B2_leaf_debug':
H5B2dbg.c:415:19: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
temp_str);
^
H5B2dbg.c:418:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
H5B2_LEAF_NREC(leaf, hdr, u), dbg_ctx);
^
In file included from H5B2dbg.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2dbg.c:348:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5B2hdr.lo
In file included from H5B2hdr.c:36:0:
H5B2hdr.c: In function 'H5B2_hdr_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2hdr.c:118:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2hdr.c: In function 'H5B2_hdr_alloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2hdr.c:244:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2hdr.c: In function 'H5B2_hdr_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2hdr.c:291:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2hdr.c: In function 'H5B2_hdr_incr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2hdr.c:345:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2hdr.c: In function 'H5B2_hdr_decr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2hdr.c:381:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2hdr.c: In function 'H5B2_hdr_fuse_incr':
H5private.h:1809:13: warning: unused variable 'err_occurred' [-Wunused-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2hdr.c:416:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2hdr.c: In function 'H5B2_hdr_fuse_decr':
H5private.h:1809:13: warning: unused variable 'err_occurred' [-Wunused-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2hdr.c:444:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2hdr.c: In function 'H5B2_hdr_dirty':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2hdr.c:475:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2hdr.c: In function 'H5B2_hdr_free':
H5B2hdr.c:525:22: warning: request for implicit conversion from 'void *' to
'size_t *' not permitted in C++ [-Wc++-compat]
hdr->nat_off = H5FL_SEQ_FREE(size_t, hdr->nat_off);
^
H5B2hdr.c:542:24: warning: request for implicit conversion from 'void *' to
'struct H5B2_node_info_t *' not permitted in C++ [-Wc++-compat]
hdr->node_info = H5FL_SEQ_FREE(H5B2_node_info_t, hdr->node_info);
^
In file included from H5B2hdr.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2hdr.c:507:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2hdr.c: In function 'H5B2_hdr_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2hdr.c:572:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B2hdr.c:570:12: warning: variable 'ret_value' set but not used
[-Wunused-but-set-variable]
herr_t ret_value = SUCCEED; /* Return value */
^
CC H5B2int.lo
In file included from H5B2int.c:36:0:
H5B2int.c: In function 'H5B2_split1':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:190:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_split_root':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:371:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_redistribute2':
H5B2int.c:549:13: warning: conversion to 'hssize_t' from 'hsize_t' may change
the sign of the result [-Wsign-conversion]
left_moved_nrec = moved_nrec;
^
H5B2int.c:550:13: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
right_moved_nrec -= moved_nrec;
^
H5B2int.c:550:30: warning: conversion to 'hssize_t' from 'long long unsigned
int' may change the sign of the result [-Wsign-conversion]
right_moved_nrec -= moved_nrec;
^
H5B2int.c:602:13: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
left_moved_nrec -= moved_nrec;
^
H5B2int.c:602:29: warning: conversion to 'hssize_t' from 'long long unsigned
int' may change the sign of the result [-Wsign-conversion]
left_moved_nrec -= moved_nrec;
^
H5B2int.c:603:13: warning: conversion to 'hssize_t' from 'hsize_t' may change
the sign of the result [-Wsign-conversion]
right_moved_nrec = moved_nrec;
^
In file included from H5B2int.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:453:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_redistribute3':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:687:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_merge2':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:1068:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_merge3':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:1228:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_swap_leaf':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:1446:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_insert_leaf':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:1533:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_insert_internal':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:1609:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_create_leaf':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:1739:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_protect_leaf':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:1808:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_create_internal':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:1849:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_protect_internal':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:1927:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_iterate_node':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:1978:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_remove_leaf':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:2085:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_remove_internal':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:2170:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_remove_leaf_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:2366:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_remove_internal_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:2450:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_neighbor_leaf':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:2713:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_neighbor_internal':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:2799:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_delete_node':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:2871:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_node_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:2949:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B2int.c: In function 'H5B2_internal_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:3002:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2int.c: In function 'H5B2_leaf_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2int.c:3047:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5B2stat.lo
In file included from H5B2stat.c:33:0:
H5B2stat.c: In function 'H5B2_stat_info':
H5private.h:1809:13: warning: unused variable 'err_occurred' [-Wunused-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2stat.c:89:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2stat.c: In function 'H5B2_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2stat.c:121:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5B2test.lo
In file included from H5B2test.c:35:0:
H5B2test.c: In function 'H5B2_test_crt_context':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2test.c:129:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2test.c: In function 'H5B2_test_crt_dbg_context':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2test.c:332:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5B2test.c: In function 'H5B2_get_node_info_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2test.c:405:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5B2test.c: In function 'H5B2_get_node_depth_test':
H5B2test.c:529:22: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
ret_value = ninfo.depth;
^
In file included from H5B2test.c:35:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5B2test.c:519:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5C.lo
In file included from H5C.c:77:0:
H5C.c: In function 'H5C_epoch_marker_load':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:222:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: In function 'H5C_epoch_marker_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:241:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: In function 'H5C_epoch_marker_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:256:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: In function 'H5C_epoch_marker_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:272:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: In function 'H5C_epoch_marker_notify':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:287:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: In function 'H5C_epoch_marker_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:302:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: In function 'H5C_create':
H5C.c:1078:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
(cache_ptr->resize_ctl).min_clean_fraction = H5C__DEF_AR_MIN_CLEAN_FRAC;
^
H5C.c:1084:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
(cache_ptr->resize_ctl).lower_hr_threshold = H5C__DEF_AR_LOWER_THRESHHOLD;
^
H5C.c:1085:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
(cache_ptr->resize_ctl).increment = H5C__DEF_AR_INCREMENT;
^
H5C.c:1090:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
(cache_ptr->resize_ctl).flash_multiple = 1.0;
^
H5C.c:1091:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
(cache_ptr->resize_ctl).flash_threshold = 0.25;
^
H5C.c:1094:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
(cache_ptr->resize_ctl).upper_hr_threshold = H5C__DEF_AR_UPPER_THRESHHOLD;
^
H5C.c:1095:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
(cache_ptr->resize_ctl).decrement = H5C__DEF_AR_DECREMENT;
^
H5C.c:1100:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
(cache_ptr->resize_ctl).empty_reserve = H5C__DEF_AR_EMPTY_RESERVE;
^
In file included from H5C.c:77:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:968:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5C.c: In function 'H5C_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:1393:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_expunge_entry':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:1447:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_flush_cache':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:1579:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_flush_to_min_clean':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:1937:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_get_cache_auto_resize_config':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:2108:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_get_cache_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:2157:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_get_cache_hit_rate':
H5C.c:2236:9: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
*hit_rate_ptr = 0.0;
^
In file included from H5C.c:77:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:2214:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_get_entry_status':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:2281:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_get_evictions_enabled':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:2361:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_insert_entry':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:2493:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_mark_entry_dirty':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:3069:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_move_entry':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:3148:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c:3140:15: warning: variable 'was_dirty' set but not used
[-Wunused-but-set-variable]
hbool_t was_dirty;
^
In file included from H5C.c:77:0:
H5C.c: In function 'H5C_resize_entry':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:3312:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_pin_protected_entry':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:3415:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c:3411:25: warning: variable 'cache_ptr' set but not used
[-Wunused-but-set-variable]
H5C_t * cache_ptr;
^
In file included from H5C.c:77:0:
H5C.c: In function 'H5C_protect':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:3516:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5C.c: In function 'H5C_reset_cache_hit_rate_stats':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:3884:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_set_cache_auto_resize_config':
H5C.c:3990:13: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
if ( ( config_ptr->lower_hr_threshold <= 0.0 ) ||
^
H5C.c:3991:18: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
( config_ptr->increment <= 1.0 ) ||
^
H5C.c:4015:13: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
if ( ( config_ptr->upper_hr_threshold >= 1.0 ) ||
^
H5C.c:4016:18: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
( config_ptr->decrement >= 1.0 ) ||
^
H5C.c:4026:20: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
( config_ptr->empty_reserve >= 1.0 ) ) ||
^
H5C.c:4036:20: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
( config_ptr->empty_reserve >= 1.0 ) ) ||
^
H5C.c:4039:18: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
( config_ptr->upper_hr_threshold >= 1.0 ) ) {
^
In file included from H5C.c:77:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:3929:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_set_evictions_enabled':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:4203:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_set_prefix':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:4257:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_set_trace_file_ptr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:4300:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_stats':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:4387:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_dump_cache':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:4914:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_unpin_entry':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:5048:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_unprotect':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:5139:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_validate_resize_config':
H5C.c:5513:9: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
if ( ( config_ptr->min_clean_fraction < 0.0 ) ||
^
H5C.c:5514:14: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
( config_ptr->min_clean_fraction > 1.0 ) ) {
^
H5C.c:5542:13: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
if ( ( config_ptr->lower_hr_threshold < 0.0 ) ||
^
H5C.c:5543:18: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
( config_ptr->lower_hr_threshold > 1.0 ) ) {
^
H5C.c:5549:13: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
if ( config_ptr->increment < 1.0 ) {
^
H5C.c:5574:17: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
if ( ( config_ptr->flash_multiple < 0.1 ) ||
^
H5C.c:5575:22: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
( config_ptr->flash_multiple > 10.0 ) ) {
^
H5C.c:5581:17: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
if ( ( config_ptr->flash_threshold < 0.1 ) ||
^
H5C.c:5582:22: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
( config_ptr->flash_threshold > 1.0 ) ) {
^
H5C.c:5610:13: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
if ( config_ptr->upper_hr_threshold > 1.0 ) {
^
H5C.c:5616:13: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
if ( ( config_ptr->decrement > 1.0 ) ||
^
H5C.c:5617:18: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
( config_ptr->decrement < 0.0 ) ) {
^
H5C.c:5652:18: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
( ( config_ptr->empty_reserve > 1.0 ) ||
^
H5C.c:5653:20: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
( config_ptr->empty_reserve < 0.0 ) ) ) {
^
H5C.c:5666:13: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
if ( ( config_ptr->upper_hr_threshold > 1.0 ) ||
^
H5C.c:5667:18: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
( config_ptr->upper_hr_threshold < 0.0 ) ) {
^
In file included from H5C.c:77:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:5468:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C__auto_adjust_cache_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:5746:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: In function 'H5C__autoadjust__ageout':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:6096:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: In function 'H5C__autoadjust__ageout__cycle_epoch_marker':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:6209:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: In function 'H5C__autoadjust__ageout__evict_aged_out_entries':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:6347:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: In function 'H5C__autoadjust__ageout__insert_new_marker':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:6554:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: In function 'H5C__autoadjust__ageout__remove_all_markers':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:6632:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: In function 'H5C__autoadjust__ageout__remove_excess_markers':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:6713:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: In function 'H5C__flash_increase_cache_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:6809:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: In function 'H5C_flush_invalidate_cache':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:7006:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5C.c: In function 'H5C_flush_single_entry':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:7533:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: In function 'H5C_load_entry':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:7945:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: In function 'H5C_make_space_in_cache':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5C.c:8107:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5C.c: At top level:
H5C.c:282:1: warning: 'H5C_epoch_marker_notify' defined but not used
[-Wunused-function]
H5C_epoch_marker_notify(H5C_notify_action_t UNUSED action,
^
H5C.c: In function 'H5C_stats__reset':
H5C.c:4805:1: warning: function might be candidate for attribute 'const'
[-Wsuggest-attribute=const]
H5C_stats__reset(H5C_t UNUSED * cache_ptr)
^
H5C.c: In function 'H5C_make_space_in_cache':
H5C.c:8339:36: warning: assuming signed overflow does not occur when reducing
constant in comparison [-Wstrict-overflow]
( entries_examined <= initial_list_len )
^
CC H5CS.lo
CC H5D.lo
CC H5Dbtree.lo
In file included from H5Dbtree.c:35:0:
H5Dbtree.c: In function 'H5D__btree_new_node':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dbtree.c:268:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dbtree.c: In function 'H5D__btree_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dbtree.c:524:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dbtree.c: In function 'H5D__btree_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dbtree.c:641:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dbtree.c: In function 'H5D__btree_shared_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dbtree.c:788:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dbtree.c: In function 'H5D__btree_idx_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dbtree.c:829:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dbtree.c: In function 'H5D__btree_idx_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dbtree.c:874:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dbtree.c: In function 'H5D__btree_idx_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dbtree.c:944:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dbtree.c: In function 'H5D__btree_idx_get_addr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dbtree.c:985:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dbtree.c: In function 'H5D__btree_idx_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dbtree.c:1116:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dbtree.c: In function 'H5D__btree_idx_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dbtree.c:1156:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dbtree.c: In function 'H5D__btree_idx_copy_setup':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dbtree.c:1216:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dbtree.c: In function 'H5D__btree_idx_copy_shutdown':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dbtree.c:1265:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dbtree.c: In function 'H5D__btree_idx_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dbtree.c:1302:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dbtree.c: In function 'H5D__btree_idx_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dbtree.c:1412:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dbtree.c: In function 'H5D_btree_debug':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Dbtree.c:1452:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Dchunk.lo
In file included from H5Dchunk.c:53:0:
H5Dchunk.c: In function 'H5D__chunk_set_info_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:304:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__chunk_set_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:349:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dchunk.c: In function 'H5D__chunk_construct':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:395:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__chunk_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:484:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dchunk.c: In function 'H5D__chunk_io_init':
H5Dchunk.c:626:60: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
if((file_space_normalized = H5S_hyper_normalize_offset((H5S_t
*)file_space, old_offset)) < 0)
^
H5Dchunk.c:844:41: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
if(H5S_hyper_denormalize_offset((H5S_t *)file_space, old_offset) < 0)
^
In file included from H5Dchunk.c:53:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:603:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__create_chunk_map_single':
H5Dchunk.c:1064:26: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
chunk_info->mspace = (H5S_t *)fm->mem_space;
^
In file included from H5Dchunk.c:53:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:1018:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__create_chunk_file_map_hyper':
H5Dchunk.c:1131:46: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
if(TRUE == H5S_hyper_intersect_block((H5S_t *)fm->file_space, coords,
end)) {
^
In file included from H5Dchunk.c:53:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:1104:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__create_chunk_mem_map_hyper':
H5Dchunk.c:1299:30: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
chunk_info->mspace = (H5S_t *)fm->mem_space;
^
In file included from H5Dchunk.c:53:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:1281:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__chunk_file_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:1387:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__chunk_mem_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:1499:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__chunk_cacheable':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:1574:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dchunk.c: In function 'H5D__chunk_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:1657:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__chunk_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:1806:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__chunk_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:1953:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__chunk_io_term':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:1997:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D_chunk_idx_reset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Dchunk.c:2048:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Dchunk.c: In function 'H5D__chunk_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:2200:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dchunk.c: In function 'H5D__chunk_lookup':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:2253:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dchunk.c: In function 'H5D__chunk_flush_entry':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:2340:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__chunk_cache_evict':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:2494:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__chunk_cache_prune':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:2564:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__chunk_lock':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:2690:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dchunk.c: In function 'H5D__chunk_unlock':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:2954:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dchunk.c: In function 'H5D__chunk_allocated':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:3063:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dchunk.c: In function 'H5D__chunk_allocate':
H5Dchunk.c:3223:17: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
(void *)pline, (H5MM_free_t)H5D__chunk_xfree, (void *)pline,
^
H5Dchunk.c:3223:63: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
(void *)pline, (H5MM_free_t)H5D__chunk_xfree, (void *)pline,
^
In file included from H5Dchunk.c:53:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:3147:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dchunk.c: In function 'H5D__chunk_prune_fill':
H5Dchunk.c:3482:20: warning: size of 'chunk_iter' is 2232 bytes [-Wlarger-than=]
H5S_sel_iter_t chunk_iter; /* Memory selection iteration info */
^
In file included from H5Dchunk.c:53:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:3493:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__chunk_prune_by_extent':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:3718:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dchunk.c: In function 'H5D__chunk_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:4108:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dchunk.c: In function 'H5D__chunk_update_cache':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:4186:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dchunk.c: In function 'H5D__chunk_copy_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:4282:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__chunk_copy':
H5Dchunk.c:4534:9: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
if(NULL == (dt_mem = H5T_copy(dt_src, H5T_COPY_TRANSIENT)))
^
In file included from H5Oprivate.h:41:0,
from H5Dprivate.h:27,
from H5Dpkg.h:32,
from H5Dchunk.c:57:
H5Tprivate.h:109:15: note: expected 'struct H5T_t *' but argument is of type
'const struct H5T_t *'
H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
^
H5Dchunk.c:4542:9: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
if(NULL == (dt_dst = H5T_copy(dt_src, H5T_COPY_TRANSIENT)))
^
In file included from H5Oprivate.h:41:0,
from H5Dprivate.h:27,
from H5Dpkg.h:32,
from H5Dchunk.c:57:
H5Tprivate.h:109:15: note: expected 'struct H5T_t *' but argument is of type
'const struct H5T_t *'
H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
^
In file included from H5Dchunk.c:53:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:4462:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dchunk.c: In function 'H5D__chunk_bh_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:4700:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dchunk.c: In function 'H5D__chunk_dump_index':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:4789:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dchunk.c: In function 'H5D__chunk_dest':
H5Dchunk.c:4871:20: warning: request for implicit conversion from 'void *' to
'struct H5D_rdcc_ent_t **' not permitted in C++ [-Wc++-compat]
rdcc->slot = H5FL_SEQ_FREE(H5D_rdcc_ent_ptr_t, rdcc->slot);
^
In file included from H5Dchunk.c:53:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:4849:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dchunk.c: In function 'H5D__nonexistent_readvv_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:4981:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dchunk.c: In function 'H5D__nonexistent_readvv':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dchunk.c:5031:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
CC H5Dcompact.lo
In file included from H5Dcompact.c:34:0:
H5Dcompact.c: In function 'H5D__compact_fill':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcompact.c:126:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dcompact.c: In function 'H5D__compact_construct':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcompact.c:183:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dcompact.c: In function 'H5D__compact_readvv':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcompact.c:295:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dcompact.c: In function 'H5D__compact_writevv':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcompact.c:336:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dcompact.c: In function 'H5D__compact_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcompact.c:369:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dcompact.c: In function 'H5D__compact_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcompact.c:412:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
CC H5Dcontig.lo
In file included from H5Dcontig.c:36:0:
H5Dcontig.c: In function 'H5D__contig_alloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcontig.c:167:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dcontig.c: In function 'H5D__contig_fill':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcontig.c:216:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dcontig.c: In function 'H5D__contig_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcontig.c:363:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dcontig.c: In function 'H5D__contig_construct':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcontig.c:405:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dcontig.c: In function 'H5D__contig_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcontig.c:532:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dcontig.c: In function 'H5D__contig_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcontig.c:569:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dcontig.c: In function 'H5D__contig_write_one':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcontig.c:612:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dcontig.c: In function 'H5D__contig_readvv_sieve_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcontig.c:654:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dcontig.c: In function 'H5D__contig_readvv_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcontig.c:810:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dcontig.c: In function 'H5D__contig_readvv':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcontig.c:847:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dcontig.c: In function 'H5D__contig_writevv_sieve_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcontig.c:925:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dcontig.c: In function 'H5D__contig_writevv_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcontig.c:1132:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dcontig.c: In function 'H5D__contig_writevv':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcontig.c:1168:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dcontig.c: In function 'H5D__contig_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcontig.c:1234:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dcontig.c: In function 'H5D__contig_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dcontig.c:1293:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
CC H5Ddbg.lo
CC H5Ddeprec.lo
In file included from H5Ddeprec.c:43:0:
H5Ddeprec.c: In function 'H5D__extend':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Ddeprec.c:326:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
CC H5Defl.lo
In file included from H5Defl.c:31:0:
H5Defl.c: In function 'H5D__efl_construct':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Defl.c:139:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
In file included from H5Cprivate.h:37:0,
from H5ACprivate.h:35,
from H5Oprivate.h:38,
from H5Dprivate.h:27,
from H5Dpkg.h:32,
from H5Defl.c:32:
H5Defl.c: In function 'H5D__efl_read':
H5Defl.c:292:42: warning: conversion to 'long long unsigned int' from 'off_t'
may change the sign of the result [-Wsign-conversion]
if(H5F_OVERFLOW_HSIZET2OFFT(efl->slot[u].offset + skip))
^
H5Fprivate.h:354:16: note: in definition of macro 'H5F_OVERFLOW_HSIZET2OFFT'
((hsize_t)(X)>=(hsize_t)((hsize_t)1<<(8*sizeof(off_t)-1)))
^
In file included from H5Defl.c:31:0:
H5Defl.c:296:37: warning: conversion to 'long long unsigned int' from 'off_t'
may change the sign of the result [-Wsign-conversion]
if(HDlseek(fd, (off_t)(efl->slot[u].offset + skip), SEEK_SET) < 0)
^
H5private.h:932:43: note: in definition of macro 'HDlseek'
#define HDlseek(F,O,W) lseek64(F,O,W)
^
In file included from H5Defl.c:31:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Defl.c:270:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
In file included from H5Cprivate.h:37:0,
from H5ACprivate.h:35,
from H5Oprivate.h:38,
from H5Dprivate.h:27,
from H5Dpkg.h:32,
from H5Defl.c:32:
H5Defl.c: In function 'H5D__efl_write':
H5Defl.c:378:42: warning: conversion to 'long long unsigned int' from 'off_t'
may change the sign of the result [-Wsign-conversion]
if(H5F_OVERFLOW_HSIZET2OFFT(efl->slot[u].offset + skip))
^
H5Fprivate.h:354:16: note: in definition of macro 'H5F_OVERFLOW_HSIZET2OFFT'
((hsize_t)(X)>=(hsize_t)((hsize_t)1<<(8*sizeof(off_t)-1)))
^
In file included from H5Defl.c:31:0:
H5Defl.c:386:37: warning: conversion to 'long long unsigned int' from 'off_t'
may change the sign of the result [-Wsign-conversion]
if(HDlseek(fd, (off_t)(efl->slot[u].offset + skip), SEEK_SET) < 0)
^
H5private.h:932:43: note: in definition of macro 'HDlseek'
#define HDlseek(F,O,W) lseek64(F,O,W)
^
In file included from H5Defl.c:31:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Defl.c:356:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Defl.c: In function 'H5D__efl_readvv_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Defl.c:431:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Defl.c: In function 'H5D__efl_readvv':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Defl.c:465:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Defl.c: In function 'H5D__efl_writevv_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Defl.c:511:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Defl.c: In function 'H5D__efl_writevv':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Defl.c:545:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Defl.c: In function 'H5D__efl_bh_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Defl.c:590:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Defl.c: In function 'H5D__efl_is_space_alloc':
H5Defl.c:201:1: warning: function might be candidate for attribute 'const'
[-Wsuggest-attribute=const]
H5D__efl_is_space_alloc(const H5O_storage_t UNUSED *storage)
^
CC H5Dfill.lo
H5Dfill.c: In function 'H5D__fill':
H5Dfill.c:234:13: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
if((src_id = H5I_register(H5I_DATATYPE, H5T_copy(fill_type,
H5T_COPY_ALL), FALSE)) < 0)
^
In file included from H5Oprivate.h:41:0,
from H5Dprivate.h:27,
from H5Dpkg.h:32,
from H5Dfill.c:37:
H5Tprivate.h:109:15: note: expected 'struct H5T_t *' but argument is of type
'const struct H5T_t *'
H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
^
H5Dfill.c:237:13: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
if((dst_id = H5I_register(H5I_DATATYPE, H5T_copy(buf_type,
H5T_COPY_ALL), FALSE)) < 0)
^
In file included from H5Oprivate.h:41:0,
from H5Dprivate.h:27,
from H5Dpkg.h:32,
from H5Dfill.c:37:
H5Tprivate.h:109:15: note: expected 'struct H5T_t *' but argument is of type
'const struct H5T_t *'
H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
^
H5Dfill.c:248:28: warning: size of 'mem_iter' is 2232 bytes [-Wlarger-than=]
H5S_sel_iter_t mem_iter; /* Memory selection iteration
info */
^
In file included from H5Dfill.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dfill.c:186:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dfill.c: In function 'H5D__fill_init':
H5Dfill.c:407:13: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
if(NULL == (fb_info->mem_type = H5T_copy(dset_type,
H5T_COPY_REOPEN)))
^
In file included from H5Oprivate.h:41:0,
from H5Dprivate.h:27,
from H5Dpkg.h:32,
from H5Dfill.c:37:
H5Tprivate.h:109:15: note: expected 'struct H5T_t *' but argument is of type
'const struct H5T_t *'
H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
^
In file included from H5Dfill.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dfill.c:375:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dfill.c: In function 'H5D__fill_refill_vl':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dfill.c:571:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
CC H5Dint.lo
In file included from H5Dint.c:29:0:
H5Dint.c: In function 'H5D_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Dint.c:139:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Dint.c: In function 'H5D__init_interface':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:168:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dint.c: In function 'H5D__get_dxpl_cache_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:289:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dint.c: In function 'H5D__get_dxpl_cache':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:374:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dint.c: In function 'H5D__create_named':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:414:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dint.c: In function 'H5D__get_space_status':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:475:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dint.c: In function 'H5D__new':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:541:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dint.c: In function 'H5D__init_type':
H5Dint.c:624:9: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
if((dset->shared->type = H5T_copy(type, H5T_COPY_ALL)) == NULL)
^
In file included from H5Oprivate.h:41:0,
from H5Dprivate.h:27,
from H5Dpkg.h:32,
from H5Dint.c:30:
H5Tprivate.h:109:15: note: expected 'struct H5T_t *' but argument is of type
'const struct H5T_t *'
H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
^
H5Dint.c:647:30: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
dset->shared->type = (H5T_t *)type; /* (Cast away const OK - QAK) */
^
In file included from H5Dint.c:29:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:603:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dint.c: In function 'H5D__init_space':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:675:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dint.c: In function 'H5D__update_oh_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:731:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dint.c: In function 'H5D__create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:926:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dint.c: In function 'H5D_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Dint.c:1118:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Dint.c: In function 'H5D__open_oid':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:1217:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dint.c: In function 'H5D_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Dint.c:1366:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Dint.c: In function 'H5D__alloc_storage':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:1591:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dint.c: In function 'H5D__init_storage':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:1750:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dint.c: In function 'H5D__get_storage_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:1821:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dint.c: In function 'H5D__get_offset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:1876:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dint.c: In function 'H5D_vlen_reclaim':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Dint.c:1961:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Dint.c: In function 'H5D__vlen_get_buf_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:2048:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dint.c: In function 'H5D__check_filters':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:2092:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dint.c: In function 'H5D__set_extent':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:2150:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dint.c: In function 'H5D__flush_sieve_buf':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:2253:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dint.c: In function 'H5D__flush_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:2295:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dint.c: In function 'H5D__mark':
H5Dint.c:2377:1: warning: label 'done' defined but not used [-Wunused-label]
done:
^
H5Dint.c:2361:33: warning: unused parameter 'dxpl_id' [-Wunused-parameter]
H5D__mark(H5D_t *dataset, hid_t dxpl_id, unsigned flags)
^
In file included from H5Dint.c:29:0:
H5Dint.c: In function 'H5D__flush_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dint.c:2402:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dint.c: In function 'H5D_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Dint.c:2438:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Dint.c: In function 'H5D_oloc':
H5Dint.c:1509:1: warning: function might be candidate for attribute 'const'
[-Wsuggest-attribute=const]
H5D_oloc(H5D_t *dataset)
^
H5Dint.c: In function 'H5D_nameof':
H5Dint.c:1532:1: warning: function might be candidate for attribute 'const'
[-Wsuggest-attribute=const]
H5D_nameof(H5D_t *dataset)
^
CC H5Dio.lo
H5Dio.c: In function 'H5D__read':
H5Dio.c:290:21: warning: size of 'fm' is 2864 bytes [-Wlarger-than=]
H5D_chunk_map_t fm; /* Chunk file<->memory mapping */
^
H5Dio.c:376:17: warning: passing argument 5 of
'H5S_select_construct_projection' from incompatible pointer type [enabled by
default]
(unsigned)H5S_GET_EXTENT_NDIMS(file_space), buf, &adj_buf,
type_info.dst_type_size) < 0)
^
In file included from H5Dprivate.h:28:0,
from H5Dpkg.h:32,
from H5Dio.c:27:
H5Sprivate.h:222:15: note: expected 'const void **' but argument is of type
'void **'
H5_DLL herr_t H5S_select_construct_projection(const H5S_t *base_space,
^
In file included from H5Dio.c:26:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dio.c:318:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dio.c: In function 'H5D__write':
H5Dio.c:491:21: warning: size of 'fm' is 2864 bytes [-Wlarger-than=]
H5D_chunk_map_t fm; /* Chunk file<->memory mapping */
^
H5Dio.c:602:17: warning: passing argument 5 of
'H5S_select_construct_projection' from incompatible pointer type [enabled by
default]
(unsigned)H5S_GET_EXTENT_NDIMS(file_space), buf, &adj_buf,
type_info.src_type_size) < 0)
^
In file included from H5Dprivate.h:28:0,
from H5Dpkg.h:32,
from H5Dio.c:27:
H5Sprivate.h:222:15: note: expected 'const void **' but argument is of type
'void **'
H5_DLL herr_t H5S_select_construct_projection(const H5S_t *base_space,
^
In file included from H5Dio.c:26:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dio.c:519:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dio.c: In function 'H5D__typeinfo_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dio.c:802:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
CC H5Dlayout.lo
In file included from H5Dlayout.c:26:0:
H5Dlayout.c: In function 'H5D__layout_set_io_ops':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dlayout.c:81:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dlayout.c: In function 'H5D__layout_meta_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dlayout.c:138:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dlayout.c: In function 'H5D__layout_oh_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dlayout.c:205:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dlayout.c: In function 'H5D__layout_oh_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dlayout.c:328:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dlayout.c: In function 'H5D__layout_oh_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dlayout.c:471:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
CC H5Dmpio.lo
CC H5Doh.lo
In file included from H5Doh.c:27:0:
H5Doh.c: In function 'H5O__dset_get_copy_file_udata':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Doh.c:113:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Doh.c: In function 'H5O__dset_isa':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Doh.c:189:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Doh.c: In function 'H5O__dset_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Doh.c:231:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Doh.c: In function 'H5O__dset_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Doh.c:284:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Doh.c: In function 'H5O__dset_get_oloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Doh.c:332:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Doh.c: In function 'H5O__dset_bh_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Doh.c:377:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Doh.c: In function 'H5O__dset_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Doh.c:457:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
CC H5Dscatgath.lo
H5Dscatgath.c: In function 'H5D__scatter_file':
H5Dscatgath.c:99:13: warning: size of '_off' is 8192 bytes [-Wlarger-than=]
hsize_t _off[H5D_IO_VECTOR_SIZE]; /* Array to store sequence
offsets */
^
H5Dscatgath.c:104:12: warning: size of '_len' is 8192 bytes [-Wlarger-than=]
size_t _len[H5D_IO_VECTOR_SIZE]; /* Array to store sequence
lengths */
^
H5Dscatgath.c:163:13: warning: request for implicit conversion from 'void *' to
'size_t *' not permitted in C++ [-Wc++-compat]
len = H5FL_SEQ_FREE(size_t, len);
^
H5Dscatgath.c:165:13: warning: request for implicit conversion from 'void *' to
'hsize_t *' not permitted in C++ [-Wc++-compat]
off = H5FL_SEQ_FREE(hsize_t, off);
^
In file included from H5Dscatgath.c:26:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dscatgath.c:111:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dscatgath.c: In function 'H5D__gather_file':
H5Dscatgath.c:198:13: warning: size of '_off' is 8192 bytes [-Wlarger-than=]
hsize_t _off[H5D_IO_VECTOR_SIZE]; /* Array to store sequence offsets */
^
H5Dscatgath.c:203:12: warning: size of '_len' is 8192 bytes [-Wlarger-than=]
size_t _len[H5D_IO_VECTOR_SIZE]; /* Array to store sequence lengths */
^
H5Dscatgath.c:264:13: warning: request for implicit conversion from 'void *' to
'size_t *' not permitted in C++ [-Wc++-compat]
len = H5FL_SEQ_FREE(size_t, len);
^
H5Dscatgath.c:266:13: warning: request for implicit conversion from 'void *' to
'hsize_t *' not permitted in C++ [-Wc++-compat]
off = H5FL_SEQ_FREE(hsize_t, off);
^
In file included from H5Dscatgath.c:26:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dscatgath.c:210:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dscatgath.c: In function 'H5D__scatter_mem':
H5Dscatgath.c:294:13: warning: size of '_off' is 8192 bytes [-Wlarger-than=]
hsize_t _off[H5D_IO_VECTOR_SIZE]; /* Array to store sequence
offsets */
^
H5Dscatgath.c:296:12: warning: size of '_len' is 8192 bytes [-Wlarger-than=]
size_t _len[H5D_IO_VECTOR_SIZE]; /* Array to store sequence
lengths */
^
H5Dscatgath.c:349:13: warning: request for implicit conversion from 'void *' to
'size_t *' not permitted in C++ [-Wc++-compat]
len = H5FL_SEQ_FREE(size_t, len);
^
H5Dscatgath.c:351:13: warning: request for implicit conversion from 'void *' to
'hsize_t *' not permitted in C++ [-Wc++-compat]
off = H5FL_SEQ_FREE(hsize_t, off);
^
In file included from H5Dscatgath.c:26:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dscatgath.c:304:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dscatgath.c: In function 'H5D__gather_mem':
H5Dscatgath.c:381:13: warning: size of '_off' is 8192 bytes [-Wlarger-than=]
hsize_t _off[H5D_IO_VECTOR_SIZE]; /* Array to store sequence
offsets */
^
H5Dscatgath.c:383:12: warning: size of '_len' is 8192 bytes [-Wlarger-than=]
size_t _len[H5D_IO_VECTOR_SIZE]; /* Array to store sequence
lengths */
^
H5Dscatgath.c:436:13: warning: request for implicit conversion from 'void *' to
'size_t *' not permitted in C++ [-Wc++-compat]
len = H5FL_SEQ_FREE(size_t, len);
^
H5Dscatgath.c:438:13: warning: request for implicit conversion from 'void *' to
'hsize_t *' not permitted in C++ [-Wc++-compat]
off = H5FL_SEQ_FREE(hsize_t, off);
^
In file included from H5Dscatgath.c:26:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dscatgath.c:391:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dscatgath.c: In function 'H5D__scatgath_read':
H5Dscatgath.c:462:20: warning: size of 'mem_iter' is 2232 bytes [-Wlarger-than=]
H5S_sel_iter_t mem_iter; /*memory selection iteration info*/
^
H5Dscatgath.c:464:20: warning: size of 'bkg_iter' is 2232 bytes [-Wlarger-than=]
H5S_sel_iter_t bkg_iter; /*background iteration info*/
^
H5Dscatgath.c:466:20: warning: size of 'file_iter' is 2232 bytes
[-Wlarger-than=]
H5S_sel_iter_t file_iter; /*file selection iteration info*/
^
In file included from H5Dscatgath.c:26:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dscatgath.c:472:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dscatgath.c: In function 'H5D__scatgath_write':
H5Dscatgath.c:594:20: warning: size of 'mem_iter' is 2232 bytes [-Wlarger-than=]
H5S_sel_iter_t mem_iter; /*memory selection iteration info*/
^
H5Dscatgath.c:596:20: warning: size of 'bkg_iter' is 2232 bytes [-Wlarger-than=]
H5S_sel_iter_t bkg_iter; /*background iteration info*/
^
H5Dscatgath.c:598:20: warning: size of 'file_iter' is 2232 bytes
[-Wlarger-than=]
H5S_sel_iter_t file_iter; /*file selection iteration info*/
^
In file included from H5Dscatgath.c:26:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dscatgath.c:604:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dscatgath.c: In function 'H5D__compound_opt_read':
H5Dscatgath.c:746:16: warning: size of '_off' is 8192 bytes [-Wlarger-than=]
hsize_t _off[H5D_IO_VECTOR_SIZE]; /* Array to store sequence
offsets */
^
H5Dscatgath.c:748:16: warning: size of '_len' is 8192 bytes [-Wlarger-than=]
size_t _len[H5D_IO_VECTOR_SIZE]; /* Array to store sequence
lengths */
^
H5Dscatgath.c:830:13: warning: request for implicit conversion from 'void *' to
'size_t *' not permitted in C++ [-Wc++-compat]
len = H5FL_SEQ_FREE(size_t, len);
^
H5Dscatgath.c:832:13: warning: request for implicit conversion from 'void *' to
'hsize_t *' not permitted in C++ [-Wc++-compat]
off = H5FL_SEQ_FREE(hsize_t, off);
^
In file included from H5Dscatgath.c:26:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dscatgath.c:753:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dscatgath.c: In function 'H5D__gather_file':
H5Dscatgath.c:193:1: warning: stack usage is 16752 bytes [-Wstack-usage=]
H5D__gather_file(const H5D_io_info_t *_io_info,
^
H5Dscatgath.c:269:1: warning: the frame size of 16664 bytes is larger than
16384 bytes [-Wframe-larger-than=]
} /* H5D__gather_file() */
^
H5Dscatgath.c: In function 'H5D__gather_mem.isra.0':
H5Dscatgath.c:375:1: warning: stack usage is 16560 bytes [-Wstack-usage=]
H5D__gather_mem(const void *_buf, const H5S_t *space,
^
H5Dscatgath.c:441:1: warning: the frame size of 16472 bytes is larger than
16384 bytes [-Wframe-larger-than=]
} /* H5D__gather_mem() */
^
H5Dscatgath.c: In function 'H5D__scatter_mem':
H5Dscatgath.c:288:1: warning: stack usage is 16560 bytes [-Wstack-usage=]
H5D__scatter_mem (const void *_tscat_buf, const H5S_t *space,
^
H5Dscatgath.c:354:1: warning: the frame size of 16464 bytes is larger than
16384 bytes [-Wframe-larger-than=]
} /* H5D__scatter_mem() */
^
H5Dscatgath.c: In function 'H5D__scatgath_read':
H5Dscatgath.c:457:1: warning: stack usage is 23344 bytes [-Wstack-usage=]
H5D__scatgath_read(const H5D_io_info_t *io_info, const H5D_type_info_t
*type_info,
^
H5Dscatgath.c:573:1: warning: the frame size of 23248 bytes is larger than
16384 bytes [-Wframe-larger-than=]
} /* end H5D__scatgath_read() */
^
H5Dscatgath.c: In function 'H5D__scatgath_write':
H5Dscatgath.c:589:1: warning: stack usage is 23536 bytes [-Wstack-usage=]
H5D__scatgath_write(const H5D_io_info_t *io_info, const H5D_type_info_t
*type_info,
^
H5Dscatgath.c:704:1: warning: the frame size of 23448 bytes is larger than
16384 bytes [-Wframe-larger-than=]
} /* end H5D__scatgath_write() */
^
CC H5Dselect.lo
H5Dselect.c: In function 'H5D__select_io':
H5Dselect.c:89:20: warning: size of 'mem_iter' is 2232 bytes [-Wlarger-than=]
H5S_sel_iter_t mem_iter; /* Memory selection iteration info */
^
H5Dselect.c:91:20: warning: size of 'file_iter' is 2232 bytes [-Wlarger-than=]
H5S_sel_iter_t file_iter; /* File selection iteration info */
^
H5Dselect.c:93:13: warning: size of '_mem_off' is 8192 bytes [-Wlarger-than=]
hsize_t _mem_off[H5D_IO_VECTOR_SIZE]; /* Array to store sequence
offsets in memory */
^
H5Dselect.c:95:13: warning: size of '_file_off' is 8192 bytes [-Wlarger-than=]
hsize_t _file_off[H5D_IO_VECTOR_SIZE]; /* Array to store sequence
offsets in the file */
^
H5Dselect.c:97:12: warning: size of '_mem_len' is 8192 bytes [-Wlarger-than=]
size_t _mem_len[H5D_IO_VECTOR_SIZE]; /* Array to store sequence
lengths in memory */
^
H5Dselect.c:99:12: warning: size of '_file_len' is 8192 bytes [-Wlarger-than=]
size_t _file_len[H5D_IO_VECTOR_SIZE]; /* Array to store sequence
lengths in the file */
^
H5Dselect.c:242:18: warning: request for implicit conversion from 'void *' to
'size_t *' not permitted in C++ [-Wc++-compat]
file_len = H5FL_SEQ_FREE(size_t, file_len);
^
H5Dselect.c:244:18: warning: request for implicit conversion from 'void *' to
'hsize_t *' not permitted in C++ [-Wc++-compat]
file_off = H5FL_SEQ_FREE(hsize_t, file_off);
^
H5Dselect.c:246:17: warning: request for implicit conversion from 'void *' to
'size_t *' not permitted in C++ [-Wc++-compat]
mem_len = H5FL_SEQ_FREE(size_t, mem_len);
^
H5Dselect.c:248:17: warning: request for implicit conversion from 'void *' to
'hsize_t *' not permitted in C++ [-Wc++-compat]
mem_off = H5FL_SEQ_FREE(hsize_t, mem_off);
^
In file included from H5Dselect.c:32:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dselect.c:108:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Dselect.c: In function 'H5D__select_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dselect.c:272:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dselect.c: In function 'H5D__select_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dselect.c:303:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dselect.c: In function 'H5D__select_io':
H5Dselect.c:86:1: warning: stack usage is 37456 bytes [-Wstack-usage=]
H5D__select_io(const H5D_io_info_t *io_info, size_t elmt_size,
^
H5Dselect.c:251:1: warning: the frame size of 37368 bytes is larger than 16384
bytes [-Wframe-larger-than=]
} /* end H5D__select_io() */
^
CC H5Dtest.lo
In file included from H5Dtest.c:33:0:
H5Dtest.c: In function 'H5D__layout_version_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dtest.c:90:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dtest.c: In function 'H5D__layout_contig_size_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dtest.c:129:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Dtest.c: In function 'H5D__current_cache_size_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Dtest.c:170:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
CC H5E.lo
In file included from H5E.c:57:0:
H5E.c: In function 'H5E_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5E.c:170:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5E.c: In function 'H5E_init_interface':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5E.c:236:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5E.c: In function 'H5E_register_class':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5E.c:476:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5E.c: In function 'H5E_unregister_class':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5E.c:560:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5E.c: In function 'H5E_close_msg_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5E.c:671:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5E.c: In function 'H5E_create_msg':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5E.c:813:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5E.c: In function 'H5E_get_current_stack':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5E.c:970:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5E.c: In function 'H5E_set_current_stack':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5E.c:1094:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5E.c: In function 'H5Epush2':
H5E.c:1381:5: warning: implicit declaration of function 'vasprintf'
[-Wimplicit-function-declaration]
if(HDvasprintf(&tmp, fmt, ap) < 0)
^
H5E.c:1381:5: warning: nested extern declaration of 'vasprintf'
[-Wnested-externs]
CC H5Edeprec.lo
CC H5Eint.lo
In file included from H5Eint.c:40:0:
H5Eint.c: In function 'H5E_print':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Eint.c:459:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Eint.c: In function 'H5E_walk':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Eint.c:534:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Eint.c: In function 'H5E_printf_stack':
H5Eint.c:731:5: warning: implicit declaration of function 'vasprintf'
[-Wimplicit-function-declaration]
if(HDvasprintf(&tmp, fmt, ap) < 0)
^
H5Eint.c:731:5: warning: nested extern declaration of 'vasprintf'
[-Wnested-externs]
H5Eint.c: In function 'H5E_clear_entries':
H5Eint.c:911:24: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
H5MM_xfree((void *)error->func_name); /* Casting away const
OK - QAK */
^
H5Eint.c:913:24: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
H5MM_xfree((void *)error->file_name); /* Casting away const
OK - QAK */
^
H5Eint.c:915:24: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
H5MM_xfree((void *)error->desc); /* Casting away const OK -
QAK */
^
In file included from H5Eint.c:40:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Eint.c:890:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Eint.c: In function 'H5E_clear_stack':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Eint.c:944:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Eint.c: In function 'H5E_pop':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Eint.c:980:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Eint.c: In function 'H5E_dump_api_stack':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Eint.c:1014:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Eint.c: In function 'H5E_walk':
H5Eint.c:566:53: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
for(i = (int)(estack->nused - 1); i >= 0 && status >= 0; i--) {
^
H5Eint.c:596:53: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
for(i = (int)(estack->nused - 1); i >= 0 && status >= 0; i--)
^
H5Eint.c: In function 'H5E_print':
H5Eint.c:566:53: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
for(i = (int)(estack->nused - 1); i >= 0 && status >= 0; i--) {
^
H5Eint.c:596:53: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
for(i = (int)(estack->nused - 1); i >= 0 && status >= 0; i--)
^
CC H5F.lo
In file included from H5F.c:29:0:
H5F.c: In function 'H5F_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5F.c:151:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5F.c: In function 'H5F_init_interface':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5F.c:177:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5F.c: In function 'H5F_get_access_plist':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5F.c:347:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5F.c: In function 'H5F_get_obj_count':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5F.c:477:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5F.c: In function 'H5F_get_obj_ids':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5F.c:555:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5F.c: In function 'H5F_get_objects':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5F.c:589:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5F.c: In function 'H5F_get_objects_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5F.c:679:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5F.c: In function 'H5F_new':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5F.c:896:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5F.c: In function 'H5F_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5F.c:1053:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5F.c: In function 'H5F_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5F.c:1237:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5F.c: In function 'H5F_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5F.c:1737:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5F.c: In function 'H5F_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5F.c:1806:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5F.c: In function 'H5F_try_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5F.c:1864:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5F.c: In function 'H5F_get_id':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5F.c:2189:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5F.c: In function 'H5F_build_actual_name':
H5F.c:2315:18: warning: size of 'realname' is 4096 bytes [-Wlarger-than=]
char realname[PATH_MAX]; /* Fully resolved path name of file */
^
In file included from H5F.c:29:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5F.c:2286:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Faccum.lo
In file included from H5Faccum.c:39:0:
H5Faccum.c: In function 'H5F_accum_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Faccum.c:121:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Faccum.c: In function 'H5F_accum_adjust':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Faccum.c:285:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Faccum.c: In function 'H5F_accum_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Faccum.c:425:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Faccum.c: In function 'H5F_accum_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Faccum.c:844:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Faccum.c: In function 'H5F_accum_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Faccum.c:1001:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Faccum.c: In function 'H5F_accum_reset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Faccum.c:1039:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Fcwfs.lo
In file included from H5Fcwfs.c:44:0:
H5Fcwfs.c: In function 'H5F_cwfs_add':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fcwfs.c:112:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Fcwfs.c: In function 'H5F_cwfs_find_free_heap':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fcwfs.c:170:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Fdbg.lo
H5Fdbg.c: In function 'H5F_debug':
H5Fdbg.c:126:13: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
H5G__ent_debug(f->shared->sblock->root_ent, stream, indent + 3,
MAX(0, fwidth - 3), NULL);
^
H5Fdbg.c:141:13: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
H5G__ent_debug(&root_ent, stream, indent + 3, MAX(0, fwidth - 3),
NULL);
^
In file included from H5Fdbg.c:26:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fdbg.c:56:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Fefc.lo
In file included from H5Fefc.c:33:0:
H5Fefc.c: In function 'H5F_efc_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fefc.c:98:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Fefc.c: In function 'H5F_efc_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fefc.c:152:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Fefc.c: In function 'H5F_efc_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fefc.c:341:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Fefc.c: In function 'H5F_efc_release':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fefc.c:430:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Fefc.c: In function 'H5F_efc_destroy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fefc.c:490:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Fefc.c: In function 'H5F_efc_remove_ent':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fefc.c:541:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Fefc.c: In function 'H5F_efc_try_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fefc.c:793:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Ffake.lo
In file included from H5Ffake.c:23:0:
H5Ffake.c: In function 'H5F_fake_alloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ffake.c:75:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
CC H5Fio.lo
In file included from H5Fio.c:37:0:
H5Fio.c: In function 'H5F_block_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fio.c:100:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Fio.c: In function 'H5F_block_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fio.c:141:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Fmount.lo
In file included from H5Fmount.c:23:0:
H5Fmount.c: In function 'H5F_close_mounts':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fmount.c:79:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Fmount.c: In function 'H5F_mount':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fmount.c:144:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Fmount.c: In function 'H5F_unmount':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fmount.c:310:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Fmount.c: In function 'H5F_flush_mounts_recurse':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fmount.c:648:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Fmount.c: In function 'H5F_flush_mounts':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fmount.c:688:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Fmount.c: In function 'H5F_traverse_mount':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fmount.c:729:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Fmpi.lo
CC H5Fquery.lo
In file included from H5Fquery.c:37:0:
H5Fquery.c: In function 'H5F_get_fileno':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fquery.c:940:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Fquery.c: In function 'H5F_get_eoa':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fquery.c:973:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(HADDR_UNDEF)
^
H5Fquery.c: In function 'H5F_get_vfd_handle':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fquery.c:1006:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Fsfile.lo
In file included from H5Fsfile.c:19:0:
H5Fsfile.c: In function 'H5F_sfile_add':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fsfile.c:110:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Fsfile.c: In function 'H5F_sfile_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fsfile.c:194:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Fsuper.lo
In file included from H5Fsuper.c:29:0:
H5Fsuper.c: In function 'H5F_locate_signature':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fsuper.c:126:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Fsuper.c: In function 'H5F_super_ext_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fsuper.c:183:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Fsuper.c: In function 'H5F_super_ext_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fsuper.c:236:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Fsuper.c: In function 'H5F_super_ext_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fsuper.c:275:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Fsuper.c: In function 'H5F_super_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fsuper.c:330:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Fsuper.c: In function 'H5F_super_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fsuper.c:404:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Fsuper.c: In function 'H5F_super_dirty':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fsuper.c:656:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Fsuper.c: In function 'H5F_super_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fsuper.c:721:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Fsuper.c: In function 'H5F_super_ext_write_msg':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fsuper.c:780:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Fsuper_cache.lo
H5Fsuper_cache.c: In function 'H5F_sblock_load':
H5Fsuper_cache.c:277:28: warning: to be safe all intermediate pointers in cast
from 'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(f, (const uint8_t **)&p, &sblock->base_addr/*out*/);
^
H5Fsuper_cache.c:278:28: warning: to be safe all intermediate pointers in cast
from 'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(f, (const uint8_t **)&p, &sblock->ext_addr/*out*/);
^
H5Fsuper_cache.c:279:28: warning: to be safe all intermediate pointers in cast
from 'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(f, (const uint8_t **)&p, &stored_eoa/*out*/);
^
H5Fsuper_cache.c:280:28: warning: to be safe all intermediate pointers in cast
from 'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(f, (const uint8_t **)&p, &sblock->driver_addr/*out*/);
^
H5Fsuper_cache.c:288:30: warning: to be safe all intermediate pointers in cast
from 'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
if(H5G_ent_decode(f, (const uint8_t **)&p, sblock->root_ent) < 0)
^
H5Fsuper_cache.c:409:28: warning: to be safe all intermediate pointers in cast
from 'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(f, (const uint8_t **)&p, &sblock->base_addr/*out*/);
^
H5Fsuper_cache.c:410:28: warning: to be safe all intermediate pointers in cast
from 'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(f, (const uint8_t **)&p, &sblock->ext_addr/*out*/);
^
H5Fsuper_cache.c:411:28: warning: to be safe all intermediate pointers in cast
from 'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(f, (const uint8_t **)&p, &stored_eoa/*out*/);
^
H5Fsuper_cache.c:412:28: warning: to be safe all intermediate pointers in cast
from 'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(f, (const uint8_t **)&p, &sblock->root_addr/*out*/);
^
In file included from H5Fsuper_cache.c:27:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fsuper_cache.c:132:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Fsuper_cache.c: In function 'H5F_sblock_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fsuper_cache.c:602:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Fsuper_cache.c: In function 'H5F_sblock_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fsuper_cache.c:800:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Fsuper_cache.c: In function 'H5F_sblock_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Fsuper_cache.c:831:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Ftest.lo
In file included from H5Ftest.c:42:0:
H5Ftest.c: In function 'H5F_get_sohm_mesg_count_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ftest.c:105:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ftest.c: In function 'H5F_check_cached_stab_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ftest.c:142:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ftest.c: In function 'H5F_get_maxaddr_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ftest.c:176:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5FD.lo
In file included from H5FD.c:41:0:
H5FD.c: In function 'H5FD_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:145:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FD.c: In function 'H5FD_init_interface':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:174:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FD.c: In function 'H5FD_register':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:368:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FD.c: In function 'H5FD_get_class':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:460:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FD.c: In function 'H5FD_sb_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:509:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(0)
^
H5FD.c: In function 'H5FD_sb_encode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:547:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FD.c: In function 'H5FD_sb_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:577:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FD.c: In function 'H5FD_pl_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:614:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FD.c: In function 'H5FD_pl_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:659:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FD.c: In function 'H5FD_fapl_get':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:709:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FD.c: In function 'H5FD_fapl_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:743:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FD.c: In function 'H5FD_fapl_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:788:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FD.c: In function 'H5FD_fapl_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:824:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FD.c: In function 'H5FD_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:950:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FD.c: In function 'H5FD_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:1082:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FD.c: In function 'H5FD_cmp':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:1165:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(-1) /*return value is arbitrary*/
^
H5FD.c: In function 'H5FD_get_maxaddr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:1578:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(HADDR_UNDEF)
^
H5FD.c: In function 'H5FD_get_fs_type_map':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:1636:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FD.c: In function 'H5FD_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:1823:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FD.c: In function 'H5FD_truncate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:1892:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FD.c: In function 'H5FD_get_vfd_handle':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FD.c:1984:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5FDcore.lo
In file included from H5FDcore.c:29:0:
H5FDcore.c: In function 'H5FD_core_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDcore.c:210:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FDcore.c: In function 'H5FD_core_fapl_get':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDcore.c:345:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDcore.c: In function 'H5FD_core_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDcore.c:392:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDcore.c: In function 'H5FD_core_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDcore.c:593:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDcore.c: In function 'H5FD_core_set_eoa':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDcore.c:789:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDcore.c: In function 'H5FD_core_get_handle':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDcore.c:846:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDcore.c: In function 'H5FD_core_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDcore.c:912:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDcore.c: In function 'H5FD_core_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDcore.c:974:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDcore.c: In function 'H5FD_core_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDcore.c:1048:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDcore.c: In function 'H5FD_core_truncate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDcore.c:1141:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5FDdirect.lo
In file included from H5FDdirect.c:32:0:
H5private.h:1773:15: warning: 'H5_interface_initialize_g' defined but not used
[-Wunused-variable]
static int H5_interface_initialize_g = 0;
^
H5FDdirect.c:26:33: warning: 'H5FD_direct_init_interface' declared 'static' but
never defined [-Wunused-function]
#define H5_INTERFACE_INIT_FUNC H5FD_direct_init_interface
^
H5private.h:1774:18: note: in expansion of macro 'H5_INTERFACE_INIT_FUNC'
static herr_t H5_INTERFACE_INIT_FUNC(void);
^
CC H5FDfamily.lo
In file included from H5FDfamily.c:41:0:
H5FDfamily.c: In function 'H5FD_family_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDfamily.c:190:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FDfamily.c: In function 'H5FD_family_fapl_get':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDfamily.c:367:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDfamily.c: In function 'H5FD_family_fapl_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDfamily.c:413:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDfamily.c: In function 'H5FD_family_fapl_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDfamily.c:466:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDfamily.c: In function 'H5FD_family_sb_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDfamily.c:575:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDfamily.c: In function 'H5FD_family_open':
H5FDfamily.c:649:11: warning: size of 'memb_name' is 4096 bytes [-Wlarger-than=]
char memb_name[4096], temp[4096];
^
H5FDfamily.c:649:28: warning: size of 'temp' is 4096 bytes [-Wlarger-than=]
char memb_name[4096], temp[4096];
^
H5FDfamily.c:711:5: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
HDsnprintf(memb_name, sizeof(memb_name), name, 0);
^
H5FDfamily.c:711:5: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
H5FDfamily.c:712:5: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
HDsnprintf(temp, sizeof(temp), name, 1);
^
H5FDfamily.c:712:5: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
H5FDfamily.c:718:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
HDsnprintf(memb_name, sizeof(memb_name), name, file->nmembs);
^
H5FDfamily.c:718:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
In file included from H5FDfamily.c:41:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDfamily.c:653:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDfamily.c: In function 'H5FD_family_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDfamily.c:810:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDfamily.c: In function 'H5FD_family_cmp':
H5FDfamily.c:870:1: warning: label 'done' defined but not used [-Wunused-label]
done:
^
H5FDfamily.c: In function 'H5FD_family_set_eoa':
H5FDfamily.c:970:11: warning: size of 'memb_name' is 4096 bytes [-Wlarger-than=]
char memb_name[4096];
^
H5FDfamily.c:993:13: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
HDsnprintf(memb_name, sizeof(memb_name), file->name, u);
^
H5FDfamily.c:993:13: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
In file included from H5FDfamily.c:41:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDfamily.c:974:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDfamily.c: In function 'H5FD_family_get_handle':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDfamily.c:1106:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDfamily.c: In function 'H5FD_family_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDfamily.c:1157:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDfamily.c: In function 'H5FD_family_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDfamily.c:1226:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDfamily.c: In function 'H5FD_family_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDfamily.c:1284:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDfamily.c: In function 'H5FD_family_truncate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDfamily.c:1319:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDfamily.c: In function 'H5FD_family_open':
H5FDfamily.c:644:1: warning: stack usage is 8336 bytes [-Wstack-usage=]
H5FD_family_open(const char *name, unsigned flags, hid_t fapl_id,
^
CC H5FDint.lo
In file included from H5FDint.c:40:0:
H5FDint.c: In function 'H5FD_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDint.c:125:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FDint.c: In function 'H5FD_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDint.c:168:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FDint.c: In function 'H5FD_set_eoa':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDint.c:215:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FDint.c: In function 'H5FD_get_eoa':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDint.c:252:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(HADDR_UNDEF)
^
H5FDint.c: In function 'H5FD_get_eof':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDint.c:294:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(HADDR_UNDEF)
^
CC H5FDlog.lo
In file included from H5FDlog.c:33:0:
H5FDlog.c: In function 'H5FD_log_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDlog.c:263:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FDlog.c: In function 'H5Pset_fapl_log':
H5FDlog.c:330:18: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
fa.logfile = (char *)logfile;
^
In file included from H5FDlog.c:33:0:
H5FDlog.c: In function 'H5FD_log_fapl_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDlog.c:392:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDlog.c: In function 'H5FD_log_open':
H5FDlog.c:625:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
HDfprintf(file->logfp, "Open took: (%f s)\n",
(double)open_timeval_diff.tv_sec + ((double)open_timeval_diff.tv_usec /
(double)1000000.0));
^
H5FDlog.c:627:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
HDfprintf(file->logfp, "Stat took: (%f s)\n",
(double)stat_timeval_diff.tv_sec + ((double)stat_timeval_diff.tv_usec /
(double)1000000.0));
^
In file included from H5FDlog.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDlog.c:485:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDlog.c: In function 'H5FD_log_close':
H5FDlog.c:715:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
HDfprintf(file->logfp, "Close took: (%f s)\n",
(double)timeval_diff.tv_sec + ((double)timeval_diff.tv_usec /
(double)1000000.0));
^
In file included from H5FDlog.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDlog.c:681:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDlog.c: In function 'H5FD_log_get_handle':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDlog.c:1075:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDlog.c: In function 'H5FD_log_read':
H5FDlog.c:1171:17: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
time_diff = (double)timeval_diff.tv_sec +
((double)timeval_diff.tv_usec / (double)1000000.0);
^
H5FDlog.c:1260:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
time_diff = (double)timeval_diff.tv_sec +
((double)timeval_diff.tv_usec / (double)1000000.0);
^
In file included from H5FDlog.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDlog.c:1115:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDlog.c: In function 'H5FD_log_write':
H5FDlog.c:1375:17: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
time_diff = (double)timeval_diff.tv_sec +
((double)timeval_diff.tv_usec / (double)1000000.0);
^
H5FDlog.c:1461:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
time_diff = (double)timeval_diff.tv_sec +
((double)timeval_diff.tv_usec / (double)1000000.0);
^
In file included from H5FDlog.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDlog.c:1314:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDlog.c: In function 'H5FD_log_truncate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDlog.c:1510:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDlog.c: In function 'H5FD_log_open':
H5FDlog.c:627:95: warning: 'stat_timeval_diff.tv_usec' may be used
uninitialized in this function [-Wmaybe-uninitialized]
HDfprintf(file->logfp, "Stat took: (%f s)\n",
(double)stat_timeval_diff.tv_sec + ((double)stat_timeval_diff.tv_usec /
(double)1000000.0));
^
H5FDlog.c:627:59: warning: 'stat_timeval_diff.tv_sec' may be used uninitialized
in this function [-Wmaybe-uninitialized]
HDfprintf(file->logfp, "Stat took: (%f s)\n",
(double)stat_timeval_diff.tv_sec + ((double)stat_timeval_diff.tv_usec /
(double)1000000.0));
^
H5FDlog.c:625:95: warning: 'open_timeval_diff.tv_usec' may be used
uninitialized in this function [-Wmaybe-uninitialized]
HDfprintf(file->logfp, "Open took: (%f s)\n",
(double)open_timeval_diff.tv_sec + ((double)open_timeval_diff.tv_usec /
(double)1000000.0));
^
H5FDlog.c:625:59: warning: 'open_timeval_diff.tv_sec' may be used uninitialized
in this function [-Wmaybe-uninitialized]
HDfprintf(file->logfp, "Open took: (%f s)\n",
(double)open_timeval_diff.tv_sec + ((double)open_timeval_diff.tv_usec /
(double)1000000.0));
^
CC H5FDmpi.lo
CC H5FDmpio.lo
In file included from H5FDmpio.c:28:0:
H5private.h:1773:15: warning: 'H5_interface_initialize_g' defined but not used
[-Wunused-variable]
static int H5_interface_initialize_g = 0;
^
H5FDmpio.c:25:33: warning: 'H5FD_mpio_init_interface' declared 'static' but
never defined [-Wunused-function]
#define H5_INTERFACE_INIT_FUNC H5FD_mpio_init_interface
^
H5private.h:1774:18: note: in expansion of macro 'H5_INTERFACE_INIT_FUNC'
static herr_t H5_INTERFACE_INIT_FUNC(void);
^
CC H5FDmpiposix.lo
In file included from H5FDmpiposix.c:40:0:
H5private.h:1773:15: warning: 'H5_interface_initialize_g' defined but not used
[-Wunused-variable]
static int H5_interface_initialize_g = 0;
^
H5FDmpiposix.c:37:33: warning: 'H5FD_mpiposix_init_interface' declared 'static'
but never defined [-Wunused-function]
#define H5_INTERFACE_INIT_FUNC H5FD_mpiposix_init_interface
^
H5private.h:1774:18: note: in expansion of macro 'H5_INTERFACE_INIT_FUNC'
static herr_t H5_INTERFACE_INIT_FUNC(void);
^
CC H5FDmulti.lo
H5FDmulti.c: In function 'H5FD_multi_dxpl_copy_cb':
H5FDmulti.c:607:50: warning: unused parameter 'size' [-Wunused-parameter]
H5FD_multi_dxpl_copy_cb(const char *name, size_t size, void *_dx)
^
H5FDmulti.c: In function 'H5FD_multi_dxpl_cmp_cb':
H5FDmulti.c:642:67: warning: unused parameter 'size' [-Wunused-parameter]
H5FD_multi_dxpl_cmp_cb(const void *_dx1, const void *_dx2, size_t size)
^
H5FDmulti.c: In function 'H5FD_multi_dxpl_cls_cb':
H5FDmulti.c:692:49: warning: unused parameter 'size' [-Wunused-parameter]
H5FD_multi_dxpl_cls_cb(const char *name, size_t size, void *_dx)
^
H5FDmulti.c: In function 'H5Pset_dxpl_multi':
H5FDmulti.c:779:21: warning: declaration of 'mt' shadows a previous local
[-Wshadow]
ALL_MEMBERS(mt) {
^
H5FDmulti.c:70:16: note: in definition of macro 'ALL_MEMBERS'
H5FD_mem_t LOOPVAR; \
^
H5FDmulti.c:737:17: warning: shadowed declaration is here [-Wshadow]
H5FD_mem_t mt;
^
H5FDmulti.c: In function 'compute_next':
H5FDmulti.c:59:16: warning: declaration of '_unmapped' shadows a previous local
[-Wshadow]
H5FD_mem_t _unmapped, LOOPVAR; \
^
H5FDmulti.c:2158:2: note: in expansion of macro 'UNIQUE_MEMBERS'
UNIQUE_MEMBERS(file->fa.memb_map, mt2) {
^
H5FDmulti.c:59:16: warning: shadowed declaration is here [-Wshadow]
H5FD_mem_t _unmapped, LOOPVAR; \
^
H5FDmulti.c:2157:5: note: in expansion of macro 'UNIQUE_MEMBERS'
UNIQUE_MEMBERS(file->fa.memb_map, mt1) {
^
H5FDmulti.c:60:13: warning: declaration of '_seen' shadows a previous local
[-Wshadow]
hbool_t _seen[H5FD_MEM_NTYPES]; \
^
H5FDmulti.c:2158:2: note: in expansion of macro 'UNIQUE_MEMBERS'
UNIQUE_MEMBERS(file->fa.memb_map, mt2) {
^
H5FDmulti.c:60:13: warning: shadowed declaration is here [-Wshadow]
hbool_t _seen[H5FD_MEM_NTYPES]; \
^
H5FDmulti.c:2157:5: note: in expansion of macro 'UNIQUE_MEMBERS'
UNIQUE_MEMBERS(file->fa.memb_map, mt1) {
^
H5FDmulti.c: In function 'open_members':
H5FDmulti.c:2203:2: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
sprintf(tmp, file->fa.memb_name[mt], file->name);
^
CC H5FDsec2.lo
In file included from H5FDsec2.c:32:0:
H5FDsec2.c: In function 'H5FD_sec2_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDsec2.c:221:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FDsec2.c: In function 'H5FD_sec2_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDsec2.c:318:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDsec2.c: In function 'H5FD_sec2_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDsec2.c:435:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDsec2.c: In function 'H5FD_sec2_get_handle':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDsec2.c:645:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDsec2.c: In function 'H5FD_sec2_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDsec2.c:680:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDsec2.c: In function 'H5FD_sec2_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDsec2.c:778:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDsec2.c: In function 'H5FD_sec2_truncate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDsec2.c:869:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5FDspace.lo
In file included from H5FDspace.c:40:0:
H5FDspace.c: In function 'H5FD_extend':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDspace.c:134:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDspace.c: In function 'H5FD_alloc_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDspace.c:202:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(HADDR_UNDEF)
^
H5FDspace.c: In function 'H5FD_alloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDspace.c:258:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(HADDR_UNDEF)
^
H5FDspace.c: In function 'H5FD_free_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDspace.c:298:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FDspace.c: In function 'H5FD_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDspace.c:383:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FDspace.c: In function 'H5FD_try_extend':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FDspace.c:429:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5FDstdio.lo
CC H5FL.lo
In file included from H5FL.c:36:0:
H5FL.c: In function 'H5FL_malloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:196:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FL.c: In function 'H5FL_reg_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:236:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FL.c: In function 'H5FL_reg_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:288:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FL.c: In function 'H5FL_reg_malloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:373:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FL.c: In function 'H5FL_reg_calloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:450:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FL.c: In function 'H5FL_reg_gc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:542:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FL.c: In function 'H5FL_blk_create_list':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:721:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FL.c: In function 'H5FL_blk_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:772:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FL.c: In function 'H5FL_blk_free_block_avail':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:815:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FL.c: In function 'H5FL_blk_malloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:856:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FL.c: In function 'H5FL_blk_calloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:946:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FL.c: In function 'H5FL_blk_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:992:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FL.c: In function 'H5FL_blk_realloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:1090:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FL.c: In function 'H5FL_blk_gc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:1227:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FL.c: In function 'H5FL_arr_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:1332:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FL.c: In function 'H5FL_arr_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:1386:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FL.c: In function 'H5FL_arr_malloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:1461:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FL.c: In function 'H5FL_arr_calloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:1534:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FL.c: In function 'H5FL_arr_realloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:1572:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FL.c: In function 'H5FL_arr_gc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:1696:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FL.c: In function 'H5FL_seq_malloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:1836:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FL.c: In function 'H5FL_seq_calloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:1870:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FL.c: In function 'H5FL_seq_realloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:1904:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FL.c: In function 'H5FL_fac_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:1943:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FL.c: In function 'H5FL_fac_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:2019:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FL.c: In function 'H5FL_fac_malloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:2108:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FL.c: In function 'H5FL_fac_calloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:2185:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FL.c: In function 'H5FL_fac_gc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:2274:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FL.c: In function 'H5FL_fac_term':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:2320:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FL.c: In function 'H5FL_garbage_coll':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:2426:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FL.c: In function 'H5FL_set_free_list_limits':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FL.c:2487:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5FO.lo
In file included from H5Eprivate.h:25:0,
from H5FO.c:27:
H5FO.c: In function 'H5FO_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FO.c:78:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FO.c: In function 'H5FO_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FO.c:166:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FO.c: In function 'H5FO_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FO.c:218:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FO.c: In function 'H5FO_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FO.c:352:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FO.c: In function 'H5FO_top_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FO.c:397:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FO.c: In function 'H5FO_top_incr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FO.c:436:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FO.c: In function 'H5FO_top_decr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FO.c:491:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FO.c: In function 'H5FO_top_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FO.c:585:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5FS.lo
In file included from H5FS.c:35:0:
H5FS.c: In function 'H5FS_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FS.c:112:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FS.c: In function 'H5FS_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FS.c:201:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5FS.c: In function 'H5FS_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FS.c:270:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FS.c: In function 'H5FS_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FS.c:361:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FS.c: In function 'H5FS_new':
H5FS.c:540:5: warning: conversion to 'unsigned int' from 'size_t' may alter its
value [-Wconversion]
fspace->nclasses = nclasses;
^
In file included from H5FS.c:38:0:
H5FSpkg.h:79:5: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
+ H5F_SIZEOF_SIZE(f) /* Allocated size of serialized free space sections
*/ \
^
H5FS.c:566:24: note: in expansion of macro 'H5FS_HEADER_SIZE'
fspace->hdr_size = H5FS_HEADER_SIZE(f);
^
In file included from H5FS.c:35:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FS.c:528:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FS.c: In function 'H5FS_size':
H5FS.c:601:24: warning: unused parameter 'f' [-Wunused-parameter]
H5FS_size(const H5F_t *f, const H5FS_t *fspace, hsize_t *meta_size)
^
In file included from H5FS.c:35:0:
H5FS.c: In function 'H5FS_incr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FS.c:637:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FS.c: In function 'H5FS_decr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FS.c:678:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FS.c: In function 'H5FS_dirty':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FS.c:726:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FS.c: In function 'H5FS_hdr_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FS.c:764:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FS.c: In function 'H5FS_sinfo_dest':
H5FS.c:892:17: warning: request for implicit conversion from 'void *' to
'struct H5FS_bin_t *' not permitted in C++ [-Wc++-compat]
sinfo->bins = H5FL_SEQ_FREE(H5FS_bin_t, sinfo->bins);
^
In file included from H5FS.c:35:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FS.c:875:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5FScache.lo
In file included from H5FScache.c:36:0:
H5FScache.c: In function 'H5FS_cache_hdr_load':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FScache.c:161:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FScache.c: In function 'H5FS_cache_hdr_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FScache.c:288:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FScache.c: In function 'H5FS_cache_hdr_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FScache.c:450:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FScache.c: In function 'H5FS_cache_hdr_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FScache.c:499:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FScache.c: In function 'H5FS_cache_sinfo_load':
H5FScache.c:618:17: warning: variable 'old_tot_space' set but not used
[-Wunused-but-set-variable]
hsize_t old_tot_space; /* Total space managed from header */
^
H5FScache.c:617:17: warning: variable 'old_ghost_sect_count' set but not used
[-Wunused-but-set-variable]
hsize_t old_ghost_sect_count; /* Total ghost section count from
header */
^
H5FScache.c:616:17: warning: variable 'old_serial_sect_count' set but not used
[-Wunused-but-set-variable]
hsize_t old_serial_sect_count; /* Total serializable section count
from header */
^
H5FScache.c:615:17: warning: variable 'old_tot_sect_count' set but not used
[-Wunused-but-set-variable]
hsize_t old_tot_sect_count; /* Total section count from header */
^
In file included from H5FScache.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FScache.c:577:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FScache.c: In function 'H5FS_sinfo_serialize_sect_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FScache.c:734:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FScache.c: In function 'H5FS_sinfo_serialize_node_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FScache.c:789:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FScache.c: In function 'H5FS_cache_sinfo_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FScache.c:833:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FScache.c: In function 'H5FS_cache_sinfo_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FScache.c:931:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FScache.c: In function 'H5FS_cache_sinfo_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FScache.c:977:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5FSdbg.lo
In file included from H5FSdbg.c:38:0:
H5FSdbg.c: In function 'H5FS_debug':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSdbg.c:103:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FSdbg.c: In function 'H5FS_sect_debug':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSdbg.c:200:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FSdbg.c: In function 'H5FS_sects_debug':
H5FSdbg.c:288:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if(H5HF_sects_debug(f, dxpl_id, client_addr, stream, indent + 3,
MAX(0, fwidth - 3)) < 0)
^
In file included from H5FSdbg.c:38:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSdbg.c:243:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5FSsection.lo
H5FSsection.c: In function 'H5FS_sinfo_new':
H5FSsection.c:147:31: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
sinfo->sect_prefix_size = (size_t)H5FS_SINFO_PREFIX_SIZE(f);
^
H5FSsection.c:178:25: warning: request for implicit conversion from 'void *' to
'struct H5FS_bin_t *' not permitted in C++ [-Wc++-compat]
sinfo->bins = H5FL_SEQ_FREE(H5FS_bin_t, sinfo->bins);
^
In file included from H5FSsection.c:34:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:132:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sinfo_lock':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:212:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sinfo_unlock':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:317:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sect_increase':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:544:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sect_decrease':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:606:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_size_node_decr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:664:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sect_unlink_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:756:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sect_unlink_rest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:810:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sect_remove_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:864:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sect_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:907:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sect_link_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:954:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sect_link_rest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:1061:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sect_link':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:1112:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sect_merge':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:1174:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sect_add':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:1383:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FSsection.c: In function 'H5FS_sect_try_extend':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:1471:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FSsection.c: In function 'H5FS_sect_find_node':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:1612:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sect_find':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:1764:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5FSsection.c: In function 'H5FS_iterate_sect_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:1836:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_iterate_node_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:1874:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sect_iterate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:1912:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sect_change_class':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:2015:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5FSsection.c: In function 'H5FS_sect_try_shrink_eoa':
H5FSsection.c:2338:5: warning: passing argument 1 of 'H5FS_sinfo_lock' discards
'const' qualifier from pointer target type [enabled by default]
if(H5FS_sinfo_lock(f, dxpl_id, fspace, H5AC_WRITE) < 0)
^
H5FSsection.c:207:1: note: expected 'struct H5F_t *' but argument is of type
'const struct H5F_t *'
H5FS_sinfo_lock(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace, H5AC_protect_t
accmode)
^
H5FSsection.c:2338:5: warning: passing argument 3 of 'H5FS_sinfo_lock' discards
'const' qualifier from pointer target type [enabled by default]
if(H5FS_sinfo_lock(f, dxpl_id, fspace, H5AC_WRITE) < 0)
^
H5FSsection.c:207:1: note: expected 'struct H5FS_t *' but argument is of type
'const struct H5FS_t *'
H5FS_sinfo_lock(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace, H5AC_protect_t
accmode)
^
H5FSsection.c:2362:7: warning: passing argument 1 of 'H5FS_sect_remove_real'
discards 'const' qualifier from pointer target type [enabled by default]
if(H5FS_sect_remove_real(fspace, tmp_sect) < 0)
^
H5FSsection.c:859:1: note: expected 'struct H5FS_t *' but argument is of type
'const struct H5FS_t *'
H5FS_sect_remove_real(H5FS_t *fspace, H5FS_section_info_t *sect)
^
H5FSsection.c:2376:5: warning: passing argument 1 of 'H5FS_sinfo_unlock'
discards 'const' qualifier from pointer target type [enabled by default]
if(sinfo_valid && H5FS_sinfo_unlock(f, dxpl_id, fspace, section_removed) <
0)
^
H5FSsection.c:313:1: note: expected 'struct H5F_t *' but argument is of type
'const struct H5F_t *'
H5FS_sinfo_unlock(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace, hbool_t modified)
^
H5FSsection.c:2376:5: warning: passing argument 3 of 'H5FS_sinfo_unlock'
discards 'const' qualifier from pointer target type [enabled by default]
if(sinfo_valid && H5FS_sinfo_unlock(f, dxpl_id, fspace, section_removed) <
0)
^
H5FSsection.c:313:1: note: expected 'struct H5FS_t *' but argument is of type
'const struct H5FS_t *'
H5FS_sinfo_unlock(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace, hbool_t modified)
^
In file included from H5FSsection.c:34:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5FSsection.c:2333:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5FSstat.lo
H5FSstat.c: In function 'H5FS_stat_info':
H5FSstat.c:99:23: warning: conversion to 'hsize_t' from 'int' may change the
sign of the result [-Wsign-conversion]
stats->hdr_size = (size_t)H5FS_HEADER_SIZE(f);
^
CC H5FStest.lo
CC H5G.lo
In file included from H5G.c:91:0:
H5G.c: In function 'H5G__init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5G.c:162:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5G.c: In function 'H5G_init_interface':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5G.c:194:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Gbtree2.lo
In file included from H5Gbtree2.c:37:0:
H5Gbtree2.c: In function 'H5G_dense_fh_name_cmp':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gbtree2.c:170:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gbtree2.c: In function 'H5G_dense_btree2_name_compare':
H5Gbtree2.c:266:16: warning: variable 'status' set but not used
[-Wunused-but-set-variable]
herr_t status; /* Status from fractal heap 'op'
routine */
^
CC H5Gcache.lo
In file included from H5Gpkg.h:32:0,
from H5Gcache.c:39:
H5Gcache.c: In function 'H5G_node_load':
H5Gprivate.h:54:7: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
4 + /*reserved */ \
^
H5Gpkg.h:58:34: note: in expansion of macro 'H5G_SIZEOF_ENTRY'
+ ((2 * H5F_SYM_LEAF_K(f)) * H5G_SIZEOF_ENTRY(f)) \
^
H5Gcache.c:148:22: note: in expansion of macro 'H5G_NODE_SIZE'
sym->node_size = H5G_NODE_SIZE(f);
^
In file included from H5Gcache.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gcache.c:132:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gcache.c:123:60: warning: unused parameter 'udata' [-Wunused-parameter]
H5G_node_load(H5F_t *f, hid_t dxpl_id, haddr_t addr, void *udata)
^
In file included from H5Gcache.c:37:0:
H5Gcache.c: In function 'H5G_node_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gcache.c:221:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gcache.c: In function 'H5G_node_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gcache.c:309:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gcache.c: In function 'H5G_node_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gcache.c:358:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Gcompact.lo
In file included from H5Gcompact.c:30:0:
H5Gcompact.c: In function 'H5G_compact_build_table_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gcompact.c:92:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gcompact.c: In function 'H5G_compact_build_table':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gcompact.c:131:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gcompact.c: In function 'H5G__compact_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gcompact.c:194:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gcompact.c: In function 'H5G__compact_get_name_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gcompact.c:230:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gcompact.c: In function 'H5G_compact_remove_common_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gcompact.c:283:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gcompact.c: In function 'H5G__compact_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gcompact.c:323:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gcompact.c: In function 'H5G__compact_remove_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gcompact.c:364:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gcompact.c: In function 'H5G__compact_iterate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gcompact.c:416:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gcompact.c: In function 'H5G_compact_lookup_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gcompact.c:461:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gcompact.c: In function 'H5G__compact_lookup':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gcompact.c:508:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gcompact.c: In function 'H5G__compact_lookup_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gcompact.c:554:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gcompact.c: In function 'H5G__compact_get_type_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gcompact.c:603:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
CC H5Gdense.lo
H5Gdense.c: In function 'H5G__dense_create':
H5Gdense.c:325:30: warning: conversion to 'uint32_t' from 'size_t' may alter
its value [-Wconversion]
bt2_cparam.rrec_size = 4 + /* Name's hash value */
^
H5Gdense.c:345:34: warning: conversion to 'uint32_t' from 'size_t' may alter
its value [-Wconversion]
bt2_cparam.rrec_size = 8 + /* Creation order value */
^
In file included from H5Gdense.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gdense.c:281:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gdense.c: In function 'H5G__dense_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gdense.c:400:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gdense.c: In function 'H5G_dense_lookup_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdense.c:506:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gdense.c: In function 'H5G__dense_lookup':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gdense.c:545:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gdense.c: In function 'H5G_dense_lookup_by_idx_fh_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdense.c:608:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gdense.c: In function 'H5G_dense_lookup_by_idx_bt2_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdense.c:648:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gdense.c: In function 'H5G__dense_lookup_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gdense.c:690:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gdense.c: In function 'H5G_dense_build_table_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdense.c:797:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gdense.c: In function 'H5G__dense_build_table':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gdense.c:838:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gdense.c: In function 'H5G_dense_iterate_fh_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdense.c:897:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gdense.c: In function 'H5G_dense_iterate_bt2_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdense.c:934:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gdense.c: In function 'H5G__dense_iterate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gdense.c:996:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gdense.c: In function 'H5G_dense_get_name_by_idx_fh_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdense.c:1110:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gdense.c: In function 'H5G_dense_get_name_by_idx_bt2_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdense.c:1155:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gdense.c: In function 'H5G__dense_get_name_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gdense.c:1202:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gdense.c: In function 'H5G_dense_remove_fh_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdense.c:1318:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gdense.c: In function 'H5G_dense_remove_bt2_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdense.c:1383:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gdense.c: In function 'H5G__dense_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gdense.c:1429:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gdense.c: In function 'H5G_dense_remove_by_idx_fh_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdense.c:1493:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gdense.c: In function 'H5G_dense_remove_by_idx_bt2_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdense.c:1528:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gdense.c: In function 'H5G__dense_remove_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gdense.c:1640:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gdense.c: In function 'H5G__dense_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gdense.c:1745:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gdense.c: In function 'H5G__dense_get_type_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gdense.c:1842:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
CC H5Gdeprec.lo
H5Gdeprec.c: In function 'H5Gcreate1':
H5Gdeprec.c:240:9: warning: conversion to 'uint32_t' from 'size_t' may alter
its value [-Wconversion]
ginfo.lheap_size_hint = size_hint;
^
In file included from H5Gdeprec.c:43:0:
H5Gdeprec.c: In function 'H5G_link_hard':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdeprec.c:438:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gdeprec.c: In function 'H5G_move':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdeprec.c:542:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gdeprec.c: In function 'H5G_get_objinfo_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdeprec.c:902:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gdeprec.c: In function 'H5G_get_objinfo':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdeprec.c:984:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gdeprec.c: In function 'H5G_obj_get_type_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gdeprec.c:1145:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(H5G_UNKNOWN)
^
H5Gdeprec.c: In function 'H5G_map_obj_type':
H5Gdeprec.c:145:1: warning: function might be candidate for attribute 'const'
[-Wsuggest-attribute=const]
H5G_map_obj_type(H5O_type_t obj_type)
^
CC H5Gent.lo
In file included from H5Gent.c:31:0:
H5Gent.c: In function 'H5G__ent_decode_vec':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gent.c:101:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gent.c: In function 'H5G_ent_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gent.c:141:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gent.c: In function 'H5G__ent_encode_vec':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gent.c:206:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gent.c: In function 'H5G_ent_encode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gent.c:246:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gent.c: In function 'H5G__ent_copy':
H5Gent.c:341:24: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
H5G__ent_reset((H5G_entry_t *)src);
^
In file included from H5Gent.c:31:0:
H5Gent.c: In function 'H5G__ent_reset':
H5private.h:1809:13: warning: unused variable 'err_occurred' [-Wunused-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gent.c:364:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gent.c: In function 'H5G__ent_convert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gent.c:399:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gent.c: In function 'H5G__ent_debug':
H5Gent.c:553:5: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
nested_fwidth = MAX(0, fwidth - 3);
^
CC H5Gint.lo
In file included from H5Gint.c:40:0:
H5Gint.c: In function 'H5G_init_int_interface':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gint.c:139:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gint.c: In function 'H5G__create_named':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gint.c:172:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gint.c: In function 'H5G__create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gint.c:230:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gint.c: In function 'H5G__open_name':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gint.c:307:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gint.c: In function 'H5G_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gint.c:368:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Gint.c: In function 'H5G_open_oid':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gint.c:460:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gint.c: In function 'H5G_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gint.c:508:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gint.c: In function 'H5G_iterate_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gint.c:759:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gint.c: In function 'H5G_iterate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gint.c:819:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gint.c: In function 'H5G_visit_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gint.c:909:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gint.c: In function 'H5G_visit':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gint.c:1092:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gint.c: In function 'H5G_oloc':
H5Gint.c:578:1: warning: function might be candidate for attribute 'const'
[-Wsuggest-attribute=const]
H5G_oloc(H5G_t *grp)
^
H5Gint.c: In function 'H5G_nameof':
H5Gint.c:601:1: warning: function might be candidate for attribute 'const'
[-Wsuggest-attribute=const]
H5G_nameof(H5G_t *grp)
^
CC H5Glink.lo
In file included from H5Glink.c:37:0:
H5Glink.c: In function 'H5G_link_to_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Glink.c:286:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Glink.c: In function 'H5G__link_to_loc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Glink.c:363:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Glink.c: In function 'H5G__link_release_table':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Glink.c:507:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Glink.c: In function 'H5G__link_name_replace':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Glink.c:551:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
CC H5Gloc.lo
In file included from H5Gloc.c:37:0:
H5Gloc.c: In function 'H5G_loc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gloc.c:164:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gloc.c: In function 'H5G__loc_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gloc.c:278:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gloc.c: In function 'H5G_loc_reset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gloc.c:312:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gloc.c: In function 'H5G_loc_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gloc.c:345:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gloc.c: In function 'H5G_loc_find_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gloc.c:381:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gloc.c: In function 'H5G_loc_find':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gloc.c:418:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gloc.c: In function 'H5G_loc_find_by_idx_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gloc.c:463:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gloc.c: In function 'H5G_loc_find_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gloc.c:524:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gloc.c: In function 'H5G__loc_insert':
H5Gloc.c:580:16: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
lnk.name = (char *)name;
^
In file included from H5Gloc.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gloc.c:567:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gloc.c: In function 'H5G_loc_exists':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gloc.c:654:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gloc.c: In function 'H5G_loc_info_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gloc.c:694:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gloc.c: In function 'H5G_loc_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gloc.c:733:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gloc.c: In function 'H5G_loc_set_comment_cb':
H5Gloc.c:793:14: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
comment.s = (char *)udata->comment;
^
In file included from H5Gloc.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gloc.c:775:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gloc.c: In function 'H5G_loc_set_comment':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gloc.c:827:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gloc.c: In function 'H5G_loc_get_comment_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gloc.c:866:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gloc.c: In function 'H5G_loc_get_comment':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gloc.c:918:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Gname.lo
In file included from H5Gname.c:37:0:
H5Gname.c: In function 'H5G_normalize':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gname.c:171:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gname.c: In function 'H5G_build_fullpath':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gname.c:300:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gname.c: In function 'H5G__name_init':
H5private.h:1809:13: warning: unused variable 'err_occurred' [-Wunused-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gname.c:426:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gname.c: In function 'H5G_name_set':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gname.c:460:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gname.c: In function 'H5G_name_copy':
H5Gname.c:534:24: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
H5G_name_reset((H5G_name_t *)src);
^
In file included from H5Gname.c:37:0:
H5Gname.c: In function 'H5G_get_name':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gname.c:567:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gname.c: In function 'H5G_name_move_path':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gname.c:703:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gname.c: In function 'H5G_name_replace_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gname.c:805:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gname.c: In function 'H5G_name_replace':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gname.c:1073:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gname.c: In function 'H5G_get_name_by_addr_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gname.c:1214:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gname.c: In function 'H5G_get_name_by_addr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gname.c:1287:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Gnode.lo
H5Gnode.c: In function 'H5G__node_free':
H5Gnode.c:299:20: warning: request for implicit conversion from 'void *' to
'struct H5G_entry_t *' not permitted in C++ [-Wc++-compat]
sym->entry = H5FL_SEQ_FREE(H5G_entry_t, sym->entry);
^
In file included from H5Gpkg.h:32:0,
from H5Gnode.c:45:
H5Gnode.c: In function 'H5G_node_create':
H5Gprivate.h:54:7: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
4 + /*reserved */ \
^
H5Gpkg.h:58:34: note: in expansion of macro 'H5G_SIZEOF_ENTRY'
+ ((2 * H5F_SYM_LEAF_K(f)) * H5G_SIZEOF_ENTRY(f)) \
^
H5Gnode.c:344:22: note: in expansion of macro 'H5G_NODE_SIZE'
sym->node_size = H5G_NODE_SIZE(f);
^
H5Gnode.c:367:28: warning: request for implicit conversion from 'void *' to
'struct H5G_entry_t *' not permitted in C++ [-Wc++-compat]
sym->entry = H5FL_SEQ_FREE(H5G_entry_t, sym->entry);
^
In file included from H5Gnode.c:40:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gnode.c:334:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gnode.c: In function 'H5G_node_found':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gnode.c:532:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gnode.c: In function 'H5G_node_insert':
H5Gnode.c:718:6: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
idx -= H5F_SYM_LEAF_K(f);
^
H5Gnode.c:718:10: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
idx -= H5F_SYM_LEAF_K(f);
^
In file included from H5Gnode.c:40:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gnode.c:635:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gnode.c: In function 'H5G_node_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gnode.c:801:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gnode.c:792:21: warning: unused variable 'lt_key' [-Wunused-variable]
H5G_node_key_t *lt_key = (H5G_node_key_t *)_lt_key;
^
In file included from H5Gnode.c:40:0:
H5Gnode.c: In function 'H5G__node_iterate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gnode.c:994:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gnode.c: In function 'H5G__node_sumup':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gnode.c:1071:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gnode.c: In function 'H5G__node_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gnode.c:1116:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gnode.c: In function 'H5G__node_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gnode.c:1176:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gnode.c: In function 'H5G__node_copy':
H5Gnode.c:1294:28: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
grp_loc.oloc = (H5O_loc_t *)src_oloc;
^
In file included from H5Gnode.c:40:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gnode.c:1256:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gnode.c: In function 'H5G__node_build_table':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gnode.c:1403:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
In file included from H5Gpkg.h:32:0,
from H5Gnode.c:45:
H5Gnode.c: In function 'H5G__node_iterate_size':
H5Gprivate.h:54:7: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
4 + /*reserved */ \
^
H5Gpkg.h:58:34: note: in expansion of macro 'H5G_SIZEOF_ENTRY'
+ ((2 * H5F_SYM_LEAF_K(f)) * H5G_SIZEOF_ENTRY(f)) \
^
H5Gnode.c:1481:19: note: in expansion of macro 'H5G_NODE_SIZE'
*stab_size += H5G_NODE_SIZE(f);
^
H5Gnode.c: In function 'H5G_node_debug':
H5Gnode.c:1550:9: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
fwidth = MAX(0, fwidth - 3);
^
In file included from H5Gnode.c:40:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gnode.c:1510:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Gobj.lo
In file included from H5Gobj.c:37:0:
H5Gobj.c: In function 'H5G__obj_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gobj.c:137:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gobj.c: In function 'H5G__obj_create_real':
H5Gobj.c:272:67: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(H5O_msg_create(oloc, H5O_LINFO_ID, 0, H5O_UPDATE_TIME, (void
*)linfo, dxpl_id) < 0)
^
H5Gobj.c:277:73: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(H5O_msg_create(oloc, H5O_GINFO_ID, H5O_MSG_FLAG_CONSTANT, 0, (void
*)ginfo, dxpl_id) < 0)
^
H5Gobj.c:283:77: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(H5O_msg_create(oloc, H5O_PLINE_ID, H5O_MSG_FLAG_CONSTANT, 0,
(void *)pline, dxpl_id) < 0)
^
In file included from H5Gobj.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gobj.c:193:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gobj.c: In function 'H5G__obj_get_linfo':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gobj.c:325:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gobj.c: In function 'H5G_obj_compact_to_dense_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gobj.c:390:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gobj.c: In function 'H5G_obj_stab_to_new_cb':
H5Gobj.c:433:51: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(H5G_obj_insert(udata->grp_oloc, lnk->name, (H5O_link_t *)lnk, FALSE,
^
In file included from H5Gobj.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gobj.c:425:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gobj.c: In function 'H5G_obj_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gobj.c:471:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gobj.c: In function 'H5G__obj_iterate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gobj.c:669:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gobj.c: In function 'H5G__obj_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gobj.c:740:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gobj.c: In function 'H5G_obj_get_name_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gobj.c:816:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gobj.c: In function 'H5G_obj_remove_update_linfo':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gobj.c:877:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gobj.c: In function 'H5G_obj_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gobj.c:989:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gobj.c: In function 'H5G_obj_remove_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gobj.c:1055:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gobj.c: In function 'H5G__obj_lookup':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gobj.c:1131:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gobj.c: In function 'H5G_obj_lookup_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gobj.c:1186:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Goh.lo
In file included from H5Goh.c:27:0:
H5Goh.c: In function 'H5O_group_get_copy_file_udata':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Goh.c:112:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Goh.c: In function 'H5O_group_isa':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Goh.c:182:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Goh.c: In function 'H5O_group_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Goh.c:218:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Goh.c: In function 'H5O_group_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Goh.c:259:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Goh.c: In function 'H5O_group_get_oloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Goh.c:307:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Goh.c: In function 'H5O_group_bh_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Goh.c:344:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Groot.lo
In file included from H5Groot.c:38:0:
H5Groot.c: In function 'H5G_mkroot':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Groot.c:157:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Groot.c: In function 'H5G_root_loc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Groot.c:386:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Gstab.lo
In file included from H5Gstab.c:31:0:
H5Gstab.c: In function 'H5G__stab_create_components':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gstab.c:145:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gstab.c: In function 'H5G__stab_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gstab.c:213:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gstab.c: In function 'H5G__stab_insert_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gstab.c:270:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gstab.c: In function 'H5G__stab_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gstab.c:325:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gstab.c: In function 'H5G__stab_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gstab.c:366:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gstab.c: In function 'H5G__stab_remove_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gstab.c:420:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gstab.c: In function 'H5G__stab_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gstab.c:480:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gstab.c: In function 'H5G__stab_iterate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gstab.c:538:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gstab.c: In function 'H5G__stab_count':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gstab.c:627:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gstab.c: In function 'H5G__stab_bh_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gstab.c:669:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gstab.c: In function 'H5G__stab_get_name_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gstab.c:759:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Gstab.c: In function 'H5G_stab_lookup_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gstab.c:843:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gstab.c: In function 'H5G__stab_lookup':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gstab.c:879:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gstab.c: In function 'H5G_stab_lookup_by_idx_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gstab.c:939:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gstab.c: In function 'H5G__stab_lookup_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gstab.c:981:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gstab.c: In function 'H5G__stab_valid':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gstab.c:1063:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gstab.c: In function 'H5G_stab_get_type_by_idx_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gstab.c:1135:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gstab.c: In function 'H5G__stab_get_type_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gstab.c:1196:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
CC H5Gtest.lo
In file included from H5Gtest.c:33:0:
H5Gtest.c: In function 'H5G__is_empty_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gtest.c:102:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gtest.c: In function 'H5G__has_links_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gtest.c:213:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gtest.c: In function 'H5G__has_stab_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gtest.c:271:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gtest.c: In function 'H5G__is_new_dense_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gtest.c:321:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gtest.c: In function 'H5G__new_dense_info_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gtest.c:391:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gtest.c: In function 'H5G__lheap_size_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gtest.c:465:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gtest.c: In function 'H5G__user_path_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gtest.c:513:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gtest.c: In function 'H5G__verify_cached_stab_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gtest.c:606:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gtest.c: In function 'H5G_verify_cached_stabs_test_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gtest.c:667:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gtest.c: In function 'H5G__verify_cached_stabs_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gtest.c:761:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
CC H5Gtraverse.lo
In file included from H5Gtraverse.c:37:0:
H5Gtraverse.c: In function 'H5G_traverse_slink_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gtraverse.c:129:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gtraverse.c: In function 'H5G_traverse_ud':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gtraverse.c:185:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gtraverse.c: In function 'H5G_traverse_slink':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gtraverse.c:327:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gtraverse.c: In function 'H5G__traverse_special':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Gtraverse.c:402:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Gtraverse.c: In function 'H5G_traverse_real':
H5Gtraverse.c:743:52: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
if(H5O_msg_reset(H5O_GINFO_ID, (void *)ginfo) < 0)
^
H5Gtraverse.c:747:52: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
if(H5O_msg_reset(H5O_LINFO_ID, (void *)linfo) < 0)
^
H5Gtraverse.c:751:52: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
if(H5O_msg_reset(H5O_PLINE_ID, (void *)pline) < 0)
^
In file included from H5Gtraverse.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gtraverse.c:505:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Gtraverse.c: In function 'H5G_traverse':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Gtraverse.c:838:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5HF.lo
In file included from H5HF.c:41:0:
H5HF.c: In function 'H5HF_op_write':
H5HF.c:130:14: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
HDmemcpy((void *)obj, op_data, obj_len); /* Casting away const OK -QAK
*/
^
H5private.h:965:47: note: in definition of macro 'HDmemcpy'
#define HDmemcpy(X,Y,Z) memcpy((char*)(X),(const char*)(Y),Z)
^
In file included from H5HF.c:41:0:
H5HF.c: In function 'H5HF_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HF.c:158:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5HF.c: In function 'H5HF_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HF.c:225:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5HF.c: In function 'H5HF_insert':
H5HF.c:375:49: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(H5HF_huge_insert(hdr, dxpl_id, size, (void *)obj, id) < 0)
^
In file included from H5HF.c:41:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HF.c:354:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HF.c: In function 'H5HF_get_obj_len':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HF.c:421:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HF.c: In function 'H5HF_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HF.c:489:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HF.c: In function 'H5HF_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HF.c:567:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HF.c: In function 'H5HF_op':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HF.c:639:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HF.c: In function 'H5HF_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HF.c:704:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HF.c: In function 'H5HF_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HF.c:769:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HF.c: In function 'H5HF_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HF.c:862:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5HFbtree2.lo
In file included from H5HFbtree2.c:37:0:
H5HFbtree2.c: In function 'H5HF_huge_bt2_crt_context':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFbtree2.c:214:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFbtree2.c: In function 'H5HF_huge_bt2_crt_dbg_context':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFbtree2.c:286:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFbtree2.c: In function 'H5HF_huge_bt2_indir_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFbtree2.c:358:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFbtree2.c: In function 'H5HF_huge_bt2_filt_indir_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFbtree2.c:576:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFbtree2.c: In function 'H5HF_huge_bt2_dir_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFbtree2.c:765:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFbtree2.c: In function 'H5HF_huge_bt2_filt_dir_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFbtree2.c:990:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5HFcache.lo
In file included from H5HFcache.c:37:0:
H5HFcache.c: In function 'H5HF_cache_hdr_load':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFcache.c:277:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFcache.c: In function 'H5HF_cache_hdr_flush':
H5HFcache.c:503:20: warning: conversion to 'uint8_t' from 'int' may alter its
value [-Wconversion]
heap_flags |= (hdr->huge_ids_wrapped ? H5HF_HDR_FLAGS_HUGE_ID_WRAPPED
: 0);
^
H5HFcache.c:504:20: warning: conversion to 'uint8_t' from 'int' may alter its
value [-Wconversion]
heap_flags |= (hdr->checksum_dblocks ?
H5HF_HDR_FLAGS_CHECKSUM_DBLOCKS : 0);
^
In file included from H5HFcache.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFcache.c:457:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFcache.c: In function 'H5HF_cache_hdr_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFcache.c:589:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFcache.c: In function 'H5HF_cache_hdr_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFcache.c:635:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFcache.c: In function 'H5HF_cache_iblock_load':
H5HFcache.c:708:25: warning: size of 'iblock_buf' is 4096 bytes [-Wlarger-than=]
uint8_t iblock_buf[H5HF_IBLOCK_BUF_SIZE]; /* Buffer for
indirect block */
^
In file included from H5HFcache.c:40:0:
H5HFpkg.h:121:46: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
((h)->sizeof_addr + (h)->sizeof_size + 4) : /* Size of entries for
filtered direct blocks */ \
^
H5HFpkg.h:133:81: note: in expansion of macro
'H5HF_MAN_INDIRECT_CHILD_DIR_ENTRY_SIZE'
+ (MIN(r, (h)->man_dtable.max_direct_rows) * (h)->man_dtable.cparam.width
* H5HF_MAN_INDIRECT_CHILD_DIR_ENTRY_SIZE(h)) /* Size of entries for direct
blocks */ \
^
H5HFcache.c:749:20: note: in expansion of macro 'H5HF_MAN_INDIRECT_SIZE'
iblock->size = H5HF_MAN_INDIRECT_SIZE(hdr, iblock->nrows);
^
H5HFpkg.h:132:5: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
+ (h)->heap_off_size /* Offset of the block in the heap */ \
^
H5HFcache.c:749:20: note: in expansion of macro 'H5HF_MAN_INDIRECT_SIZE'
iblock->size = H5HF_MAN_INDIRECT_SIZE(hdr, iblock->nrows);
^
In file included from H5HFcache.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFcache.c:717:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFcache.c: In function 'H5HF_cache_iblock_flush':
H5HFcache.c:906:17: warning: size of 'iblock_buf' is 4096 bytes [-Wlarger-than=]
uint8_t iblock_buf[H5HF_IBLOCK_BUF_SIZE]; /* Buffer for indirect block
*/
^
In file included from H5HFcache.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFcache.c:909:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFcache.c: In function 'H5HF_cache_iblock_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFcache.c:1094:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFcache.c: In function 'H5HF_cache_iblock_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFcache.c:1145:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5HFcache.c:37:0:
H5HFcache.c: In function 'H5HF_cache_dblock_load':
H5HFcache.c:1349:18: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
HDmemset((uint8_t *)p - H5HF_SIZEOF_CHKSUM, 0,
(size_t)H5HF_SIZEOF_CHKSUM);
^
H5private.h:971:39: note: in definition of macro 'HDmemset'
#define HDmemset(X,C,Z) memset(X,C,Z)
^
In file included from H5HFcache.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFcache.c:1221:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFcache.c: In function 'H5HF_cache_dblock_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFcache.c:1392:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFcache.c: In function 'H5HF_cache_dblock_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFcache.c:1665:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFcache.c: In function 'H5HF_cache_dblock_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFcache.c:1717:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5HFdbg.lo
H5HFdbg.c: In function 'H5HF_hdr_print':
H5HFdbg.c:259:5: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
H5HF_dtable_debug(&hdr->man_dtable, stream, indent + 3, MAX(0, fwidth -
3));
^
H5HFdbg.c:267:23: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
hdr->pline_root_direct_size);
^
H5HFdbg.c:270:23: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
hdr->pline_root_direct_filter_mask);
^
H5HFdbg.c:273:30: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
indent + 3, MAX(0, fwidth - 3));
^
H5HFdbg.c:283:19: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
hdr->root_iblock_flags);
^
H5HFdbg.c:286:19: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
hdr->root_iblock);
^
In file included from H5HFdbg.c:37:0:
H5private.h:1809:13: warning: unused variable 'err_occurred' [-Wunused-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFdbg.c:190:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFdbg.c: In function 'H5HF_hdr_debug':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFdbg.c:314:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HFdbg.c: In function 'H5HF_dblock_debug_cb':
H5HFdbg.c:402:3: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
start, len);
^
H5HFdbg.c:407:9: warning: conversion to 'unsigned int' from 'size_t' may alter
its value [-Wconversion]
for(u = start; u < end; u++) {
^
In file included from H5HFdbg.c:40:0:
H5HFdbg.c: In function 'H5HF_dblock_debug':
H5HFpkg.h:115:5: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
+ (h)->heap_off_size /* Offset of the block in the heap */ \
^
H5HFdbg.c:483:23: note: in expansion of macro 'H5HF_MAN_ABS_DIRECT_OVERHEAD'
blk_prefix_size = H5HF_MAN_ABS_DIRECT_OVERHEAD(hdr);
^
H5HFdbg.c:536:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(100.0 * (double)((dblock->size - blk_prefix_size) - amount_free)
/ (double)(dblock->size - blk_prefix_size)));
^
In file included from H5HFdbg.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFdbg.c:448:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HFdbg.c: In function 'H5HF_iblock_print':
H5HFdbg.c:622:17: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
temp_str);
^
H5HFdbg.c:632:25: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
iblock->filt_ents[off].filter_mask);
^
H5HFdbg.c:636:25: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
iblock->ents[off].addr);
^
H5HFdbg.c:650:21: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
temp_str);
^
H5HFdbg.c:657:25: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
iblock->ents[off].addr);
^
H5HFdbg.c:663:19: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
"<none>");
^
H5HFdbg.c:672:19: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
iblock->rc);
^
H5HFdbg.c:677:19: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
iblock->parent);
^
In file included from H5HFdbg.c:37:0:
H5private.h:1809:13: warning: unused variable 'err_occurred' [-Wunused-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFdbg.c:575:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFdbg.c: In function 'H5HF_iblock_debug':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFdbg.c:708:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HFdbg.c: In function 'H5HF_sects_debug_cb':
H5HFdbg.c:791:5: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if(H5FS_sect_debug(udata->fspace, _sect, udata->stream, udata->indent + 3,
MAX(0, udata->fwidth - 3)) < 0)
^
In file included from H5HFdbg.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFdbg.c:764:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFdbg.c: In function 'H5HF_sects_debug':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFdbg.c:819:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5HFdblock.lo
In file included from H5HFdblock.c:39:0:
H5HFdblock.c: In function 'H5HF_man_dblock_create':
H5HFpkg.h:115:5: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
+ (h)->heap_off_size /* Offset of the block in the heap */ \
^
H5HFdblock.c:143:33: note: in expansion of macro 'H5HF_MAN_ABS_DIRECT_OVERHEAD'
free_space = dblock->size - H5HF_MAN_ABS_DIRECT_OVERHEAD(hdr);
^
H5HFpkg.h:115:5: warning: conversion to 'hsize_t' from 'int' may change the
sign of the result [-Wsign-conversion]
+ (h)->heap_off_size /* Offset of the block in the heap */ \
^
H5HFdblock.c:171:70: note: in expansion of macro 'H5HF_MAN_ABS_DIRECT_OVERHEAD'
if(NULL == (sec_node = H5HF_sect_single_new((dblock->block_off +
H5HF_MAN_ABS_DIRECT_OVERHEAD(hdr)),
^
In file included from H5HFdblock.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFdblock.c:105:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFdblock.c: In function 'H5HF_man_dblock_destroy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFdblock.c:232:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFdblock.c: In function 'H5HF_man_dblock_new':
H5HFdblock.c:363:36: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if((min_dblock_size - request) < H5HF_MAN_ABS_DIRECT_OVERHEAD(hdr))
^
In file included from H5HFdblock.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFdblock.c:346:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFdblock.c: In function 'H5HF_man_dblock_protect':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFdblock.c:445:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFdblock.c: In function 'H5HF_man_dblock_locate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFdblock.c:524:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFdblock.c: In function 'H5HF_man_dblock_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFdblock.c:625:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFdblock.c: In function 'H5HF_man_dblock_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFdblock.c:692:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5HFdtable.lo
In file included from H5HFdtable.c:36:0:
H5HFdtable.c: In function 'H5HF_dtable_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFdtable.c:99:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5HFhdr.lo
In file included from H5HFhdr.c:36:0:
H5HFhdr.c: In function 'H5HF_hdr_alloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:115:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5HFhdr.c:36:0:
H5HFhdr.c: In function 'H5HF_hdr_finish_init_phase1':
H5HFhdr.c:226:45: warning: conversion to 'uint8_t' from 'unsigned int' may
alter its value [-Wconversion]
hdr->heap_len_size = MIN(hdr->man_dtable.max_dir_blk_off_size,
^
H5private.h:298:35: note: in definition of macro 'MIN'
#define MIN(a,b) (((a)<(b)) ? (a) : (b))
^
H5HFhdr.c:227:31: warning: conversion to 'uint8_t' from 'unsigned int' may
alter its value [-Wconversion]
H5V_limit_enc_size((uint64_t)hdr->max_man_size));
^
H5private.h:298:41: note: in definition of macro 'MIN'
#define MIN(a,b) (((a)<(b)) ? (a) : (b))
^
In file included from H5HFhdr.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:213:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5HFhdr.c:38:0:
H5HFhdr.c: In function 'H5HF_hdr_finish_init_phase2':
H5HFpkg.h:115:5: warning: conversion to 'hsize_t' from 'int' may change the
sign of the result [-Wsign-conversion]
+ (h)->heap_off_size /* Offset of the block in the heap */ \
^
H5HFhdr.c:264:21: note: in expansion of macro 'H5HF_MAN_ABS_DIRECT_OVERHEAD'
H5HF_MAN_ABS_DIRECT_OVERHEAD(hdr);
^
In file included from H5HFhdr.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:253:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_finish_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:307:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_create':
H5HFhdr.c:435:52: warning: conversion to 'unsigned int' from 'size_t' may alter
its value [-Wconversion]
if(0 == (hdr->filter_len = H5O_msg_raw_size(hdr->f, H5O_PLINE_ID,
FALSE, &(hdr->pline))))
^
H5HFhdr.c:441:13: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
+ 4 /* Size of filter mask for
filtered root direct block */
^
In file included from H5HFhdr.c:38:0:
H5HFpkg.h:105:5: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
+ H5HF_DTABLE_INFO_SIZE(h) /* Size of managed obj. doubling-table info */ \
^
H5HFhdr.c:446:26: note: in expansion of macro 'H5HF_HEADER_SIZE'
hdr->heap_size = H5HF_HEADER_SIZE(hdr);
^
H5HFhdr.c:468:21: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
+ hdr->sizeof_size; /* Size of de-filtered object in
memory */
^
H5HFhdr.c:472:21: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
+ hdr->sizeof_size; /* Length of object */
^
In file included from H5HFhdr.c:38:0:
H5HFpkg.h:115:5: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
+ (h)->heap_off_size /* Offset of the block in the heap */ \
^
H5HFhdr.c:494:23: note: in expansion of macro 'H5HF_MAN_ABS_DIRECT_OVERHEAD'
dblock_overhead = H5HF_MAN_ABS_DIRECT_OVERHEAD(hdr);
^
In file included from H5HFhdr.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:347:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_protect':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:538:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_incr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:584:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_decr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:620:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_dirty':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:716:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_adj_free':
H5HFhdr.c:763:5: warning: conversion to 'long long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
hdr->total_man_free += amt;
^
In file included from H5HFhdr.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:754:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_adjust_heap':
H5HFhdr.c:803:5: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
hdr->total_man_free += extra_free;
^
In file included from H5HFhdr.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:792:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_start_iter':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:863:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_reset_iter':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:901:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_skip_blocks':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:941:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_update_iter':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:990:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_inc_iter':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:1169:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_reverse_iter':
H5HFhdr.c:1245:9: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
tmp_entry = curr_entry;
^
H5HFhdr.c:1280:13: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
curr_entry = tmp_entry;
^
In file included from H5HFhdr.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:1213:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_empty':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:1354:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:1402:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhdr.c: In function 'H5HF_hdr_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhdr.c:1445:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5HFhuge.lo
H5HFhuge.c: In function 'H5HF_huge_bt2_create':
H5HFhuge.c:127:36: warning: conversion to 'uint32_t' from 'int' may change the
sign of the result [-Wsign-conversion]
bt2_cparam.rrec_size = (size_t)(hdr->sizeof_addr /* Address of
object */
^
H5HFhuge.c:134:36: warning: conversion to 'uint32_t' from 'int' may change the
sign of the result [-Wsign-conversion]
bt2_cparam.rrec_size = (size_t)(hdr->sizeof_addr /* Address of
object */
^
H5HFhuge.c:141:36: warning: conversion to 'uint32_t' from 'int' may change the
sign of the result [-Wsign-conversion]
bt2_cparam.rrec_size = (size_t)(hdr->sizeof_addr /* Address of
filtered object */
^
H5HFhuge.c:149:36: warning: conversion to 'uint32_t' from 'int' may change the
sign of the result [-Wsign-conversion]
bt2_cparam.rrec_size = (size_t)(hdr->sizeof_addr /* Address of
object */
^
In file included from H5HFhuge.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhuge.c:111:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhuge.c: In function 'H5HF_huge_new_id':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhuge.c:266:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhuge.c: In function 'H5HF_huge_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhuge.c:319:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhuge.c: In function 'H5HF_huge_get_obj_len':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhuge.c:514:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhuge.c: In function 'H5HF_huge_op_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhuge.c:610:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhuge.c: In function 'H5HF_huge_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhuge.c:755:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhuge.c: In function 'H5HF_huge_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhuge.c:831:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhuge.c: In function 'H5HF_huge_op':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhuge.c:868:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhuge.c: In function 'H5HF_huge_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhuge.c:905:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhuge.c: In function 'H5HF_huge_term':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhuge.c:1013:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhuge.c: In function 'H5HF_huge_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFhuge.c:1079:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFhuge.c: In function 'H5HF_huge_write':
H5HFhuge.c:805:23: warning: 'obj_size' may be used uninitialized in this
function [-Wmaybe-uninitialized]
if(H5F_block_write(hdr->f, H5FD_MEM_FHEAP_HUGE_OBJ, obj_addr, obj_size,
dxpl_id, obj) < 0)
^
CC H5HFiblock.lo
In file included from H5HFiblock.c:36:0:
H5HFiblock.c: In function 'H5HF_iblock_pin':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:113:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiblock.c: In function 'H5HF_iblock_unpin':
H5HFiblock.c:216:13: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
iblock->hdr->root_iblock_flags &= ~(H5HF_ROOT_IBLOCK_PINNED);
^
In file included from H5HFiblock.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:180:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiblock.c: In function 'H5HF_iblock_incr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:247:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiblock.c: In function 'H5HF_iblock_decr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:284:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiblock.c: In function 'H5HF_iblock_dirty':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:362:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiblock.c: In function 'H5HF_man_iblock_root_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:401:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5HFiblock.c:39:0:
H5HFiblock.c: In function 'H5HF_man_iblock_root_double':
H5HFpkg.h:121:46: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
((h)->sizeof_addr + (h)->sizeof_size + 4) : /* Size of entries for
filtered direct blocks */ \
^
H5HFpkg.h:133:81: note: in expansion of macro
'H5HF_MAN_INDIRECT_CHILD_DIR_ENTRY_SIZE'
+ (MIN(r, (h)->man_dtable.max_direct_rows) * (h)->man_dtable.cparam.width
* H5HF_MAN_INDIRECT_CHILD_DIR_ENTRY_SIZE(h)) /* Size of entries for direct
blocks */ \
^
H5HFiblock.c:592:20: note: in expansion of macro 'H5HF_MAN_INDIRECT_SIZE'
iblock->size = H5HF_MAN_INDIRECT_SIZE(hdr, iblock->nrows);
^
H5HFpkg.h:132:5: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
+ (h)->heap_off_size /* Offset of the block in the heap */ \
^
H5HFiblock.c:592:20: note: in expansion of macro 'H5HF_MAN_INDIRECT_SIZE'
iblock->size = H5HF_MAN_INDIRECT_SIZE(hdr, iblock->nrows);
^
H5HFiblock.c:631:26: warning: conversion to 'unsigned int' from 'size_t' may
alter its value [-Wconversion]
unsigned row = u / hdr->man_dtable.cparam.width; /* Row for
current entry */
^
In file included from H5HFiblock.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:540:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiblock.c: In function 'H5HF_man_iblock_root_halve':
H5HFiblock.c:733:19: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
new_nrows = 1 << (1 + H5V_log2_gen((uint64_t)max_child_row));
^
In file included from H5HFiblock.c:39:0:
H5HFpkg.h:121:46: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
((h)->sizeof_addr + (h)->sizeof_size + 4) : /* Size of entries for
filtered direct blocks */ \
^
H5HFpkg.h:133:81: note: in expansion of macro
'H5HF_MAN_INDIRECT_CHILD_DIR_ENTRY_SIZE'
+ (MIN(r, (h)->man_dtable.max_direct_rows) * (h)->man_dtable.cparam.width
* H5HF_MAN_INDIRECT_CHILD_DIR_ENTRY_SIZE(h)) /* Size of entries for direct
blocks */ \
^
H5HFiblock.c:761:20: note: in expansion of macro 'H5HF_MAN_INDIRECT_SIZE'
iblock->size = H5HF_MAN_INDIRECT_SIZE(hdr, iblock->nrows);
^
H5HFpkg.h:132:5: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
+ (h)->heap_off_size /* Offset of the block in the heap */ \
^
H5HFiblock.c:761:20: note: in expansion of macro 'H5HF_MAN_INDIRECT_SIZE'
iblock->size = H5HF_MAN_INDIRECT_SIZE(hdr, iblock->nrows);
^
In file included from H5HFiblock.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:722:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiblock.c: In function 'H5HF_man_iblock_root_revert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:856:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiblock.c: In function 'H5HF_man_iblock_alloc_row':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:937:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5HFiblock.c:39:0:
H5HFiblock.c: In function 'H5HF_man_iblock_create':
H5HFpkg.h:121:46: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
((h)->sizeof_addr + (h)->sizeof_size + 4) : /* Size of entries for
filtered direct blocks */ \
^
H5HFpkg.h:133:81: note: in expansion of macro
'H5HF_MAN_INDIRECT_CHILD_DIR_ENTRY_SIZE'
+ (MIN(r, (h)->man_dtable.max_direct_rows) * (h)->man_dtable.cparam.width
* H5HF_MAN_INDIRECT_CHILD_DIR_ENTRY_SIZE(h)) /* Size of entries for direct
blocks */ \
^
H5HFiblock.c:1030:20: note: in expansion of macro 'H5HF_MAN_INDIRECT_SIZE'
iblock->size = H5HF_MAN_INDIRECT_SIZE(hdr, iblock->nrows);
^
H5HFpkg.h:132:5: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
+ (h)->heap_off_size /* Offset of the block in the heap */ \
^
H5HFiblock.c:1030:20: note: in expansion of macro 'H5HF_MAN_INDIRECT_SIZE'
iblock->size = H5HF_MAN_INDIRECT_SIZE(hdr, iblock->nrows);
^
In file included from H5HFiblock.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:1001:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiblock.c: In function 'H5HF_man_iblock_protect':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:1137:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiblock.c: In function 'H5HF_man_iblock_unprotect':
H5HFiblock.c:1283:13: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
iblock->hdr->root_iblock_flags &= ~(H5HF_ROOT_IBLOCK_PROTECTED);
^
In file included from H5HFiblock.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:1261:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiblock.c: In function 'H5HF_man_iblock_attach':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:1314:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiblock.c: In function 'H5HF_man_iblock_detach':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:1380:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiblock.c: In function 'H5HF_man_iblock_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:1540:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiblock.c: In function 'H5HF_man_iblock_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:1640:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HFiblock.c: In function 'H5HF_man_iblock_dest':
H5HFiblock.c:1725:22: warning: request for implicit conversion from 'void *' to
'struct H5HF_indirect_ent_t *' not permitted in C++ [-Wc++-compat]
iblock->ents = H5FL_SEQ_FREE(H5HF_indirect_ent_t, iblock->ents);
^
H5HFiblock.c:1727:27: warning: request for implicit conversion from 'void *' to
'struct H5HF_indirect_filt_ent_t *' not permitted in C++ [-Wc++-compat]
iblock->filt_ents = H5FL_SEQ_FREE(H5HF_indirect_filt_ent_t,
iblock->filt_ents);
^
H5HFiblock.c:1729:31: warning: request for implicit conversion from 'void *' to
'struct H5HF_indirect_t **' not permitted in C++ [-Wc++-compat]
iblock->child_iblocks = H5FL_SEQ_FREE(H5HF_indirect_ptr_t,
iblock->child_iblocks);
^
In file included from H5HFiblock.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiblock.c:1707:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5HFiter.lo
In file included from H5HFiter.c:36:0:
H5HFiter.c: In function 'H5HF_man_iter_start_offset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiter.c:141:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiter.c: In function 'H5HF_man_iter_start_entry':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiter.c:321:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiter.c: In function 'H5HF_man_iter_reset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiter.c:379:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiter.c: In function 'H5HF_man_iter_up':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiter.c:476:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFiter.c: In function 'H5HF_man_iter_down':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFiter.c:524:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5HFman.lo
In file included from H5HFman.c:36:0:
H5HFman.c: In function 'H5HF_man_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFman.c:119:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFman.c: In function 'H5HF_man_op_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFman.c:249:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFman.c: In function 'H5HF_man_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFman.c:382:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFman.c: In function 'H5HF_man_write':
H5HFman.c:430:58: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
if(H5HF_man_op_real(hdr, dxpl_id, id, H5HF_op_write, (void *)obj,
H5HF_OP_MODIFY) < 0)
^
In file included from H5HFman.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFman.c:419:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFman.c: In function 'H5HF_man_op':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFman.c:457:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFman.c: In function 'H5HF_man_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFman.c:502:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5HFsection.lo
In file included from H5HFsection.c:33:0:
H5HFsection.c: In function 'H5HF_sect_init_cls':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:330:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_term_cls':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:372:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_node_new':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:413:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_node_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:457:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_single_new':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:494:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_single_locate_parent':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:548:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_single_revive':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:607:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_single_dblock_info':
H5HFsection.c:651:53: warning: unused parameter 'dxpl_id' [-Wunused-parameter]
H5HF_sect_single_dblock_info(H5HF_hdr_t *hdr, hid_t dxpl_id,
^
In file included from H5HFsection.c:33:0:
H5HFsection.c: In function 'H5HF_sect_single_reduce':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:704:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5HFsection.c:35:0:
H5HFsection.c: In function 'H5HF_sect_single_full_dblock':
H5HFpkg.h:115:5: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
+ (h)->heap_off_size /* Offset of the block in the heap */ \
^
H5HFsection.c:774:23: note: in expansion of macro 'H5HF_MAN_ABS_DIRECT_OVERHEAD'
dblock_overhead = H5HF_MAN_ABS_DIRECT_OVERHEAD(hdr);
^
In file included from H5HFsection.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:761:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_single_add':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:817:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_single_deserialize':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:871:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_single_merge':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:961:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5HFsection.c:35:0:
H5HFsection.c: In function 'H5HF_sect_single_can_shrink':
H5HFpkg.h:115:5: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
+ (h)->heap_off_size /* Offset of the block in the heap */ \
^
H5HFsection.c:1034:27: note: in expansion of macro
'H5HF_MAN_ABS_DIRECT_OVERHEAD'
dblock_overhead = H5HF_MAN_ABS_DIRECT_OVERHEAD(hdr);
^
In file included from H5HFsection.c:33:0:
H5HFsection.c: In function 'H5HF_sect_single_shrink':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:1077:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_single_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:1139:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_single_valid':
H5HFsection.c:1200:78: warning: cast discards '__attribute__((const))'
qualifier from pointer target type [-Wcast-qual]
status = H5HF_sect_single_dblock_info(iblock->hdr, H5AC_dxpl_id,
(H5HF_free_section_t *)sect, &dblock_addr, &dblock_size);
^
In file included from H5HFsection.c:35:0:
H5HFpkg.h:115:5: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
+ (h)->heap_off_size /* Offset of the block in the heap */ \
^
H5HFsection.c:1209:31: note: in expansion of macro
'H5HF_MAN_ABS_DIRECT_OVERHEAD'
dblock_overhead = H5HF_MAN_ABS_DIRECT_OVERHEAD(iblock->hdr);
^
H5HFsection.c:1192:20: warning: variable 'status' set but not used
[-Wunused-but-set-variable]
herr_t status; /* Generic status value */
^
H5HFsection.c:1190:20: warning: variable 'dblock_overhead' set but not used
[-Wunused-but-set-variable]
size_t dblock_overhead; /* Direct block's overhead */
^
In file included from H5HFsection.c:33:0:
H5HFsection.c: In function 'H5HF_sect_row_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:1266:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_row_from_single':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:1312:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_row_revive':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:1360:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_row_reduce':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:1402:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_row_first':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:1476:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_row_init_cls':
H5HFsection.c:48:9: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
+ 2 /* # of entries */ \
^
H5HFsection.c:1569:28: note: in expansion of macro
'H5HF_SECT_INDIRECT_SERIAL_SIZE'
cls->serial_size = H5HF_SECT_INDIRECT_SERIAL_SIZE(hdr);
^
In file included from H5HFsection.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:1557:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_row_term_cls':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:1600:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_row_serialize':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:1636:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_row_deserialize':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:1680:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_row_merge':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:1783:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_row_shrink':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:1888:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_row_free_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:1929:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_row_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:1962:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_row_valid':
H5HFsection.c:2000:14: warning: variable 'indir_idx' set but not used
[-Wunused-but-set-variable]
unsigned indir_idx; /* Index of row in underlying indirect
section's row array */
^
H5HFsection.c: In function 'H5HF_sect_row_debug':
H5HFsection.c:2082:9: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
H5HF_sect_indirect_debug(sect->u.row.under, stream, indent + 3, MAX(0,
fwidth - 3));
^
H5HFsection.c: In function 'H5HF_sect_indirect_init_cls':
H5HFsection.c:48:9: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
+ 2 /* # of entries */ \
^
H5HFsection.c:2185:24: note: in expansion of macro
'H5HF_SECT_INDIRECT_SERIAL_SIZE'
cls->serial_size = H5HF_SECT_INDIRECT_SERIAL_SIZE(hdr);
^
In file included from H5HFsection.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:2174:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_term_cls':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:2211:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_new':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:2247:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_for_row':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:2318:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5HFsection.c:35:0:
H5HFsection.c: In function 'H5HF_sect_indirect_init_rows':
H5HFpkg.h:115:5: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
+ (h)->heap_off_size /* Offset of the block in the heap */ \
^
H5HFsection.c:2478:23: note: in expansion of macro
'H5HF_MAN_ABS_DIRECT_OVERHEAD'
dblock_overhead = H5HF_MAN_ABS_DIRECT_OVERHEAD(hdr);
^
In file included from H5HFsection.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:2392:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_add':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:2642:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_decr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:2710:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_revive_row':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:2764:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_revive':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:2830:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_reduce_row':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:2899:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_reduce':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:3166:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_first':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:3428:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_merge_row':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:3521:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_build_parent':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:3758:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_shrink':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:3826:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_serialize':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:3883:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_deserialize':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:3950:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFsection.c:4020:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFsection.c: In function 'H5HF_sect_indirect_valid':
H5HFsection.c:4107:44: warning: variable 'tmp_row_sect2' set but not used
[-Wunused-but-set-variable]
const H5HF_free_section_t *tmp_row_sect2; /* Pointer to row
section */
^
H5HFsection.c:4099:40: warning: variable 'tmp_row_sect' set but not used
[-Wunused-but-set-variable]
const H5HF_free_section_t *tmp_row_sect; /* Pointer to row
section */
^
H5HFsection.c:4134:44: warning: variable 'tmp_child_sect2' set but not used
[-Wunused-but-set-variable]
const H5HF_free_section_t *tmp_child_sect2; /* Pointer to
child indirect section */
^
CC H5HFspace.lo
In file included from H5HFspace.c:36:0:
H5HFspace.c: In function 'H5HF_space_start':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFspace.c:113:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFspace.c: In function 'H5HF_space_add':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFspace.c:174:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFspace.c: In function 'H5HF_space_find':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFspace.c:221:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFspace.c: In function 'H5HF_space_revert_root_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFspace.c:270:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFspace.c: In function 'H5HF_space_revert_root':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFspace.c:314:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFspace.c: In function 'H5HF_space_create_root_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFspace.c:356:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFspace.c: In function 'H5HF_space_create_root':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFspace.c:407:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFspace.c: In function 'H5HF_space_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFspace.c:446:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFspace.c: In function 'H5HF_space_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFspace.c:491:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFspace.c: In function 'H5HF_space_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFspace.c:529:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFspace.c: In function 'H5HF_space_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFspace.c:584:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFspace.c: In function 'H5HF_space_sect_change_class':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFspace.c:620:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5HFstat.lo
In file included from H5HFstat.c:32:0:
H5HFstat.c: In function 'H5HF_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFstat.c:134:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5HFtest.lo
H5HFtest.c: In function 'H5HF_get_cparam_test':
H5HFtest.c:99:29: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
else if(fh->hdr->id_len == (1 + fh->hdr->sizeof_size +
fh->hdr->sizeof_addr))
^
H5HFtest.c:102:33: warning: conversion to 'uint16_t' from 'unsigned int' may
alter its value [-Wconversion]
cparam->id_len = fh->hdr->id_len;
^
CC H5HFtiny.lo
H5HFtiny.c: In function 'H5HF_tiny_insert':
H5HFtiny.c:172:55: warning: conversion to 'uint8_t' from 'size_t' may alter its
value [-Wconversion]
*id++ = H5HF_ID_VERS_CURR | H5HF_ID_TYPE_TINY |
^
H5HFtiny.c:176:55: warning: conversion to 'uint8_t' from 'size_t' may alter its
value [-Wconversion]
*id++ = H5HF_ID_VERS_CURR | H5HF_ID_TYPE_TINY |
^
In file included from H5HFtiny.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFtiny.c:153:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFtiny.c: In function 'H5HF_tiny_get_obj_len':
H5HFtiny.c:232:34: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
enc_obj_size = *(id + 1) | ((*id & H5HF_TINY_MASK_EXT_1) << 8);
^
H5HFtiny.c: In function 'H5HF_tiny_op_real':
H5HFtiny.c:283:34: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
enc_obj_size = *(id + 1) | ((*id & H5HF_TINY_MASK_EXT_1) << 8);
^
In file included from H5HFtiny.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFtiny.c:261:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFtiny.c: In function 'H5HF_tiny_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFtiny.c:319:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFtiny.c: In function 'H5HF_tiny_op':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFtiny.c:356:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HFtiny.c: In function 'H5HF_tiny_remove':
H5HFtiny.c:408:34: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
enc_obj_size = *(id + 1) | ((*id & H5HF_TINY_MASK_EXT_1) << 8);
^
In file included from H5HFtiny.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HFtiny.c:393:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5HG.lo
In file included from H5HG.c:53:0:
H5HG.c: In function 'H5HG_create':
H5HGpkg.h:80:38: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
#define H5HG_ALIGN(X) (H5HG_ALIGNMENT*(((X)+H5HG_ALIGNMENT-1)/ \
^
H5HGpkg.h:89:5: note: in expansion of macro 'H5HG_ALIGN'
H5HG_ALIGN(4 + /*magic number */ \
^
H5HGpkg.h:111:37: note: in expansion of macro 'H5HG_SIZEOF_HDR'
#define H5HG_NOBJS(f,z) (int)((((z)-H5HG_SIZEOF_HDR(f))/ \
^
H5HG.c:166:20: note: in expansion of macro 'H5HG_NOBJS'
heap->nalloc = H5HG_NOBJS(f, size);
^
H5HGpkg.h:80:38: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
#define H5HG_ALIGN(X) (H5HG_ALIGNMENT*(((X)+H5HG_ALIGNMENT-1)/ \
^
H5HGpkg.h:99:5: note: in expansion of macro 'H5HG_ALIGN'
H5HG_ALIGN(2 + /*object id number */ \
^
H5HGpkg.h:112:11: note: in expansion of macro 'H5HG_SIZEOF_OBJHDR'
H5HG_SIZEOF_OBJHDR(f)+2))
^
H5HG.c:166:20: note: in expansion of macro 'H5HG_NOBJS'
heap->nalloc = H5HG_NOBJS(f, size);
^
H5HGpkg.h:111:25: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
#define H5HG_NOBJS(f,z) (int)((((z)-H5HG_SIZEOF_HDR(f))/ \
^
H5HG.c:166:20: note: in expansion of macro 'H5HG_NOBJS'
heap->nalloc = H5HG_NOBJS(f, size);
^
H5HG.c:185:37: warning: conversion to 'size_t' from 'long int' may change the
sign of the result [-Wsign-conversion]
n = H5HG_ALIGN(p - heap->chunk) - (p - heap->chunk);
^
In file included from H5HG.c:53:0:
H5HGpkg.h:80:38: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
#define H5HG_ALIGN(X) (H5HG_ALIGNMENT*(((X)+H5HG_ALIGNMENT-1)/ \
^
H5HGpkg.h:89:5: note: in expansion of macro 'H5HG_ALIGN'
H5HG_ALIGN(4 + /*magic number */ \
^
H5HG.c:193:32: note: in expansion of macro 'H5HG_SIZEOF_HDR'
heap->obj[0].size = size - H5HG_SIZEOF_HDR(f);
^
In file included from H5HG.c:50:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HG.c:143:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HG.c: In function 'H5HG_protect':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HG.c:254:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5HG.c:53:0:
H5HG.c: In function 'H5HG_alloc':
H5HGpkg.h:80:38: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
#define H5HG_ALIGN(X) (H5HG_ALIGNMENT*(((X)+H5HG_ALIGNMENT-1)/ \
^
H5HGpkg.h:99:5: note: in expansion of macro 'H5HG_ALIGN'
H5HG_ALIGN(2 + /*object id number */ \
^
H5HG.c:298:19: note: in expansion of macro 'H5HG_SIZEOF_OBJHDR'
size_t need = H5HG_SIZEOF_OBJHDR(f) + H5HG_ALIGN(size);
^
H5HG.c:363:36: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
else if(heap->obj[0].size-need >= H5HG_SIZEOF_OBJHDR (f)) {
^
In file included from H5HG.c:50:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HG.c:301:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HG.c: In function 'H5HG_extend':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HG.c:436:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5HG.c:53:0:
H5HG.c: In function 'H5HG_insert':
H5HGpkg.h:80:38: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
#define H5HG_ALIGN(X) (H5HG_ALIGNMENT*(((X)+H5HG_ALIGNMENT-1)/ \
^
H5HGpkg.h:99:5: note: in expansion of macro 'H5HG_ALIGN'
H5HG_ALIGN(2 + /*object id number */ \
^
H5HG.c:538:12: note: in expansion of macro 'H5HG_SIZEOF_OBJHDR'
need = H5HG_SIZEOF_OBJHDR(f) + H5HG_ALIGN(size);
^
H5HGpkg.h:80:38: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
#define H5HG_ALIGN(X) (H5HG_ALIGNMENT*(((X)+H5HG_ALIGNMENT-1)/ \
^
H5HGpkg.h:89:5: note: in expansion of macro 'H5HG_ALIGN'
H5HG_ALIGN(4 + /*magic number */ \
^
H5HG.c:550:47: note: in expansion of macro 'H5HG_SIZEOF_HDR'
addr = H5HG_create(f, dxpl_id, need + H5HG_SIZEOF_HDR(f));
^
In file included from H5HG.c:50:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HG.c:527:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HG.c: In function 'H5HG_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HG.c:614:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5HG.c: In function 'H5HG_link':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HG.c:686:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
In file included from H5HG.c:53:0:
H5HG.c: In function 'H5HG_remove':
H5HGpkg.h:80:38: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
#define H5HG_ALIGN(X) (H5HG_ALIGNMENT*(((X)+H5HG_ALIGNMENT-1)/ \
^
H5HGpkg.h:99:5: note: in expansion of macro 'H5HG_ALIGN'
H5HG_ALIGN(2 + /*object id number */ \
^
H5HG.c:765:52: note: in expansion of macro 'H5HG_SIZEOF_OBJHDR'
need = H5HG_ALIGN(heap->obj[hobj->idx].size) + H5HG_SIZEOF_OBJHDR(f);
^
In file included from H5HG.c:50:0:
H5HG.c:779:42: warning: conversion to 'long unsigned int' from 'long int' may
change the sign of the result [-Wsign-conversion]
heap->size - ((obj_start + need) - heap->chunk));
^
H5private.h:968:67: note: in definition of macro 'HDmemmove'
#define HDmemmove(X,Y,Z) memmove((char*)(X),(const char*)(Y),Z)
^
H5HG.c:780:26: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if(heap->obj[0].size >= H5HG_SIZEOF_OBJHDR(f)) {
^
In file included from H5HG.c:53:0:
H5HGpkg.h:80:38: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
#define H5HG_ALIGN(X) (H5HG_ALIGNMENT*(((X)+H5HG_ALIGNMENT-1)/ \
^
H5HGpkg.h:89:5: note: in expansion of macro 'H5HG_ALIGN'
H5HG_ALIGN(4 + /*magic number */ \
^
H5HG.c:790:29: note: in expansion of macro 'H5HG_SIZEOF_HDR'
if((heap->obj[0].size + H5HG_SIZEOF_HDR(f)) == heap->size) {
^
In file included from H5HG.c:50:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HG.c:749:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HG.c: In function 'H5HG_free':
H5HG.c:844:19: warning: request for implicit conversion from 'void *' to
'struct H5HG_obj_t *' not permitted in C++ [-Wc++-compat]
heap->obj = H5FL_SEQ_FREE(H5HG_obj_t, heap->obj);
^
In file included from H5HG.c:50:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HG.c:832:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5HGcache.lo
In file included from H5HGcache.c:40:0:
H5HGcache.c: In function 'H5HG_load':
H5HGpkg.h:80:38: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
#define H5HG_ALIGN(X) (H5HG_ALIGNMENT*(((X)+H5HG_ALIGNMENT-1)/ \
^
H5HGpkg.h:89:5: note: in expansion of macro 'H5HG_ALIGN'
H5HG_ALIGN(4 + /*magic number */ \
^
H5HGpkg.h:111:37: note: in expansion of macro 'H5HG_SIZEOF_HDR'
#define H5HG_NOBJS(f,z) (int)((((z)-H5HG_SIZEOF_HDR(f))/ \
^
H5HGcache.c:170:14: note: in expansion of macro 'H5HG_NOBJS'
nalloc = H5HG_NOBJS(f, heap->size);
^
H5HGpkg.h:80:38: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
#define H5HG_ALIGN(X) (H5HG_ALIGNMENT*(((X)+H5HG_ALIGNMENT-1)/ \
^
H5HGpkg.h:99:5: note: in expansion of macro 'H5HG_ALIGN'
H5HG_ALIGN(2 + /*object id number */ \
^
H5HGpkg.h:112:11: note: in expansion of macro 'H5HG_SIZEOF_OBJHDR'
H5HG_SIZEOF_OBJHDR(f)+2))
^
H5HGcache.c:170:14: note: in expansion of macro 'H5HG_NOBJS'
nalloc = H5HG_NOBJS(f, heap->size);
^
H5HGpkg.h:111:25: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
#define H5HG_NOBJS(f,z) (int)((((z)-H5HG_SIZEOF_HDR(f))/ \
^
H5HGcache.c:170:14: note: in expansion of macro 'H5HG_NOBJS'
nalloc = H5HG_NOBJS(f, heap->size);
^
H5HGcache.c:186:70: warning: conversion to 'size_t' from 'long int' may change
the sign of the result [-Wsign-conversion]
heap->obj[0].size = ((const uint8_t *)heap->chunk + heap->size) - p;
^
In file included from H5HGcache.c:40:0:
H5HGpkg.h:80:38: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
#define H5HG_ALIGN(X) (H5HG_ALIGNMENT*(((X)+H5HG_ALIGNMENT-1)/ \
^
H5HGpkg.h:99:5: note: in expansion of macro 'H5HG_ALIGN'
H5HG_ALIGN(2 + /*object id number */ \
^
H5HGcache.c:232:10: note: in expansion of macro 'H5HG_SIZEOF_OBJHDR'
need = H5HG_SIZEOF_OBJHDR(f) + H5HG_ALIGN(heap->obj[idx].size);
^
In file included from H5HGcache.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HGcache.c:122:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HGcache.c:114:56: warning: unused parameter 'udata' [-Wunused-parameter]
H5HG_load(H5F_t *f, hid_t dxpl_id, haddr_t addr, void *udata)
^
In file included from H5HGcache.c:37:0:
H5HGcache.c: In function 'H5HG_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HGcache.c:286:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HGcache.c: In function 'H5HG_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HGcache.c:326:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HGcache.c: In function 'H5HG_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HGcache.c:371:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5HGdbg.lo
H5HGdbg.c: In function 'H5HG_debug':
H5HGdbg.c:142:8: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
(unsigned long)(h->obj[u].begin - h->chunk));
^
H5HGdbg.c:145:8: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
h->obj[u].nrefs);
^
H5HGdbg.c:150:8: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
(unsigned long)H5HG_ALIGN(h->obj[u].size));
^
In file included from H5HGdbg.c:32:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HGdbg.c:98:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5HGquery.lo
CC H5HL.lo
In file included from H5HL.c:38:0:
H5HL.c: In function 'H5HL_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HL.c:121:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HL.c: In function 'H5HL_dblk_realloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HL.c:218:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HL.c: In function 'H5HL_minimize_heap_space':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HL.c:328:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HL.c: In function 'H5HL_protect':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HL.c:454:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5HL.c: In function 'H5HL_unprotect':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HL.c:571:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HL.c: In function 'H5HL_dirty':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HL.c:653:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HL.c: In function 'H5HL_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HL.c:700:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(UFAIL)
^
H5HL.c: In function 'H5HL_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HL.c:916:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HL.c: In function 'H5HL_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HL.c:1067:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HL.c: In function 'H5HL_get_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HL.c:1142:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HL.c: In function 'H5HL_heapsize':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HL.c:1194:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5HLcache.lo
In file included from H5HLcache.c:37:0:
H5HLcache.c: In function 'H5HL_fl_deserialize':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HLcache.c:141:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HLcache.c: In function 'H5HL_prefix_load':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HLcache.c:261:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HLcache.c: In function 'H5HL_prefix_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HLcache.c:399:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HLcache.c: In function 'H5HL_prefix_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HLcache.c:500:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HLcache.c: In function 'H5HL_prefix_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HLcache.c:556:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HLcache.c: In function 'H5HL_datablock_load':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HLcache.c:631:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HLcache.c:625:54: warning: unused parameter 'addr' [-Wunused-parameter]
H5HL_datablock_load(H5F_t *f, hid_t dxpl_id, haddr_t addr, void *_udata)
^
In file included from H5HLcache.c:37:0:
H5HLcache.c: In function 'H5HL_datablock_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HLcache.c:697:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HLcache.c:691:72: warning: unused parameter 'addr' [-Wunused-parameter]
H5HL_datablock_flush(H5F_t *f, hid_t dxpl_id, hbool_t destroy, haddr_t addr,
^
In file included from H5HLcache.c:37:0:
H5HLcache.c: In function 'H5HL_datablock_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HLcache.c:751:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5HLcache.c: In function 'H5HL_datablock_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HLcache.c:801:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5HLdbg.lo
H5HLdbg.c: In function 'H5HL_debug':
H5HLdbg.c:101:3: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
freelist->offset, freelist->size);
^
H5HLdbg.c:106:3: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
if(marker[freelist->offset + i])
^
H5HLdbg.c:108:3: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
marker[freelist->offset + i] = 1;
^
H5HLdbg.c:120:3: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(100.0 * (double)(h->dblk_size - amount_free) / (double)h->dblk_size));
^
In file included from H5HLdbg.c:24:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HLdbg.c:63:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5HLint.lo
In file included from H5HLint.c:37:0:
H5HLint.c: In function 'H5HL_new':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HLint.c:107:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5HLint.c: In function 'H5HL_prfx_new':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HLint.c:255:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5HLint.c: In function 'H5HL_prfx_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HLint.c:299:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HLint.c: In function 'H5HL_dblk_new':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HLint.c:345:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5HLint.c: In function 'H5HL_dblk_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HLint.c:389:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5HP.lo
H5HP.c: In function 'H5HP_create':
H5HP.c:384:32: warning: request for implicit conversion from 'void *' to
'struct H5HP_ent_t *' not permitted in C++ [-Wc++-compat]
new_heap->heap = H5FL_SEQ_FREE(H5HP_ent_t, new_heap->heap);
^
In file included from H5HP.c:26:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HP.c:342:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5HP.c: In function 'H5HP_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HP.c:463:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HP.c: In function 'H5HP_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HP.c:589:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HP.c: In function 'H5HP_change':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HP.c:675:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HP.c: In function 'H5HP_incr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HP.c:760:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HP.c: In function 'H5HP_decr':
H5HP.c:851:5: warning: conversion to 'unsigned int' from 'int' may change the
sign of the result [-Wsign-conversion]
heap->heap[obj_loc].val-=amt;
^
H5HP.c:851:28: warning: conversion to 'int' from 'unsigned int' may change the
sign of the result [-Wsign-conversion]
heap->heap[obj_loc].val-=amt;
^
In file included from H5HP.c:26:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5HP.c:832:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5HP.c: In function 'H5HP_close':
H5HP.c:913:16: warning: request for implicit conversion from 'void *' to
'struct H5HP_ent_t *' not permitted in C++ [-Wc++-compat]
heap->heap = H5FL_SEQ_FREE(H5HP_ent_t, heap->heap);
^
CC H5I.lo
In file included from H5I.c:44:0:
H5I.c: In function 'H5I_register_type':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:333:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5I.c: In function 'H5I_nmembers':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:502:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5I.c: In function 'H5I_clear_type':
H5I.c:623:71: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(type_ptr->cls->free_func && (type_ptr->cls->free_func)((void
*)cur->obj_ptr) < 0) {
^
In file included from H5I.c:44:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:591:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
In file included from H5I.c:47:0:
H5I.c: In function 'H5I_destroy_type':
H5I.c:778:48: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
type_ptr->cls = H5FL_FREE(H5I_class_t, (void *)type_ptr->cls);
^
H5FLprivate.h:132:65: note: in definition of macro 'H5FL_FREE'
#define H5FL_FREE(t,obj) (t *)H5FL_reg_free(&(H5FL_REG_NAME(t)),obj)
^
H5I.c:780:23: warning: request for implicit conversion from 'void *' to 'struct
H5I_id_info_t **' not permitted in C++ [-Wc++-compat]
type_ptr->id_list = H5MM_xfree(type_ptr->id_list);
^
In file included from H5I.c:44:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:762:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5I.c: In function 'H5I_register':
H5I.c:898:22: warning: conversion to 'unsigned int' from 'hid_t' may change the
sign of the result [-Wsign-conversion]
hash_loc = id_ptr->id % (unsigned)type_ptr->cls->hash_size;
^
In file included from H5I.c:44:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:857:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5I.c: In function 'H5I_subst':
H5I.c:990:17: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
ret_value = (void *)id_ptr->obj_ptr;
^
In file included from H5I.c:44:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:982:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5I.c: In function 'H5I_object':
H5I.c:1025:21: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
ret_value = (void *)id_ptr->obj_ptr;
^
In file included from H5I.c:44:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:1019:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5I.c: In function 'H5I_object_verify':
H5I.c:1099:21: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
ret_value = (void *)id_ptr->obj_ptr;
^
In file included from H5I.c:44:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:1091:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5I.c: In function 'H5I_get_type':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:1128:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(H5I_BADID)
^
H5I.c: In function 'H5I_remove_verify':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:1229:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5I.c: In function 'H5I_remove':
H5I.c:1300:21: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
ret_value = (void *)curr_id->obj_ptr;
^
In file included from H5I.c:44:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:1268:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5I.c: In function 'H5I_dec_ref':
H5I.c:1435:68: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!type_ptr->cls->free_func || (type_ptr->cls->free_func)((void
*)id_ptr->obj_ptr) >= 0) {
^
In file included from H5I.c:44:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:1401:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5I.c: In function 'H5I_dec_app_ref':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:1472:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5I.c: In function 'H5I_dec_app_ref_always_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:1519:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5I.c: In function 'H5I_inc_ref':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:1607:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5I.c: In function 'H5I_get_ref':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:1699:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5I.c: In function 'H5I_inc_type_ref':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:1782:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5I.c: In function 'H5I_dec_type_ref':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:1866:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5I.c: In function 'H5I_get_type_ref':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:1954:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5I.c: In function 'H5I_iterate':
H5I.c:2156:28: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
cb_ret_val = (*func)((void *)id_ptr->obj_ptr, id_ptr->id, udata);
^
In file included from H5I.c:44:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:2131:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5I.c: In function 'H5I_get_file_id':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5I.c:2333:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Itest.lo
In file included from H5Itest.c:33:0:
H5Itest.c: In function 'H5I_get_name_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Itest.c:85:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5L.lo
In file included from H5L.c:28:0:
H5L.c: In function 'H5L_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:229:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5L.c: In function 'H5L_init_interface':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:254:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_find_class':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:1446:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5L.c: In function 'H5L_register':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:1481:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5L.c: In function 'H5L_unregister':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:1534:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5L.c: In function 'H5L_link':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:1577:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_link_object':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:1621:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_link_cb':
H5L.c:1718:24: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
udata->lnk->name = (char *)name;
^
In file included from H5L.c:28:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:1669:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_create_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:1832:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_create_hard':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:1919:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5L.c: In function 'H5L_create_soft':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:1987:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5L.c: In function 'H5L_create_ud':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2036:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_get_val_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2091:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_get_val_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2149:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_get_val':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2194:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5L.c: In function 'H5L_get_val_by_idx_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2236:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_delete_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2285:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2331:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5L.c: In function 'H5L_delete_by_idx_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2375:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_move_dest_cb':
H5L.c:2437:24: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
udata->lnk->name = (char *)name;
^
In file included from H5L.c:28:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2421:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_move_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2533:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_move':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2652:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_exists':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2761:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_get_info_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2795:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_get_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2833:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5L.c: In function 'H5L_get_info_by_idx_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2870:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_get_default_lcpl':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2918:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5L.c: In function 'H5L_get_name_by_idx_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2948:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5L.c: In function 'H5L_link_copy_file':
H5L.c:3014:28: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
lnk_grp_loc.oloc = (H5O_loc_t *)src_oloc; /* Casting away const OK
-QAK */
^
In file included from H5L.c:28:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5L.c:2995:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Lexternal.lo
In file included from H5Lexternal.c:22:0:
H5Lexternal.c: In function 'H5L_build_name':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Lexternal.c:138:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Lexternal.c: In function 'H5L_extern_traverse':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Lexternal.c:221:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Lexternal.c: In function 'H5L_extern_query':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Lexternal.c:492:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Lexternal.c: In function 'H5L_register_external':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Lexternal.c:610:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5make_libsettings.o
CCLD H5make_libsettings
LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo | \
sed -e 's/-L/:/g' -e 's/ //g'`" \
./H5make_libsettings > H5lib_settings.c || \
(test $HDF5_Make_Ignore && echo "*** Error ignored") || \
(rm -f H5lib_settings.c ; exit 1)
CC H5lib_settings.lo
H5lib_settings.c:34:6: warning: size of 'H5libhdf5_settings' is 3158 bytes
[-Wlarger-than=]
char H5libhdf5_settings[]=
^
CC H5MF.lo
In file included from H5MF.c:38:0:
H5MF.c: In function 'H5MF_init_merge_flags':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MF.c:119:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5MF.c: In function 'H5MF_alloc_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MF.c:234:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5MF.c: In function 'H5MF_alloc_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MF.c:282:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5MF.c: In function 'H5MF_alloc_start':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MF.c:333:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5MF.c: In function 'H5MF_alloc_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MF.c:376:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5MF.c: In function 'H5MF_alloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MF.c:421:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(HADDR_UNDEF)
^
H5MF.c: In function 'H5MF_alloc_tmp':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MF.c:548:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(HADDR_UNDEF)
^
H5MF.c: In function 'H5MF_xfree':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MF.c:601:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5MF.c: In function 'H5MF_try_extend':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MF.c:735:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5MF.c: In function 'H5MF_get_freespace':
H5MF.c:845:2: warning: enum conversion in assignment is invalid in C++
[-Wc++-compat]
fs_started[type] = FALSE;
^
H5MF.c:852:13: warning: enum conversion in assignment is invalid in C++
[-Wc++-compat]
fs_started[type] = TRUE;
^
In file included from H5MF.c:38:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MF.c:823:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5MF.c: In function 'H5MF_try_shrink':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MF.c:948:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5MF.c: In function 'H5MF_close_shrink_eoa':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MF.c:1013:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5MF.c: In function 'H5MF_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MF.c:1076:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5MFaggr.lo
In file included from H5MFaggr.c:35:0:
H5MFaggr.c: In function 'H5MF_aggr_vfd_alloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MFaggr.c:102:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(HADDR_UNDEF)
^
H5MFaggr.c: In function 'H5MF_aggr_alloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MFaggr.c:163:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(HADDR_UNDEF)
^
H5MFaggr.c: In function 'H5MF_aggr_try_extend':
H5MFaggr.c:417:3: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(extra_requested <= (EXTEND_THRESHOLD * aggr->size)) {
^
H5MFaggr.c:417:49: warning: conversion to 'double' from 'hsize_t' may alter its
value [-Wconversion]
if(extra_requested <= (EXTEND_THRESHOLD * aggr->size)) {
^
In file included from H5MFaggr.c:35:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MFaggr.c:394:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5MFaggr.c: In function 'H5MF_aggr_reset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MFaggr.c:666:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5MFaggr.c: In function 'H5MF_free_aggrs':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MFaggr.c:729:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5MFaggr.c: In function 'H5MF_aggr_can_shrink_eoa':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MFaggr.c:791:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5MFaggr.c: In function 'H5MF_aggr_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MFaggr.c:830:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5MFaggr.c: In function 'H5MF_aggrs_try_shrink_eoa':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MFaggr.c:876:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5MFdbg.lo
CC H5MFsection.lo
In file included from H5MFsection.c:35:0:
H5MFsection.c: In function 'H5MF_sect_simple_new':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MFsection.c:137:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5MFsection.c: In function 'H5MF_sect_simple_deserialize':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MFsection.c:183:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5MFsection.c: In function 'H5MF_sect_simple_merge':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MFsection.c:262:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5MFsection.c: In function 'H5MF_sect_simple_can_shrink':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MFsection.c:305:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5MFsection.c: In function 'H5MF_sect_simple_shrink':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MFsection.c:402:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5MFsection.c: In function 'H5MF_sect_simple_split':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MFsection.c:524:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5MM.lo
In file included from H5MM.c:30:0:
H5MM.c: In function 'H5MM_xstrdup':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MM.c:167:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5MM.c: In function 'H5MM_strdup':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MM.c:203:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
CC H5MP.lo
In file included from H5MP.c:35:0:
H5MP.c: In function 'H5MP_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MP.c:95:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5MP.c: In function 'H5MP_new_page':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MP.c:146:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5MP.c: In function 'H5MP_malloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MP.c:217:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5MP.c: In function 'H5MP_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5MP.c:441:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5MPtest.lo
CC H5O.lo
In file included from H5O.c:39:0:
H5O.c: In function 'H5O_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:1120:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:1300:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_open_name':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:1344:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_open_by_loc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:1392:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:1427:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_link_oh':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:1488:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_link':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:1604:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_protect':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:1655:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5O.c: In function 'H5O_pin':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:1872:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5O.c: In function 'H5O_unpin':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:1918:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_unprotect':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:1954:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_touch_oh':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:1991:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5O.c: In function 'H5O_touch':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:2085:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:2195:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_delete_oh':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:2249:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5O.c: In function 'H5O_obj_type':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:2288:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_obj_class':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:2366:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5O.c: In function 'H5O_obj_class_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:2403:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5O.c: In function 'H5O_get_loc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:2445:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5O.c: In function 'H5O_loc_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:2617:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5O.c: In function 'H5O_get_hdr_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:2656:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_get_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:2783:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_get_create_plist':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:2904:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_get_nlinks':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:2959:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_obj_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:3000:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5O.c: In function 'H5O_get_rc_and_type':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:3077:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_visit_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:3150:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5O.c: In function 'H5O_visit':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:3265:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_inc_rc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:3376:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_dec_rc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:3412:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5O.c: In function 'H5O_dec_rc_by_loc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5O.c:3450:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Oainfo.lo
In file included from H5Oainfo.c:30:0:
H5Oainfo.c: In function 'H5O_ainfo_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oainfo.c:115:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oainfo.c: In function 'H5O_ainfo_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oainfo.c:244:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oainfo.c: In function 'H5O_ainfo_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oainfo.c:341:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oainfo.c: In function 'H5O_ainfo_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oainfo.c:413:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oainfo.c:405:28: warning: unused parameter 'file_src' [-Wunused-parameter]
H5O_ainfo_copy_file(H5F_t *file_src, void *mesg_src, H5F_t *file_dst,
^
H5Oainfo.c:407:17: warning: unused parameter 'cpy_info' [-Wunused-parameter]
H5O_copy_t *cpy_info, void UNUSED *udata, hid_t dxpl_id)
^
In file included from H5Oainfo.c:30:0:
H5Oainfo.c: In function 'H5O_ainfo_post_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oainfo.c:472:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Oalloc.lo
In file included from H5Oalloc.c:36:0:
H5Oalloc.c: In function 'H5O_add_gap':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oalloc.c:119:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oalloc.c:112:20: warning: unused parameter 'f' [-Wunused-parameter]
H5O_add_gap(H5F_t *f, H5O_t *oh, unsigned chunkno, hbool_t *chk_dirtied,
^
In file included from H5Oalloc.c:36:0:
H5Oalloc.c: In function 'H5O_alloc_null':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oalloc.c:347:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oalloc.c: In function 'H5O_alloc_msgs':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oalloc.c:454:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oalloc.c: In function 'H5O_alloc_extend_chunk':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oalloc.c:526:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oalloc.c: In function 'H5O_alloc_new_chunk':
H5Oalloc.c:923:26: warning: conversion to 'unsigned int' from 'size_t' may
alter its value [-Wconversion]
chunkno = oh->nchunks++;
^
In file included from H5Oalloc.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oalloc.c:770:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oalloc.c: In function 'H5O_alloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oalloc.c:1129:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Oalloc.c: In function 'H5O_release_mesg':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oalloc.c:1214:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Oalloc.c: In function 'H5O_move_cont':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oalloc.c:1287:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oalloc.c: In function 'H5O_move_msgs_forward':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oalloc.c:1463:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oalloc.c: In function 'H5O_merge_null':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oalloc.c:1747:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oalloc.c: In function 'H5O_remove_empty_chunks':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oalloc.c:1882:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oalloc.c: In function 'H5O_condense_header':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oalloc.c:2072:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Oalloc.c: In function 'H5O_alloc_shrink_chunk':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oalloc.c:2145:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Oattr.lo
In file included from H5Oattr.c:21:0:
H5Oshared.h: In function 'H5O_attr_shared_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:56:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_attr_shared_encode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:116:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_attr_shared_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:171:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_attr_shared_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:224:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_attr_shared_link':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:276:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_attr_shared_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:329:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_attr_shared_post_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:394:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_attr_shared_debug':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:463:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattr.c: In function 'H5O_attr_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattr.c:134:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattr.c: In function 'H5O_attr_encode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattr.c:282:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattr.c: In function 'H5O_attr_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattr.c:385:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattr.c: In function 'H5O_attr_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattr.c:511:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattr.c: In function 'H5O_attr_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattr.c:541:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattr.c: In function 'H5O_attr_link':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattr.c:579:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattr.c: In function 'H5O_attr_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattr.c:657:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattr.c: In function 'H5O_attr_post_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattr.c:702:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattr.c: In function 'H5O_attr_debug':
H5Oattr.c:862:6: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
(unsigned long)(mesg->shared->dt_size));
^
H5Oattr.c:863:5: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if((H5O_MSG_DTYPE->debug)(f, dxpl_id, mesg->shared->dt, stream, indent +
3, MAX(0, fwidth - 3)) < 0)
^
H5Oattr.c:869:6: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
(unsigned long)(mesg->shared->ds_size));
^
H5Oattr.c:870:5: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if(H5S_debug(f, dxpl_id, mesg->shared->ds, stream, indent+3, MAX(0, fwidth
- 3)) < 0)
^
In file included from H5Oattr.c:21:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattr.c:799:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattr.c: In function 'H5O_attr_reset':
H5Oattr.c:481:1: warning: function might be candidate for attribute 'const'
[-Wsuggest-attribute=const]
H5O_attr_reset(void UNUSED *_mesg)
^
CC H5Oattribute.lo
In file included from H5Oattribute.c:37:0:
H5Oattribute.c: In function 'H5O_attr_to_dense_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:183:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:230:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_open_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:432:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_open_by_name':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:487:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_open_by_idx_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:585:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_open_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:629:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_find_opened_attr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:707:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_update_shared':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:787:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_write_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:873:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:952:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_rename_mod_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:1086:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_rename':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:1207:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_iterate_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:1298:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_iterate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:1383:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_remove_update':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:1428:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_remove_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:1550:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:1598:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_remove_by_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:1683:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_count_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:1771:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_exists':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:1871:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oattribute.c: In function 'H5O_attr_bh_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:1943:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Oattribute.c: In function 'H5O_attr_count':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oattribute.c:2026:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Obogus.lo
CC H5Obtreek.lo
In file included from H5Obtreek.c:26:0:
H5Obtreek.c: In function 'H5O_btreek_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Obtreek.c:88:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Obtreek.c: In function 'H5O_btreek_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Obtreek.c:170:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Ocache.lo
In file included from H5Ocache.c:37:0:
H5Ocache.c: In function 'H5O_load':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocache.c:171:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocache.c:166:12: warning: variable 'prefix_size' set but not used
[-Wunused-but-set-variable]
size_t prefix_size; /* Size of object header prefix */
^
In file included from H5Ocache.c:37:0:
H5Ocache.c: In function 'H5O_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocache.c:375:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocache.c: In function 'H5O_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocache.c:521:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocache.c: In function 'H5O_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocache.c:584:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocache.c: In function 'H5O_cache_chk_load':
H5Ocache.c:728:49: warning: conversion to 'unsigned int' from 'size_t' may
alter its value [-Wconversion]
chk_proxy->chunkno = udata->oh->nchunks - 1;
^
In file included from H5Ocache.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocache.c:691:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocache.c: In function 'H5O_cache_chk_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocache.c:784:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocache.c: In function 'H5O_cache_chk_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocache.c:830:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocache.c: In function 'H5O_cache_chk_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocache.c:902:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocache.c: In function 'H5O_add_cont_msg':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocache.c:987:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocache.c: In function 'H5O_chunk_deserialize':
H5Ocache.c:1064:26: warning: conversion to 'unsigned int' from 'size_t' may
alter its value [-Wconversion]
chunkno = oh->nchunks++;
^
H5Ocache.c:1186:36: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
oh->mesg[mesgno].raw = (uint8_t *)p; /* Casting away const
OK - QAK */
^
H5Ocache.c:1288:57: warning: conversion to 'unsigned int' from 'size_t' may
alter its value [-Wconversion]
cont->chunkno = udata->cont_msg_info->nmsgs + 1; /*the next
continuation message/chunk */
^
In file included from H5Ocache.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocache.c:1043:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocache.c: In function 'H5O_chunk_serialize':
H5Ocache.c:1384:30: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
if(H5O_msg_flush((H5F_t *)f, oh, curr_msg) < 0)
^
In file included from H5Ocache.c:37:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocache.c:1374:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocache.c: In function 'H5O_chunk_proxy_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocache.c:1437:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Ochunk.lo
In file included from H5Ochunk.c:36:0:
H5Ochunk.c: In function 'H5O_chunk_add':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ochunk.c:100:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Ochunk.c: In function 'H5O_chunk_protect':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ochunk.c:154:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Ochunk.c: In function 'H5O_chunk_unprotect':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ochunk.c:228:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Ochunk.c: In function 'H5O_chunk_resize':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ochunk.c:280:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Ochunk.c: In function 'H5O_chunk_update_idx':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ochunk.c:324:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Ochunk.c: In function 'H5O_chunk_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ochunk.c:376:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Ocont.lo
In file included from H5Ocont.c:32:0:
H5Ocont.c: In function 'H5O_cont_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocont.c:99:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocont.c: In function 'H5O_cont_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocont.c:232:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Ocopy.lo
In file included from H5Ocopy.c:46:0:
H5Ocopy.c: In function 'H5O_copy_header_real':
H5Opkg.h:116:59: warning: conversion to 'uint64_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(1 << ((O)->flags & H5O_HDR_CHUNK0_SIZE)) + /*chunk 0 data
size */ \
^
H5Ocopy.c:672:20: note: in expansion of macro 'H5O_SIZEOF_HDR'
dst_oh_size += H5O_SIZEOF_HDR(oh_dst);
^
In file included from H5Ocopy.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocopy.c:350:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocopy.c: In function 'H5O_copy_header_map':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocopy.c:917:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Ocopy.c: In function 'H5O_copy_header':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocopy.c:1057:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocopy.c: In function 'H5O_copy_obj':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocopy.c:1154:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Ocopy.c: In function 'H5O_copy_obj_by_ref':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocopy.c:1213:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Ocopy.c: In function 'H5O_copy_expand_ref':
H5Ocopy.c:1312:44: warning: to be safe all intermediate pointers in cast from
'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(src_oloc.file, (const uint8_t **)&p,
&(src_oloc.addr));
^
H5Ocopy.c:1341:44: warning: to be safe all intermediate pointers in cast from
'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(src_oloc.file, (const uint8_t **)&p,
&(hobjid.addr));
^
In file included from H5Bprivate.h:36:0,
from H5Gprivate.h:35,
from H5Aprivate.h:26,
from H5Ocopy.c:37:
H5Fprivate.h:138:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 8); (p)++; \
^
H5Ocopy.c:1342:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
H5Fprivate.h:139:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 16); (p)++; \
^
H5Ocopy.c:1342:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
H5Fprivate.h:140:37: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5Ocopy.c:1342:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
H5Fprivate.h:140:12: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5Ocopy.c:1342:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
H5Ocopy.c:1351:48: warning: to be safe all intermediate pointers in cast from
'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(src_oloc.file, (const uint8_t **)&p,
&(src_oloc.addr));
^
In file included from H5Ocopy.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocopy.c:1281:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Ocopy.c: In function 'H5O_copy_search_comm_dt_attr_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocopy.c:1489:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocopy.c: In function 'H5O_copy_search_comm_dt_check':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocopy.c:1575:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocopy.c: In function 'H5O_copy_search_comm_dt_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocopy.c:1694:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocopy.c: In function 'H5O_copy_search_comm_dt':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocopy.c:1756:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ocopy.c: In function 'H5O_copy_insert_comm_dt':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ocopy.c:1925:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Odbg.lo
In file included from H5Odbg.c:36:0:
H5Odbg.c: In function 'H5O_debug_id':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Odbg.c:253:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Odbg.c: In function 'H5O_debug_real':
H5Odbg.c:395:19: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
oh->chunk[i].addr);
^
H5Odbg.c:412:5: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
chunk_size);
^
H5Odbg.c:416:19: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
oh->chunk[i].gap);
^
H5Odbg.c:448:5: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
sequence[oh->mesg[i].type->id]++);
^
H5Odbg.c:451:6: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
oh->mesg[i].dirty);
^
H5Odbg.c:453:20: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
"Message flags:");
^
H5Odbg.c:486:28: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
oh->mesg[i].flags & ~H5O_MSG_FLAG_BITS);
^
H5Odbg.c:492:5: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
oh->mesg[i].chunkno);
^
H5Odbg.c:499:5: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
oh->mesg[i].raw_size);
^
H5Odbg.c:514:5: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
"Message Information:");
^
H5Odbg.c:516:6: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
(debug_type->debug)(f, dxpl_id, oh->mesg[i].native, stream, indent + 6,
MAX(0, fwidth - 6));
^
In file included from H5Odbg.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Odbg.c:300:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Odbg.c: In function 'H5O_debug':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Odbg.c:553:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Odrvinfo.lo
In file included from H5Odrvinfo.c:26:0:
H5Odrvinfo.c: In function 'H5O_drvinfo_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Odrvinfo.c:89:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Odrvinfo.c: In function 'H5O_drvinfo_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Odrvinfo.c:186:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Odtype.lo
In file included from H5Odtype.c:19:0:
H5Oshared.h: In function 'H5O_dtype_shared_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:56:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_dtype_shared_encode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:116:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_dtype_shared_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:171:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_dtype_shared_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:224:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_dtype_shared_link':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:276:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_dtype_shared_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:329:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_dtype_shared_post_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:394:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_dtype_shared_debug':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:463:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Odtype.c: In function 'H5O_dtype_decode_helper':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Odtype.c:141:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Odtype.c: In function 'H5O_dtype_encode_helper':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Odtype.c:604:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Odtype.c: In function 'H5O_dtype_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Odtype.c:1098:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Odtype.c: In function 'H5O_dtype_encode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Odtype.c:1142:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Odtype.c: In function 'H5O_dtype_copy':
H5Odtype.c:1188:5: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
if(NULL == (dst = H5T_copy(src, H5T_COPY_ALL)))
^
In file included from H5Oprivate.h:41:0,
from H5Dprivate.h:27,
from H5Odtype.c:20:
H5Tprivate.h:109:15: note: expected 'struct H5T_t *' but argument is of type
'const struct H5T_t *'
H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
^
In file included from H5Odtype.c:19:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Odtype.c:1182:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Odtype.c: In function 'H5O_dtype_set_share':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Odtype.c:1417:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Odtype.c: In function 'H5O_dtype_can_share':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Odtype.c:1473:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Odtype.c: In function 'H5O_dtype_pre_copy_file':
H5Odtype.c:1533:9: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
if(NULL == (udata->src_dtype = H5T_copy(dt_src, H5T_COPY_TRANSIENT)))
^
In file included from H5Oprivate.h:41:0,
from H5Dprivate.h:27,
from H5Odtype.c:20:
H5Tprivate.h:109:15: note: expected 'struct H5T_t *' but argument is of type
'const struct H5T_t *'
H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
^
In file included from H5Odtype.c:19:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Odtype.c:1518:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Odtype.c: In function 'H5O_dtype_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Odtype.c:1567:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Odtype.c: In function 'H5O_dtype_debug':
H5Odtype.c:1732:7: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
(unsigned long)(dt->shared->u.compnd.memb[i].offset));
^
H5Odtype.c:1734:8: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
indent + 3, MAX(0, fwidth - 3));
^
H5Odtype.c:1738:2: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
H5O_dtype_debug(f, dxpl_id, dt->shared->parent, stream, indent+3, MAX(0,
fwidth-3));
^
H5Odtype.c:1965:2: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
H5O_dtype_debug(f, dxpl_id, dt->shared->parent, stream, indent + 3, MAX(0,
fwidth - 3));
^
H5Odtype.c: In function 'H5O_dtype_decode_helper':
H5Odtype.c:333:25: warning: cannot optimize possibly infinite loops
[-Wunsafe-loop-optimizations]
for(j = 0; j <= i; j++)
^
H5Odtype.c:353:33: warning: cannot optimize possibly infinite loops
[-Wunsafe-loop-optimizations]
for(j = 0; j <= i; j++)
^
CC H5Oefl.lo
In file included from H5Oefl.c:24:0:
H5Oefl.c: In function 'H5O_efl_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oefl.c:102:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oefl.c: In function 'H5O_efl_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oefl.c:264:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oefl.c: In function 'H5O_efl_total_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oefl.c:423:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oefl.c: In function 'H5O_efl_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oefl.c:467:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oefl.c: In function 'H5O_efl_debug':
H5Oefl.c:573:5: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
mesg->slot[u].name);
^
H5Oefl.c:577:5: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
(unsigned long)(mesg->slot[u].name_offset));
^
H5Oefl.c:581:6: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
(unsigned long)(mesg->slot[u].offset));
^
H5Oefl.c:585:6: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
(unsigned long)(mesg->slot[u].size));
^
CC H5Ofill.lo
In file included from H5Ofill.c:25:0:
H5Oshared.h: In function 'H5O_fill_shared_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:56:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_fill_shared_encode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:116:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_fill_shared_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:171:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_fill_shared_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:224:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_fill_shared_link':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:276:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_fill_shared_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:329:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_fill_shared_post_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:394:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5Ofill.c:69:0:
H5Oshared.h:386:44: warning: unused parameter 'oloc_src' [-Wunused-parameter]
H5O_SHARED_POST_COPY_FILE(const H5O_loc_t *oloc_src, const void *mesg_src,
^
In file included from H5Ofill.c:25:0:
H5Oshared.h: In function 'H5O_fill_shared_debug':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:463:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_fill_new_shared_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:56:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_fill_new_shared_encode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:116:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_fill_new_shared_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:171:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_fill_new_shared_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:224:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_fill_new_shared_link':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:276:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_fill_new_shared_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:329:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_fill_new_shared_post_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:394:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5Ofill.c:105:0:
H5Oshared.h:386:44: warning: unused parameter 'oloc_src' [-Wunused-parameter]
H5O_SHARED_POST_COPY_FILE(const H5O_loc_t *oloc_src, const void *mesg_src,
^
In file included from H5Ofill.c:25:0:
H5Oshared.h: In function 'H5O_fill_new_shared_debug':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:463:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5Cprivate.h:37:0,
from H5ACprivate.h:35,
from H5Oprivate.h:38,
from H5Dprivate.h:27,
from H5Ofill.c:26:
H5Ofill.c: In function 'H5O_fill_new_decode':
H5Fprivate.h:140:37: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5Ofill.c:219:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, fill->size);
^
In file included from H5Ofill.c:25:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ofill.c:193:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ofill.c: In function 'H5O_fill_old_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ofill.c:307:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ofill.c: In function 'H5O_fill_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ofill.c:499:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ofill.c: In function 'H5O_fill_reset_dyn':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ofill.c:689:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Ofill.c: In function 'H5O_fill_convert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ofill.c:920:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Oginfo.lo
In file included from H5Oginfo.c:29:0:
H5Oginfo.c: In function 'H5O_ginfo_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oginfo.c:105:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oginfo.c: In function 'H5O_ginfo_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oginfo.c:229:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Olayout.lo
In file included from H5Olayout.c:25:0:
H5Olayout.c: In function 'H5O_layout_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olayout.c:106:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Olayout.c: In function 'H5O_layout_encode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olayout.c:300:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Olayout.c: In function 'H5O_layout_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olayout.c:380:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Olayout.c: In function 'H5O_layout_free':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olayout.c:505:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Olayout.c: In function 'H5O_layout_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olayout.c:538:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Olayout.c: In function 'H5O_layout_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olayout.c:599:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Olinfo.lo
In file included from H5Olinfo.c:31:0:
H5Olinfo.c: In function 'H5O_linfo_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olinfo.c:124:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Olinfo.c: In function 'H5O_linfo_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olinfo.c:254:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Olinfo.c: In function 'H5O_linfo_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olinfo.c:351:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Olinfo.c: In function 'H5O_linfo_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olinfo.c:391:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Olinfo.c: In function 'H5O_linfo_post_copy_file_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olinfo.c:459:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Olinfo.c: In function 'H5O_linfo_post_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olinfo.c:506:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Olink.lo
In file included from H5Olink.c:31:0:
H5Olink.c: In function 'H5O_link_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olink.c:129:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Olink.c: In function 'H5O_link_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olink.c:416:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Olink.c: In function 'H5O_link_size':
H5Olink.c:504:45: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(lnk->corder_valid ? 8 : 0) + /* Creation order */
^
In file included from H5Olink.c:31:0:
H5Olink.c: In function 'H5O_link_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olink.c:616:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Olink.c: In function 'H5O_link_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olink.c:729:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Olink.c: In function 'H5O_link_post_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olink.c:771:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Olink.c: In function 'H5O_link_debug':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Olink.c:812:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Omessage.lo
In file included from H5Omessage.c:36:0:
H5Omessage.c: In function 'H5O_msg_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:122:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_append_oh':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:170:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_append_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:213:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:266:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_write_oh':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:321:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_write_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:370:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Omessage.c: In function 'H5O_msg_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:470:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Omessage.c: In function 'H5O_msg_read_oh':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:525:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Omessage.c: In function 'H5O_msg_reset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:581:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_reset_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:617:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Omessage.c: In function 'H5O_msg_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:754:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Omessage.c: In function 'H5O_msg_count':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:794:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_exists':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:880:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:972:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_remove_op':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:1024:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_remove_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:1078:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Omessage.c: In function 'H5O_msg_remove_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:1145:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_iterate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:1219:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_iterate_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:1293:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Omessage.c: In function 'H5O_msg_raw_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:1374:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(0)
^
H5Omessage.c: In function 'H5O_msg_size_f':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:1419:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(0)
^
H5Omessage.c: In function 'H5O_msg_size_oh':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:1481:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(0)
^
H5Omessage.c: In function 'H5O_msg_set_share':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:1655:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_reset_share':
H5Omessage.c:1703:28: warning: variable 'type' set but not used
[-Wunused-but-set-variable]
const H5O_msg_class_t *type; /* Actual H5O class type for the ID */
^
In file included from H5Omessage.c:36:0:
H5Omessage.c: In function 'H5O_msg_get_crt_index':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:1740:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_encode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:1786:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:1832:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Omessage.c: In function 'H5O_msg_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:1874:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Omessage.c: In function 'H5O_msg_alloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:1917:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Omessage.c: In function 'H5O_copy_mesg':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:1985:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Omessage.c: In function 'H5O_msg_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:2060:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Omessage.c: In function 'H5O_delete_mesg':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:2098:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:2139:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_flush_msgs':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:2240:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_get_chunkno':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:2291:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_lock':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:2346:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Omessage.c: In function 'H5O_msg_unlock':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omessage.c:2404:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Omtime.lo
In file included from H5Omtime.c:24:0:
H5Omtime.c: In function 'H5O_mtime_new_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omtime.c:129:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Omtime.c: In function 'H5O_mtime_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omtime.c:183:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Omtime.c: In function 'H5O_mtime_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Omtime.c:375:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Oname.lo
In file included from H5Oname.c:29:0:
H5Oname.c: In function 'H5O_name_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oname.c:93:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oname.c: In function 'H5O_name_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oname.c:177:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Onull.lo
CC H5Opline.lo
In file included from H5Opline.c:26:0:
H5Oshared.h: In function 'H5O_pline_shared_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:56:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_pline_shared_encode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:116:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_pline_shared_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:171:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_pline_shared_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:224:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_pline_shared_link':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:276:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_pline_shared_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:329:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_pline_shared_post_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:394:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5Opline.c:67:0:
H5Oshared.h:386:44: warning: unused parameter 'oloc_src' [-Wunused-parameter]
H5O_SHARED_POST_COPY_FILE(const H5O_loc_t *oloc_src, const void *mesg_src,
^
In file included from H5Opline.c:26:0:
H5Oshared.h: In function 'H5O_pline_shared_debug':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:463:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Opline.c: In function 'H5O_pline_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Opline.c:121:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Opline.c: In function 'H5O_pline_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Opline.c:349:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Opline.c: In function 'H5O_pline_size':
H5Opline.c:468:5: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
2 + /*flags */
^
In file included from H5Opline.c:26:0:
H5Opline.c: In function 'H5O_pline_pre_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Opline.c:579:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Opline.c: In function 'H5O_pline_debug':
H5Opline.c:640:3: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
(unsigned)(pline->filter[i].id));
^
H5Opline.c:644:7: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
pline->filter[i].name);
^
H5Opline.c:647:7: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
"Filter name:");
^
H5Opline.c:650:3: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
pline->filter[i].flags);
^
H5Opline.c:653:3: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
pline->filter[i].cd_nelmts);
^
H5Opline.c:662:7: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
pline->filter[i].cd_values[j]);
^
CC H5Orefcount.lo
In file included from H5Orefcount.c:29:0:
H5Orefcount.c: In function 'H5O_refcount_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Orefcount.c:99:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Orefcount.c: In function 'H5O_refcount_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Orefcount.c:184:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Osdspace.lo
In file included from H5Osdspace.c:19:0:
H5Oshared.h: In function 'H5O_sdspace_shared_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:56:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_sdspace_shared_encode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:116:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_sdspace_shared_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:171:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_sdspace_shared_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:224:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_sdspace_shared_link':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:276:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_sdspace_shared_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:329:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.h: In function 'H5O_sdspace_shared_post_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:394:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5Osdspace.c:61:0:
H5Oshared.h:386:44: warning: unused parameter 'oloc_src' [-Wunused-parameter]
H5O_SHARED_POST_COPY_FILE(const H5O_loc_t *oloc_src, const void *mesg_src,
^
In file included from H5Osdspace.c:19:0:
H5Oshared.h: In function 'H5O_sdspace_shared_debug':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.h:463:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Osdspace.c: In function 'H5O_sdspace_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Osdspace.c:122:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Osdspace.c: In function 'H5O_sdspace_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Osdspace.c:307:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Osdspace.c: In function 'H5O_sdspace_pre_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Osdspace.c:452:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Oshared.lo
In file included from H5Oshared.c:39:0:
H5Oshared.c: In function 'H5O_shared_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.c:117:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.c: In function 'H5O_shared_link_adj':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.c:229:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.c: In function 'H5O_shared_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.c:318:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.c: In function 'H5O_shared_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.c:518:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.c: In function 'H5O_shared_link':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.c:561:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.c: In function 'H5O_shared_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.c:599:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshared.c:590:29: warning: unused parameter 'file_src' [-Wunused-parameter]
H5O_shared_copy_file(H5F_t *file_src, H5F_t *file_dst,
^
H5Oshared.c:592:71: warning: unused parameter 'cpy_info' [-Wunused-parameter]
hbool_t UNUSED *recompute_size, unsigned *mesg_flags, H5O_copy_t *cpy_info,
^
In file included from H5Oshared.c:39:0:
H5Oshared.c: In function 'H5O_shared_post_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshared.c:661:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Ostab.lo
In file included from H5Ostab.c:30:0:
H5Ostab.c: In function 'H5O_stab_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ostab.c:106:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ostab.c: In function 'H5O_stab_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ostab.c:187:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ostab.c: In function 'H5O_stab_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ostab.c:280:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ostab.c: In function 'H5O_stab_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ostab.c:320:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ostab.c: In function 'H5O_stab_post_copy_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ostab.c:377:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Oshmesg.lo
In file included from H5Oshmesg.c:26:0:
H5Oshmesg.c: In function 'H5O_shmesg_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshmesg.c:85:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Oshmesg.c: In function 'H5O_shmesg_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Oshmesg.c:161:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Otest.lo
In file included from H5Otest.c:34:0:
H5Otest.c: In function 'H5O_is_attr_dense_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Otest.c:104:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Otest.c: In function 'H5O_is_attr_empty_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Otest.c:169:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Otest.c: In function 'H5O_num_attrs_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Otest.c:256:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Otest.c: In function 'H5O_attr_dense_info_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Otest.c:342:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Otest.c: In function 'H5O_check_msg_marked_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Otest.c:430:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Otest.c: In function 'H5O_expunge_chunks_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Otest.c:493:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Otest.c: In function 'H5O_get_rc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Otest.c:549:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Ounknown.lo
CC H5P.lo
CC H5Pacpl.lo
CC H5Pdapl.lo
H5Pdapl.c: In function 'H5P__dacc_reg_prop':
H5Pdapl.c:127:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
double rdcc_w0 = H5D_ACS_PREEMPT_READ_CHUNKS_DEF; /* Default raw
data chunk cache dirty ratio */
^
In file included from H5Pdapl.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pdapl.c:130:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Pdapl.c: In function 'H5Pset_chunk_cache':
H5Pdapl.c:190:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(rdcc_w0 > 1.0)
^
CC H5Pdcpl.lo
In file included from H5Pdcpl.c:37:0:
H5Pdcpl.c: In function 'H5P__dcrt_reg_prop':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pdcpl.c:186:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Pdcpl.c: In function 'H5P__dcrt_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pdcpl.c:235:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Pdcpl.c: In function 'H5P__dcrt_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pdcpl.c:347:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Pdcpl.c: In function 'H5P__set_layout':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pdcpl.c:602:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Pdcpl.c: In function 'H5P_get_fill_value':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pdcpl.c:1523:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pdcpl.c: In function 'H5P_is_fill_value_defined':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pdcpl.c:1652:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pdcpl.c: In function 'H5P_fill_value_defined':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pdcpl.c:1694:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Pdeprec.lo
CC H5Pdxpl.lo
H5Pdxpl.c: In function 'H5P__dxfr_reg_prop':
H5Pdxpl.c:201:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
double def_btree_split_ratio[3] = H5D_XFER_BTREE_SPLIT_RATIO_DEF; /*
Default value for B-tree node split ratios */
^
H5Pdxpl.c:201:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Pdxpl.c:201:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
In file included from H5Pdxpl.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pdxpl.c:225:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Pdxpl.c: In function 'H5P__dxfr_xform_del':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pdxpl.c:349:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Pdxpl.c: In function 'H5P__dxfr_xform_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pdxpl.c:381:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Pdxpl.c: In function 'H5P__dxfr_xform_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pdxpl.c:466:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Pdxpl.c: In function 'H5Pset_btree_ratios':
H5Pdxpl.c:1064:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(left < 0.0 || left > 1.0 || middle < 0.0 || middle > 1.0 ||
^
H5Pdxpl.c:1064:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Pdxpl.c:1064:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Pdxpl.c:1064:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Pdxpl.c:1065:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
right < 0.0 || right > 1.0)
^
H5Pdxpl.c:1065:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
In file included from H5Pdxpl.c:36:0:
H5Pdxpl.c: In function 'H5P_set_vlen_mem_manager':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pdxpl.c:1111:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Pfapl.lo
H5Pfapl.c: In function 'H5P_facc_reg_prop':
H5Pfapl.c:205:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5AC_cache_config_t mdc_initCacheCfg = H5F_ACS_META_CACHE_INIT_CONFIG_DEF;
/* Default metadata cache settings */
^
H5Pfapl.c:205:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Pfapl.c:205:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Pfapl.c:205:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Pfapl.c:205:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Pfapl.c:205:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Pfapl.c:205:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Pfapl.c:205:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
In file included from H5Pfapl.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pfapl.c:228:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pfapl.c: In function 'H5P_facc_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pfapl.c:344:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pfapl.c: In function 'H5P_facc_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pfapl.c:394:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pfapl.c: In function 'H5P_facc_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pfapl.c:445:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pfapl.c: In function 'H5P_set_driver':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pfapl.c:597:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pfapl.c: In function 'H5P_get_driver':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pfapl.c:691:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pfapl.c: In function 'H5P_get_driver_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pfapl.c:772:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Pfapl.c: In function 'H5Pset_cache':
H5Pfapl.c:1020:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(rdcc_w0 < 0.0 || rdcc_w0 > 1.0)
^
H5Pfapl.c:1020:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
In file included from H5Pfapl.c:36:0:
H5Pfapl.c: In function 'H5P_file_image_info_del':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pfapl.c:2191:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pfapl.c: In function 'H5P_file_image_info_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pfapl.c:2244:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pfapl.c: In function 'H5P_file_image_info_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pfapl.c:2319:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Pfcpl.lo
In file included from H5Pfcpl.c:36:0:
H5Pfcpl.c: In function 'H5P_fcrt_reg_prop':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pfcpl.c:157:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Pfmpl.lo
In file included from H5Pfmpl.c:36:0:
H5Pfmpl.c: In function 'H5P_fmnt_reg_prop':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pfmpl.c:114:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Pgcpl.lo
In file included from H5Pgcpl.c:35:0:
H5Pgcpl.c: In function 'H5P__gcrt_reg_prop':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pgcpl.c:114:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
CC H5Pint.lo
In file included from H5Pint.c:34:0:
H5Pint.c: In function 'H5P_do_prop_cb1':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:317:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:378:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pint.c: In function 'H5P_init_interface':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:403:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_copy_pclass':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:603:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_copy_plist':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:684:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pint.c: In function 'H5P_dup_prop':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:894:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_create_prop':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:1008:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_add_prop':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:1088:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pint.c: In function 'H5P__find_prop_plist':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pint.c:1126:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Pint.c: In function 'H5P_find_prop_pclass':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:1186:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_create_class':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:1497:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Pint.c: In function 'H5P_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:1594:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_create_id':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:1733:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pint.c: In function 'H5P_register_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:1943:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pint.c: In function 'H5P_register':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:2143:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pint.c: In function 'H5P_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:2353:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_set':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:2451:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pint.c: In function 'H5P_get_size_plist':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:2717:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_get_size_pclass':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:2763:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_get_nprops_pclass':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:2877:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pint.c: In function 'H5P__cmp_plist_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pint.c:3123:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Pint.c: In function 'H5P_cmp_plist':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:3186:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_isa_class':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:3317:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pint.c: In function 'H5P_object_verify':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:3367:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Pint.c: In function 'H5P__iterate_plist_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pint.c:3410:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Pint.c: In function 'H5P_iterate_plist':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:3545:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P__iterate_pclass_cb':
H5Pint.c:3622:11: warning: unused variable 'key' [-Wunused-variable]
char *key = (char *)_key; /* Pointer to the
property's name */
^
In file included from H5Pint.c:34:0:
H5Pint.c: In function 'H5P_peek_unsigned':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:3765:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(UFAIL)
^
H5Pint.c: In function 'H5P_peek_hid_t':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:3810:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pint.c: In function 'H5P_peek_voidp':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:3855:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Pint.c: In function 'H5P_peek_size_t':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:3900:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(UFAIL)
^
H5Pint.c: In function 'H5P_get':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:3948:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pint.c: In function 'H5P_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:4095:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pint.c: In function 'H5P_copy_prop_plist':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:4232:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_copy_prop_pclass':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:4340:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_unregister':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:4416:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:4481:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_get_class_name':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:4640:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Pint.c: In function 'H5P_get_class_path':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:4681:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_open_class_path':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:4748:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Pint.c: In function 'H5P_close_class':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pint.c:4862:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Plapl.lo
In file included from H5Plapl.c:35:0:
H5Plapl.c: In function 'H5P_lacc_reg_prop':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Plapl.c:164:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Plapl.c: In function 'H5P_lacc_elink_fapl_del':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Plapl.c:211:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Plapl.c: In function 'H5P_lacc_elink_fapl_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Plapl.c:245:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Plapl.c: In function 'H5P_lacc_elink_fapl_cmp':
H5Plapl.c:302:16: warning: variable 'status' set but not used
[-Wunused-but-set-variable]
herr_t status;
^
In file included from H5Plapl.c:35:0:
H5Plapl.c: In function 'H5P_lacc_elink_fapl_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Plapl.c:333:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Plcpl.lo
In file included from H5Plcpl.c:36:0:
H5Plcpl.c: In function 'H5P_lcrt_reg_prop':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Plcpl.c:120:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Pocpl.lo
In file included from H5Pocpl.c:37:0:
H5Pocpl.c: In function 'H5P__ocrt_reg_prop':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pocpl.c:137:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Pocpl.c: In function 'H5P__ocrt_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pocpl.c:184:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Pocpl.c: In function 'H5P__ocrt_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pocpl.c:232:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Pocpl.c: In function 'H5P_modify_filter':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pocpl.c:586:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pocpl.c: In function 'H5P_get_filter_by_id':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Pocpl.c:942:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Pocpl.c: In function 'H5Pget_filter_by_id2':
H5Pocpl.c:997:30: warning: unused variable 'filter' [-Wunused-variable]
const H5Z_filter_info_t *filter; /* Pointer to filter information */
^
H5Pocpl.c:996:21: warning: unused variable 'pline' [-Wunused-variable]
H5O_pline_t pline; /* Filter pipeline */
^
CC H5Pocpypl.lo
In file included from H5Pocpypl.c:36:0:
H5Pocpypl.c: In function 'H5P__ocpy_reg_prop':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pocpypl.c:143:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
H5Pocpypl.c: In function 'H5P__ocpy_merge_comm_dt_list_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pocpypl.c:215:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
CC H5Pstrcpl.lo
In file included from H5Pstrcpl.c:35:0:
H5Pstrcpl.c: In function 'H5P__strcrt_reg_prop':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1922:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Pstrcpl.c:118:5: note: in expansion of macro 'FUNC_ENTER_STATIC'
FUNC_ENTER_STATIC
^
CC H5Ptest.lo
In file included from H5Ptest.c:27:0:
H5Ptest.c: In function 'H5P_get_class_path_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ptest.c:66:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Ptest.c: In function 'H5P_open_class_path_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ptest.c:107:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Ptest.c: In function 'H5P_reset_external_file_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ptest.c:152:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5R.lo
In file included from H5R.c:29:0:
H5R.c: In function 'H5R_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5R.c:107:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5R.c: In function 'H5R_init_interface':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5R.c:132:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5R.c: In function 'H5R_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5R.c:217:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5Cprivate.h:37:0,
from H5ACprivate.h:35,
from H5R.c:30:
H5R.c: In function 'H5R_dereference':
H5Fprivate.h:138:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 8); (p)++; \
^
H5R.c:440:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
H5Fprivate.h:139:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 16); (p)++; \
^
H5R.c:440:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
H5Fprivate.h:140:37: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5R.c:440:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
H5Fprivate.h:140:12: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5R.c:440:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
In file included from H5R.c:29:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5R.c:416:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5Cprivate.h:37:0,
from H5ACprivate.h:35,
from H5R.c:30:
H5R.c: In function 'H5R_get_region':
H5Fprivate.h:138:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 8); (p)++; \
^
H5R.c:626:5: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
H5Fprivate.h:139:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 16); (p)++; \
^
H5R.c:626:5: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
H5Fprivate.h:140:37: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5R.c:626:5: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
H5Fprivate.h:140:12: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5R.c:626:5: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
In file included from H5R.c:29:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5R.c:614:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5Cprivate.h:37:0,
from H5ACprivate.h:35,
from H5R.c:30:
H5R.c: In function 'H5R_get_obj_type':
H5Fprivate.h:138:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 8); (p)++; \
^
H5R.c:761:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
H5Fprivate.h:139:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 16); (p)++; \
^
H5R.c:761:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
H5Fprivate.h:140:37: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5R.c:761:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
H5Fprivate.h:140:12: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5R.c:761:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
In file included from H5R.c:29:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5R.c:737:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5Cprivate.h:37:0,
from H5ACprivate.h:35,
from H5R.c:30:
H5R.c: In function 'H5R_get_name':
H5Fprivate.h:138:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 8); (p)++; \
^
H5R.c:905:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
H5Fprivate.h:139:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 16); (p)++; \
^
H5R.c:905:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
H5Fprivate.h:140:37: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5R.c:905:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
H5Fprivate.h:140:12: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5R.c:905:13: note: in expansion of macro 'INT32DECODE'
INT32DECODE(p, hobjid.idx);
^
In file included from H5R.c:29:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5R.c:879:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Rdeprec.lo
CC H5RC.lo
In file included from H5Eprivate.h:25:0,
from H5RC.c:24:
H5RC.c: In function 'H5RC_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5RC.c:60:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5RC.c: In function 'H5RC_decr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5RC.c:104:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5RS.lo
In file included from H5Eprivate.h:25:0,
from H5RS.c:24:
H5RS.c: In function 'H5RS_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5RS.c:106:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5RS.c: In function 'H5RS_wrap':
H5RS.c:153:20: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
ret_value->s = (char *)s; /* (Cast away const OK - QAK) */
^
In file included from H5Eprivate.h:25:0,
from H5RS.c:24:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5RS.c:146:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5RS.c: In function 'H5RS_own':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5RS.c:188:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5RS.c: In function 'H5RS_dup_str':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5RS.c:344:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
CC H5S.lo
In file included from H5S.c:29:0:
H5S.c: In function 'H5S_init_interface':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:117:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5S.c: In function 'H5S_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:203:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5S.c: In function 'H5S_extent_release':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:325:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5S.c: In function 'H5S_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:359:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5S.c: In function 'H5S_extent_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:523:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5S.c: In function 'H5S_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:597:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5S.c: In function 'H5S_get_simple_extent_npoints':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:648:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(-1)
^
H5S.c: In function 'H5S_get_npoints_max':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:725:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(0)
^
H5S.c: In function 'H5S_get_simple_extent_ndims':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:829:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5S.c: In function 'H5S_extent_get_dims':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:915:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5S.c: In function 'H5S_get_simple_extent_dims':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:973:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5S.c: In function 'H5S_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:1005:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5S.c: In function 'H5S_append':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:1046:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5S.c: In function 'H5S_read':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:1082:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5S.c: In function 'H5S_set_extent_simple':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:1275:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5S.c: In function 'H5S_create_simple':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:1434:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5S.c: In function 'H5S_encode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:1514:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5S.c: In function 'H5S_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:1631:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5S.c: In function 'H5S_get_simple_extent_type':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:1713:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(H5S_NO_CLASS)
^
H5S.c: In function 'H5S_set_extent':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:1862:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5S.c: In function 'H5S_set_extent_real':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:1944:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5S.c: In function 'H5S_extend':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5S.c:2143:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Sall.lo
In file included from H5Sall.c:26:0:
H5Sall.c: In function 'H5S_all_iter_coords':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Sall.c:158:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Sall.c: In function 'H5S_all_deserialize':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Sall.c:553:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Sall.c: In function 'H5S_all_project_simple':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Sall.c:818:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Sall.c:814:37: warning: unused parameter 'base_space' [-Wunused-parameter]
H5S_all_project_simple(const H5S_t *base_space, H5S_t *new_space, hsize_t
*offset)
^
H5Sall.c:814:76: warning: unused parameter 'offset' [-Wunused-parameter]
H5S_all_project_simple(const H5S_t *base_space, H5S_t *new_space, hsize_t
*offset)
^
In file included from H5Sall.c:26:0:
H5Sall.c: In function 'H5S_select_all':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Sall.c:857:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Sdbg.lo
H5Sdbg.c: In function 'H5S_debug':
H5Sdbg.c:113:34: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
indent + 3, MAX(0, fwidth - 3));
^
H5Sdbg.c:98:5: warning: enumeration value 'H5S_NO_CLASS' not handled in switch
[-Wswitch-enum]
switch(H5S_GET_EXTENT_TYPE(mesg)) {
^
CC H5Shyper.lo
In file included from H5Shyper.c:26:0:
H5Shyper.c: In function 'H5S_hyper_new_span':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:1098:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_span_precompute_helper':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:1146:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_span_precompute':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:1204:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_copy_span_helper':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:1293:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_copy_span':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:1379:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_free_span_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:1523:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_free_span':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:1575:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:1624:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Shyper.c: In function 'H5S_hyper_serialize_helper':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:2003:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_serialize':
H5Shyper.c:2200:13: warning: conversion to 'uint32_t' from 'long unsigned int'
may alter its value [-Wconversion]
len += (size_t)(8 * space->extent.rank * block_count);
^
In file included from H5Shyper.c:26:0:
H5Shyper.c: In function 'H5S_hyper_deserialize':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:2250:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Shyper.c: In function 'H5S_hyper_span_blocklist':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:2333:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_bounds_helper':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:2646:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_bounds':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:2715:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Shyper.c: In function 'H5S_hyper_offset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:2785:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Shyper.c: In function 'H5S_hyper_release':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:3183:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Shyper.c: In function 'H5S_hyper_coord_to_span':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:3271:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_add_span_element_helper':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:3340:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_add_span_element':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:3538:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_convert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:3652:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_intersect_block_helper':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:3843:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_intersect_block':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:3910:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_adjust_u':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:4017:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_project_scalar':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:4063:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_project_simple_higher':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:4179:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_project_simple':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:4267:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_adjust_s':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:4493:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_normalize_offset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:4547:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_denormalize_offset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:4601:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_append_span':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:4646:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_clip_spans':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:4770:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_merge_spans_helper':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:5260:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_make_spans':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:5690:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_hyper_generate_spans':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:6021:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_generate_hyperslab':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:6071:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Shyper.c: In function 'H5S_select_hyperslab':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Shyper.c:6317:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Shyper.c: In function 'H5S_hyper_get_seq_list_opt':
H5Shyper.c:8251:13: warning: switch missing default case [-Wswitch-default]
switch (fast_dim_count % 8) {
^
H5Shyper.c: In function 'H5S_get_select_hyper_blocklist.isra.18.constprop.29':
H5Shyper.c:2515:32: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
while(temp_dim >= 0 && !done) {
^
cc1: warning: assuming signed overflow does not occur when simplifying range
test [-Wstrict-overflow]
H5Shyper.c: In function 'H5S_hyper_serialize':
H5Shyper.c:2162:32: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
while(temp_dim >= 0 && done == 0) {
^
cc1: warning: assuming signed overflow does not occur when simplifying range
test [-Wstrict-overflow]
CC H5Smpio.lo
CC H5Snone.lo
In file included from H5Snone.c:26:0:
H5Snone.c: In function 'H5S_none_deserialize':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Snone.c:521:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Snone.c: In function 'H5S_none_project_simple':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Snone.c:767:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Snone.c:763:38: warning: unused parameter 'base_space' [-Wunused-parameter]
H5S_none_project_simple(const H5S_t *base_space, H5S_t *new_space, hsize_t
*offset)
^
H5Snone.c:763:77: warning: unused parameter 'offset' [-Wunused-parameter]
H5S_none_project_simple(const H5S_t *base_space, H5S_t *new_space, hsize_t
*offset)
^
In file included from H5Snone.c:26:0:
H5Snone.c: In function 'H5S_select_none':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Snone.c:805:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Spoint.lo
In file included from H5Spoint.c:26:0:
H5Spoint.c: In function 'H5S_point_add':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Spoint.c:395:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Spoint.c: In function 'H5S_select_elements':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Spoint.c:555:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Spoint.c: In function 'H5S_point_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Spoint.c:610:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Spoint.c: In function 'H5S_point_deserialize':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Spoint.c:896:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Spoint.c: In function 'H5S_point_bounds':
H5Spoint.c:1106:63: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
if(start[u] > (node->pnt[u] + space->select.offset[u]))
^
H5Spoint.c:1107:63: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
start[u] = node->pnt[u] + space->select.offset[u];
^
H5Spoint.c:1108:61: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
if(end[u] < (node->pnt[u] + space->select.offset[u]))
^
H5Spoint.c:1109:61: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
end[u] = node->pnt[u] + space->select.offset[u];
^
In file included from H5Spoint.c:26:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Spoint.c:1083:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Spoint.c: In function 'H5S_point_offset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Spoint.c:1149:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Spoint.c: In function 'H5S_point_project_scalar':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Spoint.c:1372:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Spoint.c: In function 'H5S_point_project_simple':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Spoint.c:1415:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Spoint.c: In function 'H5S_point_get_seq_list':
H5Spoint.c:1655:56: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
loc += (node->pnt[i] + space->select.offset[i]) * acc;
^
In file included from H5Spoint.c:26:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Spoint.c:1628:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Sselect.lo
In file included from H5Sselect.c:25:0:
H5Sselect.c: In function 'H5S_select_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Sselect.c:112:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Sselect.c: In function 'H5S_select_deserialize':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Sselect.c:453:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Sselect.c: In function 'H5S_select_iterate':
H5Sselect.c:1218:20: warning: size of 'iter' is 2232 bytes [-Wlarger-than=]
H5S_sel_iter_t iter; /* Selection iteration info */
^
H5Sselect.c:1224:13: warning: size of 'off' is 8192 bytes [-Wlarger-than=]
hsize_t off[H5D_IO_VECTOR_SIZE]; /* Array to store sequence
offsets */
^
H5Sselect.c:1227:12: warning: size of 'len' is 8192 bytes [-Wlarger-than=]
size_t len[H5D_IO_VECTOR_SIZE]; /* Array to store sequence
lengths */
^
In file included from H5Sselect.c:25:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Sselect.c:1239:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Sselect.c: In function 'H5S_select_shape_same':
H5Sselect.c:1425:20: warning: size of 'iter_a' is 2232 bytes [-Wlarger-than=]
H5S_sel_iter_t iter_a; /* Selection a iteration info */
^
H5Sselect.c:1426:20: warning: size of 'iter_b' is 2232 bytes [-Wlarger-than=]
H5S_sel_iter_t iter_b; /* Selection b iteration info */
^
In file included from H5Sselect.c:25:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Sselect.c:1431:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Sselect.c: In function 'H5S_select_construct_projection':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Sselect.c:1770:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Sselect.c: In function 'H5S_select_fill':
H5Sselect.c:1994:20: warning: size of 'iter' is 2232 bytes [-Wlarger-than=]
H5S_sel_iter_t iter; /* Selection iteration info */
^
H5Sselect.c:2022:17: warning: size of 'off' is 8192 bytes [-Wlarger-than=]
hsize_t off[H5D_IO_VECTOR_SIZE]; /* Array to store sequence
offsets */
^
H5Sselect.c:2023:16: warning: size of 'len' is 8192 bytes [-Wlarger-than=]
size_t len[H5D_IO_VECTOR_SIZE]; /* Array to store sequence
lengths */
^
In file included from H5Sselect.c:25:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Sselect.c:2000:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Sselect.c: In function 'H5S_select_iterate':
H5Sselect.c:1214:1: warning: stack usage is 19328 bytes [-Wstack-usage=]
H5S_select_iterate(void *buf, hid_t type_id, const H5S_t *space,
H5D_operator_t op,
^
H5Sselect.c:1324:1: warning: the frame size of 19236 bytes is larger than 16384
bytes [-Wframe-larger-than=]
} /* end H5S_select_iterate() */
^
H5Sselect.c: In function 'H5S_select_fill':
H5Sselect.c:1992:1: warning: stack usage is 18768 bytes [-Wstack-usage=]
H5S_select_fill(const void *fill, size_t fill_size, const H5S_t *space, void
*_buf)
^
H5Sselect.c:2054:1: warning: the frame size of 18672 bytes is larger than 16384
bytes [-Wframe-larger-than=]
} /* H5S_select_fill() */
^
CC H5Stest.lo
In file included from H5Stest.c:26:0:
H5Stest.c: In function 'H5S_select_shape_same_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Stest.c:59:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Stest.c: In function 'H5S_get_rebuild_status_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Stest.c:100:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5SL.lo
In file included from H5SL.c:67:0:
H5SL.c: In function 'H5SL_new_node':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SL.c:589:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SL.c: In function 'H5SL_insert_common':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SL.c:640:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SL.c: In function 'H5SL_release_common':
H5SL.c:770:35: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
(void)(op)(node->item,(void *)node->key,op_data);
^
In file included from H5SL.c:67:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SL.c:754:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SL.c: In function 'H5SL_close_common':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SL.c:825:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SL.c: In function 'H5SL_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SL.c:873:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5SL.c: In function 'H5SL_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SL.c:978:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SL.c: In function 'H5SL_add':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SL.c:1025:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SL.c: In function 'H5SL_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SL.c:1069:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SL.c: In function 'H5SL_remove_first':
H5SL.c:1151:30: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
size_t level = slist->curr_level; /* Skip list level */
^
In file included from H5SL.c:67:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SL.c:1154:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SL.c: In function 'H5SL_below':
H5SL.c:1639:5: warning: switch missing default case [-Wswitch-default]
switch(slist->type) {
^
H5SL.c: In function 'H5SL_above':
H5SL.c:1738:5: warning: switch missing default case [-Wswitch-default]
switch(slist->type) {
^
H5SL.c: In function 'H5SL_iterate':
H5SL.c:2007:42: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if((ret_value = (op)(node->item, (void *)node->key, op_data)) != 0)
^
H5SL.c: In function 'H5SL_term_interface':
H5SL.c:2206:13: warning: variable 'ret' set but not used
[-Wunused-but-set-variable]
herr_t ret;
^
CC H5SM.lo
In file included from H5SM.c:26:0:
H5SM.c: In function 'H5SM_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:133:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5SM.c: In function 'H5SM_type_to_flag':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:259:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SM.c: In function 'H5SM_get_index':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:307:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SM.c: In function 'H5SM_type_shared':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:348:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SM.c: In function 'H5SM_get_fheap_addr':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:405:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5SM.c: In function 'H5SM_create_index':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:454:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SM.c: In function 'H5SM_delete_index':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:559:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SM.c: In function 'H5SM_create_list':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:632:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SM.c: In function 'H5SM_convert_list_to_btree':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:713:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SM.c: In function 'H5SM_convert_btree_to_list':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:815:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SM.c: In function 'H5SM_can_share_common':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:875:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SM.c: In function 'H5SM_can_share':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:924:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5SM.c: In function 'H5SM_try_share':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:1047:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5SM.c: In function 'H5SM_incr_ref':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:1154:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SM.c: In function 'H5SM_write_mesg':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:1240:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SM.c: In function 'H5SM_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:1520:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5SM.c: In function 'H5SM_delete_from_index':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:1749:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SM.c: In function 'H5SM_get_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:1936:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5SM.c: In function 'H5SM_get_refcount':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:2125:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SM.c: In function 'H5SM_read_iter_op':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:2252:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SM.c: In function 'H5SM_read_mesg_fh_cb':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:2309:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SM.c: In function 'H5SM_read_mesg':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:2347:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SM.c: In function 'H5SM_table_debug':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:2507:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5SM.c: In function 'H5SM_list_debug':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:2598:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5SM.c: In function 'H5SM_ih_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SM.c:2688:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5SMbtree2.lo
In file included from H5SMbtree2.c:27:0:
H5SMbtree2.c: In function 'H5SM_bt2_crt_context':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SMbtree2.c:105:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SMbtree2.c: In function 'H5SM_bt2_crt_dbg_context':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SMbtree2.c:239:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5SMcache.lo
In file included from H5Eprivate.h:25:0,
from H5SMcache.c:26:
H5SMcache.c: In function 'H5SM_table_load':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SMcache.c:128:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SMcache.c: In function 'H5SM_table_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SMcache.c:257:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SMcache.c: In function 'H5SM_table_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SMcache.c:362:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SMcache.c: In function 'H5SM_table_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SMcache.c:394:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SMcache.c: In function 'H5SM_list_load':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SMcache.c:469:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SMcache.c: In function 'H5SM_list_flush':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SMcache.c:566:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SMcache.c: In function 'H5SM_list_dest':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SMcache.c:656:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SMcache.c: In function 'H5SM_list_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SMcache.c:700:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5SMmessage.lo
In file included from H5SMmessage.c:27:0:
H5SMmessage.c: In function 'H5SM_compare_iter_op':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SMmessage.c:137:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5SMmessage.c: In function 'H5SM_message_compare':
H5SMmessage.c:229:16: warning: variable 'status' set but not used
[-Wunused-but-set-variable]
herr_t status;
^
CC H5SMtest.lo
In file included from H5SMtest.c:27:0:
H5SMtest.c: In function 'H5SM_get_mesg_count_test':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5SMtest.c:85:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5ST.lo
In file included from H5Eprivate.h:25:0,
from H5ST.c:22:
H5ST.c: In function 'H5ST_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5ST.c:55:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5ST.c: In function 'H5ST_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5ST.c:128:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5ST.c: In function 'H5ST_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5ST.c:175:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5ST.c: In function 'H5ST_find':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5ST.c:337:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5ST.c: In function 'H5ST_locate':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5ST.c:372:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5ST.c: In function 'H5ST_findfirst':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5ST.c:455:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5ST.c: In function 'H5ST_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5ST.c:666:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5ST.c: In function 'H5ST_remove':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5ST.c:701:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
CC H5T.lo
H5T.c:499:1: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
float H5T_NATIVE_FLOAT_POS_INF_g = 0.0;
^
H5T.c:500:1: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
float H5T_NATIVE_FLOAT_NEG_INF_g = 0.0;
^
H5T.c:501:1: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
double H5T_NATIVE_DOUBLE_POS_INF_g = 0.0;
^
H5T.c:502:1: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
double H5T_NATIVE_DOUBLE_NEG_INF_g = 0.0;
^
In file included from H5T.c:36:0:
H5T.c: In function 'H5T_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:561:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5T.c: In function 'H5T_init_inf':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:596:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5T.c: In function 'H5T_init_interface':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:779:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5T.c: In function 'H5T_get_class':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:1915:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(H5T_NO_CLASS)
^
H5T.c: In function 'H5T_detect_class':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:2001:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5T.c: In function 'H5T_get_super':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:2272:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5T.c: In function 'H5T_register':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:2319:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5T.c: In function 'H5T_encode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:2907:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5T.c: In function 'H5T_decode':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:2963:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5T.c: In function 'H5T__create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5T.c:3020:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5T.c: In function 'H5T_copy':
H5T.c:3181:5: warning: switch missing default case [-Wswitch-default]
switch (method) {
^
H5T.c:3291:21: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
new_dt->shared->u.compnd.memb[i].offset += accum_change;
^
H5T.c:3296:33: warning: conversion to 'int' from 'unsigned int' may change the
sign of the result [-Wsign-conversion]
old_match = j;
^
H5T.c:3306:25: warning: conversion to 'int' from 'unsigned int' may change the
sign of the result [-Wsign-conversion]
old_match = i;
^
H5T.c:3313:25: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
accum_change +=
(new_dt->shared->u.compnd.memb[i].type->shared->size -
old_dt->shared->u.compnd.memb[old_match].type->shared->size);
^
H5T.c:3313:38: warning: conversion to 'int' from 'size_t' may alter its value
[-Wconversion]
accum_change +=
(new_dt->shared->u.compnd.memb[i].type->shared->size -
old_dt->shared->u.compnd.memb[old_match].type->shared->size);
^
H5T.c:3318:17: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
new_dt->shared->size += accum_change;
^
H5T.c:3259:9: warning: enumeration value 'H5T_NO_CLASS' not handled in switch
[-Wswitch-enum]
switch(new_dt->shared->type) {
^
H5T.c:3259:9: warning: enumeration value 'H5T_INTEGER' not handled in switch
[-Wswitch-enum]
H5T.c:3259:9: warning: enumeration value 'H5T_FLOAT' not handled in switch
[-Wswitch-enum]
H5T.c:3259:9: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5T.c:3259:9: warning: enumeration value 'H5T_STRING' not handled in switch
[-Wswitch-enum]
H5T.c:3259:9: warning: enumeration value 'H5T_BITFIELD' not handled in switch
[-Wswitch-enum]
H5T.c:3259:9: warning: enumeration value 'H5T_NCLASSES' not handled in switch
[-Wswitch-enum]
In file included from H5T.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:3166:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5T.c: In function 'H5T_lock':
H5T.c:3440:5: warning: switch missing default case [-Wswitch-default]
switch (dt->shared->state) {
^
In file included from H5T.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:3436:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5T.c: In function 'H5T__alloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5T.c:3477:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5T.c: In function 'H5T__free':
H5T.c:3559:5: warning: enumeration value 'H5T_NO_CLASS' not handled in switch
[-Wswitch-enum]
switch(dt->shared->type) {
^
H5T.c:3559:5: warning: enumeration value 'H5T_INTEGER' not handled in switch
[-Wswitch-enum]
H5T.c:3559:5: warning: enumeration value 'H5T_FLOAT' not handled in switch
[-Wswitch-enum]
H5T.c:3559:5: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5T.c:3559:5: warning: enumeration value 'H5T_STRING' not handled in switch
[-Wswitch-enum]
H5T.c:3559:5: warning: enumeration value 'H5T_BITFIELD' not handled in switch
[-Wswitch-enum]
H5T.c:3559:5: warning: enumeration value 'H5T_REFERENCE' not handled in switch
[-Wswitch-enum]
H5T.c:3559:5: warning: enumeration value 'H5T_VLEN' not handled in switch
[-Wswitch-enum]
H5T.c:3559:5: warning: enumeration value 'H5T_ARRAY' not handled in switch
[-Wswitch-enum]
H5T.c:3559:5: warning: enumeration value 'H5T_NCLASSES' not handled in switch
[-Wswitch-enum]
In file included from H5T.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5T.c:3526:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5T.c: In function 'H5T_close':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:3624:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5T.c: In function 'H5T_set_size':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:3709:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5T.c: In function 'H5T_cmp':
H5T.c:3979:54: warning: conversion to 'int' from 'unsigned int' may change the
sign of the result [-Wsign-conversion]
for(i = dt1->shared->u.compnd.nmembs - 1, swapped = TRUE;
swapped && i >= 0; --i)
^
H5T.c:3983:39: warning: conversion to 'int' from 'unsigned int' may change the
sign of the result [-Wsign-conversion]
tmp = idx1[j];
^
H5T.c:3985:29: warning: conversion to 'unsigned int' from 'int' may change the
sign of the result [-Wsign-conversion]
idx1[j + 1] = tmp;
^
H5T.c:3988:54: warning: conversion to 'int' from 'unsigned int' may change the
sign of the result [-Wsign-conversion]
for(i = dt2->shared->u.compnd.nmembs - 1, swapped = TRUE;
swapped && i >= 0; --i)
^
H5T.c:3992:39: warning: conversion to 'int' from 'unsigned int' may change the
sign of the result [-Wsign-conversion]
tmp = idx2[j];
^
H5T.c:3994:29: warning: conversion to 'unsigned int' from 'int' may change the
sign of the result [-Wsign-conversion]
idx2[j + 1] = tmp;
^
H5T.c:4057:52: warning: conversion to 'int' from 'unsigned int' may change the
sign of the result [-Wsign-conversion]
for (i=dt1->shared->u.enumer.nmembs-1, swapped=TRUE; swapped
&& i>=0; --i)
^
H5T.c:4061:39: warning: conversion to 'int' from 'unsigned int' may change the
sign of the result [-Wsign-conversion]
tmp = idx1[j];
^
H5T.c:4063:29: warning: conversion to 'unsigned int' from 'int' may change the
sign of the result [-Wsign-conversion]
idx1[j+1] = tmp;
^
H5T.c:4069:52: warning: conversion to 'int' from 'unsigned int' may change the
sign of the result [-Wsign-conversion]
for (i=dt2->shared->u.enumer.nmembs-1, swapped=TRUE; swapped
&& i>=0; --i)
^
H5T.c:4073:39: warning: conversion to 'int' from 'unsigned int' may change the
sign of the result [-Wsign-conversion]
tmp = idx2[j];
^
H5T.c:4075:29: warning: conversion to 'unsigned int' from 'int' may change the
sign of the result [-Wsign-conversion]
idx2[j+1] = tmp;
^
H5T.c:4216:13: warning: enumeration value 'H5T_NO_CLASS' not handled in switch
[-Wswitch-enum]
switch (dt1->shared->type) {
^
H5T.c:4216:13: warning: enumeration value 'H5T_OPAQUE' not handled in switch
[-Wswitch-enum]
H5T.c:4216:13: warning: enumeration value 'H5T_COMPOUND' not handled in switch
[-Wswitch-enum]
H5T.c:4216:13: warning: enumeration value 'H5T_ENUM' not handled in switch
[-Wswitch-enum]
H5T.c:4216:13: warning: enumeration value 'H5T_VLEN' not handled in switch
[-Wswitch-enum]
H5T.c:4216:13: warning: enumeration value 'H5T_ARRAY' not handled in switch
[-Wswitch-enum]
H5T.c:4216:13: warning: enumeration value 'H5T_NCLASSES' not handled in switch
[-Wswitch-enum]
H5T.c:3962:5: warning: enumeration value 'H5T_NO_CLASS' not handled in switch
[-Wswitch-enum]
switch(dt1->shared->type) {
^
H5T.c:3962:5: warning: enumeration value 'H5T_INTEGER' not handled in switch
[-Wswitch-enum]
H5T.c:3962:5: warning: enumeration value 'H5T_FLOAT' not handled in switch
[-Wswitch-enum]
H5T.c:3962:5: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5T.c:3962:5: warning: enumeration value 'H5T_STRING' not handled in switch
[-Wswitch-enum]
H5T.c:3962:5: warning: enumeration value 'H5T_BITFIELD' not handled in switch
[-Wswitch-enum]
H5T.c:3962:5: warning: enumeration value 'H5T_REFERENCE' not handled in switch
[-Wswitch-enum]
H5T.c:3962:5: warning: enumeration value 'H5T_NCLASSES' not handled in switch
[-Wswitch-enum]
In file included from H5T.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:3929:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(0)
^
H5T.c: In function 'H5T_path_find':
H5T.c:4461:2: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
if(NULL == (path->src = H5T_copy(src, H5T_COPY_ALL)))
^
H5T.c:3158:1: note: expected 'struct H5T_t *' but argument is of type 'const
struct H5T_t *'
H5T_copy(H5T_t *old_dt, H5T_copy_t method)
^
H5T.c:4463:9: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
if(NULL == (path->dst = H5T_copy(dst, H5T_COPY_ALL)))
^
H5T.c:3158:1: note: expected 'struct H5T_t *' but argument is of type 'const
struct H5T_t *'
H5T_copy(H5T_t *old_dt, H5T_copy_t method)
^
In file included from H5T.c:36:0:
H5T.c:4583:71: warning: conversion to 'long unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
HDmemmove(H5T_g.path + md + 1, H5T_g.path + md, (H5T_g.npaths - md) *
sizeof(H5T_path_t*));
^
H5private.h:968:67: note: in definition of macro 'HDmemmove'
#define HDmemmove(X,Y,Z) memmove((char*)(X),(const char*)(Y),Z)
^
In file included from H5T.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:4377:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5T.c: In function 'H5T_compiler_conv':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:4735:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5T.c: In function 'H5T_convert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:4799:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5T.c: In function 'H5T_oloc':
H5T.c:4843:5: warning: switch missing default case [-Wswitch-default]
switch(dt->shared->state) {
^
In file included from H5T.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:4839:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5T.c: In function 'H5T_nameof':
H5T.c:4882:5: warning: switch missing default case [-Wswitch-default]
switch(dt->shared->state) {
^
In file included from H5T.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:4878:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5T.c: In function 'H5T_is_immutable':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:4919:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5T.c: In function 'H5T_is_named':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:4952:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5T.c: In function 'H5T_get_ref_type':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:4989:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(H5R_BADTYPE)
^
H5T.c: In function 'H5T_is_sensible':
H5T.c:5027:5: warning: enumeration value 'H5T_NO_CLASS' not handled in switch
[-Wswitch-enum]
switch(dt->shared->type) {
^
H5T.c:5027:5: warning: enumeration value 'H5T_INTEGER' not handled in switch
[-Wswitch-enum]
H5T.c:5027:5: warning: enumeration value 'H5T_FLOAT' not handled in switch
[-Wswitch-enum]
H5T.c:5027:5: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5T.c:5027:5: warning: enumeration value 'H5T_STRING' not handled in switch
[-Wswitch-enum]
H5T.c:5027:5: warning: enumeration value 'H5T_BITFIELD' not handled in switch
[-Wswitch-enum]
H5T.c:5027:5: warning: enumeration value 'H5T_OPAQUE' not handled in switch
[-Wswitch-enum]
H5T.c:5027:5: warning: enumeration value 'H5T_REFERENCE' not handled in switch
[-Wswitch-enum]
H5T.c:5027:5: warning: enumeration value 'H5T_VLEN' not handled in switch
[-Wswitch-enum]
H5T.c:5027:5: warning: enumeration value 'H5T_ARRAY' not handled in switch
[-Wswitch-enum]
H5T.c:5027:5: warning: enumeration value 'H5T_NCLASSES' not handled in switch
[-Wswitch-enum]
In file included from H5T.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:5023:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5T.c: In function 'H5T_set_loc':
H5T.c:5126:21: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
dt->shared->u.compnd.memb[i].offset += accum_change;
^
H5T.c:5149:72: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
accum_change += (memb_type->shared->size -
(int)old_size);
^
H5T.c:5149:29: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
accum_change += (memb_type->shared->size -
(int)old_size);
^
H5T.c:5149:42: warning: conversion to 'int' from 'size_t' may alter its value
[-Wconversion]
accum_change += (memb_type->shared->size -
(int)old_size);
^
H5T.c:5155:17: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
dt->shared->size = (size_t)(dt->shared->size + accum_change);
^
H5T.c:5096:9: warning: enumeration value 'H5T_NO_CLASS' not handled in switch
[-Wswitch-enum]
switch(dt->shared->type) {
^
H5T.c:5096:9: warning: enumeration value 'H5T_INTEGER' not handled in switch
[-Wswitch-enum]
H5T.c:5096:9: warning: enumeration value 'H5T_FLOAT' not handled in switch
[-Wswitch-enum]
H5T.c:5096:9: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5T.c:5096:9: warning: enumeration value 'H5T_STRING' not handled in switch
[-Wswitch-enum]
H5T.c:5096:9: warning: enumeration value 'H5T_BITFIELD' not handled in switch
[-Wswitch-enum]
H5T.c:5096:9: warning: enumeration value 'H5T_OPAQUE' not handled in switch
[-Wswitch-enum]
H5T.c:5096:9: warning: enumeration value 'H5T_ENUM' not handled in switch
[-Wswitch-enum]
H5T.c:5096:9: warning: enumeration value 'H5T_NCLASSES' not handled in switch
[-Wswitch-enum]
In file included from H5T.c:36:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:5088:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5T.c: In function 'H5T_is_relocatable':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:5224:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5T.c: In function 'H5T_upgrade_version_cb':
H5T.c:5265:5: warning: enumeration value 'H5T_NO_CLASS' not handled in switch
[-Wswitch-enum]
switch(dt->shared->type) {
^
H5T.c:5265:5: warning: enumeration value 'H5T_INTEGER' not handled in switch
[-Wswitch-enum]
H5T.c:5265:5: warning: enumeration value 'H5T_FLOAT' not handled in switch
[-Wswitch-enum]
H5T.c:5265:5: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5T.c:5265:5: warning: enumeration value 'H5T_STRING' not handled in switch
[-Wswitch-enum]
H5T.c:5265:5: warning: enumeration value 'H5T_BITFIELD' not handled in switch
[-Wswitch-enum]
H5T.c:5265:5: warning: enumeration value 'H5T_OPAQUE' not handled in switch
[-Wswitch-enum]
H5T.c:5265:5: warning: enumeration value 'H5T_REFERENCE' not handled in switch
[-Wswitch-enum]
H5T.c:5265:5: warning: enumeration value 'H5T_NCLASSES' not handled in switch
[-Wswitch-enum]
In file included from H5T.c:36:0:
H5T.c: In function 'H5T__upgrade_version':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5T.c:5306:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5T.c: In function 'H5T_set_latest_version':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:5337:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5T.c: In function 'H5T_patch_file':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5T.c:5371:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5T.c: In function 'H5T_cmp':
H5T.c:3979:88: warning: assuming signed overflow does not occur when changing X
+- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
for(i = dt1->shared->u.compnd.nmembs - 1, swapped = TRUE;
swapped && i >= 0; --i)
^
H5T.c:3988:88: warning: assuming signed overflow does not occur when changing X
+- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
for(i = dt2->shared->u.compnd.nmembs - 1, swapped = TRUE;
swapped && i >= 0; --i)
^
H5T.c:4057:82: warning: assuming signed overflow does not occur when changing X
+- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
for (i=dt1->shared->u.enumer.nmembs-1, swapped=TRUE; swapped
&& i>=0; --i)
^
H5T.c:4069:82: warning: assuming signed overflow does not occur when changing X
+- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
for (i=dt2->shared->u.enumer.nmembs-1, swapped=TRUE; swapped
&& i>=0; --i)
^
H5T.c: In function 'H5T_path_noop':
H5T.c:3979:88: warning: assuming signed overflow does not occur when changing X
+- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
for(i = dt1->shared->u.compnd.nmembs - 1, swapped = TRUE;
swapped && i >= 0; --i)
^
H5T.c:3988:88: warning: assuming signed overflow does not occur when changing X
+- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
for(i = dt2->shared->u.compnd.nmembs - 1, swapped = TRUE;
swapped && i >= 0; --i)
^
H5T.c:4057:82: warning: assuming signed overflow does not occur when changing X
+- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
for (i=dt1->shared->u.enumer.nmembs-1, swapped=TRUE; swapped
&& i>=0; --i)
^
H5T.c:4069:82: warning: assuming signed overflow does not occur when changing X
+- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
for (i=dt2->shared->u.enumer.nmembs-1, swapped=TRUE; swapped
&& i>=0; --i)
^
H5T.c: At top level:
H5T.c:71:0: warning: macro "H5T_INIT_TYPE_NONE_CORE" is not used
[-Wunused-macros]
#define H5T_INIT_TYPE_NONE_CORE { \
^
CC H5Tarray.lo
In file included from H5Tarray.c:34:0:
H5Tarray.c: In function 'H5T__array_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tarray.c:185:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
CC H5Tbit.lo
H5Tbit.c: In function 'H5T__bit_copy':
H5Tbit.c:59:24: warning: conversion to 'unsigned int' from 'size_t' may alter
its value [-Wconversion]
s_idx = src_offset / 8;
^
H5Tbit.c:60:24: warning: conversion to 'unsigned int' from 'size_t' may alter
its value [-Wconversion]
d_idx = dst_offset / 8;
^
In file included from H5Tbit.c:25:0:
H5private.h:298:38: warning: conversion to 'unsigned int' from 'size_t' may
alter its value [-Wconversion]
#define MIN(a,b) (((a)<(b)) ? (a) : (b))
^
H5private.h:300:24: note: in expansion of macro 'MIN'
#define MIN3(a,b,c) MIN(a,MIN(b,c))
^
H5Tbit.c:81:19: note: in expansion of macro 'MIN3'
unsigned nbits = MIN3(size, 8 - dst_offset, 8 - src_offset);
^
H5Tbit.c:123:5: warning: conversion to 'unsigned int' from 'size_t' may alter
its value [-Wconversion]
shift = dst_offset;
^
In file included from H5Tbit.c:25:0:
H5Tbit.c: In function 'H5T__bit_shift':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tbit.c:192:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
CC H5Tcommit.lo
In file included from H5Tcommit.c:34:0:
H5Tcommit.c: In function 'H5T__commit_named':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tcommit.c:192:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tcommit.c: In function 'H5T__commit':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tcommit.c:345:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tcommit.c: In function 'H5T_link':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tcommit.c:523:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Tcommit.c: In function 'H5T_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tcommit.c:710:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Tcommit.c: In function 'H5T_open_oid':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tcommit.c:826:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Tcompound.lo
In file included from H5Tcompound.c:34:0:
H5Tcompound.c: In function 'H5T_get_member_type':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tcompound.c:287:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Tcompound.c: In function 'H5T__insert':
H5Tcompound.c:484:5: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
parent->shared->u.compnd.memb[idx].type = H5T_copy(member, H5T_COPY_ALL);
^
In file included from H5Tpkg.h:39:0,
from H5Tcompound.c:38:
H5Tprivate.h:109:15: note: expected 'struct H5T_t *' but argument is of type
'const struct H5T_t *'
H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
^
In file included from H5Tcompound.c:34:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tcompound.c:441:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tcompound.c: In function 'H5T_pack':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tcompound.c:533:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Tconv.lo
In file included from H5Tconv.c:33:0:
H5Tconv.c: In function 'H5T__conv_noop':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:995:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tconv.c: In function 'H5T__conv_order_opt':
H5Tconv.c:1069:13: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch(src->shared->type) {
^
H5Tconv.c:1069:13: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5Tconv.c:1069:13: warning: enumeration value 'H5T_STRING' not handled in
switch [-Wswitch-enum]
H5Tconv.c:1069:13: warning: enumeration value 'H5T_OPAQUE' not handled in
switch [-Wswitch-enum]
H5Tconv.c:1069:13: warning: enumeration value 'H5T_COMPOUND' not handled in
switch [-Wswitch-enum]
H5Tconv.c:1069:13: warning: enumeration value 'H5T_ENUM' not handled in switch
[-Wswitch-enum]
H5Tconv.c:1069:13: warning: enumeration value 'H5T_VLEN' not handled in switch
[-Wswitch-enum]
H5Tconv.c:1069:13: warning: enumeration value 'H5T_ARRAY' not handled in switch
[-Wswitch-enum]
H5Tconv.c:1069:13: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
H5Tconv.c:1119:13: warning: switch missing default case [-Wswitch-default]
switch(src->shared->size) {
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:1048:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tconv.c: In function 'H5T__conv_order':
H5Tconv.c:1471:13: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch(src->shared->type) {
^
H5Tconv.c:1471:13: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5Tconv.c:1471:13: warning: enumeration value 'H5T_STRING' not handled in
switch [-Wswitch-enum]
H5Tconv.c:1471:13: warning: enumeration value 'H5T_OPAQUE' not handled in
switch [-Wswitch-enum]
H5Tconv.c:1471:13: warning: enumeration value 'H5T_COMPOUND' not handled in
switch [-Wswitch-enum]
H5Tconv.c:1471:13: warning: enumeration value 'H5T_REFERENCE' not handled in
switch [-Wswitch-enum]
H5Tconv.c:1471:13: warning: enumeration value 'H5T_ENUM' not handled in switch
[-Wswitch-enum]
H5Tconv.c:1471:13: warning: enumeration value 'H5T_VLEN' not handled in switch
[-Wswitch-enum]
H5Tconv.c:1471:13: warning: enumeration value 'H5T_ARRAY' not handled in switch
[-Wswitch-enum]
H5Tconv.c:1471:13: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:1456:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tconv.c: In function 'H5T__conv_b_b':
H5Tconv.c:1697:17: warning: enumeration value 'H5T_PAD_ERROR' not handled in
switch [-Wswitch-enum]
switch(dst->shared->u.atomic.lsb_pad) {
^
H5Tconv.c:1697:17: warning: enumeration value 'H5T_PAD_BACKGROUND' not handled
in switch [-Wswitch-enum]
H5Tconv.c:1697:17: warning: enumeration value 'H5T_NPAD' not handled in switch
[-Wswitch-enum]
H5Tconv.c:1710:17: warning: enumeration value 'H5T_PAD_ERROR' not handled in
switch [-Wswitch-enum]
switch(dst->shared->u.atomic.msb_pad) {
^
H5Tconv.c:1710:17: warning: enumeration value 'H5T_PAD_BACKGROUND' not handled
in switch [-Wswitch-enum]
H5Tconv.c:1710:17: warning: enumeration value 'H5T_NPAD' not handled in switch
[-Wswitch-enum]
H5Tconv.c:1742:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
sp += direction * buf_stride;
^
H5Tconv.c:1743:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dp += direction * buf_stride;
^
H5Tconv.c:1746:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
sp += direction * src->shared->size;
^
H5Tconv.c:1747:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dp += direction * dst->shared->size;
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:1561:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tconv.c: In function 'H5T_conv_struct_free':
H5Tconv.c:1791:17: warning: variable 'status' set but not used
[-Wunused-but-set-variable]
int status;
^
In file included from H5Tconv.c:33:0:
H5Tconv.c: In function 'H5T_conv_struct_init':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tconv.c:1865:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Tconv.c: In function 'H5T__conv_struct':
H5Tconv.c:2161:29: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
src_delta = -(int)src->shared->size; /*overflow shouldn't be
possible*/
^
H5Tconv.c:2162:30: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
bkg_stride = -(int)dst->shared->size; /*overflow shouldn't be
possible*/
^
H5Tconv.c:2207:54: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
for(i = src->shared->u.compnd.nmembs - 1; i >= 0; --i) {
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:2101:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tconv.c: In function 'H5T__conv_struct_opt':
H5Tconv.c:2393:54: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
for(i = src->shared->u.compnd.nmembs - 1; i >= 0; --i) {
^
H5Tconv.c:2512:54: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
for(i = src->shared->u.compnd.nmembs - 1; i >= 0; --i) {
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:2351:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tconv.c: In function 'H5T_conv_enum_init':
H5Tconv.c:2608:2: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
priv->src2dst[i] = j;
^
H5Tconv.c:2654:32: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
length = (domain[1]-domain[0])+1;
^
H5Tconv.c:2656:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(double)length/src->shared->u.enumer.nmembs<1.2) {
^
H5Tconv.c:2658:6: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
priv->length = length;
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tconv.c:2583:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
In file included from H5Tconv.c:33:0:
H5Tconv.c: In function 'H5T__conv_enum':
H5Tconv.c:2839:75: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dst->shared->u.enumer.value+priv->src2dst[n]*dst->shared->size,
^
H5private.h:965:64: note: in definition of macro 'HDmemcpy'
#define HDmemcpy(X,Y,Z) memcpy((char*)(X),(const char*)(Y),Z)
^
H5Tconv.c:2845:51: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
int rt = src->shared->u.enumer.nmembs;
^
H5Tconv.c:2850:25: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
cmp = HDmemcmp(s, src->shared->u.enumer.value + md *
src->shared->size,
^
In file included from H5Tconv.c:33:0:
H5Tconv.c:2873:75: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dst->shared->u.enumer.value+priv->src2dst[md]*dst->shared->size,
^
H5private.h:965:64: note: in definition of macro 'HDmemcpy'
#define HDmemcpy(X,Y,Z) memcpy((char*)(X),(const char*)(Y),Z)
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:2732:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tconv.c:2721:31: warning: unused variable 'dst_super' [-Wunused-variable]
H5T_t *src_super = NULL, *dst_super = NULL; /*parent types for src and
dst*/
^
H5Tconv.c:2721:12: warning: unused variable 'src_super' [-Wunused-variable]
H5T_t *src_super = NULL, *dst_super = NULL; /*parent types for src and
dst*/
^
H5Tconv.c: In function 'H5T__conv_vlen':
H5Tconv.c:3039:46: warning: conversion to 'hbool_t' from 'htri_t' may change
the sign of the result [-Wsign-conversion]
parent_is_vlen = H5T_detect_class(dst->shared->parent, H5T_VLEN,
FALSE);
^
H5Tconv.c:3067:21: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
safe = nelmts - (((nelmts * s_stride) + (d_stride - 1)) /
d_stride);
^
H5Tconv.c:3067:71: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
safe = nelmts - (((nelmts * s_stride) + (d_stride - 1)) /
d_stride);
^
H5Tconv.c:3067:21: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
safe = nelmts - (((nelmts * s_stride) + (d_stride - 1)) /
d_stride);
^
H5Tconv.c:3072:25: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
s = (uint8_t *)buf + (nelmts - 1) * s_stride;
^
H5Tconv.c:3073:25: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
d = (uint8_t *)buf + (nelmts - 1) * d_stride;
^
H5Tconv.c:3074:25: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
b = (uint8_t *)bkg + (nelmts - 1) * b_stride;
^
H5Tconv.c:3082:25: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
s = (uint8_t *)buf + (nelmts - safe) * s_stride;
^
H5Tconv.c:3083:25: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
d = (uint8_t *)buf + (nelmts - safe) * d_stride;
^
H5Tconv.c:3084:25: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
b = (uint8_t *)bkg + (nelmts - safe) * b_stride;
^
H5Tconv.c:3115:29: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
src_size = seq_len * src_base_size;
^
H5Tconv.c:3116:29: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
dst_size = seq_len * dst_base_size;
^
H5Tconv.c:3160:76: warning: to be safe all intermediate pointers in cast from
'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(dst->shared->u.vlen.f,
(const uint8_t **)&tmp, &(bg_hobjid.addr));
^
In file included from H5Cprivate.h:37:0,
from H5ACprivate.h:35,
from H5Oprivate.h:38,
from H5Dprivate.h:27,
from H5Tconv.c:34:
H5Fprivate.h:138:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 8); (p)++; \
^
H5Tconv.c:3161:37: note: in expansion of macro 'INT32DECODE'
INT32DECODE(tmp, bg_hobjid.idx);
^
H5Fprivate.h:139:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 16); (p)++; \
^
H5Tconv.c:3161:37: note: in expansion of macro 'INT32DECODE'
INT32DECODE(tmp, bg_hobjid.idx);
^
H5Fprivate.h:140:37: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5Tconv.c:3161:37: note: in expansion of macro 'INT32DECODE'
INT32DECODE(tmp, bg_hobjid.idx);
^
H5Fprivate.h:140:12: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5Tconv.c:3161:37: note: in expansion of macro 'INT32DECODE'
INT32DECODE(tmp, bg_hobjid.idx);
^
H5Tconv.c:3168:37: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
HDmemset((uint8_t *)tmp_buf +
dst_base_size * bg_seq_len, 0, (seq_len - bg_seq_len) * dst_base_size);
^
H5Tconv.c:3188:33: warning: conversion to 'size_t' from 'ssize_t' may change
the sign of the result [-Wsign-conversion]
for(u = seq_len; u < bg_seq_len; u++) {
^
H5Tconv.c:3192:80: warning: to be safe all intermediate pointers in cast from
'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(dst->shared->u.vlen.f,
(const uint8_t **)&tmp_p, &(parent_hobjid.addr));
^
In file included from H5Cprivate.h:37:0,
from H5ACprivate.h:35,
from H5Oprivate.h:38,
from H5Dprivate.h:27,
from H5Tconv.c:34:
H5Fprivate.h:138:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 8); (p)++; \
^
H5Tconv.c:3193:41: note: in expansion of macro 'INT32DECODE'
INT32DECODE(tmp_p, parent_hobjid.idx);
^
H5Fprivate.h:139:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 16); (p)++; \
^
H5Tconv.c:3193:41: note: in expansion of macro 'INT32DECODE'
INT32DECODE(tmp_p, parent_hobjid.idx);
^
H5Fprivate.h:140:37: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5Tconv.c:3193:41: note: in expansion of macro 'INT32DECODE'
INT32DECODE(tmp_p, parent_hobjid.idx);
^
H5Fprivate.h:140:12: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5Tconv.c:3193:41: note: in expansion of macro 'INT32DECODE'
INT32DECODE(tmp_p, parent_hobjid.idx);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:2962:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tconv.c: In function 'H5T__conv_array':
H5Tconv.c:3328:13: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
src_delta = direction * (buf_stride ? buf_stride :
src->shared->size);
^
H5Tconv.c:3329:13: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dst_delta = direction * (buf_stride ? buf_stride :
dst->shared->size);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:3270:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tconv.c: In function 'H5T__conv_i_i':
H5Tconv.c:3767:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
sp += direction * buf_stride;
^
H5Tconv.c:3768:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dp += direction * buf_stride;
^
H5Tconv.c:3770:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
sp += direction * src->shared->size;
^
H5Tconv.c:3771:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dp += direction * dst->shared->size;
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:3435:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tconv.c: In function 'H5T__conv_f_f':
H5Tconv.c:3981:38: warning: conversion to 'hssize_t' from 'uint64_t' may change
the sign of the result [-Wsign-conversion]
sign = H5T__bit_get_d(s, src.u.f.sign, (size_t)1);
^
H5Tconv.c:4097:38: warning: conversion to 'hssize_t' from 'uint64_t' may change
the sign of the result [-Wsign-conversion]
expo = H5T__bit_get_d(s, src.u.f.epos, src.u.f.esize);
^
H5Tconv.c:4112:25: warning: conversion to 'size_t' from 'ssize_t' may change
the sign of the result [-Wsign-conversion]
msize = bitno;
^
H5Tconv.c:4136:21: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
expo -= (src.u.f.ebias-1) + (src.u.f.msize-bitno);
^
H5Tconv.c:4136:21: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
H5Tconv.c:4136:26: warning: conversion to 'hssize_t' from 'long long unsigned
int' may change the sign of the result [-Wsign-conversion]
expo -= (src.u.f.ebias-1) + (src.u.f.msize-bitno);
^
H5Tconv.c:4138:21: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
expo -= src.u.f.ebias;
^
H5Tconv.c:4138:26: warning: conversion to 'hssize_t' from 'long long unsigned
int' may change the sign of the result [-Wsign-conversion]
expo -= src.u.f.ebias;
^
H5Tconv.c:4156:17: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
expo += dst.u.f.ebias;
^
H5Tconv.c:4156:22: warning: conversion to 'hssize_t' from 'long long unsigned
int' may change the sign of the result [-Wsign-conversion]
expo += dst.u.f.ebias;
^
H5Tconv.c:4170:21: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
H5_ASSIGN_OVERFLOW(mrsh,(mrsh+1-expo),hssize_t,size_t);
^
H5Tconv.c:4212:21: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
if(H5T__bit_get_d(s, (mpos + bitno) - 1, (size_t)1) &&
!denormalized) {
^
H5Tconv.c:4215:25: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
if((H5T__bit_find(s, mpos+bitno, msize-bitno,
H5T_BIT_LSB, FALSE)>=0 || expo<expo_max-1)) {
^
H5Tconv.c:4215:25: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
H5Tconv.c:4216:29: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
carry = H5T__bit_inc(s, mpos+bitno-1,
1+msize-bitno);
^
H5Tconv.c:4216:29: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
H5Tconv.c:4216:49: warning: conversion to 'hbool_t' from 'htri_t' may change
the sign of the result [-Wsign-conversion]
carry = H5T__bit_inc(s, mpos+bitno-1,
1+msize-bitno);
^
H5Tconv.c:4220:21: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
} else if(H5T__bit_get_d(s, (mpos + bitno) - 1, (size_t)1)
&& denormalized)
^
H5Tconv.c:4222:29: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
H5T__bit_inc(s, mpos+bitno-1, 1+msize-bitno);
^
H5Tconv.c:4222:29: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
H5Tconv.c:4343:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
sp += direction * buf_stride;
^
H5Tconv.c:4344:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dp += direction * buf_stride;
^
H5Tconv.c:4346:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
sp += direction * src_p->shared->size;
^
H5Tconv.c:4347:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dp += direction * dst_p->shared->size;
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:3857:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tconv.c: In function 'H5T__conv_s_s':
H5Tconv.c:4419:83: warning: comparison between 'H5T_str_t' and 'enum H5T_pad_t'
[-Wenum-compare]
if(src->shared->u.atomic.u.s.pad < 0 ||
src->shared->u.atomic.u.s.pad >= H5T_NPAD ||
^
H5Tconv.c:4420:88: warning: comparison between 'H5T_str_t' and 'enum H5T_pad_t'
[-Wenum-compare]
dst->shared->u.atomic.u.s.pad < 0 ||
dst->shared->u.atomic.u.s.pad >= H5T_NPAD)
^
H5Tconv.c:4493:17: warning: switch missing default case [-Wswitch-default]
switch(src->shared->u.atomic.u.s.pad) {
^
H5Tconv.c:4537:17: warning: switch missing default case [-Wswitch-default]
switch(dst->shared->u.atomic.u.s.pad) {
^
H5Tconv.c:4578:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
sp += direction * buf_stride;
^
H5Tconv.c:4579:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dp += direction * buf_stride;
^
H5Tconv.c:4581:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
sp += direction * src->shared->size;
^
H5Tconv.c:4582:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dp += direction * dst->shared->size;
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:4402:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tconv.c: In function 'H5T__conv_schar_uchar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:4620:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SCHAR, UCHAR, signed char, unsigned char, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:4620:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SCHAR, UCHAR, signed char, unsigned char, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:4620:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SCHAR, UCHAR, signed char, unsigned char, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4620:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SCHAR, UCHAR, signed char, unsigned char, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:4620:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SCHAR, UCHAR, signed char, unsigned char, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:4620:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SCHAR, UCHAR, signed char, unsigned char, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:4620:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SCHAR, UCHAR, signed char, unsigned char, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:4620:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SCHAR, UCHAR, signed char, unsigned char, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:4620:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SCHAR, UCHAR, signed char, unsigned char, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4620:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SCHAR, UCHAR, signed char, unsigned char, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4620:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SCHAR, UCHAR, signed char, unsigned char, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4620:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SCHAR, UCHAR, signed char, unsigned char, -, -);
^
H5Tconv.c: In function 'H5T__conv_uchar_schar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:4646:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UCHAR, SCHAR, unsigned char, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:4646:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UCHAR, SCHAR, unsigned char, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:4646:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UCHAR, SCHAR, unsigned char, signed char, -, SCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4646:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UCHAR, SCHAR, unsigned char, signed char, -, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:4646:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UCHAR, SCHAR, unsigned char, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:4646:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UCHAR, SCHAR, unsigned char, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:4646:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UCHAR, SCHAR, unsigned char, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:4646:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UCHAR, SCHAR, unsigned char, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:4646:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UCHAR, SCHAR, unsigned char, signed char, -, SCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4646:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UCHAR, SCHAR, unsigned char, signed char, -, SCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4646:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UCHAR, SCHAR, unsigned char, signed char, -, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4646:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UCHAR, SCHAR, unsigned char, signed char, -, SCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_schar_short':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4672:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, SHORT, signed char, short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4672:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, SHORT, signed char, short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4672:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, SHORT, signed char, short, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4672:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, SHORT, signed char, short, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4672:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, SHORT, signed char, short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4672:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, SHORT, signed char, short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4672:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, SHORT, signed char, short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4672:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, SHORT, signed char, short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4672:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, SHORT, signed char, short, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4672:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, SHORT, signed char, short, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4672:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, SHORT, signed char, short, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4672:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, SHORT, signed char, short, -, -);
^
H5Tconv.c: In function 'H5T__conv_schar_ushort':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4698:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, USHORT, signed char, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4698:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, USHORT, signed char, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4698:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, USHORT, signed char, unsigned short, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4698:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, USHORT, signed char, unsigned short, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4698:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, USHORT, signed char, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4698:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, USHORT, signed char, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4698:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, USHORT, signed char, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4698:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, USHORT, signed char, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4698:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, USHORT, signed char, unsigned short, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4698:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, USHORT, signed char, unsigned short, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4698:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, USHORT, signed char, unsigned short, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4698:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, USHORT, signed char, unsigned short, -, -);
^
H5Tconv.c: In function 'H5T__conv_uchar_short':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4724:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, SHORT, unsigned char, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4724:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, SHORT, unsigned char, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4724:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, SHORT, unsigned char, short, -, SHRT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4724:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, SHORT, unsigned char, short, -, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4724:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, SHORT, unsigned char, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4724:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, SHORT, unsigned char, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4724:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, SHORT, unsigned char, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4724:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, SHORT, unsigned char, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4724:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, SHORT, unsigned char, short, -, SHRT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4724:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, SHORT, unsigned char, short, -, SHRT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4724:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, SHORT, unsigned char, short, -, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4724:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, SHORT, unsigned char, short, -, SHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_uchar_ushort':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4750:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, USHORT, unsigned char, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4750:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, USHORT, unsigned char, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4750:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, USHORT, unsigned char, unsigned short, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4750:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, USHORT, unsigned char, unsigned short, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4750:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, USHORT, unsigned char, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4750:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, USHORT, unsigned char, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4750:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, USHORT, unsigned char, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4750:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, USHORT, unsigned char, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4750:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, USHORT, unsigned char, unsigned short, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4750:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, USHORT, unsigned char, unsigned short, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4750:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, USHORT, unsigned char, unsigned short, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4750:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, USHORT, unsigned char, unsigned short, -, -);
^
H5Tconv.c: In function 'H5T__conv_schar_int':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4775:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, INT, signed char, int, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4775:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, INT, signed char, int, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4775:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, INT, signed char, int, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4775:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, INT, signed char, int, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4775:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, INT, signed char, int, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4775:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, INT, signed char, int, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4775:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, INT, signed char, int, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4775:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, INT, signed char, int, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4775:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, INT, signed char, int, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4775:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, INT, signed char, int, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4775:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, INT, signed char, int, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4775:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, INT, signed char, int, -, -);
^
H5Tconv.c: In function 'H5T__conv_schar_uint':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4800:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, UINT, signed char, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4800:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, UINT, signed char, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4800:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, UINT, signed char, unsigned, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4800:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, UINT, signed char, unsigned, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4800:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, UINT, signed char, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4800:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, UINT, signed char, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4800:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, UINT, signed char, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4800:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, UINT, signed char, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4800:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, UINT, signed char, unsigned, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4800:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, UINT, signed char, unsigned, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4800:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, UINT, signed char, unsigned, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4800:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, UINT, signed char, unsigned, -, -);
^
H5Tconv.c: In function 'H5T__conv_uchar_int':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4825:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, INT, unsigned char, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4825:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, INT, unsigned char, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4825:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, INT, unsigned char, int, -, INT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4825:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, INT, unsigned char, int, -, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4825:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, INT, unsigned char, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4825:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, INT, unsigned char, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4825:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, INT, unsigned char, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4825:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, INT, unsigned char, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4825:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, INT, unsigned char, int, -, INT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4825:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, INT, unsigned char, int, -, INT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4825:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, INT, unsigned char, int, -, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4825:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, INT, unsigned char, int, -, INT_MAX);
^
H5Tconv.c: In function 'H5T__conv_uchar_uint':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4850:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, UINT, unsigned char, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4850:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, UINT, unsigned char, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4850:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, UINT, unsigned char, unsigned, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4850:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, UINT, unsigned char, unsigned, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4850:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, UINT, unsigned char, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4850:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, UINT, unsigned char, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4850:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, UINT, unsigned char, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4850:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, UINT, unsigned char, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4850:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, UINT, unsigned char, unsigned, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4850:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, UINT, unsigned char, unsigned, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4850:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, UINT, unsigned char, unsigned, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4850:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, UINT, unsigned char, unsigned, -, -);
^
H5Tconv.c: In function 'H5T__conv_schar_long':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4875:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4875:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4875:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4875:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4875:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4875:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4875:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4875:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4875:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4875:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4875:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4875:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LONG, signed char, long, -, -);
^
H5Tconv.c: In function 'H5T__conv_schar_ulong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4901:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4901:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4901:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4901:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4901:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4901:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4901:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4901:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4901:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4901:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4901:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4901:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULONG, signed char, unsigned long, -, -);
^
H5Tconv.c: In function 'H5T__conv_uchar_long':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4926:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4926:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4926:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4926:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4926:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4926:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4926:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4926:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4926:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4926:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4926:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4926:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LONG, unsigned char, long, -, LONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_uchar_ulong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4952:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4952:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4952:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4952:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4952:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4952:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4952:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4952:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4952:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4952:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4952:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4952:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULONG, unsigned char, unsigned long, -, -);
^
H5Tconv.c: In function 'H5T__conv_schar_llong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4978:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4978:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4978:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4978:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4978:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4978:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4978:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4978:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:4978:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4978:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4978:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:4978:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SCHAR, LLONG, signed char, long long, -, -);
^
H5Tconv.c: In function 'H5T__conv_schar_ullong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5004:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5004:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5004:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5004:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5004:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5004:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5004:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5004:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5004:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5004:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5004:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5004:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SCHAR, ULLONG, signed char, unsigned long long, -, -);
^
H5Tconv.c: In function 'H5T__conv_uchar_llong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5030:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5030:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5030:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5030:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5030:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5030:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5030:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5030:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5030:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5030:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5030:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5030:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UCHAR, LLONG, unsigned char, long long, -, LLONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_uchar_ullong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5056:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5056:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5056:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5056:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5056:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5056:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5056:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5056:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5056:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5056:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5056:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5056:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UCHAR, ULLONG, unsigned char, unsigned long long, -, -);
^
H5Tconv.c: In function 'H5T__conv_short_schar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5082:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(SHORT, SCHAR, short, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5082:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(SHORT, SCHAR, short, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5082:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(SHORT, SCHAR, short, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5082:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(SHORT, SCHAR, short, signed char, SCHAR_MIN, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5082:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(SHORT, SCHAR, short, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5082:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(SHORT, SCHAR, short, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5082:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(SHORT, SCHAR, short, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5082:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(SHORT, SCHAR, short, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5082:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(SHORT, SCHAR, short, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5082:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(SHORT, SCHAR, short, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5082:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(SHORT, SCHAR, short, signed char, SCHAR_MIN, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5082:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(SHORT, SCHAR, short, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_short_uchar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5108:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5108:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5108:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5108:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5108:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5108:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5108:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5108:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5108:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5108:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5108:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5108:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_ushort_schar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5134:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(USHORT, SCHAR, unsigned short, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5134:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(USHORT, SCHAR, unsigned short, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5134:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(USHORT, SCHAR, unsigned short, signed char, -, SCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5134:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(USHORT, SCHAR, unsigned short, signed char, -, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5134:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(USHORT, SCHAR, unsigned short, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5134:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(USHORT, SCHAR, unsigned short, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5134:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(USHORT, SCHAR, unsigned short, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5134:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(USHORT, SCHAR, unsigned short, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5134:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(USHORT, SCHAR, unsigned short, signed char, -, SCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5134:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(USHORT, SCHAR, unsigned short, signed char, -, SCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5134:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(USHORT, SCHAR, unsigned short, signed char, -, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5134:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(USHORT, SCHAR, unsigned short, signed char, -, SCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_ushort_uchar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5160:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(USHORT, UCHAR, unsigned short, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5160:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(USHORT, UCHAR, unsigned short, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5160:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(USHORT, UCHAR, unsigned short, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5160:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(USHORT, UCHAR, unsigned short, unsigned char, -, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5160:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(USHORT, UCHAR, unsigned short, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5160:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(USHORT, UCHAR, unsigned short, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5160:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(USHORT, UCHAR, unsigned short, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5160:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(USHORT, UCHAR, unsigned short, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5160:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(USHORT, UCHAR, unsigned short, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5160:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(USHORT, UCHAR, unsigned short, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5160:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(USHORT, UCHAR, unsigned short, unsigned char, -, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5160:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(USHORT, UCHAR, unsigned short, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_short_ushort':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5186:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SHORT, USHORT, short, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5186:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SHORT, USHORT, short, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5186:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SHORT, USHORT, short, unsigned short, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5186:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SHORT, USHORT, short, unsigned short, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5186:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SHORT, USHORT, short, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5186:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SHORT, USHORT, short, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5186:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SHORT, USHORT, short, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5186:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SHORT, USHORT, short, unsigned short, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5186:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SHORT, USHORT, short, unsigned short, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5186:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SHORT, USHORT, short, unsigned short, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5186:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SHORT, USHORT, short, unsigned short, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5186:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(SHORT, USHORT, short, unsigned short, -, -);
^
H5Tconv.c: In function 'H5T__conv_ushort_short':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5212:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(USHORT, SHORT, unsigned short, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5212:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(USHORT, SHORT, unsigned short, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5212:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(USHORT, SHORT, unsigned short, short, -, SHRT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5212:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(USHORT, SHORT, unsigned short, short, -, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5212:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(USHORT, SHORT, unsigned short, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5212:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(USHORT, SHORT, unsigned short, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5212:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(USHORT, SHORT, unsigned short, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5212:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(USHORT, SHORT, unsigned short, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5212:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(USHORT, SHORT, unsigned short, short, -, SHRT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5212:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(USHORT, SHORT, unsigned short, short, -, SHRT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5212:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(USHORT, SHORT, unsigned short, short, -, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5212:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(USHORT, SHORT, unsigned short, short, -, SHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_short_int':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5238:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, INT, short, int, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5238:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, INT, short, int, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5238:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, INT, short, int, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5238:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, INT, short, int, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5238:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, INT, short, int, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5238:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, INT, short, int, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5238:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, INT, short, int, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5238:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, INT, short, int, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5238:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, INT, short, int, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5238:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, INT, short, int, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5238:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, INT, short, int, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5238:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, INT, short, int, -, -);
^
H5Tconv.c: In function 'H5T__conv_short_uint':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5264:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, UINT, short, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5264:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, UINT, short, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5264:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, UINT, short, unsigned, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5264:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, UINT, short, unsigned, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5264:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, UINT, short, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5264:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, UINT, short, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5264:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, UINT, short, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5264:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, UINT, short, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5264:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, UINT, short, unsigned, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5264:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, UINT, short, unsigned, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5264:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, UINT, short, unsigned, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5264:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, UINT, short, unsigned, -, -);
^
H5Tconv.c: In function 'H5T__conv_ushort_int':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5290:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, INT, unsigned short, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5290:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, INT, unsigned short, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5290:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, INT, unsigned short, int, -, INT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5290:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, INT, unsigned short, int, -, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5290:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, INT, unsigned short, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5290:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, INT, unsigned short, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5290:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, INT, unsigned short, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5290:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, INT, unsigned short, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5290:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, INT, unsigned short, int, -, INT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5290:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, INT, unsigned short, int, -, INT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5290:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, INT, unsigned short, int, -, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5290:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, INT, unsigned short, int, -, INT_MAX);
^
H5Tconv.c: In function 'H5T__conv_ushort_uint':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5316:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, UINT, unsigned short, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5316:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, UINT, unsigned short, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5316:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, UINT, unsigned short, unsigned, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5316:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, UINT, unsigned short, unsigned, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5316:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, UINT, unsigned short, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5316:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, UINT, unsigned short, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5316:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, UINT, unsigned short, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5316:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, UINT, unsigned short, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5316:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, UINT, unsigned short, unsigned, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5316:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, UINT, unsigned short, unsigned, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5316:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, UINT, unsigned short, unsigned, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5316:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, UINT, unsigned short, unsigned, -, -);
^
H5Tconv.c: In function 'H5T__conv_short_long':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5342:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LONG, short, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5342:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LONG, short, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5342:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LONG, short, long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5342:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LONG, short, long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5342:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LONG, short, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5342:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LONG, short, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5342:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LONG, short, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5342:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LONG, short, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5342:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LONG, short, long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5342:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LONG, short, long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5342:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LONG, short, long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5342:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LONG, short, long, -, -);
^
H5Tconv.c: In function 'H5T__conv_short_ulong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5368:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5368:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5368:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5368:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5368:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5368:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5368:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5368:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5368:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5368:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5368:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5368:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULONG, short, unsigned long, -, -);
^
H5Tconv.c: In function 'H5T__conv_ushort_long':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5394:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5394:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5394:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5394:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5394:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5394:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5394:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5394:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5394:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5394:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5394:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5394:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LONG, unsigned short, long, -, LONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_ushort_ulong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5420:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5420:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5420:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5420:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5420:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5420:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5420:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5420:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5420:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5420:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5420:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5420:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULONG, unsigned short, unsigned long, -, -);
^
H5Tconv.c: In function 'H5T__conv_short_llong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5446:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LLONG, short, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5446:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LLONG, short, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5446:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LLONG, short, long long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5446:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LLONG, short, long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5446:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LLONG, short, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5446:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LLONG, short, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5446:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LLONG, short, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5446:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LLONG, short, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5446:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LLONG, short, long long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5446:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LLONG, short, long long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5446:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LLONG, short, long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5446:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(SHORT, LLONG, short, long long, -, -);
^
H5Tconv.c: In function 'H5T__conv_short_ullong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5472:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5472:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5472:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5472:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5472:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5472:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5472:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5472:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5472:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5472:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5472:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5472:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(SHORT, ULLONG, short, unsigned long long, -, -);
^
H5Tconv.c: In function 'H5T__conv_ushort_llong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5498:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5498:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5498:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5498:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5498:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5498:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5498:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5498:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5498:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5498:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5498:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5498:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(USHORT, LLONG, unsigned short, long long, -, LLONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_ushort_ullong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5524:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5524:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5524:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5524:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5524:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5524:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5524:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5524:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5524:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5524:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5524:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5524:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(USHORT, ULLONG, unsigned short, unsigned long long, -, -);
^
H5Tconv.c: In function 'H5T__conv_int_schar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5550:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SCHAR, int, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5550:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SCHAR, int, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5550:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SCHAR, int, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5550:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SCHAR, int, signed char, SCHAR_MIN, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5550:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SCHAR, int, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5550:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SCHAR, int, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5550:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SCHAR, int, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5550:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SCHAR, int, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5550:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SCHAR, int, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5550:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SCHAR, int, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5550:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SCHAR, int, signed char, SCHAR_MIN, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5550:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SCHAR, int, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_int_uchar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5576:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5576:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5576:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5576:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5576:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5576:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5576:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5576:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5576:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5576:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5576:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5576:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_uint_schar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5602:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SCHAR, unsigned, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5602:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SCHAR, unsigned, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5602:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SCHAR, unsigned, signed char, -, SCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5602:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SCHAR, unsigned, signed char, -, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5602:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SCHAR, unsigned, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5602:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SCHAR, unsigned, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5602:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SCHAR, unsigned, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5602:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SCHAR, unsigned, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5602:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SCHAR, unsigned, signed char, -, SCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5602:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SCHAR, unsigned, signed char, -, SCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5602:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SCHAR, unsigned, signed char, -, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5602:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SCHAR, unsigned, signed char, -, SCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_uint_uchar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5628:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, UCHAR, unsigned, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5628:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, UCHAR, unsigned, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5628:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, UCHAR, unsigned, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5628:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, UCHAR, unsigned, unsigned char, -, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5628:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, UCHAR, unsigned, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5628:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, UCHAR, unsigned, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5628:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, UCHAR, unsigned, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5628:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, UCHAR, unsigned, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5628:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, UCHAR, unsigned, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5628:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, UCHAR, unsigned, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5628:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, UCHAR, unsigned, unsigned char, -, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5628:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, UCHAR, unsigned, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_int_short':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5654:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SHORT, int, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5654:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SHORT, int, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5654:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SHORT, int, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5654:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SHORT, int, short, SHRT_MIN, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5654:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SHORT, int, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5654:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SHORT, int, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5654:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SHORT, int, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5654:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SHORT, int, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5654:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SHORT, int, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5654:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SHORT, int, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5654:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SHORT, int, short, SHRT_MIN, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5654:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(INT, SHORT, int, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_int_ushort':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5680:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5680:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5680:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5680:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5680:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5680:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5680:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5680:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5680:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5680:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5680:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5680:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_uint_short':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5706:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SHORT, unsigned, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5706:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SHORT, unsigned, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5706:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SHORT, unsigned, short, -, SHRT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5706:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SHORT, unsigned, short, -, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5706:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SHORT, unsigned, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5706:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SHORT, unsigned, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5706:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SHORT, unsigned, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5706:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SHORT, unsigned, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5706:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SHORT, unsigned, short, -, SHRT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5706:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SHORT, unsigned, short, -, SHRT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5706:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SHORT, unsigned, short, -, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5706:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(UINT, SHORT, unsigned, short, -, SHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_uint_ushort':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5732:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, USHORT, unsigned, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5732:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, USHORT, unsigned, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5732:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, USHORT, unsigned, unsigned short, -, USHRT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5732:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, USHORT, unsigned, unsigned short, -, USHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5732:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, USHORT, unsigned, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5732:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, USHORT, unsigned, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5732:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, USHORT, unsigned, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5732:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, USHORT, unsigned, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:5732:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, USHORT, unsigned, unsigned short, -, USHRT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5732:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, USHORT, unsigned, unsigned short, -, USHRT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5732:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, USHORT, unsigned, unsigned short, -, USHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5732:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(UINT, USHORT, unsigned, unsigned short, -, USHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_int_uint':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5757:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(INT, UINT, int, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5757:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(INT, UINT, int, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5757:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(INT, UINT, int, unsigned, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5757:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(INT, UINT, int, unsigned, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5757:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(INT, UINT, int, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5757:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(INT, UINT, int, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5757:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(INT, UINT, int, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5757:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(INT, UINT, int, unsigned, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5757:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(INT, UINT, int, unsigned, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5757:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(INT, UINT, int, unsigned, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5757:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(INT, UINT, int, unsigned, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5757:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(INT, UINT, int, unsigned, -, -);
^
H5Tconv.c: In function 'H5T__conv_uint_int':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5782:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UINT, INT, unsigned, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5782:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UINT, INT, unsigned, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5782:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UINT, INT, unsigned, int, -, INT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5782:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UINT, INT, unsigned, int, -, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5782:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UINT, INT, unsigned, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5782:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UINT, INT, unsigned, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5782:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UINT, INT, unsigned, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5782:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UINT, INT, unsigned, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:5782:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UINT, INT, unsigned, int, -, INT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5782:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UINT, INT, unsigned, int, -, INT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5782:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UINT, INT, unsigned, int, -, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5782:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(UINT, INT, unsigned, int, -, INT_MAX);
^
H5Tconv.c: In function 'H5T__conv_int_long':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5807:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LONG, int, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5807:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LONG, int, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5807:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LONG, int, long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5807:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LONG, int, long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5807:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LONG, int, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5807:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LONG, int, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5807:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LONG, int, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5807:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LONG, int, long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5807:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LONG, int, long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5807:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LONG, int, long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5807:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LONG, int, long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5807:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LONG, int, long, -, -);
^
H5Tconv.c: In function 'H5T__conv_int_ulong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5832:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, LONG, int, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5832:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, LONG, int, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5832:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, LONG, int, unsigned long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5832:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, LONG, int, unsigned long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5832:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, LONG, int, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5832:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, LONG, int, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5832:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, LONG, int, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5832:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, LONG, int, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5832:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, LONG, int, unsigned long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5832:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, LONG, int, unsigned long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5832:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, LONG, int, unsigned long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5832:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, LONG, int, unsigned long, -, -);
^
H5Tconv.c: In function 'H5T__conv_uint_long':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5857:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5857:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5857:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5857:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5857:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5857:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5857:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5857:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5857:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5857:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5857:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5857:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LONG, unsigned, long, -, LONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_uint_ulong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5882:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5882:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5882:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5882:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5882:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5882:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5882:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5882:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5882:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5882:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5882:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5882:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULONG, unsigned, unsigned long, -, -);
^
H5Tconv.c: In function 'H5T__conv_int_llong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5907:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LLONG, int, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5907:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LLONG, int, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5907:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LLONG, int, long long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5907:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LLONG, int, long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5907:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LLONG, int, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5907:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LLONG, int, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5907:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LLONG, int, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5907:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LLONG, int, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5907:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LLONG, int, long long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5907:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LLONG, int, long long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5907:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LLONG, int, long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5907:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(INT, LLONG, int, long long, -, -);
^
H5Tconv.c: In function 'H5T__conv_int_ullong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5932:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5932:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5932:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5932:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5932:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5932:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5932:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5932:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5932:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5932:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5932:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5932:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(INT, ULLONG, int, unsigned long long, -, -);
^
H5Tconv.c: In function 'H5T__conv_uint_llong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5957:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5957:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5957:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5957:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5957:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5957:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5957:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5957:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5957:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5957:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5957:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5957:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(UINT, LLONG, unsigned, long long, -, LLONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_uint_ullong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5983:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5983:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5983:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5983:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5983:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5983:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5983:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5983:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:5983:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5983:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5983:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:5983:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(UINT, ULLONG, unsigned, unsigned long long, -, -);
^
H5Tconv.c: In function 'H5T__conv_long_schar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6008:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6008:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6008:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6008:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6008:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6008:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6008:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6008:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6008:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6008:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6008:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6008:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SCHAR, long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_long_uchar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6033:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6033:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6033:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6033:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6033:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6033:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6033:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6033:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6033:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6033:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6033:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6033:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_ulong_schar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6059:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6059:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6059:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6059:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6059:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6059:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6059:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6059:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6059:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6059:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6059:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6059:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SCHAR, unsigned long, signed char, -, SCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_ulong_uchar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6085:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6085:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6085:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6085:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6085:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6085:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6085:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6085:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6085:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6085:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6085:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6085:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UCHAR, unsigned long, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_long_short':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6110:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6110:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6110:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6110:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6110:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6110:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6110:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6110:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6110:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6110:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6110:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6110:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, SHORT, long, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_long_ushort':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6136:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6136:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6136:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6136:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6136:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6136:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6136:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6136:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6136:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6136:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6136:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6136:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_ulong_short':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6161:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6161:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6161:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6161:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6161:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6161:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6161:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6161:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6161:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6161:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6161:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6161:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, SHORT, unsigned long, short, -, SHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_ulong_ushort':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6187:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6187:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6187:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6187:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6187:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6187:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6187:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6187:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6187:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6187:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6187:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6187:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, USHORT, unsigned long, unsigned short, -, USHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_long_int':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6212:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6212:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6212:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6212:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6212:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6212:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6212:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6212:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6212:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6212:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6212:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6212:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LONG, INT, long, int, INT_MIN, INT_MAX);
^
H5Tconv.c: In function 'H5T__conv_long_uint':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6237:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6237:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6237:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6237:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6237:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6237:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6237:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6237:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6237:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6237:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6237:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6237:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX);
^
H5Tconv.c: In function 'H5T__conv_ulong_int':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6262:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6262:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6262:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6262:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6262:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6262:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6262:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6262:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6262:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6262:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6262:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6262:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULONG, INT, unsigned long, int, -, INT_MAX);
^
H5Tconv.c: In function 'H5T__conv_ulong_uint':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6287:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6287:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6287:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6287:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6287:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6287:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6287:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6287:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6287:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6287:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6287:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6287:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULONG, UINT, unsigned long, unsigned, -, UINT_MAX);
^
H5Tconv.c: In function 'H5T__conv_long_ulong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6312:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6312:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6312:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6312:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6312:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6312:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6312:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6312:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6312:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6312:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6312:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6312:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LONG, ULONG, long, unsigned long, -, -);
^
H5Tconv.c: In function 'H5T__conv_ulong_long':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6337:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6337:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6337:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6337:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6337:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6337:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6337:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6337:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6337:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6337:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6337:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6337:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULONG, LONG, unsigned long, long, -, LONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_long_llong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6362:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(LONG, LLONG, long, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6362:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(LONG, LLONG, long, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6362:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(LONG, LLONG, long, long long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6362:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(LONG, LLONG, long, long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6362:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(LONG, LLONG, long, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6362:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(LONG, LLONG, long, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6362:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(LONG, LLONG, long, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6362:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(LONG, LLONG, long, long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:243:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6362:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(LONG, LLONG, long, long long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6362:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(LONG, LLONG, long, long long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6362:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(LONG, LLONG, long, long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:244:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6362:5: note: in expansion of macro 'H5T_CONV_sS'
H5T_CONV_sS(LONG, LLONG, long, long long, -, -);
^
H5Tconv.c: In function 'H5T__conv_long_ullong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6388:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6388:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6388:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6388:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6388:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6388:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6388:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6388:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:268:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6388:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6388:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6388:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:269:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_sU, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6388:5: note: in expansion of macro 'H5T_CONV_sU'
H5T_CONV_sU(LONG, ULLONG, long, unsigned long long, -, -);
^
H5Tconv.c: In function 'H5T__conv_ulong_llong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6414:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6414:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6414:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6414:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6414:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6414:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6414:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6414:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:293:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6414:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6414:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6414:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:294:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_uS, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6414:5: note: in expansion of macro 'H5T_CONV_uS'
H5T_CONV_uS(ULONG, LLONG, unsigned long, long long, -, LLONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_ulong_ullong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6440:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6440:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6440:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6440:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6440:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6440:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6440:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6440:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:298:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6440:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6440:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6440:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:299:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6440:5: note: in expansion of macro 'H5T_CONV_uU'
H5T_CONV_uU(ULONG, ULLONG, unsigned long, unsigned long long, -, -);
^
H5Tconv.c: In function 'H5T__conv_llong_schar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6466:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6466:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6466:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6466:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6466:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6466:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6466:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6466:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6466:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6466:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6466:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6466:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SCHAR, long long, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_llong_uchar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6492:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6492:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6492:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6492:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6492:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6492:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6492:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6492:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6492:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6492:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6492:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6492:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_ullong_schar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6518:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6518:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6518:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6518:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6518:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6518:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6518:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6518:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6518:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6518:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6518:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6518:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SCHAR, unsigned long long, signed char, -, SCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_ullong_uchar':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6544:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -,
UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6544:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -,
UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6544:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -,
UCHAR_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6544:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -,
UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6544:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -,
UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6544:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -,
UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6544:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -,
UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6544:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -,
UCHAR_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6544:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -,
UCHAR_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6544:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -,
UCHAR_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6544:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -,
UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6544:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UCHAR, unsigned long long, unsigned char, -,
UCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_llong_short':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6570:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6570:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6570:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6570:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6570:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6570:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6570:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6570:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6570:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6570:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6570:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6570:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, SHORT, long long, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_llong_ushort':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6596:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6596:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6596:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6596:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6596:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6596:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6596:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6596:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6596:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6596:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6596:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6596:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_ullong_short':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6622:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6622:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6622:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6622:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6622:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6622:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6622:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6622:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6622:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6622:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6622:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6622:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, SHORT, unsigned long long, short, -, SHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_ullong_ushort':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6648:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -,
USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6648:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -,
USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6648:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -,
USHRT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6648:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -,
USHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6648:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -,
USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6648:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -,
USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6648:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -,
USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6648:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -,
USHRT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6648:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -,
USHRT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6648:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -,
USHRT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6648:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -,
USHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6648:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, USHORT, unsigned long long, unsigned short, -,
USHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_llong_int':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6673:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6673:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6673:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6673:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6673:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6673:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6673:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6673:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6673:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6673:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6673:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6673:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, INT, long long, int, INT_MIN, INT_MAX);
^
H5Tconv.c: In function 'H5T__conv_llong_uint':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6698:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6698:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6698:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6698:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6698:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6698:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6698:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6698:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6698:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6698:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6698:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6698:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX);
^
H5Tconv.c: In function 'H5T__conv_ullong_int':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6723:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6723:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6723:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6723:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6723:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6723:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6723:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6723:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6723:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6723:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6723:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6723:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, INT, unsigned long long, int, -, INT_MAX);
^
H5Tconv.c: In function 'H5T__conv_ullong_uint':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6749:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6749:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6749:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6749:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6749:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6749:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6749:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6749:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6749:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6749:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6749:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6749:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, UINT, unsigned long long, unsigned, -, UINT_MAX);
^
H5Tconv.c: In function 'H5T__conv_llong_long':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6774:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6774:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6774:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6774:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6774:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6774:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6774:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6774:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:303:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6774:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6774:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6774:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:304:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Xx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6774:5: note: in expansion of macro 'H5T_CONV_Ss'
H5T_CONV_Ss(LLONG, LONG, long long, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_llong_ulong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6800:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6800:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6800:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6800:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6800:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6800:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6800:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6800:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:339:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6800:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6800:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6800:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:340:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6800:5: note: in expansion of macro 'H5T_CONV_Su'
H5T_CONV_Su(LLONG, ULONG, long long, unsigned long, -, ULONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_ullong_long':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6826:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6826:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6826:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6826:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6826:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6826:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6826:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6826:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:344:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6826:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6826:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6826:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:345:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6826:5: note: in expansion of macro 'H5T_CONV_Us'
H5T_CONV_Us(ULLONG, LONG, unsigned long long, long, -, LONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_ullong_ulong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6852:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -,
ULONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6852:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -,
ULONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6852:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -,
ULONG_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6852:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -,
ULONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6852:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -,
ULONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6852:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -,
ULONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6852:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -,
ULONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6852:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -,
ULONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:349:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6852:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -,
ULONG_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6852:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -,
ULONG_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6852:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -,
ULONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:350:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ux, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6852:5: note: in expansion of macro 'H5T_CONV_Uu'
H5T_CONV_Uu(ULLONG, ULONG, unsigned long long, unsigned long, -,
ULONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_llong_ullong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6878:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6878:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6878:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6878:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6878:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6878:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6878:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6878:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:376:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6878:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6878:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6878:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:377:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_su, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6878:5: note: in expansion of macro 'H5T_CONV_su'
H5T_CONV_su(LLONG, ULLONG, long long, unsigned long long, -, -);
^
H5Tconv.c: In function 'H5T__conv_ullong_llong':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6904:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6904:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6904:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6904:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6904:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6904:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6904:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6904:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:403:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)==sizeof(DT)); \
^
H5Tconv.c:6904:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6904:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6904:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:404:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_us, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6904:5: note: in expansion of macro 'H5T_CONV_us'
H5T_CONV_us(ULLONG, LLONG, unsigned long long, long long, -, LLONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_float_double':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6934:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, DOUBLE, float, double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6934:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, DOUBLE, float, double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6934:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, DOUBLE, float, double, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:409:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6934:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, DOUBLE, float, double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6934:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, DOUBLE, float, double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6934:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, DOUBLE, float, double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6934:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, DOUBLE, float, double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6934:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, DOUBLE, float, double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6934:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, DOUBLE, float, double, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:409:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6934:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, DOUBLE, float, double, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:409:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6934:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, DOUBLE, float, double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:409:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6934:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, DOUBLE, float, double, -, -);
^
H5Tconv.c: In function 'H5T__conv_float_ldouble':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6961:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, LDOUBLE, float, long double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6961:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, LDOUBLE, float, long double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6961:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, LDOUBLE, float, long double, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:409:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6961:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, LDOUBLE, float, long double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6961:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, LDOUBLE, float, long double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6961:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, LDOUBLE, float, long double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6961:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, LDOUBLE, float, long double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6961:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, LDOUBLE, float, long double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:6961:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, LDOUBLE, float, long double, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:409:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6961:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, LDOUBLE, float, long double, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:409:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6961:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, LDOUBLE, float, long double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:409:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6961:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(FLOAT, LDOUBLE, float, long double, -, -);
^
H5Tconv.c: In function 'H5T__conv_double_float':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:416:13: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
if(*(S) > (DT)(D_MAX)) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Ff_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:425:21: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
} else if (*(S) < (DT)(D_MIN)) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Ff_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:438:13: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
if(*(S) > (DT)(D_MAX)) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Ff_NOEX_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:801:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,H5_GLUE(GUTS,_NOEX),S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:801:89: note: in expansion of macro 'H5_GLUE'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,H5_GLUE(GUTS,_NOEX),S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:440:19: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
else if (*(S) < (DT)(D_MIN)) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Ff_NOEX_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:801:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,H5_GLUE(GUTS,_NOEX),S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:801:89: note: in expansion of macro 'H5_GLUE'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,H5_GLUE(GUTS,_NOEX),S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:416:13: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
if(*(S) > (DT)(D_MAX)) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Ff_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:425:21: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
} else if (*(S) < (DT)(D_MIN)) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Ff_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:438:13: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
if(*(S) > (DT)(D_MAX)) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Ff_NOEX_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:801:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,H5_GLUE(GUTS,_NOEX),S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:801:89: note: in expansion of macro 'H5_GLUE'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,H5_GLUE(GUTS,_NOEX),S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:440:19: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
else if (*(S) < (DT)(D_MIN)) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Ff_NOEX_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:801:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,H5_GLUE(GUTS,_NOEX),S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:801:89: note: in expansion of macro 'H5_GLUE'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,H5_GLUE(GUTS,_NOEX),S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:416:13: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
if(*(S) > (DT)(D_MAX)) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Ff_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:425:21: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
} else if (*(S) < (DT)(D_MIN)) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Ff_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:438:13: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
if(*(S) > (DT)(D_MAX)) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Ff_NOEX_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:801:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,H5_GLUE(GUTS,_NOEX),S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:801:89: note: in expansion of macro 'H5_GLUE'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,H5_GLUE(GUTS,_NOEX),S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:440:19: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
else if (*(S) < (DT)(D_MIN)) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Ff_NOEX_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:801:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,H5_GLUE(GUTS,_NOEX),S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:801:89: note: in expansion of macro 'H5_GLUE'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,H5_GLUE(GUTS,_NOEX),S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:416:13: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
if(*(S) > (DT)(D_MAX)) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Ff_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:425:21: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
} else if (*(S) < (DT)(D_MIN)) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Ff_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:438:13: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
if(*(S) > (DT)(D_MAX)) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Ff_NOEX_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:801:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,H5_GLUE(GUTS,_NOEX),S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:801:89: note: in expansion of macro 'H5_GLUE'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,H5_GLUE(GUTS,_NOEX),S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:440:19: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
else if (*(S) < (DT)(D_MIN)) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Ff_NOEX_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:801:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,H5_GLUE(GUTS,_NOEX),S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:801:89: note: in expansion of macro 'H5_GLUE'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,H5_GLUE(GUTS,_NOEX),S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:6995:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(DOUBLE, FLOAT, double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c: In function 'H5T__conv_double_ldouble':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:7022:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(DOUBLE, LDOUBLE, double, long double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:7022:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(DOUBLE, LDOUBLE, double, long double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:7022:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(DOUBLE, LDOUBLE, double, long double, -, -);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:409:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7022:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(DOUBLE, LDOUBLE, double, long double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:7022:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(DOUBLE, LDOUBLE, double, long double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:7022:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(DOUBLE, LDOUBLE, double, long double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:7022:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(DOUBLE, LDOUBLE, double, long double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:7022:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(DOUBLE, LDOUBLE, double, long double, -, -);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:408:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)<=sizeof(DT)); \
^
H5Tconv.c:7022:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(DOUBLE, LDOUBLE, double, long double, -, -);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:409:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7022:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(DOUBLE, LDOUBLE, double, long double, -, -);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:409:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7022:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(DOUBLE, LDOUBLE, double, long double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:409:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xX, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7022:5: note: in expansion of macro 'H5T_CONV_fF'
H5T_CONV_fF(DOUBLE, LDOUBLE, double, long double, -, -);
^
H5Tconv.c: In function 'H5T__conv_ldouble_float':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:7049:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, FLOAT, long double, float, -FLT_MAX, FLT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:7049:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, FLOAT, long double, float, -FLT_MAX, FLT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:7049:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, FLOAT, long double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7049:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, FLOAT, long double, float, -FLT_MAX, FLT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:7049:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, FLOAT, long double, float, -FLT_MAX, FLT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:7049:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, FLOAT, long double, float, -FLT_MAX, FLT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:7049:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, FLOAT, long double, float, -FLT_MAX, FLT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:7049:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, FLOAT, long double, float, -FLT_MAX, FLT_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:7049:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, FLOAT, long double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7049:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, FLOAT, long double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7049:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, FLOAT, long double, float, -FLT_MAX, FLT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7049:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, FLOAT, long double, float, -FLT_MAX, FLT_MAX);
^
H5Tconv.c: In function 'H5T__conv_ldouble_double':
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:7076:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, DOUBLE, long double, double, -DBL_MAX, DBL_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:7076:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, DOUBLE, long double, double, -DBL_MAX, DBL_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:7076:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, DOUBLE, long double, double, -DBL_MAX, DBL_MAX);
^
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7076:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, DOUBLE, long double, double, -DBL_MAX, DBL_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:7076:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, DOUBLE, long double, double, -DBL_MAX, DBL_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:7076:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, DOUBLE, long double, double, -DBL_MAX, DBL_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:7076:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, DOUBLE, long double, double, -DBL_MAX, DBL_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:7076:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, DOUBLE, long double, double, -DBL_MAX, DBL_MAX);
^
H5private.h:2040:45: warning: conversion to 'long unsigned int' from 'ssize_t'
may change the sign of the result [-Wsign-conversion]
#define HDcompile_assert(e) do { enum { compile_assert__ = 1 / (e) }; }
while(0)
^
H5Tconv.c:447:5: note: in expansion of macro 'HDcompile_assert'
HDcompile_assert(sizeof(ST)>=sizeof(DT)); \
^
H5Tconv.c:7076:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, DOUBLE, long double, double, -DBL_MAX, DBL_MAX);
^
H5Tconv.c:613:12: warning: variable 'dprec' set but not used
[-Wunused-but-set-variable]
size_t dprec; /*destination precision */ \
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7076:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, DOUBLE, long double, double, -DBL_MAX, DBL_MAX);
^
H5Tconv.c:612:12: warning: variable 'sprec' set but not used
[-Wunused-but-set-variable]
size_t sprec; /*source precision */ \
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7076:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, DOUBLE, long double, double, -DBL_MAX, DBL_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:448:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Ff, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7076:5: note: in expansion of macro 'H5T_CONV_Ff'
H5T_CONV_Ff(LDOUBLE, DOUBLE, long double, double, -DBL_MAX, DBL_MAX);
^
H5Tconv.c: In function 'H5T__conv_schar_float':
H5Tconv.c:7102:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(SCHAR, FLOAT, signed char, float, -, -);
^
H5Tconv.c:7102:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7102:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7102:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, FLOAT, signed char, float, -, -);
^
H5Tconv.c:7102:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7102:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7102:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7102:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7102:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7102:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, FLOAT, signed char, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7102:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, FLOAT, signed char, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7102:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, FLOAT, signed char, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7102:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, FLOAT, signed char, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7102:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, FLOAT, signed char, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7102:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, FLOAT, signed char, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7102:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, FLOAT, signed char, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7102:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, FLOAT, signed char, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7102:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, FLOAT, signed char, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7102:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, FLOAT, signed char, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7102:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, FLOAT, signed char, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7102:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, FLOAT, signed char, float, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7102:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, FLOAT, signed char, float, -, -);
^
H5Tconv.c: In function 'H5T__conv_schar_double':
H5Tconv.c:7127:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(SCHAR, DOUBLE, signed char, double, -, -);
^
H5Tconv.c:7127:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7127:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7127:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, DOUBLE, signed char, double, -, -);
^
H5Tconv.c:7127:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7127:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7127:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7127:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7127:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7127:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, DOUBLE, signed char, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7127:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, DOUBLE, signed char, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7127:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, DOUBLE, signed char, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7127:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, DOUBLE, signed char, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7127:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, DOUBLE, signed char, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7127:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, DOUBLE, signed char, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7127:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, DOUBLE, signed char, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7127:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, DOUBLE, signed char, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7127:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, DOUBLE, signed char, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7127:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, DOUBLE, signed char, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7127:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, DOUBLE, signed char, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7127:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, DOUBLE, signed char, double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7127:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, DOUBLE, signed char, double, -, -);
^
H5Tconv.c: In function 'H5T__conv_schar_ldouble':
H5Tconv.c:7153:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(SCHAR, LDOUBLE, signed char, long double, -, -);
^
H5Tconv.c:7153:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7153:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7153:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, LDOUBLE, signed char, long double, -, -);
^
H5Tconv.c:7153:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7153:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7153:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7153:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7153:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7153:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, LDOUBLE, signed char, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7153:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, LDOUBLE, signed char, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7153:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, LDOUBLE, signed char, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7153:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, LDOUBLE, signed char, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7153:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, LDOUBLE, signed char, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7153:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, LDOUBLE, signed char, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7153:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, LDOUBLE, signed char, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7153:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, LDOUBLE, signed char, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7153:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, LDOUBLE, signed char, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7153:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, LDOUBLE, signed char, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7153:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, LDOUBLE, signed char, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7153:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, LDOUBLE, signed char, long double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7153:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SCHAR, LDOUBLE, signed char, long double, -, -);
^
H5Tconv.c: In function 'H5T__conv_uchar_float':
H5Tconv.c:7179:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(UCHAR, FLOAT, unsigned char, float, -, -);
^
H5Tconv.c:7179:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7179:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7179:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, FLOAT, unsigned char, float, -, -);
^
H5Tconv.c:7179:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7179:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7179:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7179:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7179:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7179:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, FLOAT, unsigned char, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7179:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, FLOAT, unsigned char, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7179:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, FLOAT, unsigned char, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7179:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, FLOAT, unsigned char, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7179:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, FLOAT, unsigned char, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7179:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, FLOAT, unsigned char, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7179:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, FLOAT, unsigned char, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7179:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, FLOAT, unsigned char, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7179:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, FLOAT, unsigned char, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7179:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, FLOAT, unsigned char, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7179:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, FLOAT, unsigned char, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7179:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, FLOAT, unsigned char, float, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7179:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, FLOAT, unsigned char, float, -, -);
^
H5Tconv.c: In function 'H5T__conv_uchar_double':
H5Tconv.c:7204:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(UCHAR, DOUBLE, unsigned char, double, -, -);
^
H5Tconv.c:7204:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7204:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7204:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, DOUBLE, unsigned char, double, -, -);
^
H5Tconv.c:7204:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7204:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7204:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7204:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7204:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7204:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, DOUBLE, unsigned char, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7204:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, DOUBLE, unsigned char, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7204:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, DOUBLE, unsigned char, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7204:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, DOUBLE, unsigned char, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7204:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, DOUBLE, unsigned char, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7204:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, DOUBLE, unsigned char, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7204:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, DOUBLE, unsigned char, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7204:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, DOUBLE, unsigned char, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7204:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, DOUBLE, unsigned char, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7204:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, DOUBLE, unsigned char, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7204:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, DOUBLE, unsigned char, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7204:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, DOUBLE, unsigned char, double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7204:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, DOUBLE, unsigned char, double, -, -);
^
H5Tconv.c: In function 'H5T__conv_uchar_ldouble':
H5Tconv.c:7230:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(UCHAR, LDOUBLE, unsigned char, long double, -, -);
^
H5Tconv.c:7230:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7230:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7230:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, LDOUBLE, unsigned char, long double, -, -);
^
H5Tconv.c:7230:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7230:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7230:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7230:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7230:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7230:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, LDOUBLE, unsigned char, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7230:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, LDOUBLE, unsigned char, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7230:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, LDOUBLE, unsigned char, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7230:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, LDOUBLE, unsigned char, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7230:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, LDOUBLE, unsigned char, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7230:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, LDOUBLE, unsigned char, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7230:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, LDOUBLE, unsigned char, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7230:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, LDOUBLE, unsigned char, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7230:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, LDOUBLE, unsigned char, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7230:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, LDOUBLE, unsigned char, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7230:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, LDOUBLE, unsigned char, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7230:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, LDOUBLE, unsigned char, long double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7230:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UCHAR, LDOUBLE, unsigned char, long double, -, -);
^
H5Tconv.c: In function 'H5T__conv_short_float':
H5Tconv.c:7256:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(SHORT, FLOAT, short, float, -, -);
^
H5Tconv.c:7256:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7256:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7256:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, FLOAT, short, float, -, -);
^
H5Tconv.c:7256:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7256:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7256:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7256:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7256:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7256:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, FLOAT, short, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7256:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, FLOAT, short, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7256:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, FLOAT, short, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7256:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, FLOAT, short, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7256:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, FLOAT, short, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7256:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, FLOAT, short, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7256:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, FLOAT, short, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7256:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, FLOAT, short, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7256:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, FLOAT, short, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7256:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, FLOAT, short, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7256:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, FLOAT, short, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7256:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, FLOAT, short, float, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7256:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, FLOAT, short, float, -, -);
^
H5Tconv.c: In function 'H5T__conv_short_double':
H5Tconv.c:7281:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(SHORT, DOUBLE, short, double, -, -);
^
H5Tconv.c:7281:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7281:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7281:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, DOUBLE, short, double, -, -);
^
H5Tconv.c:7281:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7281:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7281:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7281:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7281:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7281:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, DOUBLE, short, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7281:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, DOUBLE, short, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7281:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, DOUBLE, short, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7281:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, DOUBLE, short, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7281:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, DOUBLE, short, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7281:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, DOUBLE, short, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7281:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, DOUBLE, short, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7281:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, DOUBLE, short, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7281:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, DOUBLE, short, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7281:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, DOUBLE, short, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7281:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, DOUBLE, short, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7281:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, DOUBLE, short, double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7281:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, DOUBLE, short, double, -, -);
^
H5Tconv.c: In function 'H5T__conv_short_ldouble':
H5Tconv.c:7307:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(SHORT, LDOUBLE, short, long double, -, -);
^
H5Tconv.c:7307:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7307:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7307:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, LDOUBLE, short, long double, -, -);
^
H5Tconv.c:7307:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7307:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7307:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7307:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7307:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7307:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, LDOUBLE, short, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7307:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, LDOUBLE, short, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7307:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, LDOUBLE, short, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7307:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, LDOUBLE, short, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7307:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, LDOUBLE, short, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7307:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, LDOUBLE, short, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7307:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, LDOUBLE, short, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7307:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, LDOUBLE, short, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7307:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, LDOUBLE, short, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7307:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, LDOUBLE, short, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7307:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, LDOUBLE, short, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7307:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, LDOUBLE, short, long double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7307:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(SHORT, LDOUBLE, short, long double, -, -);
^
H5Tconv.c: In function 'H5T__conv_ushort_float':
H5Tconv.c:7333:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(USHORT, FLOAT, unsigned short, float, -, -);
^
H5Tconv.c:7333:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7333:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7333:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, FLOAT, unsigned short, float, -, -);
^
H5Tconv.c:7333:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7333:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7333:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7333:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7333:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7333:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, FLOAT, unsigned short, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7333:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, FLOAT, unsigned short, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7333:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, FLOAT, unsigned short, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7333:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, FLOAT, unsigned short, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7333:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, FLOAT, unsigned short, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7333:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, FLOAT, unsigned short, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7333:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, FLOAT, unsigned short, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7333:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, FLOAT, unsigned short, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7333:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, FLOAT, unsigned short, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7333:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, FLOAT, unsigned short, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7333:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, FLOAT, unsigned short, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7333:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, FLOAT, unsigned short, float, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7333:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, FLOAT, unsigned short, float, -, -);
^
H5Tconv.c: In function 'H5T__conv_ushort_double':
H5Tconv.c:7358:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(USHORT, DOUBLE, unsigned short, double, -, -);
^
H5Tconv.c:7358:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7358:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7358:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, DOUBLE, unsigned short, double, -, -);
^
H5Tconv.c:7358:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7358:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7358:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7358:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7358:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7358:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, DOUBLE, unsigned short, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7358:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, DOUBLE, unsigned short, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7358:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, DOUBLE, unsigned short, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7358:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, DOUBLE, unsigned short, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7358:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, DOUBLE, unsigned short, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7358:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, DOUBLE, unsigned short, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7358:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, DOUBLE, unsigned short, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7358:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, DOUBLE, unsigned short, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7358:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, DOUBLE, unsigned short, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7358:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, DOUBLE, unsigned short, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7358:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, DOUBLE, unsigned short, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7358:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, DOUBLE, unsigned short, double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7358:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, DOUBLE, unsigned short, double, -, -);
^
H5Tconv.c: In function 'H5T__conv_ushort_ldouble':
H5Tconv.c:7384:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(USHORT, LDOUBLE, unsigned short, long double, -, -);
^
H5Tconv.c:7384:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7384:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7384:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, LDOUBLE, unsigned short, long double, -, -);
^
H5Tconv.c:7384:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7384:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7384:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7384:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7384:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7384:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, LDOUBLE, unsigned short, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7384:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, LDOUBLE, unsigned short, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7384:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, LDOUBLE, unsigned short, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7384:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, LDOUBLE, unsigned short, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7384:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, LDOUBLE, unsigned short, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7384:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, LDOUBLE, unsigned short, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7384:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, LDOUBLE, unsigned short, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7384:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, LDOUBLE, unsigned short, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7384:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, LDOUBLE, unsigned short, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7384:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, LDOUBLE, unsigned short, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7384:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, LDOUBLE, unsigned short, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7384:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, LDOUBLE, unsigned short, long double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7384:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(USHORT, LDOUBLE, unsigned short, long double, -, -);
^
H5Tconv.c: In function 'H5T__conv_int_float':
H5Tconv.c:7410:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(INT, FLOAT, int, float, -, -);
^
H5Tconv.c:7410:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7410:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7410:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, FLOAT, int, float, -, -);
^
H5Tconv.c:7410:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7410:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7410:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7410:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7410:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7410:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, FLOAT, int, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7410:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, FLOAT, int, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7410:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, FLOAT, int, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7410:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, FLOAT, int, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7410:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, FLOAT, int, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7410:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, FLOAT, int, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7410:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, FLOAT, int, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7410:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, FLOAT, int, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7410:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, FLOAT, int, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7410:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, FLOAT, int, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7410:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, FLOAT, int, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7410:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, FLOAT, int, float, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7410:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, FLOAT, int, float, -, -);
^
H5Tconv.c: In function 'H5T__conv_int_double':
H5Tconv.c:7435:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(INT, DOUBLE, int, double, -, -);
^
H5Tconv.c:7435:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7435:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7435:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, DOUBLE, int, double, -, -);
^
H5Tconv.c:7435:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7435:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7435:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7435:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7435:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7435:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, DOUBLE, int, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7435:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, DOUBLE, int, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7435:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, DOUBLE, int, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7435:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, DOUBLE, int, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7435:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, DOUBLE, int, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7435:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, DOUBLE, int, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7435:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, DOUBLE, int, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7435:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, DOUBLE, int, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7435:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, DOUBLE, int, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7435:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, DOUBLE, int, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7435:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, DOUBLE, int, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7435:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, DOUBLE, int, double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7435:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, DOUBLE, int, double, -, -);
^
H5Tconv.c: In function 'H5T__conv_int_ldouble':
H5Tconv.c:7461:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(INT, LDOUBLE, int, long double, -, -);
^
H5Tconv.c:7461:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7461:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7461:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, LDOUBLE, int, long double, -, -);
^
H5Tconv.c:7461:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7461:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7461:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7461:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7461:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7461:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, LDOUBLE, int, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7461:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, LDOUBLE, int, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7461:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, LDOUBLE, int, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7461:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, LDOUBLE, int, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7461:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, LDOUBLE, int, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7461:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, LDOUBLE, int, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7461:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, LDOUBLE, int, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7461:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, LDOUBLE, int, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7461:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, LDOUBLE, int, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7461:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, LDOUBLE, int, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7461:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, LDOUBLE, int, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7461:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, LDOUBLE, int, long double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7461:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(INT, LDOUBLE, int, long double, -, -);
^
H5Tconv.c: In function 'H5T__conv_uint_float':
H5Tconv.c:7487:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(UINT, FLOAT, unsigned int, float, -, -);
^
H5Tconv.c:7487:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7487:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7487:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, FLOAT, unsigned int, float, -, -);
^
H5Tconv.c:7487:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7487:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7487:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7487:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7487:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7487:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, FLOAT, unsigned int, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7487:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, FLOAT, unsigned int, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7487:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, FLOAT, unsigned int, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7487:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, FLOAT, unsigned int, float, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7487:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, FLOAT, unsigned int, float, -, -);
^
H5Tconv.c: In function 'H5T__conv_uint_double':
H5Tconv.c:7512:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(UINT, DOUBLE, unsigned int, double, -, -);
^
H5Tconv.c:7512:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7512:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7512:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, DOUBLE, unsigned int, double, -, -);
^
H5Tconv.c:7512:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7512:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7512:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7512:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7512:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7512:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, DOUBLE, unsigned int, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7512:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, DOUBLE, unsigned int, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7512:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, DOUBLE, unsigned int, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7512:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, DOUBLE, unsigned int, double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7512:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, DOUBLE, unsigned int, double, -, -);
^
H5Tconv.c: In function 'H5T__conv_uint_ldouble':
H5Tconv.c:7538:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(UINT, LDOUBLE, unsigned int, long double, -, -);
^
H5Tconv.c:7538:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7538:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7538:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, LDOUBLE, unsigned int, long double, -, -);
^
H5Tconv.c:7538:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7538:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7538:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7538:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7538:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7538:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, LDOUBLE, unsigned int, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7538:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, LDOUBLE, unsigned int, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7538:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, LDOUBLE, unsigned int, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7538:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, LDOUBLE, unsigned int, long double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7538:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(UINT, LDOUBLE, unsigned int, long double, -, -);
^
H5Tconv.c: In function 'H5T__conv_long_float':
H5Tconv.c:7564:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(LONG, FLOAT, long, float, -, -);
^
H5Tconv.c:7564:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7564:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7564:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, FLOAT, long, float, -, -);
^
H5Tconv.c:7564:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7564:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7564:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7564:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7564:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7564:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, FLOAT, long, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7564:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, FLOAT, long, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7564:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, FLOAT, long, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7564:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, FLOAT, long, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7564:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, FLOAT, long, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7564:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, FLOAT, long, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7564:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, FLOAT, long, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7564:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, FLOAT, long, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7564:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, FLOAT, long, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7564:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, FLOAT, long, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7564:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, FLOAT, long, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7564:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, FLOAT, long, float, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7564:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, FLOAT, long, float, -, -);
^
H5Tconv.c: In function 'H5T__conv_long_double':
H5Tconv.c:7589:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(LONG, DOUBLE, long, double, -, -);
^
H5Tconv.c:7589:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7589:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7589:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, DOUBLE, long, double, -, -);
^
H5Tconv.c:7589:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7589:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7589:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7589:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7589:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7589:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, DOUBLE, long, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7589:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, DOUBLE, long, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7589:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, DOUBLE, long, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7589:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, DOUBLE, long, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7589:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, DOUBLE, long, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7589:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, DOUBLE, long, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7589:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, DOUBLE, long, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7589:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, DOUBLE, long, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7589:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, DOUBLE, long, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7589:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, DOUBLE, long, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7589:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, DOUBLE, long, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7589:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, DOUBLE, long, double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7589:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, DOUBLE, long, double, -, -);
^
H5Tconv.c: In function 'H5T__conv_long_ldouble':
H5Tconv.c:7615:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -);
^
H5Tconv.c:7615:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7615:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7615:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -);
^
H5Tconv.c:7615:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7615:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7615:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7615:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7615:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7615:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7615:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7615:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7615:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7615:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7615:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7615:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7615:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7615:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7615:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7615:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long int' may
alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7615:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7615:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -);
^
H5Tconv.c: In function 'H5T__conv_ulong_float':
H5Tconv.c:7642:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -);
^
H5Tconv.c:7642:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7642:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7642:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -);
^
H5Tconv.c:7642:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7642:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7642:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7642:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7642:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7642:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7642:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7642:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7642:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7642:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -);
^
H5Tconv.c: In function 'H5T__conv_ulong_double':
H5Tconv.c:7669:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -);
^
H5Tconv.c:7669:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7669:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7669:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -);
^
H5Tconv.c:7669:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7669:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7669:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7669:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7669:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7669:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7669:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7669:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7669:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7669:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -);
^
H5Tconv.c: In function 'H5T__conv_ulong_ldouble':
H5Tconv.c:7696:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -);
^
H5Tconv.c:7696:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7696:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7696:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -);
^
H5Tconv.c:7696:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7696:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7696:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7696:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7696:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7696:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7696:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7696:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7696:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7696:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -);
^
H5Tconv.c: In function 'H5T__conv_llong_float':
H5Tconv.c:7722:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -);
^
H5Tconv.c:7722:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7722:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7722:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -);
^
H5Tconv.c:7722:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7722:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7722:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7722:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7722:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7722:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7722:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7722:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7722:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7722:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7722:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7722:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7722:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7722:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7722:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7722:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7722:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7722:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -);
^
H5Tconv.c: In function 'H5T__conv_llong_double':
H5Tconv.c:7747:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -);
^
H5Tconv.c:7747:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7747:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7747:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -);
^
H5Tconv.c:7747:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7747:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7747:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7747:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7747:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7747:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7747:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7747:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7747:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7747:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7747:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7747:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7747:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7747:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7747:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7747:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7747:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7747:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -);
^
H5Tconv.c: In function 'H5T__conv_llong_ldouble':
H5Tconv.c:7773:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -);
^
H5Tconv.c:7773:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7773:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7773:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -);
^
H5Tconv.c:7773:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7773:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7773:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7773:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7773:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7773:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7773:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7773:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7773:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7773:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7773:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7773:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7773:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7773:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7773:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -);
^
H5Tconv.c:459:28: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> count) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7773:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -);
^
H5Tconv.c:483:30: warning: conversion to 'unsigned char' from 'long long int'
may alter its value [-Wconversion]
p = ((V) >> (u * 8)) & 0xff; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7773:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7773:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -);
^
H5Tconv.c: In function 'H5T__conv_ullong_float':
H5Tconv.c:7800:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -);
^
H5Tconv.c:7800:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7800:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7800:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -);
^
H5Tconv.c:7800:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7800:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7800:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7800:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7800:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7800:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7800:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7800:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7800:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7800:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -);
^
H5Tconv.c: In function 'H5T__conv_ullong_double':
H5Tconv.c:7827:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -);
^
H5Tconv.c:7827:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7827:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7827:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -);
^
H5Tconv.c:7827:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7827:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7827:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7827:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7827:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7827:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7827:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7827:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7827:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7827:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -);
^
H5Tconv.c: In function 'H5T__conv_ullong_ldouble':
H5Tconv.c:7854:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -);
^
H5Tconv.c:7854:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7854:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7854:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -);
^
H5Tconv.c:7854:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7854:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7854:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7854:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7854:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7854:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7854:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7854:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -);
^
H5Tconv.c:458:41: warning: conversion to 'unsigned int' from 'long unsigned
int' may alter its value [-Wconversion]
count = ((sizeof(TYP) - 1) - u) * 8; \
^
H5Tconv.c:515:9: note: in expansion of macro 'H5T_HI_LO_BIT_SET'
H5T_HI_LO_BIT_SET(ST, *(S), low_bit_pos, high_bit_pos) \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_xF_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7854:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:539:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7854:5: note: in expansion of macro 'H5T_CONV_xF'
H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -);
^
H5Tconv.c: In function 'H5T__conv_float_schar':
H5Tconv.c:7880:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(FLOAT, SCHAR, float, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:7880:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7880:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7880:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SCHAR, float, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:7880:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7880:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7880:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7880:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7880:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7880:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SCHAR, float, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7880:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SCHAR, float, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7880:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SCHAR, float, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7880:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SCHAR, float, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7880:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SCHAR, float, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7880:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SCHAR, float, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7880:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SCHAR, float, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7880:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SCHAR, float, signed char, SCHAR_MIN, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7880:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SCHAR, float, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_float_uchar':
H5Tconv.c:7905:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(FLOAT, UCHAR, float, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:7905:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7905:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7905:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UCHAR, float, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:7905:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7905:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7905:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7905:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7905:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7905:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UCHAR, float, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7905:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UCHAR, float, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7905:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UCHAR, float, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7905:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UCHAR, float, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7905:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UCHAR, float, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7905:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UCHAR, float, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7905:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UCHAR, float, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7905:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UCHAR, float, unsigned char, 0, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7905:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UCHAR, float, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_double_schar':
H5Tconv.c:7930:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(DOUBLE, SCHAR, double, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:7930:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7930:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7930:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SCHAR, double, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:7930:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7930:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7930:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7930:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7930:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7930:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SCHAR, double, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7930:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SCHAR, double, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7930:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SCHAR, double, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7930:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SCHAR, double, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7930:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SCHAR, double, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7930:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SCHAR, double, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7930:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SCHAR, double, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7930:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SCHAR, double, signed char, SCHAR_MIN, SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7930:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SCHAR, double, signed char, SCHAR_MIN, SCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_double_uchar':
H5Tconv.c:7955:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(DOUBLE, UCHAR, double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:7955:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7955:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7955:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UCHAR, double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:7955:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7955:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7955:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7955:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7955:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7955:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UCHAR, double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7955:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UCHAR, double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7955:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UCHAR, double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7955:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UCHAR, double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7955:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UCHAR, double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7955:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UCHAR, double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7955:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UCHAR, double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7955:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UCHAR, double, unsigned char, 0, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7955:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UCHAR, double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_ldouble_schar':
H5Tconv.c:7981:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(LDOUBLE, SCHAR, long double, signed char, SCHAR_MIN,
SCHAR_MAX);
^
H5Tconv.c:7981:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7981:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7981:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SCHAR, long double, signed char, SCHAR_MIN,
SCHAR_MAX);
^
H5Tconv.c:7981:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7981:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7981:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7981:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:7981:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7981:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SCHAR, long double, signed char, SCHAR_MIN,
SCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7981:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SCHAR, long double, signed char, SCHAR_MIN,
SCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7981:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SCHAR, long double, signed char, SCHAR_MIN,
SCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7981:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SCHAR, long double, signed char, SCHAR_MIN,
SCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7981:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SCHAR, long double, signed char, SCHAR_MIN,
SCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7981:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SCHAR, long double, signed char, SCHAR_MIN,
SCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7981:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SCHAR, long double, signed char, SCHAR_MIN,
SCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7981:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SCHAR, long double, signed char, SCHAR_MIN,
SCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:7981:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SCHAR, long double, signed char, SCHAR_MIN,
SCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_ldouble_uchar':
H5Tconv.c:8008:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(LDOUBLE, UCHAR, long double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:8008:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8008:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8008:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UCHAR, long double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:8008:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8008:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8008:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8008:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8008:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8008:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UCHAR, long double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8008:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UCHAR, long double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8008:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UCHAR, long double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8008:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UCHAR, long double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8008:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UCHAR, long double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8008:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UCHAR, long double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8008:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UCHAR, long double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8008:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UCHAR, long double, unsigned char, 0, UCHAR_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8008:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UCHAR, long double, unsigned char, 0, UCHAR_MAX);
^
H5Tconv.c: In function 'H5T__conv_float_short':
H5Tconv.c:8034:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(FLOAT, SHORT, float, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:8034:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8034:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8034:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SHORT, float, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:8034:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8034:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8034:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8034:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8034:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8034:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SHORT, float, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8034:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SHORT, float, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8034:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SHORT, float, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8034:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SHORT, float, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8034:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SHORT, float, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8034:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SHORT, float, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8034:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SHORT, float, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8034:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SHORT, float, short, SHRT_MIN, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8034:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, SHORT, float, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_float_ushort':
H5Tconv.c:8059:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(FLOAT, USHORT, float, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:8059:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8059:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8059:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, USHORT, float, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:8059:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8059:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8059:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8059:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8059:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8059:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, USHORT, float, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8059:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, USHORT, float, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8059:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, USHORT, float, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8059:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, USHORT, float, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8059:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, USHORT, float, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8059:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, USHORT, float, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8059:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, USHORT, float, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8059:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, USHORT, float, unsigned short, 0, USHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8059:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, USHORT, float, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_double_short':
H5Tconv.c:8084:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(DOUBLE, SHORT, double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:8084:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8084:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8084:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SHORT, double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:8084:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8084:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8084:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8084:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8084:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8084:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SHORT, double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8084:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SHORT, double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8084:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SHORT, double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8084:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SHORT, double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8084:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SHORT, double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8084:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SHORT, double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8084:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SHORT, double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8084:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SHORT, double, short, SHRT_MIN, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8084:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, SHORT, double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_double_ushort':
H5Tconv.c:8109:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(DOUBLE, USHORT, double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:8109:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8109:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8109:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, USHORT, double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:8109:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8109:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8109:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8109:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8109:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8109:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, USHORT, double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8109:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, USHORT, double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8109:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, USHORT, double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8109:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, USHORT, double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8109:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, USHORT, double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8109:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, USHORT, double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8109:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, USHORT, double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8109:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, USHORT, double, unsigned short, 0, USHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8109:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, USHORT, double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_ldouble_short':
H5Tconv.c:8135:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(LDOUBLE, SHORT, long double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:8135:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8135:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8135:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SHORT, long double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:8135:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8135:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8135:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8135:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8135:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8135:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SHORT, long double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8135:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SHORT, long double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8135:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SHORT, long double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8135:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SHORT, long double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8135:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SHORT, long double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8135:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SHORT, long double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8135:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SHORT, long double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8135:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SHORT, long double, short, SHRT_MIN, SHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8135:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, SHORT, long double, short, SHRT_MIN, SHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_ldouble_ushort':
H5Tconv.c:8162:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(LDOUBLE, USHORT, long double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:8162:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8162:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8162:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, USHORT, long double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:8162:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8162:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8162:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8162:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8162:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8162:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, USHORT, long double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8162:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, USHORT, long double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8162:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, USHORT, long double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8162:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, USHORT, long double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8162:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, USHORT, long double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8162:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, USHORT, long double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8162:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, USHORT, long double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8162:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, USHORT, long double, unsigned short, 0, USHRT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8162:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, USHORT, long double, unsigned short, 0, USHRT_MAX);
^
H5Tconv.c: In function 'H5T__conv_float_int':
H5Tconv.c:8188:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(FLOAT, INT, float, int, INT_MIN, INT_MAX);
^
H5Tconv.c:8188:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8188:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8188:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, INT, float, int, INT_MIN, INT_MAX);
^
H5Tconv.c:8188:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8188:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8188:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8188:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8188:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8188:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, INT, float, int, INT_MIN, INT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8188:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, INT, float, int, INT_MIN, INT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8188:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, INT, float, int, INT_MIN, INT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8188:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, INT, float, int, INT_MIN, INT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8188:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, INT, float, int, INT_MIN, INT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8188:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, INT, float, int, INT_MIN, INT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8188:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, INT, float, int, INT_MIN, INT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8188:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, INT, float, int, INT_MIN, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8188:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, INT, float, int, INT_MIN, INT_MAX);
^
H5Tconv.c: In function 'H5T__conv_float_uint':
H5Tconv.c:8213:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(FLOAT, UINT, float, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:8213:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8213:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8213:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UINT, float, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:8213:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8213:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8213:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8213:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8213:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8213:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UINT, float, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8213:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UINT, float, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8213:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UINT, float, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8213:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UINT, float, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8213:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UINT, float, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8213:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UINT, float, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8213:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UINT, float, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8213:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UINT, float, unsigned int, 0, UINT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8213:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, UINT, float, unsigned int, 0, UINT_MAX);
^
H5Tconv.c: In function 'H5T__conv_double_int':
H5Tconv.c:8238:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(DOUBLE, INT, double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:8238:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8238:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8238:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, INT, double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:8238:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8238:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8238:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8238:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8238:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8238:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, INT, double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8238:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, INT, double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8238:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, INT, double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8238:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, INT, double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8238:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, INT, double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8238:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, INT, double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8238:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, INT, double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8238:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, INT, double, int, INT_MIN, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8238:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, INT, double, int, INT_MIN, INT_MAX);
^
H5Tconv.c: In function 'H5T__conv_double_uint':
H5Tconv.c:8263:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(DOUBLE, UINT, double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:8263:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8263:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8263:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UINT, double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:8263:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8263:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8263:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8263:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8263:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8263:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UINT, double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8263:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UINT, double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8263:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UINT, double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8263:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UINT, double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8263:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UINT, double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8263:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UINT, double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8263:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UINT, double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8263:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UINT, double, unsigned int, 0, UINT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8263:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, UINT, double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c: In function 'H5T__conv_ldouble_int':
H5Tconv.c:8289:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(LDOUBLE, INT, long double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:8289:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8289:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8289:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, INT, long double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:8289:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8289:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8289:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8289:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8289:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8289:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, INT, long double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8289:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, INT, long double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8289:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, INT, long double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8289:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, INT, long double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8289:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, INT, long double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8289:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, INT, long double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8289:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, INT, long double, int, INT_MIN, INT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8289:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, INT, long double, int, INT_MIN, INT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8289:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, INT, long double, int, INT_MIN, INT_MAX);
^
H5Tconv.c: In function 'H5T__conv_ldouble_uint':
H5Tconv.c:8316:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(LDOUBLE, UINT, long double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:8316:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8316:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8316:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UINT, long double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:8316:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8316:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8316:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8316:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8316:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8316:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UINT, long double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8316:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UINT, long double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8316:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UINT, long double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8316:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UINT, long double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8316:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UINT, long double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8316:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UINT, long double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8316:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UINT, long double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8316:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UINT, long double, unsigned int, 0, UINT_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8316:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, UINT, long double, unsigned int, 0, UINT_MAX);
^
H5Tconv.c: In function 'H5T__conv_float_long':
H5Tconv.c:8342:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:8342:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8342:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8342:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:8342:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8342:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8342:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8342:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8342:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8342:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8342:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8342:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8342:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8342:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8342:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8342:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8342:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8342:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LONG, float, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_float_ulong':
H5Tconv.c:8367:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:8367:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8367:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8367:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:8367:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8367:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8367:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8367:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8367:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8367:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8367:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8367:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8367:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8367:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8367:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8367:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8367:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8367:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULONG, float, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_double_long':
H5Tconv.c:8392:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:8392:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8392:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8392:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:8392:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8392:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8392:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8392:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8392:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8392:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8392:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8392:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8392:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8392:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8392:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8392:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8392:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8392:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LONG, double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_double_ulong':
H5Tconv.c:8417:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:8417:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8417:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8417:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:8417:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8417:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8417:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8417:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8417:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8417:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8417:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8417:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8417:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8417:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8417:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8417:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8417:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8417:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULONG, double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_ldouble_long':
H5Tconv.c:8443:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:8443:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8443:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8443:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:8443:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8443:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8443:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8443:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8443:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8443:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8443:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8443:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8443:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8443:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8443:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8443:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8443:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8443:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LONG, long double, long, LONG_MIN, LONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_ldouble_ulong':
H5Tconv.c:8470:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:8470:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8470:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8470:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:8470:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8470:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8470:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8470:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8470:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8470:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8470:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8470:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8470:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8470:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8470:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8470:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8470:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8470:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULONG, long double, unsigned long, 0, ULONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_float_llong':
H5Tconv.c:8497:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:8497:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8497:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8497:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:8497:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8497:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8497:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8497:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8497:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8497:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8497:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8497:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8497:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8497:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8497:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8497:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8497:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8497:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, LLONG, float, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_float_ullong':
H5Tconv.c:8524:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:8524:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8524:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8524:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:8524:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8524:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8524:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8524:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8524:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8524:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8524:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8524:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8524:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8524:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8524:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8524:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8524:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8524:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(FLOAT, ULLONG, float, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_double_llong':
H5Tconv.c:8551:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:8551:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8551:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8551:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:8551:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8551:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8551:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8551:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8551:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8551:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8551:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8551:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8551:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8551:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8551:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8551:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8551:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8551:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, LLONG, double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_double_ullong':
H5Tconv.c:8578:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:8578:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8578:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8578:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:8578:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8578:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8578:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8578:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8578:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8578:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8578:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8578:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8578:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8578:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8578:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8578:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8578:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8578:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(DOUBLE, ULLONG, double, unsigned long long, 0, ULLONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_ldouble_llong':
H5Tconv.c:8605:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:8605:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8605:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8605:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:8605:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8605:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8605:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8605:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8605:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8605:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8605:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8605:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8605:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8605:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8605:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8605:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8605:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8605:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, LLONG, long double, long long, LLONG_MIN, LLONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_ldouble_ullong':
H5Tconv.c:8632:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0,
ULLONG_MAX);
^
H5Tconv.c:8632:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8632:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:704:58: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
safe=nelmts-(((nelmts*s_stride)+(d_stride-1))/d_stride); \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8632:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0,
ULLONG_MAX);
^
H5Tconv.c:8632:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8632:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8632:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8632:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:8632:5: warning: conversion to 'long unsigned int' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8632:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0,
ULLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:732:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DALIGN,POST_SALIGN,POST_DALIGN,GUTS,s,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8632:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0,
ULLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8632:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0,
ULLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:736:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SALIGN,PRE_DNOALIGN,POST_SALIGN,POST_DNOALIGN,GUTS,s,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8632:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0,
ULLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8632:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0,
ULLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:739:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DALIGN,POST_SNOALIGN,POST_DALIGN,GUTS,src,d,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8632:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0,
ULLONG_MAX);
^
H5Tconv.c:551:53: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*(S) > (DT)(D_MAX) || (sprec < dprec && *(S) == (DT)(D_MAX))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8632:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0,
ULLONG_MAX);
^
H5Tconv.c:569:21: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if (*(S) != (ST)((DT)(*(S)))) { \
^
H5private.h:2035:28: note: in expansion of macro 'H5T_CONV_Fx_CORE'
#define H5_GLUE(x,y) x##y
^
H5Tconv.c:833:9: note: in expansion of macro 'H5_GLUE'
H5_GLUE(GUTS,_CORE)(S,D,ST,DT,D_MIN,D_MAX)
^
H5Tconv.c:814:9: note: in expansion of macro 'H5T_CONV_LOOP_GUTS'
H5T_CONV_LOOP_GUTS(GUTS,S,D,ST,DT,D_MIN,D_MAX) \
^
H5Tconv.c:798:9: note: in expansion of macro 'H5T_CONV_LOOP'
H5T_CONV_LOOP(PRE_SALIGN_GUTS,PRE_DALIGN_GUTS,POST_SALIGN_GUTS,POST_DALIGN_GUTS,GUTS,S,D,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:742:17: note: in expansion of macro 'H5T_CONV_LOOP_OUTER'
H5T_CONV_LOOP_OUTER(PRE_SNOALIGN,PRE_DNOALIGN,POST_SNOALIGN,POST_DNOALIGN,GUTS,src,dst,ST,DT,D_MIN,D_MAX)
\
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8632:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0,
ULLONG_MAX);
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:608:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE \
^
H5Tconv.c:592:5: note: in expansion of macro 'H5T_CONV'
H5T_CONV(H5T_CONV_Fx, STYPE, DTYPE, ST, DT, D_MIN, D_MAX) \
^
H5Tconv.c:8632:5: note: in expansion of macro 'H5T_CONV_Fx'
H5T_CONV_Fx(LDOUBLE, ULLONG, long double, unsigned long long, 0,
ULLONG_MAX);
^
H5Tconv.c: In function 'H5T__conv_f_i':
H5Tconv.c:8750:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
buf_size = (size_t)HDpow((double)2.0, (double)src.u.f.esize) / 8 +
1;
^
H5Tconv.c:8750:24: warning: cast from function call of type 'double' to
non-matching type 'long unsigned int' [-Wbad-function-cast]
buf_size = (size_t)HDpow((double)2.0, (double)src.u.f.esize) / 8 +
1;
^
H5Tconv.c:8826:38: warning: conversion to 'hssize_t' from 'uint64_t' may change
the sign of the result [-Wsign-conversion]
sign = H5T__bit_get_d(s, src.u.f.sign, (size_t)1);
^
H5Tconv.c:8953:38: warning: conversion to 'hssize_t' from 'uint64_t' may change
the sign of the result [-Wsign-conversion]
expo = H5T__bit_get_d(s, src.u.f.epos, src.u.f.esize);
^
H5Tconv.c:8960:21: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
expo -= (src.u.f.ebias-1);
^
H5Tconv.c:8960:26: warning: conversion to 'hssize_t' from 'long long unsigned
int' may change the sign of the result [-Wsign-conversion]
expo -= (src.u.f.ebias-1);
^
H5Tconv.c:8962:21: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
expo -= src.u.f.ebias;
^
H5Tconv.c:8962:26: warning: conversion to 'hssize_t' from 'long long unsigned
int' may change the sign of the result [-Wsign-conversion]
expo -= src.u.f.ebias;
^
H5Tconv.c:8993:17: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
H5T__bit_shift(int_buf, (ssize_t)(expo-src.u.f.msize),
(size_t)0, buf_size * 8);
^
H5Tconv.c:9198:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
sp += direction * buf_stride;
^
H5Tconv.c:9199:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dp += direction * buf_stride;
^
H5Tconv.c:9201:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
sp += direction * src_p->shared->size;
^
H5Tconv.c:9202:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dp += direction * dst_p->shared->size;
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:8696:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tconv.c: In function 'H5T__conv_i_f':
H5Tconv.c:9549:17: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
expo_max = (hsize_t)HDpow((double)2.0, (double)dst.u.f.esize)
- 1;
^
H5Tconv.c:9549:28: warning: cast from function call of type 'double' to
non-matching type 'long long unsigned int' [-Wbad-function-cast]
expo_max = (hsize_t)HDpow((double)2.0, (double)dst.u.f.esize)
- 1;
^
H5Tconv.c:9628:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
sp += direction * buf_stride;
^
H5Tconv.c:9629:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dp += direction * buf_stride;
^
H5Tconv.c:9631:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
sp += direction * src_p->shared->size;
^
H5Tconv.c:9632:21: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dp += direction * dst_p->shared->size;
^
In file included from H5Tconv.c:33:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tconv.c:9285:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tconv.c: At top level:
H5private.h:1773:15: warning: 'H5_interface_initialize_g' defined but not used
[-Wunused-variable]
static int H5_interface_initialize_g = 0;
^
H5Tconv.c:966:1: warning: 'H5T_init_conv_interface' defined but not used
[-Wunused-function]
H5T_init_conv_interface(void)
^
H5Tconv.c: In function 'H5T__conv_b_b':
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c: In function 'H5T__conv_i_i':
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c: In function 'H5T__conv_f_f':
H5Tconv.c:4323:21: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < tsize; i += 4) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:3966:21: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < tsize; i += 4) {
^
H5Tconv.c: In function 'H5T__conv_f_i':
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:8808:21: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < tsize; i += 4) {
^
H5Tconv.c: In function 'H5T__conv_i_f':
H5Tconv.c:9609:21: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < tsize; i += 4) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
H5Tconv.c:9686:9: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
for (i = 0; i < size; i += 2) {
^
CC H5Tcset.lo
CC H5Tdbg.lo
H5Tdbg.c: In function 'H5T_debug':
H5Tdbg.c:175:5: warning: enumeration value 'H5T_NO_CLASS' not handled in switch
[-Wswitch-enum]
switch(dt->shared->type) {
^
H5Tdbg.c:175:5: warning: enumeration value 'H5T_REFERENCE' not handled in
switch [-Wswitch-enum]
H5Tdbg.c:175:5: warning: enumeration value 'H5T_ARRAY' not handled in switch
[-Wswitch-enum]
H5Tdbg.c:175:5: warning: enumeration value 'H5T_NCLASSES' not handled in switch
[-Wswitch-enum]
H5Tdbg.c:220:5: warning: switch missing default case [-Wswitch-default]
switch(dt->shared->state) {
^
H5Tdbg.c:247:2: warning: enumeration value 'H5T_ORDER_ERROR' not handled in
switch [-Wswitch-enum]
switch(dt->shared->u.atomic.order) {
^
H5Tdbg.c:247:2: warning: enumeration value 'H5T_ORDER_MIXED' not handled in
switch [-Wswitch-enum]
H5Tdbg.c:279:17: warning: enumeration value 'H5T_SGN_ERROR' not handled in
switch [-Wswitch-enum]
switch(dt->shared->u.atomic.u.i.sign) {
^
H5Tdbg.c:279:17: warning: enumeration value 'H5T_NSGN' not handled in switch
[-Wswitch-enum]
H5Tdbg.c:298:17: warning: enumeration value 'H5T_NORM_ERROR' not handled in
switch [-Wswitch-enum]
switch(dt->shared->u.atomic.u.f.norm) {
^
H5Tdbg.c:277:2: warning: enumeration value 'H5T_NO_CLASS' not handled in switch
[-Wswitch-enum]
switch(dt->shared->type) {
^
H5Tdbg.c:277:2: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5Tdbg.c:277:2: warning: enumeration value 'H5T_STRING' not handled in switch
[-Wswitch-enum]
H5Tdbg.c:277:2: warning: enumeration value 'H5T_BITFIELD' not handled in switch
[-Wswitch-enum]
H5Tdbg.c:277:2: warning: enumeration value 'H5T_OPAQUE' not handled in switch
[-Wswitch-enum]
H5Tdbg.c:277:2: warning: enumeration value 'H5T_COMPOUND' not handled in switch
[-Wswitch-enum]
H5Tdbg.c:277:2: warning: enumeration value 'H5T_REFERENCE' not handled in
switch [-Wswitch-enum]
H5Tdbg.c:277:2: warning: enumeration value 'H5T_ENUM' not handled in switch
[-Wswitch-enum]
H5Tdbg.c:277:2: warning: enumeration value 'H5T_VLEN' not handled in switch
[-Wswitch-enum]
H5Tdbg.c:277:2: warning: enumeration value 'H5T_ARRAY' not handled in switch
[-Wswitch-enum]
H5Tdbg.c:277:2: warning: enumeration value 'H5T_NCLASSES' not handled in switch
[-Wswitch-enum]
H5Tdbg.c:351:9: warning: enumeration value 'H5T_LOC_BADLOC' not handled in
switch [-Wswitch-enum]
switch(dt->shared->u.vlen.loc) {
^
H5Tdbg.c:351:9: warning: enumeration value 'H5T_LOC_MAXLOC' not handled in
switch [-Wswitch-enum]
H5Tdbg.c: In function 'H5T__print_stats':
H5Tdbg.c:105:1: warning: function might be candidate for attribute 'const'
[-Wsuggest-attribute=const]
H5T__print_stats(H5T_path_t UNUSED * path, int UNUSED * nprint/*in,out*/)
^
CC H5Tdeprec.lo
CC H5Tenum.lo
H5Tenum.c: In function 'H5T__enum_create':
H5Tenum.c:136:5: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
ret_value->shared->parent = H5T_copy(parent, H5T_COPY_ALL);
^
In file included from H5Tpkg.h:39:0,
from H5Tenum.c:31:
H5Tprivate.h:109:15: note: expected 'struct H5T_t *' but argument is of type
'const struct H5T_t *'
H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
^
In file included from H5Tenum.c:27:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tenum.c:128:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tenum.c: In function 'H5T__enum_insert':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tenum.c:221:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tenum.c: In function 'H5T_enum_nameof':
H5Tenum.c:437:5: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
if(NULL == (copied_dt = H5T_copy(dt, H5T_COPY_ALL)))
^
In file included from H5Tpkg.h:39:0,
from H5Tenum.c:31:
H5Tprivate.h:109:15: note: expected 'struct H5T_t *' but argument is of type
'const struct H5T_t *'
H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
^
In file included from H5Tenum.c:27:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tenum.c:421:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Tenum.c: In function 'H5T_enum_valueof':
H5Tenum.c:576:5: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
if (NULL==(copied_dt=H5T_copy(dt, H5T_COPY_ALL)))
^
In file included from H5Tpkg.h:39:0,
from H5Tenum.c:31:
H5Tprivate.h:109:15: note: expected 'struct H5T_t *' but argument is of type
'const struct H5T_t *'
H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
^
In file included from H5Tenum.c:27:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tenum.c:563:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Tfields.lo
In file included from H5Tfields.c:27:0:
H5Tfields.c: In function 'H5T_get_nmembers':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tfields.c:122:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Tfields.c: In function 'H5T__get_member_name':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tfields.c:203:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
CC H5Tfixed.lo
H5Tfixed.c: In function 'H5Tget_sign':
H5Tfixed.c:82:21: warning: request for implicit conversion from 'void *' to
'struct H5T_t *' not permitted in C++ [-Wc++-compat]
if (NULL == (dt = H5I_object_verify(type_id,H5I_DATATYPE)))
^
In file included from H5Tfixed.c:27:0:
H5Tfixed.c: In function 'H5T_get_sign':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tfixed.c:114:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(H5T_SGN_ERROR)
^
H5Tfixed.c: In function 'H5Tset_sign':
H5Tfixed.c:161:21: warning: request for implicit conversion from 'void *' to
'struct H5T_t *' not permitted in C++ [-Wc++-compat]
if (NULL == (dt = H5I_object_verify(type_id,H5I_DATATYPE)))
^
CC H5Tfloat.lo
CC H5detect-H5detect.o
H5detect.c:115:19: warning: size of â??d_gâ?? is 12800 bytes [-Wlarger-than=]
static detected_t d_g[MAXDETECT];
^
In file included from H5detect.c:57:0:
H5detect.c: In function â??find_biasâ??:
H5private.h:298:38: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
#define MIN(a,b) (((a)<(b)) ? (a) : (b))
^
H5detect.c:1111:10: note: in expansion of macro â??MINâ??
nbits = MIN(esize, (8 - epos % 8));
^
H5detect.c:1112:22: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
mask = (1 << nbits) - 1;
^
H5detect.c:1113:40: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
b = (a[perm[epos / 8]] >> (epos % 8)) & mask;
^
H5detect.c:1117:2: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
esize -= nbits;
^
H5detect.c:1117:8: warning: conversion to â??intâ?? from â??long unsigned
intâ?? may alter its value [-Wconversion]
esize -= nbits;
^
H5detect.c:1118:2: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
epos += nbits;
^
H5detect.c:1118:7: warning: conversion to â??intâ?? from â??long unsigned
intâ?? may alter its value [-Wconversion]
epos += nbits;
^
H5detect.c: In function â??detect_C89_integersâ??:
H5detect.c:246:27: warning: conversion to â??signed charâ?? from â??intâ?? may
alter its value [-Wconversion]
_v = (_v << 8) + _i; \
^
H5detect.c:1283:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(signed char, SCHAR, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1283:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(signed char, SCHAR, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1283:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(signed char, SCHAR, d_g[nd_g]); nd_g++;
^
H5detect.c:246:27: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
_v = (_v << 8) + _i; \
^
H5detect.c:1284:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(unsigned char, UCHAR, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1284:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(unsigned char, UCHAR, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1284:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(unsigned char, UCHAR, d_g[nd_g]); nd_g++;
^
H5detect.c:246:27: warning: conversion to â??short intâ?? from â??intâ?? may
alter its value [-Wconversion]
_v = (_v << 8) + _i; \
^
H5detect.c:1285:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(short, SHORT, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1285:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(short, SHORT, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1285:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(short, SHORT, d_g[nd_g]); nd_g++;
^
H5detect.c:246:27: warning: conversion to â??short unsigned intâ?? from
â??intâ?? may alter its value [-Wconversion]
_v = (_v << 8) + _i; \
^
H5detect.c:1286:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(unsigned short, USHORT, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1286:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(unsigned short, USHORT, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1286:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(unsigned short, USHORT, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1287:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int, INT, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1287:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int, INT, d_g[nd_g]); nd_g++;
^
H5detect.c:1288:5: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
DETECT_I(unsigned int, UINT, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1288:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(unsigned int, UINT, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1288:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(unsigned int, UINT, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1289:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(long, LONG, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1289:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(long, LONG, d_g[nd_g]); nd_g++;
^
H5detect.c:1290:5: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
DETECT_I(unsigned long, ULONG, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1290:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(unsigned long, ULONG, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1290:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(unsigned long, ULONG, d_g[nd_g]); nd_g++;
^
H5detect.c: In function â??detect_C89_floatsâ??:
H5detect.c:1311:5: warning: passing argument 1 of â??memsetâ?? discards
â??volatileâ?? qualifier from pointer target type [enabled by default]
DETECT_F(float, FLOAT, d_g[nd_g]); nd_g++;
^
In file included from H5private.h:61:0,
from H5detect.c:57:
/usr/include/string.h:62:14: note: expected â??void *â?? but argument is of
type â??volatile float *â??
extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
^
H5detect.c:1311:5: warning: passing argument 1 of â??memsetâ?? discards
â??volatileâ?? qualifier from pointer target type [enabled by default]
DETECT_F(float, FLOAT, d_g[nd_g]); nd_g++;
^
In file included from H5private.h:61:0,
from H5detect.c:57:
/usr/include/string.h:62:14: note: expected â??void *â?? but argument is of
type â??volatile float *â??
extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
^
H5detect.c:1311:5: warning: passing argument 1 of â??memsetâ?? discards
â??volatileâ?? qualifier from pointer target type [enabled by default]
DETECT_F(float, FLOAT, d_g[nd_g]); nd_g++;
^
In file included from H5private.h:61:0,
from H5detect.c:57:
/usr/include/string.h:62:14: note: expected â??void *â?? but argument is of
type â??volatile float *â??
extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
^
H5detect.c:1311:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
DETECT_F(float, FLOAT, d_g[nd_g]); nd_g++;
^
H5detect.c:1311:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1311:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:313:11: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? to match other operand of binary expression [-Wdouble-promotion]
_v2 /= 256.0; \
^
H5detect.c:1311:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(float, FLOAT, d_g[nd_g]); nd_g++;
^
H5detect.c:313:11: warning: conversion to â??floatâ?? from â??doubleâ?? may
alter its value [-Wconversion]
_v2 /= 256.0; \
^
H5detect.c:1311:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(float, FLOAT, d_g[nd_g]); nd_g++;
^
H5detect.c:314:21: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf1, (const void *)&_v1, sizeof(TYPE)); \
^
H5detect.c:1311:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(float, FLOAT, d_g[nd_g]); nd_g++;
^
H5detect.c:315:21: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf3, (const void *)&_v3, sizeof(TYPE)); \
^
H5detect.c:1311:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(float, FLOAT, d_g[nd_g]); nd_g++;
^
H5detect.c:326:54: warning: to be safe all intermediate pointers in cast from
â??char **â?? to â??const char **â?? must be â??constâ?? qualified [-Wcast-qual]
fix_order(sizeof(TYPE), _first, _last, INFO.perm, (const char**)&_mesg); \
^
H5detect.c:1311:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(float, FLOAT, d_g[nd_g]); nd_g++;
^
H5detect.c:1311:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1311:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1311:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1311:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1311:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1311:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1311:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1311:5: warning: passing argument 4 of â??find_biasâ?? discards
â??volatileâ?? qualifier from pointer target type [enabled by default]
H5detect.c:1104:1: note: expected â??void *â?? but argument is of type
â??volatile float *â??
find_bias(int epos, int esize, int *perm, void *_a)
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:357:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1311:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(float, FLOAT, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:357:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1311:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(float, FLOAT, d_g[nd_g]); nd_g++;
^
H5detect.c:423:9: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(_val!=_val2) \
^
H5detect.c:357:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1311:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(float, FLOAT, d_g[nd_g]); nd_g++;
^
H5detect.c:1312:5: warning: passing argument 1 of â??memsetâ?? discards
â??volatileâ?? qualifier from pointer target type [enabled by default]
DETECT_F(double, DOUBLE, d_g[nd_g]); nd_g++;
^
In file included from H5private.h:61:0,
from H5detect.c:57:
/usr/include/string.h:62:14: note: expected â??void *â?? but argument is of
type â??volatile double *â??
extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
^
H5detect.c:1312:5: warning: passing argument 1 of â??memsetâ?? discards
â??volatileâ?? qualifier from pointer target type [enabled by default]
DETECT_F(double, DOUBLE, d_g[nd_g]); nd_g++;
^
In file included from H5private.h:61:0,
from H5detect.c:57:
/usr/include/string.h:62:14: note: expected â??void *â?? but argument is of
type â??volatile double *â??
extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
^
H5detect.c:1312:5: warning: passing argument 1 of â??memsetâ?? discards
â??volatileâ?? qualifier from pointer target type [enabled by default]
DETECT_F(double, DOUBLE, d_g[nd_g]); nd_g++;
^
In file included from H5private.h:61:0,
from H5detect.c:57:
/usr/include/string.h:62:14: note: expected â??void *â?? but argument is of
type â??volatile double *â??
extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
^
H5detect.c:1312:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
DETECT_F(double, DOUBLE, d_g[nd_g]); nd_g++;
^
H5detect.c:1312:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1312:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:314:21: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf1, (const void *)&_v1, sizeof(TYPE)); \
^
H5detect.c:1312:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(double, DOUBLE, d_g[nd_g]); nd_g++;
^
H5detect.c:315:21: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf3, (const void *)&_v3, sizeof(TYPE)); \
^
H5detect.c:1312:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(double, DOUBLE, d_g[nd_g]); nd_g++;
^
H5detect.c:326:54: warning: to be safe all intermediate pointers in cast from
â??char **â?? to â??const char **â?? must be â??constâ?? qualified [-Wcast-qual]
fix_order(sizeof(TYPE), _first, _last, INFO.perm, (const char**)&_mesg); \
^
H5detect.c:1312:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(double, DOUBLE, d_g[nd_g]); nd_g++;
^
H5detect.c:1312:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1312:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1312:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1312:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1312:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1312:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1312:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1312:5: warning: passing argument 4 of â??find_biasâ?? discards
â??volatileâ?? qualifier from pointer target type [enabled by default]
H5detect.c:1104:1: note: expected â??void *â?? but argument is of type
â??volatile double *â??
find_bias(int epos, int esize, int *perm, void *_a)
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:357:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1312:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(double, DOUBLE, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:357:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1312:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(double, DOUBLE, d_g[nd_g]); nd_g++;
^
H5detect.c:423:9: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(_val!=_val2) \
^
H5detect.c:357:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1312:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(double, DOUBLE, d_g[nd_g]); nd_g++;
^
H5detect.c: In function â??detect_C99_integers8â??:
H5detect.c:246:27: warning: conversion to â??int8_tâ?? from â??intâ?? may alter
its value [-Wconversion]
_v = (_v << 8) + _i; \
^
H5detect.c:1334:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int8_t, INT8, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1334:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int8_t, INT8, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1334:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int8_t, INT8, d_g[nd_g]); nd_g++;
^
H5detect.c:246:27: warning: conversion to â??uint8_tâ?? from â??intâ?? may
alter its value [-Wconversion]
_v = (_v << 8) + _i; \
^
H5detect.c:1337:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint8_t, UINT8, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1337:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint8_t, UINT8, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1337:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint8_t, UINT8, d_g[nd_g]); nd_g++;
^
H5detect.c:246:27: warning: conversion to â??int_least8_tâ?? from â??intâ?? may
alter its value [-Wconversion]
_v = (_v << 8) + _i; \
^
H5detect.c:1340:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_least8_t, INT_LEAST8, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1340:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_least8_t, INT_LEAST8, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1340:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_least8_t, INT_LEAST8, d_g[nd_g]); nd_g++;
^
H5detect.c:246:27: warning: conversion to â??uint_least8_tâ?? from â??intâ??
may alter its value [-Wconversion]
_v = (_v << 8) + _i; \
^
H5detect.c:1343:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_least8_t, UINT_LEAST8, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1343:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_least8_t, UINT_LEAST8, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1343:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_least8_t, UINT_LEAST8, d_g[nd_g]); nd_g++;
^
H5detect.c:246:27: warning: conversion to â??int_fast8_tâ?? from â??intâ?? may
alter its value [-Wconversion]
_v = (_v << 8) + _i; \
^
H5detect.c:1346:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_fast8_t, INT_FAST8, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1346:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_fast8_t, INT_FAST8, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1346:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_fast8_t, INT_FAST8, d_g[nd_g]); nd_g++;
^
H5detect.c:246:27: warning: conversion to â??uint_fast8_tâ?? from â??intâ?? may
alter its value [-Wconversion]
_v = (_v << 8) + _i; \
^
H5detect.c:1349:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_fast8_t, UINT_FAST8, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1349:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_fast8_t, UINT_FAST8, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1349:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_fast8_t, UINT_FAST8, d_g[nd_g]); nd_g++;
^
H5detect.c: In function â??detect_C99_integers16â??:
H5detect.c:246:27: warning: conversion to â??int16_tâ?? from â??intâ?? may
alter its value [-Wconversion]
_v = (_v << 8) + _i; \
^
H5detect.c:1372:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int16_t, INT16, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1372:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int16_t, INT16, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1372:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int16_t, INT16, d_g[nd_g]); nd_g++;
^
H5detect.c:246:27: warning: conversion to â??uint16_tâ?? from â??intâ?? may
alter its value [-Wconversion]
_v = (_v << 8) + _i; \
^
H5detect.c:1375:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint16_t, UINT16, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1375:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint16_t, UINT16, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1375:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint16_t, UINT16, d_g[nd_g]); nd_g++;
^
H5detect.c:246:27: warning: conversion to â??int_least16_tâ?? from â??intâ??
may alter its value [-Wconversion]
_v = (_v << 8) + _i; \
^
H5detect.c:1378:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_least16_t, INT_LEAST16, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1378:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_least16_t, INT_LEAST16, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1378:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_least16_t, INT_LEAST16, d_g[nd_g]); nd_g++;
^
H5detect.c:246:27: warning: conversion to â??uint_least16_tâ?? from â??intâ??
may alter its value [-Wconversion]
_v = (_v << 8) + _i; \
^
H5detect.c:1381:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_least16_t, UINT_LEAST16, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1381:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_least16_t, UINT_LEAST16, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1381:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_least16_t, UINT_LEAST16, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1384:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_fast16_t, INT_FAST16, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1384:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_fast16_t, INT_FAST16, d_g[nd_g]); nd_g++;
^
H5detect.c:1387:5: warning: conversion to â??uint_fast16_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
DETECT_I(uint_fast16_t, UINT_FAST16, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1387:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_fast16_t, UINT_FAST16, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1387:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_fast16_t, UINT_FAST16, d_g[nd_g]); nd_g++;
^
H5detect.c: In function â??detect_C99_integers32â??:
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1410:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int32_t, INT32, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1410:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int32_t, INT32, d_g[nd_g]); nd_g++;
^
H5detect.c:1413:5: warning: conversion to â??uint32_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
DETECT_I(uint32_t, UINT32, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1413:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint32_t, UINT32, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1413:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint32_t, UINT32, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1416:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_least32_t, INT_LEAST32, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1416:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_least32_t, INT_LEAST32, d_g[nd_g]); nd_g++;
^
H5detect.c:1419:5: warning: conversion to â??uint_least32_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
DETECT_I(uint_least32_t, UINT_LEAST32, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1419:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_least32_t, UINT_LEAST32, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1419:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_least32_t, UINT_LEAST32, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1422:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_fast32_t, INT_FAST32, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1422:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_fast32_t, INT_FAST32, d_g[nd_g]); nd_g++;
^
H5detect.c:1425:5: warning: conversion to â??uint_fast32_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
DETECT_I(uint_fast32_t, UINT_FAST32, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1425:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_fast32_t, UINT_FAST32, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1425:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_fast32_t, UINT_FAST32, d_g[nd_g]); nd_g++;
^
H5detect.c: In function â??detect_C99_integers64â??:
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1448:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int64_t, INT64, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1448:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int64_t, INT64, d_g[nd_g]); nd_g++;
^
H5detect.c:1451:5: warning: conversion to â??uint64_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
DETECT_I(uint64_t, UINT64, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1451:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint64_t, UINT64, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1451:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint64_t, UINT64, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1454:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_least64_t, INT_LEAST64, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1454:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_least64_t, INT_LEAST64, d_g[nd_g]); nd_g++;
^
H5detect.c:1457:5: warning: conversion to â??uint_least64_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
DETECT_I(uint_least64_t, UINT_LEAST64, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1457:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_least64_t, UINT_LEAST64, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1457:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_least64_t, UINT_LEAST64, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1460:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_fast64_t, INT_FAST64, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1460:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(int_fast64_t, INT_FAST64, d_g[nd_g]); nd_g++;
^
H5detect.c:1463:5: warning: conversion to â??uint_fast64_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
DETECT_I(uint_fast64_t, UINT_FAST64, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1463:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_fast64_t, UINT_FAST64, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1463:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(uint_fast64_t, UINT_FAST64, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1467:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(long long, LLONG, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1467:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(long long, LLONG, d_g[nd_g]); nd_g++;
^
H5detect.c:1468:5: warning: conversion to â??long long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
DETECT_I(unsigned long long, ULLONG, d_g[nd_g]); nd_g++;
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1468:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(unsigned long long, ULLONG, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:265:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1468:5: note: in expansion of macro â??DETECT_Iâ??
DETECT_I(unsigned long long, ULLONG, d_g[nd_g]); nd_g++;
^
H5detect.c: In function â??detect_C99_floatsâ??:
H5detect.c:1533:5: warning: passing argument 1 of â??memsetâ?? discards
â??volatileâ?? qualifier from pointer target type [enabled by default]
DETECT_F(long double, LDOUBLE, d_g[nd_g]); nd_g++;
^
In file included from H5private.h:61:0,
from H5detect.c:57:
/usr/include/string.h:62:14: note: expected â??void *â?? but argument is of
type â??volatile long double *â??
extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
^
H5detect.c:1533:5: warning: passing argument 1 of â??memsetâ?? discards
â??volatileâ?? qualifier from pointer target type [enabled by default]
DETECT_F(long double, LDOUBLE, d_g[nd_g]); nd_g++;
^
In file included from H5private.h:61:0,
from H5detect.c:57:
/usr/include/string.h:62:14: note: expected â??void *â?? but argument is of
type â??volatile long double *â??
extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
^
H5detect.c:1533:5: warning: passing argument 1 of â??memsetâ?? discards
â??volatileâ?? qualifier from pointer target type [enabled by default]
DETECT_F(long double, LDOUBLE, d_g[nd_g]); nd_g++;
^
In file included from H5private.h:61:0,
from H5detect.c:57:
/usr/include/string.h:62:14: note: expected â??void *â?? but argument is of
type â??volatile long double *â??
extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));
^
H5detect.c:1533:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
DETECT_F(long double, LDOUBLE, d_g[nd_g]); nd_g++;
^
H5detect.c:1533:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1533:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:314:21: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf1, (const void *)&_v1, sizeof(TYPE)); \
^
H5detect.c:1533:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(long double, LDOUBLE, d_g[nd_g]); nd_g++;
^
H5detect.c:315:21: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf3, (const void *)&_v3, sizeof(TYPE)); \
^
H5detect.c:1533:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(long double, LDOUBLE, d_g[nd_g]); nd_g++;
^
H5detect.c:326:54: warning: to be safe all intermediate pointers in cast from
â??char **â?? to â??const char **â?? must be â??constâ?? qualified [-Wcast-qual]
fix_order(sizeof(TYPE), _first, _last, INFO.perm, (const char**)&_mesg); \
^
H5detect.c:1533:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(long double, LDOUBLE, d_g[nd_g]); nd_g++;
^
H5detect.c:1533:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1533:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1533:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1533:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1533:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1533:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1533:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5detect.c:1533:5: warning: passing argument 4 of â??find_biasâ?? discards
â??volatileâ?? qualifier from pointer target type [enabled by default]
H5detect.c:1104:1: note: expected â??void *â?? but argument is of type
â??volatile long double *â??
find_bias(int epos, int esize, int *perm, void *_a)
^
H5detect.c:419:78: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.size-((INFO.offset+INFO.precision)/8)),((char
*)&_val)+(INFO.size-((INFO.offset+INFO.precision)/8)),(size_t)(INFO.precision/8));
\
^
H5detect.c:357:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1533:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(long double, LDOUBLE, d_g[nd_g]); nd_g++;
^
H5detect.c:421:49: warning: cast discards â??__attribute__((noreturn))â??
qualifier from pointer target type [-Wcast-qual]
memcpy(_buf+align_g[_ano]+(INFO.offset/8),((char
*)&_val)+(INFO.offset/8),(size_t)(INFO.precision/8)); \
^
H5detect.c:357:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1533:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(long double, LDOUBLE, d_g[nd_g]); nd_g++;
^
H5detect.c:423:9: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(_val!=_val2) \
^
H5detect.c:357:4: note: in expansion of macro â??ALIGNMENTâ??
ALIGNMENT(TYPE, INFO); \
^
H5detect.c:1533:5: note: in expansion of macro â??DETECT_Fâ??
DETECT_F(long double, LDOUBLE, d_g[nd_g]); nd_g++;
^
H5detect.c: In function â??mainâ??:
H5detect.c:837:2: warning: cannot optimize possibly infinite loops
[-Wunsafe-loop-optimizations]
for (i=MIN(pass*4+3,d->size-1),
^
H5detect.c:828:2: warning: cannot optimize possibly infinite loops
[-Wunsafe-loop-optimizations]
for (i=MIN(pass*4+3,d->size-1); i>=pass*4; --i) {
^
CCLD H5detect
LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo | \
sed -e 's/-L/:/g' -e 's/ //g'`" \
./H5detect > H5Tinit.c || \
(test $HDF5_Make_Ignore && echo "*** Error ignored") || \
(rm -f H5Tinit.c ; exit 1)
unable to calculate alignment for long double
CC H5Tinit.lo
H5Tinit.c: In function 'H5TN_init_interface':
H5Tinit.c:946:5: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
dt->shared->u.atomic.u.f.esize = -1;
^
In file included from H5Tinit.c:78:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tinit.c:147:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Tnative.lo
In file included from H5Tnative.c:27:0:
H5Tnative.c: In function 'H5T_get_native_type':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tnative.c:173:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Tnative.c: In function 'H5T_get_native_integer':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tnative.c:571:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Tnative.c: In function 'H5T_get_native_float':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tnative.c:711:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Tnative.c: In function 'H5T_get_native_bitfield':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tnative.c:829:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Tnative.c: In function 'H5T_cmp_offset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tnative.c:912:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Toffset.lo
In file included from H5Toffset.c:27:0:
H5Toffset.c: In function 'H5T_get_offset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Toffset.c:143:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(-1)
^
H5Toffset.c: In function 'H5T_set_offset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Toffset.c:272:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Toh.lo
In file included from H5Toh.c:27:0:
H5Toh.c: In function 'H5O_dtype_isa':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Toh.c:107:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Toh.c: In function 'H5O_dtype_open':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Toh.c:138:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Toh.c: In function 'H5O_dtype_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Toh.c:178:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Toh.c: In function 'H5O_dtype_get_oloc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Toh.c:222:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
CC H5Topaque.lo
H5Topaque.c: In function 'H5Tset_tag':
H5Topaque.c:80:21: warning: request for implicit conversion from 'void *' to
'struct H5T_t *' not permitted in C++ [-Wc++-compat]
if (NULL == (dt = H5I_object_verify(type_id,H5I_DATATYPE)))
^
H5Topaque.c: In function 'H5Tget_tag':
H5Topaque.c:126:21: warning: request for implicit conversion from 'void *' to
'struct H5T_t *' not permitted in C++ [-Wc++-compat]
if (NULL == (dt = H5I_object_verify(type_id,H5I_DATATYPE)))
^
CC H5Torder.lo
In file included from H5Torder.c:34:0:
H5Torder.c: In function 'H5T_get_order':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Torder.c:158:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(H5T_ORDER_ERROR)
^
H5Torder.c: In function 'H5T_set_order':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Torder.c:268:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Tpad.lo
H5Tpad.c: In function 'H5Tget_pad':
H5Tpad.c:83:21: warning: request for implicit conversion from 'void *' to
'struct H5T_t *' not permitted in C++ [-Wc++-compat]
if (NULL == (dt = H5I_object_verify(type_id,H5I_DATATYPE)))
^
H5Tpad.c: In function 'H5Tset_pad':
H5Tpad.c:127:21: warning: request for implicit conversion from 'void *' to
'struct H5T_t *' not permitted in C++ [-Wc++-compat]
if (NULL == (dt = H5I_object_verify(type_id,H5I_DATATYPE)))
^
CC H5Tprecis.lo
H5Tprecis.c: In function 'H5Tget_precision':
H5Tprecis.c:90:21: warning: request for implicit conversion from 'void *' to
'struct H5T_t *' not permitted in C++ [-Wc++-compat]
if (NULL == (dt = H5I_object_verify(type_id,H5I_DATATYPE)))
^
In file included from H5Tprecis.c:27:0:
H5Tprecis.c: In function 'H5T_get_precision':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tprecis.c:124:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(0)
^
H5Tprecis.c: In function 'H5Tset_precision':
H5Tprecis.c:179:21: warning: request for implicit conversion from 'void *' to
'struct H5T_t *' not permitted in C++ [-Wc++-compat]
if (NULL == (dt = H5I_object_verify(type_id,H5I_DATATYPE)))
^
H5Tprecis.c: In function 'H5T_set_precision':
H5Tprecis.c:268:6: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch (dt->shared->type) {
^
H5Tprecis.c:268:6: warning: enumeration value 'H5T_STRING' not handled in
switch [-Wswitch-enum]
H5Tprecis.c:268:6: warning: enumeration value 'H5T_OPAQUE' not handled in
switch [-Wswitch-enum]
H5Tprecis.c:268:6: warning: enumeration value 'H5T_COMPOUND' not handled in
switch [-Wswitch-enum]
H5Tprecis.c:268:6: warning: enumeration value 'H5T_REFERENCE' not handled in
switch [-Wswitch-enum]
H5Tprecis.c:268:6: warning: enumeration value 'H5T_ENUM' not handled in switch
[-Wswitch-enum]
H5Tprecis.c:268:6: warning: enumeration value 'H5T_VLEN' not handled in switch
[-Wswitch-enum]
H5Tprecis.c:268:6: warning: enumeration value 'H5T_ARRAY' not handled in switch
[-Wswitch-enum]
H5Tprecis.c:268:6: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
In file included from H5Tprecis.c:27:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tprecis.c:236:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Tstrpad.lo
H5Tstrpad.c: In function 'H5Tget_strpad':
H5Tstrpad.c:86:21: warning: request for implicit conversion from 'void *' to
'struct H5T_t *' not permitted in C++ [-Wc++-compat]
if (NULL == (dt = H5I_object_verify(type_id,H5I_DATATYPE)))
^
H5Tstrpad.c: In function 'H5Tset_strpad':
H5Tstrpad.c:143:21: warning: request for implicit conversion from 'void *' to
'struct H5T_t *' not permitted in C++ [-Wc++-compat]
if (NULL == (dt = H5I_object_verify(type_id,H5I_DATATYPE)))
^
CC H5Tvisit.lo
H5Tvisit.c: In function 'H5T__visit':
H5Tvisit.c:119:5: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch(dt->shared->type) {
^
H5Tvisit.c:119:5: warning: enumeration value 'H5T_INTEGER' not handled in
switch [-Wswitch-enum]
H5Tvisit.c:119:5: warning: enumeration value 'H5T_FLOAT' not handled in switch
[-Wswitch-enum]
H5Tvisit.c:119:5: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5Tvisit.c:119:5: warning: enumeration value 'H5T_STRING' not handled in switch
[-Wswitch-enum]
H5Tvisit.c:119:5: warning: enumeration value 'H5T_BITFIELD' not handled in
switch [-Wswitch-enum]
H5Tvisit.c:119:5: warning: enumeration value 'H5T_OPAQUE' not handled in switch
[-Wswitch-enum]
H5Tvisit.c:119:5: warning: enumeration value 'H5T_REFERENCE' not handled in
switch [-Wswitch-enum]
H5Tvisit.c:119:5: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
In file included from H5Tvisit.c:44:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tvisit.c:104:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
CC H5Tvlen.lo
H5Tvlen.c: In function 'H5Tvlen_create':
H5Tvlen.c:116:22: warning: request for implicit conversion from 'void *' to
'struct H5T_t *' not permitted in C++ [-Wc++-compat]
if(NULL == (base = H5I_object_verify(base_id, H5I_DATATYPE)))
^
H5Tvlen.c: In function 'H5T__vlen_create':
H5Tvlen.c:168:5: warning: passing argument 1 of 'H5T_copy' discards 'const'
qualifier from pointer target type [enabled by default]
if(NULL == (dt->shared->parent = H5T_copy(base, H5T_COPY_ALL)))
^
In file included from H5Oprivate.h:41:0,
from H5Dprivate.h:27,
from H5Tvlen.c:28:
H5Tprivate.h:109:15: note: expected 'struct H5T_t *' but argument is of type
'const struct H5T_t *'
H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method);
^
In file included from H5Tvlen.c:27:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tvlen.c:153:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tvlen.c: In function 'H5T__vlen_set_loc':
H5Tvlen.c:270:59: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dt->shared->size = 4 + H5F_SIZEOF_ADDR(f) + 4;
^
H5Tvlen.c:222:9: warning: enumeration value 'H5T_LOC_MAXLOC' not handled in
switch [-Wswitch-enum]
switch(loc) {
^
In file included from H5Tvlen.c:27:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1910:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \
^
H5Tvlen.c:214:5: note: in expansion of macro 'FUNC_ENTER_PACKAGE'
FUNC_ENTER_PACKAGE
^
H5Tvlen.c: In function 'H5T_vlen_seq_mem_write':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tvlen.c:478:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Tvlen.c: In function 'H5T_vlen_str_mem_write':
H5Tvlen.c:719:20: warning: request for implicit conversion from 'void *' to
'char *' not permitted in C++ [-Wc++-compat]
if(NULL==(t=(vl_alloc_info->alloc_func)((seq_len+1)*base_size,vl_alloc_info->alloc_info)))
^
H5Tvlen.c:723:20: warning: request for implicit conversion from 'void *' to
'char *' not permitted in C++ [-Wc++-compat]
if(NULL==(t=H5MM_malloc((seq_len+1)*base_size)))
^
In file included from H5Tvlen.c:27:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tvlen.c:712:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Tvlen.c: In function 'H5T_vlen_disk_isnull':
H5Tvlen.c:847:23: warning: to be safe all intermediate pointers in cast from
'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(f,(const uint8_t **)&vl,&addr);
^
H5Tvlen.c: In function 'H5T_vlen_disk_read':
H5Tvlen.c:884:23: warning: to be safe all intermediate pointers in cast from
'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(f,(const uint8_t **)&vl,&(hobjid.addr));
^
In file included from H5Cprivate.h:37:0,
from H5ACprivate.h:35,
from H5Oprivate.h:38,
from H5Dprivate.h:27,
from H5Tvlen.c:28:
H5Fprivate.h:138:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 8); (p)++; \
^
H5Tvlen.c:885:5: note: in expansion of macro 'INT32DECODE'
INT32DECODE(vl,hobjid.idx);
^
H5Fprivate.h:139:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 16); (p)++; \
^
H5Tvlen.c:885:5: note: in expansion of macro 'INT32DECODE'
INT32DECODE(vl,hobjid.idx);
^
H5Fprivate.h:140:37: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5Tvlen.c:885:5: note: in expansion of macro 'INT32DECODE'
INT32DECODE(vl,hobjid.idx);
^
H5Fprivate.h:140:12: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5Tvlen.c:885:5: note: in expansion of macro 'INT32DECODE'
INT32DECODE(vl,hobjid.idx);
^
In file included from H5Tvlen.c:27:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tvlen.c:873:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Tvlen.c: In function 'H5T_vlen_disk_write':
H5Tvlen.c:937:28: warning: to be safe all intermediate pointers in cast from
'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(f, (const uint8_t **)&bg, &(bg_hobjid.addr));
^
In file included from H5Cprivate.h:37:0,
from H5ACprivate.h:35,
from H5Oprivate.h:38,
from H5Dprivate.h:27,
from H5Tvlen.c:28:
H5Fprivate.h:138:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 8); (p)++; \
^
H5Tvlen.c:938:9: note: in expansion of macro 'INT32DECODE'
INT32DECODE(bg, bg_hobjid.idx);
^
H5Fprivate.h:139:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 16); (p)++; \
^
H5Tvlen.c:938:9: note: in expansion of macro 'INT32DECODE'
INT32DECODE(bg, bg_hobjid.idx);
^
H5Fprivate.h:140:37: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5Tvlen.c:938:9: note: in expansion of macro 'INT32DECODE'
INT32DECODE(bg, bg_hobjid.idx);
^
H5Fprivate.h:140:12: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5Tvlen.c:938:9: note: in expansion of macro 'INT32DECODE'
INT32DECODE(bg, bg_hobjid.idx);
^
In file included from H5Tvlen.c:27:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tvlen.c:922:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Tvlen.c: In function 'H5T_vlen_disk_setnull':
H5Tvlen.c:999:28: warning: to be safe all intermediate pointers in cast from
'uint8_t **' to 'const uint8_t **' must be 'const' qualified [-Wcast-qual]
H5F_addr_decode(f, (const uint8_t **)&bg, &(bg_hobjid.addr));
^
In file included from H5Cprivate.h:37:0,
from H5ACprivate.h:35,
from H5Oprivate.h:38,
from H5Dprivate.h:27,
from H5Tvlen.c:28:
H5Fprivate.h:138:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 8); (p)++; \
^
H5Tvlen.c:1000:9: note: in expansion of macro 'INT32DECODE'
INT32DECODE(bg, bg_hobjid.idx);
^
H5Fprivate.h:139:35: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(*(p) & 0xff) << 16); (p)++; \
^
H5Tvlen.c:1000:9: note: in expansion of macro 'INT32DECODE'
INT32DECODE(bg, bg_hobjid.idx);
^
H5Fprivate.h:140:37: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5Tvlen.c:1000:9: note: in expansion of macro 'INT32DECODE'
INT32DECODE(bg, bg_hobjid.idx);
^
H5Fprivate.h:140:12: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
H5Tvlen.c:1000:9: note: in expansion of macro 'INT32DECODE'
INT32DECODE(bg, bg_hobjid.idx);
^
In file included from H5Tvlen.c:27:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tvlen.c:985:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Tvlen.c: In function 'H5T_vlen_reclaim_recurse':
H5Tvlen.c:1055:5: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch(dt->shared->type) {
^
H5Tvlen.c:1055:5: warning: enumeration value 'H5T_INTEGER' not handled in
switch [-Wswitch-enum]
H5Tvlen.c:1055:5: warning: enumeration value 'H5T_FLOAT' not handled in switch
[-Wswitch-enum]
H5Tvlen.c:1055:5: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5Tvlen.c:1055:5: warning: enumeration value 'H5T_STRING' not handled in switch
[-Wswitch-enum]
H5Tvlen.c:1055:5: warning: enumeration value 'H5T_BITFIELD' not handled in
switch [-Wswitch-enum]
H5Tvlen.c:1055:5: warning: enumeration value 'H5T_OPAQUE' not handled in switch
[-Wswitch-enum]
H5Tvlen.c:1055:5: warning: enumeration value 'H5T_REFERENCE' not handled in
switch [-Wswitch-enum]
H5Tvlen.c:1055:5: warning: enumeration value 'H5T_ENUM' not handled in switch
[-Wswitch-enum]
H5Tvlen.c:1055:5: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
In file included from H5Tvlen.c:27:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tvlen.c:1049:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Tvlen.c: In function 'H5T_vlen_reclaim':
H5Tvlen.c:1170:20: warning: request for implicit conversion from 'void *' to
'struct H5T_t *' not permitted in C++ [-Wc++-compat]
if(NULL == (dt = H5I_object_verify(type_id, H5I_DATATYPE)))
^
In file included from H5Tvlen.c:27:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tvlen.c:1163:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Tvlen.c: In function 'H5T_vlen_get_alloc_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tvlen.c:1211:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Tvlen.c: In function 'H5T_vlen_reclaim_elmt':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Tvlen.c:1266:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5TS.lo
CC H5V.lo
In file included from H5V.c:22:0:
H5V.c: In function 'H5V_array_offset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5V.c:1125:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI((HDabort(), 0)) /*lint !e527 Don't worry about
unreachable statement */
^
H5V.c: In function 'H5V_array_calc':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5V.c:1209:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5V.c: In function 'H5V_opvv':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5V.c:1334:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5WB.lo
In file included from H5WB.c:37:0:
H5WB.c: In function 'H5WB_wrap':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5WB.c:113:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5WB.c: In function 'H5WB_actual':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5WB.c:166:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5WB.c: In function 'H5WB_actual_clear':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5WB.c:234:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
CC H5Z.lo
In file included from H5Z.c:22:0:
H5Z.c: In function 'H5Z_init_interface':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Z.c:84:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Z.c: In function 'H5Z_register':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Z.c:305:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Z.c: In function 'H5Z_unregister':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Z.c:410:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Z.c: In function 'H5Z_prelude_callback':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Z.c:501:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Z.c: In function 'H5Z_prepare_prelude_callback_dcpl':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Z.c:586:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Z.c: In function 'H5Z_can_apply':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Z.c:669:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Z.c: In function 'H5Z_set_local':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Z.c:704:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Z.c: In function 'H5Z_can_apply_direct':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Z.c:734:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Z.c: In function 'H5Z_set_local_direct':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Z.c:771:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Z.c: In function 'H5Z_modify':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Z.c:805:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Z.c: In function 'H5Z_append':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Z.c:875:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Z.c: In function 'H5Z_find':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Z.c:1015:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Z.c: In function 'H5Z_pipeline':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Z.c:1074:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Z.c: In function 'H5Z_filter_info':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Z.c:1200:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Z.c: In function 'H5Z_all_filters_avail':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Z.c:1243:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Z.c: In function 'H5Z_delete':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Z.c:1287:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
CC H5Zdeflate.lo
H5Zdeflate.c: In function 'H5Z_filter_deflate':
H5Zdeflate.c:167:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
uLongf z_dst_nbytes = (uLongf)H5Z_DEFLATE_SIZE_ADJUST(nbytes);
^
In file included from H5Zdeflate.c:24:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Zdeflate.c:82:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(0)
^
CC H5Zfletcher32.lo
H5Zfletcher32.c: In function 'H5Z_filter_fletcher32':
H5Zfletcher32.c:142:16: warning: request for implicit conversion from 'void *'
to 'unsigned char *' not permitted in C++ [-Wc++-compat]
if (NULL==(dst=outbuf=H5MM_malloc(nbytes+FLETCHER_LEN)))
^
In file included from H5Zfletcher32.c:24:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Zfletcher32.c:88:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(0)
^
CC H5Znbit.lo
In file included from H5Znbit.c:18:0:
H5Znbit.c: In function 'H5Z_can_apply_nbit':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Znbit.c:138:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Znbit.c: In function 'H5Z_calc_parms_array':
H5Znbit.c:255:5: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch(dtype_base_class) {
^
H5Znbit.c:255:5: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5Znbit.c:255:5: warning: enumeration value 'H5T_STRING' not handled in switch
[-Wswitch-enum]
H5Znbit.c:255:5: warning: enumeration value 'H5T_BITFIELD' not handled in
switch [-Wswitch-enum]
H5Znbit.c:255:5: warning: enumeration value 'H5T_OPAQUE' not handled in switch
[-Wswitch-enum]
H5Znbit.c:255:5: warning: enumeration value 'H5T_REFERENCE' not handled in
switch [-Wswitch-enum]
H5Znbit.c:255:5: warning: enumeration value 'H5T_ENUM' not handled in switch
[-Wswitch-enum]
H5Znbit.c:255:5: warning: enumeration value 'H5T_VLEN' not handled in switch
[-Wswitch-enum]
H5Znbit.c:255:5: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
In file included from H5Znbit.c:18:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Znbit.c:238:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Znbit.c: In function 'H5Z_calc_parms_compound':
H5Znbit.c:340:9: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch(dtype_member_class) {
^
H5Znbit.c:340:9: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5Znbit.c:340:9: warning: enumeration value 'H5T_STRING' not handled in switch
[-Wswitch-enum]
H5Znbit.c:340:9: warning: enumeration value 'H5T_BITFIELD' not handled in
switch [-Wswitch-enum]
H5Znbit.c:340:9: warning: enumeration value 'H5T_OPAQUE' not handled in switch
[-Wswitch-enum]
H5Znbit.c:340:9: warning: enumeration value 'H5T_REFERENCE' not handled in
switch [-Wswitch-enum]
H5Znbit.c:340:9: warning: enumeration value 'H5T_ENUM' not handled in switch
[-Wswitch-enum]
H5Znbit.c:340:9: warning: enumeration value 'H5T_VLEN' not handled in switch
[-Wswitch-enum]
H5Znbit.c:340:9: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
In file included from H5Znbit.c:18:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Znbit.c:311:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Znbit.c: In function 'H5Z_set_parms_nooptype':
H5Znbit.c:410:5: warning: conversion to 'unsigned int' from 'size_t' may alter
its value [-Wconversion]
cd_values[cd_values_index++] = dtype_size;
^
In file included from H5Znbit.c:18:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Znbit.c:400:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Znbit.c: In function 'H5Z_set_parms_atomic':
H5Znbit.c:452:5: warning: conversion to 'unsigned int' from 'size_t' may alter
its value [-Wconversion]
cd_values[cd_values_index++] = dtype_size;
^
H5Znbit.c:459:5: warning: enumeration value 'H5T_ORDER_ERROR' not handled in
switch [-Wswitch-enum]
switch(dtype_order) {
^
H5Znbit.c:459:5: warning: enumeration value 'H5T_ORDER_VAX' not handled in
switch [-Wswitch-enum]
H5Znbit.c:459:5: warning: enumeration value 'H5T_ORDER_MIXED' not handled in
switch [-Wswitch-enum]
H5Znbit.c:459:5: warning: enumeration value 'H5T_ORDER_NONE' not handled in
switch [-Wswitch-enum]
H5Znbit.c:481:5: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
if(dtype_precision > dtype_size * 8 || (dtype_precision + dtype_offset) >
dtype_size * 8
^
H5Znbit.c:486:5: warning: conversion to 'unsigned int' from 'size_t' may alter
its value [-Wconversion]
cd_values[cd_values_index++] = dtype_precision;
^
H5Znbit.c:489:5: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
cd_values[cd_values_index++] = dtype_offset;
^
In file included from H5Znbit.c:18:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Znbit.c:442:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Znbit.c: In function 'H5Z_set_parms_array':
H5Znbit.c:538:5: warning: conversion to 'unsigned int' from 'size_t' may alter
its value [-Wconversion]
cd_values[cd_values_index++]=dtype_size;
^
H5Znbit.c:549:5: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch(dtype_base_class) {
^
H5Znbit.c:549:5: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5Znbit.c:549:5: warning: enumeration value 'H5T_STRING' not handled in switch
[-Wswitch-enum]
H5Znbit.c:549:5: warning: enumeration value 'H5T_BITFIELD' not handled in
switch [-Wswitch-enum]
H5Znbit.c:549:5: warning: enumeration value 'H5T_OPAQUE' not handled in switch
[-Wswitch-enum]
H5Znbit.c:549:5: warning: enumeration value 'H5T_REFERENCE' not handled in
switch [-Wswitch-enum]
H5Znbit.c:549:5: warning: enumeration value 'H5T_ENUM' not handled in switch
[-Wswitch-enum]
H5Znbit.c:549:5: warning: enumeration value 'H5T_VLEN' not handled in switch
[-Wswitch-enum]
H5Znbit.c:549:5: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
In file included from H5Znbit.c:18:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Znbit.c:528:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Znbit.c: In function 'H5Z_set_parms_compound':
H5Znbit.c:628:5: warning: conversion to 'unsigned int' from 'size_t' may alter
its value [-Wconversion]
cd_values[cd_values_index++] = dtype_size;
^
H5Znbit.c:635:5: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
cd_values[cd_values_index++] = nmembers;
^
H5Znbit.c:651:9: warning: conversion to 'unsigned int' from 'size_t' may alter
its value [-Wconversion]
cd_values[cd_values_index++] = dtype_member_offset;
^
H5Znbit.c:692:77: warning: conversion to 'unsigned int' from 'size_t' may alter
its value [-Wconversion]
cd_values[cd_values_index++] = dtype_next_member_offset -
dtype_member_offset;
^
H5Znbit.c:654:9: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch(dtype_member_class) {
^
H5Znbit.c:654:9: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5Znbit.c:654:9: warning: enumeration value 'H5T_STRING' not handled in switch
[-Wswitch-enum]
H5Znbit.c:654:9: warning: enumeration value 'H5T_BITFIELD' not handled in
switch [-Wswitch-enum]
H5Znbit.c:654:9: warning: enumeration value 'H5T_OPAQUE' not handled in switch
[-Wswitch-enum]
H5Znbit.c:654:9: warning: enumeration value 'H5T_REFERENCE' not handled in
switch [-Wswitch-enum]
H5Znbit.c:654:9: warning: enumeration value 'H5T_ENUM' not handled in switch
[-Wswitch-enum]
H5Znbit.c:654:9: warning: enumeration value 'H5T_VLEN' not handled in switch
[-Wswitch-enum]
H5Znbit.c:654:9: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
In file included from H5Znbit.c:18:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Znbit.c:618:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Znbit.c: In function 'H5Z_set_local_nbit':
H5Znbit.c:759:5: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch(dtype_class) {
^
H5Znbit.c:759:5: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5Znbit.c:759:5: warning: enumeration value 'H5T_STRING' not handled in switch
[-Wswitch-enum]
H5Znbit.c:759:5: warning: enumeration value 'H5T_BITFIELD' not handled in
switch [-Wswitch-enum]
H5Znbit.c:759:5: warning: enumeration value 'H5T_OPAQUE' not handled in switch
[-Wswitch-enum]
H5Znbit.c:759:5: warning: enumeration value 'H5T_REFERENCE' not handled in
switch [-Wswitch-enum]
H5Znbit.c:759:5: warning: enumeration value 'H5T_ENUM' not handled in switch
[-Wswitch-enum]
H5Znbit.c:759:5: warning: enumeration value 'H5T_VLEN' not handled in switch
[-Wswitch-enum]
H5Znbit.c:759:5: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
H5Znbit.c:814:5: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch(dtype_class) {
^
H5Znbit.c:814:5: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
H5Znbit.c:814:5: warning: enumeration value 'H5T_STRING' not handled in switch
[-Wswitch-enum]
H5Znbit.c:814:5: warning: enumeration value 'H5T_BITFIELD' not handled in
switch [-Wswitch-enum]
H5Znbit.c:814:5: warning: enumeration value 'H5T_OPAQUE' not handled in switch
[-Wswitch-enum]
H5Znbit.c:814:5: warning: enumeration value 'H5T_REFERENCE' not handled in
switch [-Wswitch-enum]
H5Znbit.c:814:5: warning: enumeration value 'H5T_ENUM' not handled in switch
[-Wswitch-enum]
H5Znbit.c:814:5: warning: enumeration value 'H5T_VLEN' not handled in switch
[-Wswitch-enum]
H5Znbit.c:814:5: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
H5Znbit.c:839:5: warning: conversion to 'unsigned int' from 'size_t' may alter
its value [-Wconversion]
cd_values[0] = cd_values_actual_nparms;
^
In file included from H5Znbit.c:18:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Znbit.c:742:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Znbit.c: In function 'H5Z_filter_nbit':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Znbit.c:876:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Znbit.c: In function 'H5Z_nbit_decompress_one_byte':
H5Znbit.c:973:7: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
data[data_offset + k] =
^
H5Znbit.c:974:58: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
((val >> (*buf_len - dat_len)) & ~(~0 << dat_len)) << uchar_offset;
^
H5Znbit.c:977:7: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
data[data_offset + k] =
^
H5Znbit.c:978:59: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
((val & ~(~0 << *buf_len)) << (dat_len - *buf_len)) << uchar_offset;
^
H5Znbit.c:984:7: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
data[data_offset + k] |=
^
H5Znbit.c:984:29: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
data[data_offset + k] |=
^
H5Znbit.c: In function 'H5Z_nbit_decompress_one_nooptype':
H5Znbit.c:1003:72: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
data[data_offset + i] = ((val & ~(~0 << *buf_len)) << (dat_len -
*buf_len));
^
H5Znbit.c:1003:58: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
data[data_offset + i] = ((val & ~(~0 << *buf_len)) << (dat_len -
*buf_len));
^
H5Znbit.c:1004:18: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
dat_len -= *buf_len;
^
H5Znbit.c:1009:42: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
data[data_offset + i] |= ((val >> (*buf_len - dat_len)) & ~(~0 <<
dat_len));
^
H5Znbit.c:1009:29: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
data[data_offset + i] |= ((val >> (*buf_len - dat_len)) & ~(~0 <<
dat_len));
^
H5Znbit.c:1010:7: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
*buf_len -= dat_len;
^
H5Znbit.c:1010:16: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
*buf_len -= dat_len;
^
H5Znbit.c: In function 'H5Z_nbit_decompress_one_atomic':
H5Znbit.c:1022:26: warning: conversion to 'int' from 'size_t' may alter its
value [-Wconversion]
datatype_len = p.size * 8;
^
H5Znbit.c: In function 'H5Z_nbit_decompress_one_array':
H5Znbit.c:1064:27: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.order = parms[parms_index++];
^
H5Znbit.c:1065:31: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.precision = parms[parms_index++];
^
H5Znbit.c:1066:28: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.offset = parms[parms_index++];
^
H5Znbit.c:1067:26: warning: conversion to 'unsigned int' from 'size_t' may
alter its value [-Wconversion]
n = total_size/p.size;
^
H5Znbit.c:1061:4: warning: switch missing default case [-Wswitch-default]
switch(base_class) {
^
H5Znbit.c: In function 'H5Z_nbit_decompress_one_compound':
H5Znbit.c:1115:30: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.order = parms[parms_index++];
^
H5Znbit.c:1116:34: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.precision = parms[parms_index++];
^
H5Znbit.c:1117:31: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.offset = parms[parms_index++];
^
H5Znbit.c:1112:7: warning: switch missing default case [-Wswitch-default]
switch(member_class) {
^
H5Znbit.c: In function 'H5Z_nbit_decompress':
H5Znbit.c:1159:27: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.order = parms[5];
^
H5Znbit.c:1160:31: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.precision = parms[6];
^
H5Znbit.c:1161:28: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.offset = parms[7];
^
H5Znbit.c:1155:4: warning: switch missing default case [-Wswitch-default]
switch(parms[3]) {
^
H5Znbit.c: In function 'H5Z_nbit_compress_one_byte':
H5Znbit.c:1192:4: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
val = data[data_offset + k];
^
H5Znbit.c:1198:14: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
val >>= 8 - dat_len;
^
H5Znbit.c:1203:11: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
val >>= p.offset % 8;
^
H5Znbit.c:1208:18: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
buffer[*j] |= (val & ~(~0 << dat_len)) << (*buf_len - dat_len);
^
H5Znbit.c:1211:18: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
buffer[*j] |= (val >> (dat_len - *buf_len)) & ~(~0 << *buf_len);
^
H5Znbit.c:1216:45: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
buffer[*j] = (val & ~(~0 << dat_len)) << (*buf_len - dat_len);
^
H5Znbit.c: In function 'H5Z_nbit_compress_one_nooptype':
H5Znbit.c:1233:40: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
buffer[*j] |= (val >> (dat_len - *buf_len)) & ~(~0 << *buf_len);
^
H5Znbit.c:1233:18: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
buffer[*j] |= (val >> (dat_len - *buf_len)) & ~(~0 << *buf_len);
^
H5Znbit.c:1234:18: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
dat_len -= *buf_len;
^
H5Znbit.c:1238:49: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
buffer[*j] = (val & ~(~0 << dat_len)) << (*buf_len - dat_len);
^
H5Znbit.c:1238:45: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
buffer[*j] = (val & ~(~0 << dat_len)) << (*buf_len - dat_len);
^
H5Znbit.c:1239:7: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
*buf_len -= dat_len;
^
H5Znbit.c:1239:16: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
*buf_len -= dat_len;
^
H5Znbit.c: In function 'H5Z_nbit_compress_one_atomic':
H5Znbit.c:1250:26: warning: conversion to 'int' from 'size_t' may alter its
value [-Wconversion]
datatype_len = p.size * 8;
^
H5Znbit.c: In function 'H5Z_nbit_compress_one_array':
H5Znbit.c:1291:27: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.order = parms[parms_index++];
^
H5Znbit.c:1292:31: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.precision = parms[parms_index++];
^
H5Znbit.c:1293:28: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.offset = parms[parms_index++];
^
H5Znbit.c:1294:26: warning: conversion to 'unsigned int' from 'size_t' may
alter its value [-Wconversion]
n = total_size/p.size;
^
H5Znbit.c:1288:4: warning: switch missing default case [-Wswitch-default]
switch(base_class) {
^
H5Znbit.c: In function 'H5Z_nbit_compress_one_compound':
H5Znbit.c:1342:30: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.order = parms[parms_index++];
^
H5Znbit.c:1343:34: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.precision = parms[parms_index++];
^
H5Znbit.c:1344:31: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.offset = parms[parms_index++];
^
H5Znbit.c:1339:7: warning: switch missing default case [-Wswitch-default]
switch(member_class) {
^
H5Znbit.c: In function 'H5Z_nbit_compress':
H5Znbit.c:1385:27: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.order = parms[5];
^
H5Znbit.c:1386:31: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.precision = parms[6];
^
H5Znbit.c:1387:28: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
p.offset = parms[7];
^
H5Znbit.c:1381:4: warning: switch missing default case [-Wswitch-default]
switch(parms[3]) {
^
CC H5Zshuffle.lo
H5Zshuffle.c: In function 'H5Z_set_local_shuffle':
H5Zshuffle.c:84:22: warning: request for implicit conversion from 'void *' to
'const struct H5T_t *' not permitted in C++ [-Wc++-compat]
if(NULL == (type = H5I_object_verify(type_id, H5I_DATATYPE)))
^
In file included from H5Zshuffle.c:19:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Zshuffle.c:77:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Zshuffle.c: In function 'H5Z_filter_shuffle':
H5Zshuffle.c:185:17: warning: switch missing default case [-Wswitch-default]
switch (numofelements % 8) {
^
H5Zshuffle.c:240:17: warning: switch missing default case [-Wswitch-default]
switch (numofelements % 8) {
^
In file included from H5Zshuffle.c:19:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Zshuffle.c:142:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(0)
^
CC H5Zszip.lo
CC H5Zscaleoffset.lo
In file included from H5Zscaleoffset.c:18:0:
H5Zscaleoffset.c: In function 'H5Z_can_apply_scaleoffset':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Zscaleoffset.c:701:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Zscaleoffset.c: In function 'H5Z_scaleoffset_get_type':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Zscaleoffset.c:753:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Zscaleoffset.c: In function 'H5Z_scaleoffset_set_parms_fillval':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Zscaleoffset.c:812:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Zscaleoffset.c: In function 'H5Z_set_local_scaleoffset':
H5Zscaleoffset.c:942:5: warning: conversion to 'unsigned int' from 'size_t' may
alter its value [-Wconversion]
cd_values[H5Z_SCALEOFFSET_PARM_SIZE] = dtype_size;
^
H5Zscaleoffset.c:971:5: warning: enumeration value 'H5T_ORDER_MIXED' not
handled in switch [-Wswitch-enum]
switch(dtype_order) {
^
In file included from H5Zscaleoffset.c:18:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Zscaleoffset.c:878:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Zscaleoffset.c: In function 'H5Z_filter_scaleoffset':
H5Zscaleoffset.c:1050:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
double D_val = 0.0; /* decimal scale factor */
^
H5Zscaleoffset.c:1067:5: warning: enumeration value 'H5T_ORDER_MIXED' not
handled in switch [-Wswitch-enum]
switch(H5T_native_order_g) {
^
In file included from H5Zscaleoffset.c:18:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Zscaleoffset.c:1060:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Zscaleoffset.c: In function 'H5Z_scaleoffset_convert':
H5Zscaleoffset.c:1330:48: warning: conversion to 'unsigned int' from 'size_t'
may alter its value [-Wconversion]
for(i = 0; i < d_nelmts * dtype_size; i += dtype_size)
^
H5Zscaleoffset.c: In function 'H5Z_scaleoffset_precompress_fd':
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:397:33: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
if(H5Z_scaleoffset_rnd(max*HDpow(10.0, D_val) - min*HDpow(10.0, D_val))
\
^
H5Zscaleoffset.c:562:7: note: in expansion of macro 'H5Z_scaleoffset_check_3'
H5Z_scaleoffset_check_3(i, type, max, min, minbits, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:397:58: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
if(H5Z_scaleoffset_rnd(max*HDpow(10.0, D_val) - min*HDpow(10.0, D_val))
\
^
H5Zscaleoffset.c:562:7: note: in expansion of macro 'H5Z_scaleoffset_check_3'
H5Z_scaleoffset_check_3(i, type, max, min, minbits, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:402:33: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
if(H5Z_scaleoffset_rnd(max*HDpow(10.0, D_val) - min*HDpow(10.0, D_val))
\
^
H5Zscaleoffset.c:562:7: note: in expansion of macro 'H5Z_scaleoffset_check_3'
H5Z_scaleoffset_check_3(i, type, max, min, minbits, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:402:58: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
if(H5Z_scaleoffset_rnd(max*HDpow(10.0, D_val) - min*HDpow(10.0, D_val))
\
^
H5Zscaleoffset.c:562:7: note: in expansion of macro 'H5Z_scaleoffset_check_3'
H5Z_scaleoffset_check_3(i, type, max, min, minbits, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:407:33: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
if(H5Z_scaleoffset_rnd(max*HDpow(10.0, D_val) - min*HDpow(10.0, D_val))
\
^
H5Zscaleoffset.c:562:7: note: in expansion of macro 'H5Z_scaleoffset_check_3'
H5Z_scaleoffset_check_3(i, type, max, min, minbits, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:407:58: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
if(H5Z_scaleoffset_rnd(max*HDpow(10.0, D_val) - min*HDpow(10.0, D_val))
\
^
H5Zscaleoffset.c:562:7: note: in expansion of macro 'H5Z_scaleoffset_check_3'
H5Z_scaleoffset_check_3(i, type, max, min, minbits, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:563:38: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
span = H5Z_scaleoffset_rnd(max * HDpow(10.0, D_val) - min * HDpow(10.0,
D_val)) + 1; \
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:563:65: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
span = H5Z_scaleoffset_rnd(max * HDpow(10.0, D_val) - min * HDpow(10.0,
D_val)) + 1; \
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:563:87: warning: conversion to 'long long unsigned int' from
'double' may alter its value [-Wconversion]
span = H5Z_scaleoffset_rnd(max * HDpow(10.0, D_val) - min * HDpow(10.0,
D_val)) + 1; \
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:490:37: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
buf[i]*HDpow(10.0, D_val) - min*HDpow(10.0,
D_val)); \
^
H5Zscaleoffset.c:566:10: note: in expansion of macro 'H5Z_scaleoffset_modify_1'
H5Z_scaleoffset_modify_1(i, type, buf, d_nelmts, filval, minbits,
min, D_val) \
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:490:62: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
buf[i]*HDpow(10.0, D_val) - min*HDpow(10.0,
D_val)); \
^
H5Zscaleoffset.c:566:10: note: in expansion of macro 'H5Z_scaleoffset_modify_1'
H5Z_scaleoffset_modify_1(i, type, buf, d_nelmts, filval, minbits,
min, D_val) \
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:489:50: warning: conversion to 'int' from 'double' may alter
its value [-Wconversion]
*(int *)&buf[i] = H5Z_scaleoffset_rnd(
\
^
H5Zscaleoffset.c:566:10: note: in expansion of macro 'H5Z_scaleoffset_modify_1'
H5Z_scaleoffset_modify_1(i, type, buf, d_nelmts, filval, minbits,
min, D_val) \
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:498:38: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
buf[i]*HDpow(10.0, D_val) - min*HDpow(10.0,
D_val)); \
^
H5Zscaleoffset.c:566:10: note: in expansion of macro 'H5Z_scaleoffset_modify_1'
H5Z_scaleoffset_modify_1(i, type, buf, d_nelmts, filval, minbits,
min, D_val) \
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:498:63: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
buf[i]*HDpow(10.0, D_val) - min*HDpow(10.0,
D_val)); \
^
H5Zscaleoffset.c:566:10: note: in expansion of macro 'H5Z_scaleoffset_modify_1'
H5Z_scaleoffset_modify_1(i, type, buf, d_nelmts, filval, minbits,
min, D_val) \
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:497:51: warning: conversion to 'long int' from 'double' may
alter its value [-Wconversion]
*(long *)&buf[i] = H5Z_scaleoffset_rnd(
\
^
H5Zscaleoffset.c:566:10: note: in expansion of macro 'H5Z_scaleoffset_modify_1'
H5Z_scaleoffset_modify_1(i, type, buf, d_nelmts, filval, minbits,
min, D_val) \
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:506:43: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
buf[i]*HDpow(10.0, D_val) -
min*HDpow(10.0, D_val)); \
^
H5Zscaleoffset.c:566:10: note: in expansion of macro 'H5Z_scaleoffset_modify_1'
H5Z_scaleoffset_modify_1(i, type, buf, d_nelmts, filval, minbits,
min, D_val) \
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:506:68: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
buf[i]*HDpow(10.0, D_val) -
min*HDpow(10.0, D_val)); \
^
H5Zscaleoffset.c:566:10: note: in expansion of macro 'H5Z_scaleoffset_modify_1'
H5Z_scaleoffset_modify_1(i, type, buf, d_nelmts, filval, minbits,
min, D_val) \
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:505:56: warning: conversion to 'long long int' from 'double'
may alter its value [-Wconversion]
*(long long *)&buf[i] = H5Z_scaleoffset_rnd(
\
^
H5Zscaleoffset.c:566:10: note: in expansion of macro 'H5Z_scaleoffset_modify_1'
H5Z_scaleoffset_modify_1(i, type, buf, d_nelmts, filval, minbits,
min, D_val) \
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:397:33: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
if(H5Z_scaleoffset_rnd(max*HDpow(10.0, D_val) - min*HDpow(10.0, D_val))
\
^
H5Zscaleoffset.c:569:7: note: in expansion of macro 'H5Z_scaleoffset_check_3'
H5Z_scaleoffset_check_3(i, type, max, min, minbits, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:397:58: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
if(H5Z_scaleoffset_rnd(max*HDpow(10.0, D_val) - min*HDpow(10.0, D_val))
\
^
H5Zscaleoffset.c:569:7: note: in expansion of macro 'H5Z_scaleoffset_check_3'
H5Z_scaleoffset_check_3(i, type, max, min, minbits, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:402:33: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
if(H5Z_scaleoffset_rnd(max*HDpow(10.0, D_val) - min*HDpow(10.0, D_val))
\
^
H5Zscaleoffset.c:569:7: note: in expansion of macro 'H5Z_scaleoffset_check_3'
H5Z_scaleoffset_check_3(i, type, max, min, minbits, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:402:58: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
if(H5Z_scaleoffset_rnd(max*HDpow(10.0, D_val) - min*HDpow(10.0, D_val))
\
^
H5Zscaleoffset.c:569:7: note: in expansion of macro 'H5Z_scaleoffset_check_3'
H5Z_scaleoffset_check_3(i, type, max, min, minbits, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:407:33: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
if(H5Z_scaleoffset_rnd(max*HDpow(10.0, D_val) - min*HDpow(10.0, D_val))
\
^
H5Zscaleoffset.c:569:7: note: in expansion of macro 'H5Z_scaleoffset_check_3'
H5Z_scaleoffset_check_3(i, type, max, min, minbits, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:407:58: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
if(H5Z_scaleoffset_rnd(max*HDpow(10.0, D_val) - min*HDpow(10.0, D_val))
\
^
H5Zscaleoffset.c:569:7: note: in expansion of macro 'H5Z_scaleoffset_check_3'
H5Z_scaleoffset_check_3(i, type, max, min, minbits, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:570:38: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
span = H5Z_scaleoffset_rnd(max * HDpow(10.0, D_val) - min * HDpow(10.0,
D_val)) + 1; \
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:570:65: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
span = H5Z_scaleoffset_rnd(max * HDpow(10.0, D_val) - min * HDpow(10.0,
D_val)) + 1; \
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:570:87: warning: conversion to 'long long unsigned int' from
'double' may alter its value [-Wconversion]
span = H5Z_scaleoffset_rnd(max * HDpow(10.0, D_val) - min * HDpow(10.0,
D_val)) + 1; \
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:518:34: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
buf[i]*HDpow(10.0, D_val) - min*HDpow(10.0,
D_val)); \
^
H5Zscaleoffset.c:573:10: note: in expansion of macro 'H5Z_scaleoffset_modify_2'
H5Z_scaleoffset_modify_2(i, type, buf, d_nelmts, min, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:518:59: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
buf[i]*HDpow(10.0, D_val) - min*HDpow(10.0,
D_val)); \
^
H5Zscaleoffset.c:573:10: note: in expansion of macro 'H5Z_scaleoffset_modify_2'
H5Z_scaleoffset_modify_2(i, type, buf, d_nelmts, min, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:517:47: warning: conversion to 'int' from 'double' may alter
its value [-Wconversion]
*(int *)&buf[i] = H5Z_scaleoffset_rnd(
\
^
H5Zscaleoffset.c:573:10: note: in expansion of macro 'H5Z_scaleoffset_modify_2'
H5Z_scaleoffset_modify_2(i, type, buf, d_nelmts, min, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:522:35: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
buf[i]*HDpow(10.0, D_val) - min*HDpow(10.0,
D_val)); \
^
H5Zscaleoffset.c:573:10: note: in expansion of macro 'H5Z_scaleoffset_modify_2'
H5Z_scaleoffset_modify_2(i, type, buf, d_nelmts, min, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:522:60: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
buf[i]*HDpow(10.0, D_val) - min*HDpow(10.0,
D_val)); \
^
H5Zscaleoffset.c:573:10: note: in expansion of macro 'H5Z_scaleoffset_modify_2'
H5Z_scaleoffset_modify_2(i, type, buf, d_nelmts, min, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:521:48: warning: conversion to 'long int' from 'double' may
alter its value [-Wconversion]
*(long *)&buf[i] = H5Z_scaleoffset_rnd(
\
^
H5Zscaleoffset.c:573:10: note: in expansion of macro 'H5Z_scaleoffset_modify_2'
H5Z_scaleoffset_modify_2(i, type, buf, d_nelmts, min, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:526:40: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
buf[i]*HDpow(10.0, D_val) - min*HDpow(10.0,
D_val)); \
^
H5Zscaleoffset.c:573:10: note: in expansion of macro 'H5Z_scaleoffset_modify_2'
H5Z_scaleoffset_modify_2(i, type, buf, d_nelmts, min, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1519:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:526:65: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
buf[i]*HDpow(10.0, D_val) - min*HDpow(10.0,
D_val)); \
^
H5Zscaleoffset.c:573:10: note: in expansion of macro 'H5Z_scaleoffset_modify_2'
H5Z_scaleoffset_modify_2(i, type, buf, d_nelmts, min, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:525:53: warning: conversion to 'long long int' from 'double'
may alter its value [-Wconversion]
*(long long *)&buf[i] = H5Z_scaleoffset_rnd(
\
^
H5Zscaleoffset.c:573:10: note: in expansion of macro 'H5Z_scaleoffset_modify_2'
H5Z_scaleoffset_modify_2(i, type, buf, d_nelmts, min, D_val)
\
^
H5Zscaleoffset.c:1519:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(float, data, d_nelmts,
^
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Z_scaleoffset_precompress_3(double, data, d_nelmts,
^
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:563:87: warning: conversion to 'long long unsigned int' from
'double' may alter its value [-Wconversion]
span = H5Z_scaleoffset_rnd(max * HDpow(10.0, D_val) - min * HDpow(10.0,
D_val)) + 1; \
^
H5Zscaleoffset.c:1522:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(double, data, d_nelmts,
^
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:489:50: warning: conversion to 'int' from 'double' may alter
its value [-Wconversion]
*(int *)&buf[i] = H5Z_scaleoffset_rnd(
\
^
H5Zscaleoffset.c:566:10: note: in expansion of macro 'H5Z_scaleoffset_modify_1'
H5Z_scaleoffset_modify_1(i, type, buf, d_nelmts, filval, minbits,
min, D_val) \
^
H5Zscaleoffset.c:1522:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(double, data, d_nelmts,
^
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:497:51: warning: conversion to 'long int' from 'double' may
alter its value [-Wconversion]
*(long *)&buf[i] = H5Z_scaleoffset_rnd(
\
^
H5Zscaleoffset.c:566:10: note: in expansion of macro 'H5Z_scaleoffset_modify_1'
H5Z_scaleoffset_modify_1(i, type, buf, d_nelmts, filval, minbits,
min, D_val) \
^
H5Zscaleoffset.c:1522:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(double, data, d_nelmts,
^
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:505:56: warning: conversion to 'long long int' from 'double'
may alter its value [-Wconversion]
*(long long *)&buf[i] = H5Z_scaleoffset_rnd(
\
^
H5Zscaleoffset.c:566:10: note: in expansion of macro 'H5Z_scaleoffset_modify_1'
H5Z_scaleoffset_modify_1(i, type, buf, d_nelmts, filval, minbits,
min, D_val) \
^
H5Zscaleoffset.c:1522:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(double, data, d_nelmts,
^
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:570:87: warning: conversion to 'long long unsigned int' from
'double' may alter its value [-Wconversion]
span = H5Z_scaleoffset_rnd(max * HDpow(10.0, D_val) - min * HDpow(10.0,
D_val)) + 1; \
^
H5Zscaleoffset.c:1522:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(double, data, d_nelmts,
^
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:517:47: warning: conversion to 'int' from 'double' may alter
its value [-Wconversion]
*(int *)&buf[i] = H5Z_scaleoffset_rnd(
\
^
H5Zscaleoffset.c:573:10: note: in expansion of macro 'H5Z_scaleoffset_modify_2'
H5Z_scaleoffset_modify_2(i, type, buf, d_nelmts, min, D_val)
\
^
H5Zscaleoffset.c:1522:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(double, data, d_nelmts,
^
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:521:48: warning: conversion to 'long int' from 'double' may
alter its value [-Wconversion]
*(long *)&buf[i] = H5Z_scaleoffset_rnd(
\
^
H5Zscaleoffset.c:573:10: note: in expansion of macro 'H5Z_scaleoffset_modify_2'
H5Z_scaleoffset_modify_2(i, type, buf, d_nelmts, min, D_val)
\
^
H5Zscaleoffset.c:1522:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(double, data, d_nelmts,
^
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1522:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:525:53: warning: conversion to 'long long int' from 'double'
may alter its value [-Wconversion]
*(long long *)&buf[i] = H5Z_scaleoffset_rnd(
\
^
H5Zscaleoffset.c:573:10: note: in expansion of macro 'H5Z_scaleoffset_modify_2'
H5Z_scaleoffset_modify_2(i, type, buf, d_nelmts, min, D_val)
\
^
H5Zscaleoffset.c:1522:7: note: in expansion of macro
'H5Z_scaleoffset_precompress_3'
H5Z_scaleoffset_precompress_3(double, data, d_nelmts,
^
In file included from H5Zscaleoffset.c:18:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Zscaleoffset.c:1516:4: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Zscaleoffset.c: In function 'H5Z_scaleoffset_postdecompress_fd':
H5Zscaleoffset.c:1542:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Z_scaleoffset_postdecompress_3(float, data, d_nelmts, filavail,
^
H5Zscaleoffset.c:631:75: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
filval : (double)(*(int *)&buf[i]) / HDpow(10.0, D_val) +
min); \
^
H5Zscaleoffset.c:671:7: note: in expansion of macro 'H5Z_scaleoffset_modify_3'
H5Z_scaleoffset_modify_3(i, type, buf, d_nelmts, filval, minbits, min,
D_val) \
^
H5Zscaleoffset.c:1542:7: note: in expansion of macro
'H5Z_scaleoffset_postdecompress_3'
H5Z_scaleoffset_postdecompress_3(float, data, d_nelmts, filavail,
^
H5Zscaleoffset.c:631:26: warning: implicit conversion from 'float' to 'double'
to match other result of conditional [-Wdouble-promotion]
filval : (double)(*(int *)&buf[i]) / HDpow(10.0, D_val) +
min); \
^
H5Zscaleoffset.c:671:7: note: in expansion of macro 'H5Z_scaleoffset_modify_3'
H5Z_scaleoffset_modify_3(i, type, buf, d_nelmts, filval, minbits, min,
D_val) \
^
H5Zscaleoffset.c:1542:7: note: in expansion of macro
'H5Z_scaleoffset_postdecompress_3'
H5Z_scaleoffset_postdecompress_3(float, data, d_nelmts, filavail,
^
H5Zscaleoffset.c:1542:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:635:76: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
filval : (double)(*(long *)&buf[i]) / HDpow(10.0, D_val) +
min); \
^
H5Zscaleoffset.c:671:7: note: in expansion of macro 'H5Z_scaleoffset_modify_3'
H5Z_scaleoffset_modify_3(i, type, buf, d_nelmts, filval, minbits, min,
D_val) \
^
H5Zscaleoffset.c:1542:7: note: in expansion of macro
'H5Z_scaleoffset_postdecompress_3'
H5Z_scaleoffset_postdecompress_3(float, data, d_nelmts, filavail,
^
H5Zscaleoffset.c:635:26: warning: implicit conversion from 'float' to 'double'
to match other result of conditional [-Wdouble-promotion]
filval : (double)(*(long *)&buf[i]) / HDpow(10.0, D_val) +
min); \
^
H5Zscaleoffset.c:671:7: note: in expansion of macro 'H5Z_scaleoffset_modify_3'
H5Z_scaleoffset_modify_3(i, type, buf, d_nelmts, filval, minbits, min,
D_val) \
^
H5Zscaleoffset.c:1542:7: note: in expansion of macro
'H5Z_scaleoffset_postdecompress_3'
H5Z_scaleoffset_postdecompress_3(float, data, d_nelmts, filavail,
^
H5Zscaleoffset.c:1542:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:639:81: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
filval : (double)(*(long long *)&buf[i]) / HDpow(10.0,
D_val) + min); \
^
H5Zscaleoffset.c:671:7: note: in expansion of macro 'H5Z_scaleoffset_modify_3'
H5Z_scaleoffset_modify_3(i, type, buf, d_nelmts, filval, minbits, min,
D_val) \
^
H5Zscaleoffset.c:1542:7: note: in expansion of macro
'H5Z_scaleoffset_postdecompress_3'
H5Z_scaleoffset_postdecompress_3(float, data, d_nelmts, filavail,
^
H5Zscaleoffset.c:639:26: warning: implicit conversion from 'float' to 'double'
to match other result of conditional [-Wdouble-promotion]
filval : (double)(*(long long *)&buf[i]) / HDpow(10.0,
D_val) + min); \
^
H5Zscaleoffset.c:671:7: note: in expansion of macro 'H5Z_scaleoffset_modify_3'
H5Z_scaleoffset_modify_3(i, type, buf, d_nelmts, filval, minbits, min,
D_val) \
^
H5Zscaleoffset.c:1542:7: note: in expansion of macro
'H5Z_scaleoffset_postdecompress_3'
H5Z_scaleoffset_postdecompress_3(float, data, d_nelmts, filavail,
^
H5Zscaleoffset.c:1542:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:649:73: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
buf[i] = (type)((double)(*(int *)&buf[i]) / HDpow(10.0, D_val) +
min); \
^
H5Zscaleoffset.c:673:7: note: in expansion of macro 'H5Z_scaleoffset_modify_4'
H5Z_scaleoffset_modify_4(i, type, buf, d_nelmts, min, D_val)
\
^
H5Zscaleoffset.c:1542:7: note: in expansion of macro
'H5Z_scaleoffset_postdecompress_3'
H5Z_scaleoffset_postdecompress_3(float, data, d_nelmts, filavail,
^
H5Zscaleoffset.c:1542:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:652:74: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
buf[i] = (type)((double)(*(long *)&buf[i]) / HDpow(10.0, D_val) +
min); \
^
H5Zscaleoffset.c:673:7: note: in expansion of macro 'H5Z_scaleoffset_modify_4'
H5Z_scaleoffset_modify_4(i, type, buf, d_nelmts, min, D_val)
\
^
H5Zscaleoffset.c:1542:7: note: in expansion of macro
'H5Z_scaleoffset_postdecompress_3'
H5Z_scaleoffset_postdecompress_3(float, data, d_nelmts, filavail,
^
H5Zscaleoffset.c:1542:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:655:79: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
buf[i] = (type)((double)(*(long long *)&buf[i]) / HDpow(10.0, D_val)
+ min); \
^
H5Zscaleoffset.c:673:7: note: in expansion of macro 'H5Z_scaleoffset_modify_4'
H5Z_scaleoffset_modify_4(i, type, buf, d_nelmts, min, D_val)
\
^
H5Zscaleoffset.c:1542:7: note: in expansion of macro
'H5Z_scaleoffset_postdecompress_3'
H5Z_scaleoffset_postdecompress_3(float, data, d_nelmts, filavail,
^
H5Zscaleoffset.c:1545:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Z_scaleoffset_postdecompress_3(double, data, d_nelmts, filavail,
^
H5Zscaleoffset.c:1545:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1545:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1545:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1545:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5Zscaleoffset.c:1545:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
In file included from H5Zscaleoffset.c:18:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Zscaleoffset.c:1539:4: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Zscaleoffset.c: In function 'H5Z_scaleoffset_decompress_one_atomic':
H5Zscaleoffset.c:1602:23: warning: conversion to 'unsigned int' from 'size_t'
may alter its value [-Wconversion]
dtype_len = p.size * 8;
^
H5Zscaleoffset.c:1605:28: warning: conversion to 'unsigned int' from 'size_t'
may alter its value [-Wconversion]
begin_i = p.size - 1 - (dtype_len - p.minbits) / 8;
^
H5Zscaleoffset.c: In function 'H5Z_scaleoffset_compress_one_atomic':
H5Zscaleoffset.c:1685:23: warning: conversion to 'unsigned int' from 'size_t'
may alter its value [-Wconversion]
dtype_len = p.size * 8;
^
H5Zscaleoffset.c:1688:28: warning: conversion to 'unsigned int' from 'size_t'
may alter its value [-Wconversion]
begin_i = p.size - 1 - (dtype_len - p.minbits) / 8;
^
H5Zscaleoffset.c: In function 'H5Z_scaleoffset_log2':
H5Zscaleoffset.c:1370:1: warning: function might be candidate for attribute
'const' if it is known to return normally [-Wsuggest-attribute=const]
H5Z_scaleoffset_log2(unsigned long long num)
^
CC H5Ztrans.lo
In file included from H5Ztrans.c:19:0:
H5Ztrans.c: In function 'H5Z_get_token':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ztrans.c:414:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ztrans.c: In function 'H5Z_xform_parse':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ztrans.c:576:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Ztrans.c: In function 'H5Z_parse_expression':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ztrans.c:615:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ztrans.c: In function 'H5Z_parse_term':
H5Ztrans.c:718:9: warning: enumeration value 'H5Z_XFORM_ERROR' not handled in
switch [-Wswitch-enum]
switch (current->tok_type) {
^
H5Ztrans.c:718:9: warning: enumeration value 'H5Z_XFORM_INTEGER' not handled in
switch [-Wswitch-enum]
H5Ztrans.c:718:9: warning: enumeration value 'H5Z_XFORM_FLOAT' not handled in
switch [-Wswitch-enum]
H5Ztrans.c:718:9: warning: enumeration value 'H5Z_XFORM_SYMBOL' not handled in
switch [-Wswitch-enum]
H5Ztrans.c:718:9: warning: enumeration value 'H5Z_XFORM_PLUS' not handled in
switch [-Wswitch-enum]
H5Ztrans.c:718:9: warning: enumeration value 'H5Z_XFORM_MINUS' not handled in
switch [-Wswitch-enum]
H5Ztrans.c:718:9: warning: enumeration value 'H5Z_XFORM_LPAREN' not handled in
switch [-Wswitch-enum]
In file included from H5Ztrans.c:19:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ztrans.c:709:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ztrans.c: In function 'H5Z_parse_factor':
H5Ztrans.c:804:5: warning: enumeration value 'H5Z_XFORM_ERROR' not handled in
switch [-Wswitch-enum]
switch (current->tok_type) {
^
H5Ztrans.c:804:5: warning: enumeration value 'H5Z_XFORM_MULT' not handled in
switch [-Wswitch-enum]
H5Ztrans.c:804:5: warning: enumeration value 'H5Z_XFORM_DIVIDE' not handled in
switch [-Wswitch-enum]
In file included from H5Ztrans.c:19:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ztrans.c:800:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ztrans.c: In function 'H5Z_new_node':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ztrans.c:939:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ztrans.c: In function 'H5Z_xform_eval':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ztrans.c:972:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Ztrans.c: In function 'H5Z_xform_eval_full':
H5Ztrans.c:1123:46: warning: conversion to 'char' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'char' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'char' from 'int' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'unsigned char' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'unsigned char' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'signed char' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'signed char' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'signed char' from 'int' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'short int' from 'double' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'short int' from 'double' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'short int' from 'int' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'short unsigned int' from 'double'
may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'short unsigned int' from 'double'
may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'short unsigned int' from 'int' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'int' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'int' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'unsigned int' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'unsigned int' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:11: warning: conversion to 'double' from 'long int' may alter
its value [-Wconversion]
*p = *p OP tree_val; \
^
H5Ztrans.c:210:2: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1((RESL), (RESR), long, OP, (SIZE)) \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'long int' from 'double' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:23: warning: conversion to 'double' from 'long int' may alter
its value [-Wconversion]
*p = tree_val OP *p; \
^
H5Ztrans.c:210:2: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1((RESL), (RESR), long, OP, (SIZE)) \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'long int' from 'double' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:11: warning: conversion to 'double' from 'long unsigned int' may
alter its value [-Wconversion]
*p = *p OP tree_val; \
^
H5Ztrans.c:212:2: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1((RESL), (RESR), unsigned long, OP, (SIZE)) \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'long unsigned int' from 'double'
may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:23: warning: conversion to 'double' from 'long unsigned int' may
alter its value [-Wconversion]
*p = tree_val OP *p; \
^
H5Ztrans.c:212:2: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1((RESL), (RESR), unsigned long, OP, (SIZE)) \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'long unsigned int' from 'double'
may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:11: warning: conversion to 'double' from 'long long int' may
alter its value [-Wconversion]
*p = *p OP tree_val; \
^
H5Ztrans.c:190:5: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1(RESL,RESR,TYPE,OP,SIZE)
^
H5Ztrans.c:214:2: note: in expansion of macro 'H5Z_XFORM_LL_DO_OP1'
H5Z_XFORM_LL_DO_OP1((RESL), (RESR), long long, OP, (SIZE)) \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'long long int' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:214:2: note: in expansion of macro 'H5Z_XFORM_LL_DO_OP1'
H5Z_XFORM_LL_DO_OP1((RESL), (RESR), long long, OP, (SIZE)) \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:23: warning: conversion to 'double' from 'long long int' may
alter its value [-Wconversion]
*p = tree_val OP *p; \
^
H5Ztrans.c:190:5: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1(RESL,RESR,TYPE,OP,SIZE)
^
H5Ztrans.c:214:2: note: in expansion of macro 'H5Z_XFORM_LL_DO_OP1'
H5Z_XFORM_LL_DO_OP1((RESL), (RESR), long long, OP, (SIZE)) \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'long long int' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:214:2: note: in expansion of macro 'H5Z_XFORM_LL_DO_OP1'
H5Z_XFORM_LL_DO_OP1((RESL), (RESR), long long, OP, (SIZE)) \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:11: warning: conversion to 'double' from 'long long unsigned
int' may alter its value [-Wconversion]
*p = *p OP tree_val; \
^
H5Ztrans.c:177:5: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1(RESL,RESR,TYPE,OP,SIZE)
^
H5Ztrans.c:216:2: note: in expansion of macro 'H5Z_XFORM_ULL_DO_OP1'
H5Z_XFORM_ULL_DO_OP1((RESL), (RESR), unsigned long long, OP, (SIZE)) \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'long long unsigned int' from
'double' may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:216:2: note: in expansion of macro 'H5Z_XFORM_ULL_DO_OP1'
H5Z_XFORM_ULL_DO_OP1((RESL), (RESR), unsigned long long, OP, (SIZE)) \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:23: warning: conversion to 'double' from 'long long unsigned
int' may alter its value [-Wconversion]
*p = tree_val OP *p; \
^
H5Ztrans.c:177:5: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1(RESL,RESR,TYPE,OP,SIZE)
^
H5Ztrans.c:216:2: note: in expansion of macro 'H5Z_XFORM_ULL_DO_OP1'
H5Z_XFORM_ULL_DO_OP1((RESL), (RESR), unsigned long long, OP, (SIZE)) \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'long long unsigned int' from
'double' may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:216:2: note: in expansion of macro 'H5Z_XFORM_ULL_DO_OP1'
H5Z_XFORM_ULL_DO_OP1((RESL), (RESR), unsigned long long, OP, (SIZE)) \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'float' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1123:46: warning: conversion to 'float' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1123:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, +, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'char' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'char' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'char' from 'int' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'unsigned char' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'unsigned char' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'signed char' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'signed char' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'signed char' from 'int' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'short int' from 'double' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'short int' from 'double' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'short int' from 'int' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'short unsigned int' from 'double'
may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'short unsigned int' from 'double'
may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'short unsigned int' from 'int' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'int' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'int' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'unsigned int' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'unsigned int' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:11: warning: conversion to 'double' from 'long int' may alter
its value [-Wconversion]
*p = *p OP tree_val; \
^
H5Ztrans.c:210:2: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1((RESL), (RESR), long, OP, (SIZE)) \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'long int' from 'double' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:23: warning: conversion to 'double' from 'long int' may alter
its value [-Wconversion]
*p = tree_val OP *p; \
^
H5Ztrans.c:210:2: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1((RESL), (RESR), long, OP, (SIZE)) \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'long int' from 'double' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:11: warning: conversion to 'double' from 'long unsigned int' may
alter its value [-Wconversion]
*p = *p OP tree_val; \
^
H5Ztrans.c:212:2: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1((RESL), (RESR), unsigned long, OP, (SIZE)) \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'long unsigned int' from 'double'
may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:23: warning: conversion to 'double' from 'long unsigned int' may
alter its value [-Wconversion]
*p = tree_val OP *p; \
^
H5Ztrans.c:212:2: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1((RESL), (RESR), unsigned long, OP, (SIZE)) \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'long unsigned int' from 'double'
may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:11: warning: conversion to 'double' from 'long long int' may
alter its value [-Wconversion]
*p = *p OP tree_val; \
^
H5Ztrans.c:190:5: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1(RESL,RESR,TYPE,OP,SIZE)
^
H5Ztrans.c:214:2: note: in expansion of macro 'H5Z_XFORM_LL_DO_OP1'
H5Z_XFORM_LL_DO_OP1((RESL), (RESR), long long, OP, (SIZE)) \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'long long int' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:214:2: note: in expansion of macro 'H5Z_XFORM_LL_DO_OP1'
H5Z_XFORM_LL_DO_OP1((RESL), (RESR), long long, OP, (SIZE)) \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:23: warning: conversion to 'double' from 'long long int' may
alter its value [-Wconversion]
*p = tree_val OP *p; \
^
H5Ztrans.c:190:5: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1(RESL,RESR,TYPE,OP,SIZE)
^
H5Ztrans.c:214:2: note: in expansion of macro 'H5Z_XFORM_LL_DO_OP1'
H5Z_XFORM_LL_DO_OP1((RESL), (RESR), long long, OP, (SIZE)) \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'long long int' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:214:2: note: in expansion of macro 'H5Z_XFORM_LL_DO_OP1'
H5Z_XFORM_LL_DO_OP1((RESL), (RESR), long long, OP, (SIZE)) \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:11: warning: conversion to 'double' from 'long long unsigned
int' may alter its value [-Wconversion]
*p = *p OP tree_val; \
^
H5Ztrans.c:177:5: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1(RESL,RESR,TYPE,OP,SIZE)
^
H5Ztrans.c:216:2: note: in expansion of macro 'H5Z_XFORM_ULL_DO_OP1'
H5Z_XFORM_ULL_DO_OP1((RESL), (RESR), unsigned long long, OP, (SIZE)) \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'long long unsigned int' from
'double' may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:216:2: note: in expansion of macro 'H5Z_XFORM_ULL_DO_OP1'
H5Z_XFORM_ULL_DO_OP1((RESL), (RESR), unsigned long long, OP, (SIZE)) \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:23: warning: conversion to 'double' from 'long long unsigned
int' may alter its value [-Wconversion]
*p = tree_val OP *p; \
^
H5Ztrans.c:177:5: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1(RESL,RESR,TYPE,OP,SIZE)
^
H5Ztrans.c:216:2: note: in expansion of macro 'H5Z_XFORM_ULL_DO_OP1'
H5Z_XFORM_ULL_DO_OP1((RESL), (RESR), unsigned long long, OP, (SIZE)) \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'long long unsigned int' from
'double' may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:216:2: note: in expansion of macro 'H5Z_XFORM_ULL_DO_OP1'
H5Z_XFORM_ULL_DO_OP1((RESL), (RESR), unsigned long long, OP, (SIZE)) \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'float' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1127:46: warning: conversion to 'float' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1127:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, -, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'char' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'char' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'char' from 'int' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'unsigned char' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'unsigned char' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'unsigned char' from 'int' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'signed char' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'signed char' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'signed char' from 'int' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'short int' from 'double' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'short int' from 'double' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'short int' from 'int' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'short unsigned int' from 'double'
may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'short unsigned int' from 'double'
may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'short unsigned int' from 'int' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'int' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'int' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'unsigned int' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'unsigned int' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:11: warning: conversion to 'double' from 'long int' may alter
its value [-Wconversion]
*p = *p OP tree_val; \
^
H5Ztrans.c:210:2: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1((RESL), (RESR), long, OP, (SIZE)) \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'long int' from 'double' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:23: warning: conversion to 'double' from 'long int' may alter
its value [-Wconversion]
*p = tree_val OP *p; \
^
H5Ztrans.c:210:2: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1((RESL), (RESR), long, OP, (SIZE)) \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'long int' from 'double' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:11: warning: conversion to 'double' from 'long unsigned int' may
alter its value [-Wconversion]
*p = *p OP tree_val; \
^
H5Ztrans.c:212:2: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1((RESL), (RESR), unsigned long, OP, (SIZE)) \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'long unsigned int' from 'double'
may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:23: warning: conversion to 'double' from 'long unsigned int' may
alter its value [-Wconversion]
*p = tree_val OP *p; \
^
H5Ztrans.c:212:2: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1((RESL), (RESR), unsigned long, OP, (SIZE)) \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'long unsigned int' from 'double'
may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:11: warning: conversion to 'double' from 'long long int' may
alter its value [-Wconversion]
*p = *p OP tree_val; \
^
H5Ztrans.c:190:5: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1(RESL,RESR,TYPE,OP,SIZE)
^
H5Ztrans.c:214:2: note: in expansion of macro 'H5Z_XFORM_LL_DO_OP1'
H5Z_XFORM_LL_DO_OP1((RESL), (RESR), long long, OP, (SIZE)) \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'long long int' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:214:2: note: in expansion of macro 'H5Z_XFORM_LL_DO_OP1'
H5Z_XFORM_LL_DO_OP1((RESL), (RESR), long long, OP, (SIZE)) \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:23: warning: conversion to 'double' from 'long long int' may
alter its value [-Wconversion]
*p = tree_val OP *p; \
^
H5Ztrans.c:190:5: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1(RESL,RESR,TYPE,OP,SIZE)
^
H5Ztrans.c:214:2: note: in expansion of macro 'H5Z_XFORM_LL_DO_OP1'
H5Z_XFORM_LL_DO_OP1((RESL), (RESR), long long, OP, (SIZE)) \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'long long int' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:214:2: note: in expansion of macro 'H5Z_XFORM_LL_DO_OP1'
H5Z_XFORM_LL_DO_OP1((RESL), (RESR), long long, OP, (SIZE)) \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:11: warning: conversion to 'double' from 'long long unsigned
int' may alter its value [-Wconversion]
*p = *p OP tree_val; \
^
H5Ztrans.c:177:5: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1(RESL,RESR,TYPE,OP,SIZE)
^
H5Ztrans.c:216:2: note: in expansion of macro 'H5Z_XFORM_ULL_DO_OP1'
H5Z_XFORM_ULL_DO_OP1((RESL), (RESR), unsigned long long, OP, (SIZE)) \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'long long unsigned int' from
'double' may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:216:2: note: in expansion of macro 'H5Z_XFORM_ULL_DO_OP1'
H5Z_XFORM_ULL_DO_OP1((RESL), (RESR), unsigned long long, OP, (SIZE)) \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:23: warning: conversion to 'double' from 'long long unsigned
int' may alter its value [-Wconversion]
*p = tree_val OP *p; \
^
H5Ztrans.c:177:5: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1(RESL,RESR,TYPE,OP,SIZE)
^
H5Ztrans.c:216:2: note: in expansion of macro 'H5Z_XFORM_ULL_DO_OP1'
H5Z_XFORM_ULL_DO_OP1((RESL), (RESR), unsigned long long, OP, (SIZE)) \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'long long unsigned int' from
'double' may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:216:2: note: in expansion of macro 'H5Z_XFORM_ULL_DO_OP1'
H5Z_XFORM_ULL_DO_OP1((RESL), (RESR), unsigned long long, OP, (SIZE)) \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'float' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1131:45: warning: conversion to 'float' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1131:3: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, *, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'char' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'char' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'char' from 'int' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'unsigned char' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'unsigned char' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'signed char' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'signed char' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'signed char' from 'int' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'short int' from 'double' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'short int' from 'double' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'short int' from 'int' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:155:16: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*pl = *pl OP *pr; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'short unsigned int' from 'double'
may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'short unsigned int' from 'double'
may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'int' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'int' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'unsigned int' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'unsigned int' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:11: warning: conversion to 'double' from 'long int' may alter
its value [-Wconversion]
*p = *p OP tree_val; \
^
H5Ztrans.c:210:2: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1((RESL), (RESR), long, OP, (SIZE)) \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'long int' from 'double' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:23: warning: conversion to 'double' from 'long int' may alter
its value [-Wconversion]
*p = tree_val OP *p; \
^
H5Ztrans.c:210:2: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1((RESL), (RESR), long, OP, (SIZE)) \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'long int' from 'double' may alter
its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:11: warning: conversion to 'double' from 'long unsigned int' may
alter its value [-Wconversion]
*p = *p OP tree_val; \
^
H5Ztrans.c:212:2: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1((RESL), (RESR), unsigned long, OP, (SIZE)) \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'long unsigned int' from 'double'
may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:23: warning: conversion to 'double' from 'long unsigned int' may
alter its value [-Wconversion]
*p = tree_val OP *p; \
^
H5Ztrans.c:212:2: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1((RESL), (RESR), unsigned long, OP, (SIZE)) \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'long unsigned int' from 'double'
may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:11: warning: conversion to 'double' from 'long long int' may
alter its value [-Wconversion]
*p = *p OP tree_val; \
^
H5Ztrans.c:190:5: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1(RESL,RESR,TYPE,OP,SIZE)
^
H5Ztrans.c:214:2: note: in expansion of macro 'H5Z_XFORM_LL_DO_OP1'
H5Z_XFORM_LL_DO_OP1((RESL), (RESR), long long, OP, (SIZE)) \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'long long int' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:214:2: note: in expansion of macro 'H5Z_XFORM_LL_DO_OP1'
H5Z_XFORM_LL_DO_OP1((RESL), (RESR), long long, OP, (SIZE)) \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:23: warning: conversion to 'double' from 'long long int' may
alter its value [-Wconversion]
*p = tree_val OP *p; \
^
H5Ztrans.c:190:5: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1(RESL,RESR,TYPE,OP,SIZE)
^
H5Ztrans.c:214:2: note: in expansion of macro 'H5Z_XFORM_LL_DO_OP1'
H5Z_XFORM_LL_DO_OP1((RESL), (RESR), long long, OP, (SIZE)) \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'long long int' from 'double' may
alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:214:2: note: in expansion of macro 'H5Z_XFORM_LL_DO_OP1'
H5Z_XFORM_LL_DO_OP1((RESL), (RESR), long long, OP, (SIZE)) \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:11: warning: conversion to 'double' from 'long long unsigned
int' may alter its value [-Wconversion]
*p = *p OP tree_val; \
^
H5Ztrans.c:177:5: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1(RESL,RESR,TYPE,OP,SIZE)
^
H5Ztrans.c:216:2: note: in expansion of macro 'H5Z_XFORM_ULL_DO_OP1'
H5Z_XFORM_ULL_DO_OP1((RESL), (RESR), unsigned long long, OP, (SIZE)) \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'long long unsigned int' from
'double' may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:216:2: note: in expansion of macro 'H5Z_XFORM_ULL_DO_OP1'
H5Z_XFORM_ULL_DO_OP1((RESL), (RESR), unsigned long long, OP, (SIZE)) \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:23: warning: conversion to 'double' from 'long long unsigned
int' may alter its value [-Wconversion]
*p = tree_val OP *p; \
^
H5Ztrans.c:177:5: note: in expansion of macro 'H5Z_XFORM_DO_OP1'
H5Z_XFORM_DO_OP1(RESL,RESR,TYPE,OP,SIZE)
^
H5Ztrans.c:216:2: note: in expansion of macro 'H5Z_XFORM_ULL_DO_OP1'
H5Z_XFORM_ULL_DO_OP1((RESL), (RESR), unsigned long long, OP, (SIZE)) \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'long long unsigned int' from
'double' may alter its value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:216:2: note: in expansion of macro 'H5Z_XFORM_ULL_DO_OP1'
H5Z_XFORM_ULL_DO_OP1((RESL), (RESR), unsigned long long, OP, (SIZE)) \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'float' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:128:14: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = *p OP tree_val; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: implicit conversion from 'float' to 'double' to
match other operand of binary expression [-Wdouble-promotion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1135:46: warning: conversion to 'float' from 'double' may alter its
value [-Wconversion]
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:145:20: note: in definition of macro 'H5Z_XFORM_DO_OP1'
*p = tree_val OP *p; \
^
H5Ztrans.c:1135:4: note: in expansion of macro 'H5Z_XFORM_TYPE_OP'
H5Z_XFORM_TYPE_OP(resl, resr, array_type, /, array_size)
^
H5Ztrans.c:1121:2: warning: enumeration value 'H5Z_XFORM_ERROR' not handled in
switch [-Wswitch-enum]
switch (tree->type) {
^
H5Ztrans.c:1121:2: warning: enumeration value 'H5Z_XFORM_INTEGER' not handled
in switch [-Wswitch-enum]
H5Ztrans.c:1121:2: warning: enumeration value 'H5Z_XFORM_FLOAT' not handled in
switch [-Wswitch-enum]
H5Ztrans.c:1121:2: warning: enumeration value 'H5Z_XFORM_SYMBOL' not handled in
switch [-Wswitch-enum]
H5Ztrans.c:1121:2: warning: enumeration value 'H5Z_XFORM_LPAREN' not handled in
switch [-Wswitch-enum]
H5Ztrans.c:1121:2: warning: enumeration value 'H5Z_XFORM_RPAREN' not handled in
switch [-Wswitch-enum]
H5Ztrans.c:1121:2: warning: enumeration value 'H5Z_XFORM_END' not handled in
switch [-Wswitch-enum]
In file included from H5Ztrans.c:19:0:
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ztrans.c:1083:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ztrans.c: In function 'H5Z_xform_find_type':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1947:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ztrans.c:1173:5: note: in expansion of macro 'FUNC_ENTER_NOAPI_NOINIT'
FUNC_ENTER_NOAPI_NOINIT
^
H5Ztrans.c: In function 'H5Z_xform_copy_tree':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ztrans.c:1259:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Ztrans.c: In function 'H5Z_xform_create':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ztrans.c:1495:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(NULL)
^
H5Ztrans.c: In function 'H5Z_xform_copy':
H5private.h:1809:13: warning: variable 'err_occurred' set but not used
[-Wunused-but-set-variable]
hbool_t err_occurred = FALSE; \
^
H5private.h:1904:5: note: in expansion of macro 'FUNC_ENTER_COMMON'
FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \
^
H5Ztrans.c:1634:5: note: in expansion of macro 'FUNC_ENTER_NOAPI'
FUNC_ENTER_NOAPI(FAIL)
^
H5Ztrans.c: In function 'H5Z_xform_noop':
H5Ztrans.c:1707:1: warning: function might be candidate for attribute 'const'
[-Wsuggest-attribute=const]
H5Z_xform_noop(const H5Z_data_xform_t *data_xform_prop)
^
CCLD libhdf5.la
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/src'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/src'
Making all in test
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/test'
CC h5test.lo
h5test.c: In function 'h5_cleanup':
h5test.c:160:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
HDsnprintf(temp, sizeof temp, filename, j);
^
h5test.c:160:9: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
h5test.c: In function 'h5_fileaccess':
h5test.c:558:8: warning: size of 'sv' is 7168 bytes [-Wlarger-than=]
char sv[H5FD_MEM_NTYPES][1024];
^
h5test.c:572:7: warning: assuming signed overflow does not occur when changing
X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
memb_addr[mt] = (haddr_t)MAX(mt - 1, 0) * (HADDR_MAX / 10);
^
h5test.c: In function 'h5_get_file_size':
h5test.c:922:17: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
HDsnprintf(temp, sizeof temp, filename, j);
^
h5test.c:922:17: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
h5test.c: In function 'print_func':
h5test.c:959:3: warning: function might be possible candidate for 'gnu_printf'
format attribute [-Wsuggest-attribute=format]
ret_value = vprintf(format, arglist);
^
h5test.c: In function 'h5_make_local_copy':
h5test.c:1127:11: warning: size of 'buf' is 4096 bytes [-Wlarger-than=]
char buf[READ_BUF_SIZE]; /* Buffer for copying data */
^
In file included from h5test.c:28:0:
h5test.c: At top level:
H5srcdir.h:38:20: warning: 'H5_get_srcdir_filename' defined but not used
[-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
H5srcdir.h:68:20: warning: 'H5_get_srcdir' defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
h5test.c: In function 'h5_fileaccess':
h5test.c:518:1: warning: stack usage is 8448 bytes [-Wstack-usage=]
h5_fileaccess(void)
^
CC testframe.lo
testframe.c:54:19: warning: size of 'Test' is 5600 bytes [-Wlarger-than=]
static TestStruct Test[MAXNUMOFTESTS];
^
testframe.c: In function 'PrintErrorStackOn':
testframe.c:613:5: warning: passing argument 2 of 'H5Eset_auto2' from
incompatible pointer type [enabled by default]
H5Eset_auto2(H5E_DEFAULT, PrintErrorStackFunc, PrintErrorStackData);
^
In file included from ../src/H5Eprivate.h:22:0,
from testhdf5.h:28,
from testframe.c:24:
../src/H5Epublic.h:174:15: note: expected 'H5E_auto2_t' but argument is of type
'herr_t (**)(hid_t, void *)'
H5_DLL herr_t H5Eset_auto2(hid_t estack_id, H5E_auto2_t func, void
*client_data);
^
CC cache_common.lo
cache_common.c:67:21: warning: size of 'pico_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t pico_entries[NUM_PICO_ENTRIES],
orig_pico_entries[NUM_PICO_ENTRIES];
^
cache_common.c:67:53: warning: size of 'orig_pico_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t pico_entries[NUM_PICO_ENTRIES],
orig_pico_entries[NUM_PICO_ENTRIES];
^
cache_common.c:68:21: warning: size of 'nano_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t nano_entries[NUM_NANO_ENTRIES],
orig_nano_entries[NUM_NANO_ENTRIES];
^
cache_common.c:68:53: warning: size of 'orig_nano_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t nano_entries[NUM_NANO_ENTRIES],
orig_nano_entries[NUM_NANO_ENTRIES];
^
cache_common.c:69:21: warning: size of 'micro_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t micro_entries[NUM_MICRO_ENTRIES],
orig_micro_entries[NUM_MICRO_ENTRIES];
^
cache_common.c:69:55: warning: size of 'orig_micro_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t micro_entries[NUM_MICRO_ENTRIES],
orig_micro_entries[NUM_MICRO_ENTRIES];
^
cache_common.c:70:21: warning: size of 'tiny_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t tiny_entries[NUM_TINY_ENTRIES],
orig_tiny_entries[NUM_TINY_ENTRIES];
^
cache_common.c:70:53: warning: size of 'orig_tiny_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t tiny_entries[NUM_TINY_ENTRIES],
orig_tiny_entries[NUM_TINY_ENTRIES];
^
cache_common.c:71:21: warning: size of 'small_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t small_entries[NUM_SMALL_ENTRIES],
orig_small_entries[NUM_SMALL_ENTRIES];
^
cache_common.c:71:55: warning: size of 'orig_small_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t small_entries[NUM_SMALL_ENTRIES],
orig_small_entries[NUM_SMALL_ENTRIES];
^
cache_common.c:72:21: warning: size of 'medium_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t medium_entries[NUM_MEDIUM_ENTRIES],
orig_medium_entries[NUM_MEDIUM_ENTRIES];
^
cache_common.c:72:57: warning: size of 'orig_medium_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t medium_entries[NUM_MEDIUM_ENTRIES],
orig_medium_entries[NUM_MEDIUM_ENTRIES];
^
cache_common.c:73:21: warning: size of 'large_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t large_entries[NUM_LARGE_ENTRIES],
orig_large_entries[NUM_LARGE_ENTRIES];
^
cache_common.c:73:55: warning: size of 'orig_large_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t large_entries[NUM_LARGE_ENTRIES],
orig_large_entries[NUM_LARGE_ENTRIES];
^
cache_common.c:74:21: warning: size of 'huge_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t huge_entries[NUM_HUGE_ENTRIES],
orig_huge_entries[NUM_HUGE_ENTRIES];
^
cache_common.c:74:53: warning: size of 'orig_huge_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t huge_entries[NUM_HUGE_ENTRIES],
orig_huge_entries[NUM_HUGE_ENTRIES];
^
cache_common.c:75:21: warning: size of 'monster_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t monster_entries[NUM_MONSTER_ENTRIES],
orig_monster_entries[NUM_MONSTER_ENTRIES];
^
cache_common.c:75:59: warning: size of 'orig_monster_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t monster_entries[NUM_MONSTER_ENTRIES],
orig_monster_entries[NUM_MONSTER_ENTRIES];
^
cache_common.c:76:21: warning: size of 'variable_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t variable_entries[NUM_VARIABLE_ENTRIES],
orig_variable_entries[NUM_VARIABLE_ENTRIES];
^
cache_common.c:76:61: warning: size of 'orig_variable_entries' is 5734400 bytes
[-Wlarger-than=]
static test_entry_t variable_entries[NUM_VARIABLE_ENTRIES],
orig_variable_entries[NUM_VARIABLE_ENTRIES];
^
cache_common.c: In function 'clear':
cache_common.c:523:20: warning: variable 'base_addr' set but not used
[-Wunused-but-set-variable]
test_entry_t * base_addr;
^
cache_common.c: In function 'destroy':
cache_common.c:647:20: warning: variable 'base_addr' set but not used
[-Wunused-but-set-variable]
test_entry_t * base_addr;
^
cache_common.c: In function 'flush':
cache_common.c:811:20: warning: variable 'base_addr' set but not used
[-Wunused-but-set-variable]
test_entry_t * base_addr;
^
cache_common.c: In function 'size':
cache_common.c:1098:20: warning: variable 'base_addr' set but not used
[-Wunused-but-set-variable]
test_entry_t * base_addr;
^
cache_common.c: In function 'row_major_scan_forward':
cache_common.c:3353:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx + lag - 1) >= 0 ) &&
^
cache_common.c:3355:18: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( ( (idx + lag - 1) % 3 ) == 0 ) ) {
^
cache_common.c:3363:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx + lag - 2) >= 0 ) &&
^
cache_common.c:3365:18: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( ( (idx + lag - 2) % 3 ) == 0 ) ) {
^
cache_common.c:3374:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( do_moves ) && ( (idx + lag - 2) >= 0 ) &&
^
cache_common.c:3376:18: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( ( (idx + lag - 2) % 3 ) == 0 ) ) {
^
cache_common.c:3383:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx + lag - 3) >= 0 ) &&
^
cache_common.c:3385:18: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( ( (idx + lag - 3) % 5 ) == 0 ) ) {
^
cache_common.c:3393:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx + lag - 5) >= 0 ) &&
^
cache_common.c:3395:18: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( ( (idx + lag - 5) % 5 ) == 0 ) ) {
^
cache_common.c:3405:3: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx + lag - 5) >= 0 ) &&
^
cache_common.c:3407:8: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( (idx + lag - 5) % 9 == 0 ) ) {
^
cache_common.c:3407:8: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
cache_common.c:3416:3: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx + lag - 6) >= 0 ) &&
^
cache_common.c:3418:8: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( (idx + lag - 6) % 11 == 0 ) ) {
^
cache_common.c:3418:8: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
cache_common.c:3427:3: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx + lag - 7) >= 0 ) &&
^
cache_common.c:3429:8: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( (idx + lag - 7) % 13 == 0 ) ) {
^
cache_common.c:3429:8: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
cache_common.c:3438:3: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx + lag - 7) >= 0 ) &&
^
cache_common.c:3440:8: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( (idx + lag - 7) % 9 == 0 ) ) {
^
cache_common.c:3440:8: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
cache_common.c:3449:3: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx + lag - 8) >= 0 ) &&
^
cache_common.c:3451:8: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( (idx + lag - 8) % 11 == 0 ) ) {
^
cache_common.c:3451:8: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
cache_common.c:3460:3: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx + lag - 9) >= 0 ) &&
^
cache_common.c:3462:8: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( (idx + lag - 9) % 13 == 0 ) ) {
^
cache_common.c:3462:8: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
cache_common.c:3480:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx - lag + 2) >= 0 ) &&
^
cache_common.c:3482:18: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( ( (idx - lag + 2) % 7 ) == 0 ) ) {
^
cache_common.c:3482:18: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
cache_common.c:3490:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx - lag + 1) >= 0 ) &&
^
cache_common.c:3492:18: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( ( (idx - lag + 1) % 7 ) == 0 ) ) {
^
cache_common.c:3492:18: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
cache_common.c: In function 'row_major_scan_backward':
cache_common.c:3751:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx - lag + 1) >= 0 ) &&
^
cache_common.c:3753:18: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( ( (idx - lag + 1) % 3 ) == 0 ) ) {
^
cache_common.c:3753:18: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
cache_common.c:3761:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx - lag + 2) >= 0 ) &&
^
cache_common.c:3763:18: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( ( (idx - lag + 2) % 3 ) == 0 ) ) {
^
cache_common.c:3763:18: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
cache_common.c:3772:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( do_moves ) && ( (idx - lag + 2) >= 0 ) &&
^
cache_common.c:3774:18: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( ( (idx - lag + 2) % 3 ) == 0 ) ) {
^
cache_common.c:3774:18: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
cache_common.c:3781:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx - lag + 3) >= 0 ) &&
^
cache_common.c:3783:18: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( ( (idx - lag + 3) % 5 ) == 0 ) ) {
^
cache_common.c:3783:18: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
cache_common.c:3791:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx - lag + 5) >= 0 ) &&
^
cache_common.c:3793:18: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( ( (idx - lag + 5) % 5 ) == 0 ) ) {
^
cache_common.c:3793:18: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
cache_common.c:3803:3: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx - lag + 5) >= 0 ) &&
^
cache_common.c:3805:8: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( (idx - lag + 5) % 9 == 0 ) ) {
^
cache_common.c:3814:3: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx - lag + 6) >= 0 ) &&
^
cache_common.c:3816:8: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( (idx - lag + 6) % 11 == 0 ) ) {
^
cache_common.c:3825:3: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx - lag + 7) >= 0 ) &&
^
cache_common.c:3827:8: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( (idx - lag + 7) % 13 == 0 ) ) {
^
cache_common.c:3836:3: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx - lag + 7) >= 0 ) &&
^
cache_common.c:3838:8: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( (idx - lag + 7) % 9 == 0 ) ) {
^
cache_common.c:3847:3: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx - lag + 8) >= 0 ) &&
^
cache_common.c:3849:8: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( (idx - lag + 8) % 11 == 0 ) ) {
^
cache_common.c:3858:3: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx - lag + 9) >= 0 ) &&
^
cache_common.c:3860:8: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( (idx - lag + 9) % 13 == 0 ) ) {
^
cache_common.c:3879:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx + lag - 2) >= 0 ) &&
^
cache_common.c:3881:18: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( ( (idx + lag - 2) % 7 ) == 0 ) ) {
^
cache_common.c:3889:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( (idx + lag - 1) >= 0 ) &&
^
cache_common.c:3891:18: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
( ( (idx + lag - 1) % 7 ) == 0 ) ) {
^
cache_common.c: In function 'check_and_validate_cache_hit_rate':
cache_common.c:4612:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
expected_hit_rate = 0.0;
^
cache_common.c:4622:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
} else if ( ! DBL_REL_EQUAL(hit_rate, expected_hit_rate, 0.00001) ) {
^
cache_common.c: At top level:
cache_common.c:4804:1: warning: no previous prototype for
'resize_configs_are_equal' [-Wmissing-prototypes]
resize_configs_are_equal(const H5C_auto_size_ctl_t *a,
^
cache_common.c: In function 'resize_configs_are_equal':
cache_common.c:4816:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
else if(HDfabs(a->min_clean_fraction - b->min_clean_fraction) > FP_EPSILON)
^
cache_common.c:4826:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
else if(HDfabs(a->lower_hr_threshold - b->lower_hr_threshold) > FP_EPSILON)
^
cache_common.c:4828:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
else if(HDfabs(a->increment - b->increment) > FP_EPSILON)
^
cache_common.c:4836:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
else if(HDfabs(a->flash_multiple - b->flash_multiple) > FP_EPSILON)
^
cache_common.c:4838:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
else if(HDfabs(a->flash_threshold - b->flash_threshold) > FP_EPSILON)
^
cache_common.c:4842:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
else if(HDfabs(a->upper_hr_threshold - b->upper_hr_threshold) > FP_EPSILON)
^
cache_common.c:4844:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
else if(HDfabs(a->decrement - b->decrement) > FP_EPSILON)
^
cache_common.c:4854:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
else if(HDfabs(a->empty_reserve - b->empty_reserve) > FP_EPSILON)
^
In file included from cache_common.c:27:0:
cache_common.c: In function 'validate_mdc_config':
cache_common.h:398:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).min_clean_fraction == (b).min_clean_fraction ) && \
^
cache_common.c:4965:16: note: in expansion of macro 'CACHE_CONFIGS_EQUAL'
if ( ! CACHE_CONFIGS_EQUAL((*ext_config_ptr), scratch, \
^
cache_common.h:403:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).lower_hr_threshold == (b).lower_hr_threshold ) && \
^
cache_common.c:4965:16: note: in expansion of macro 'CACHE_CONFIGS_EQUAL'
if ( ! CACHE_CONFIGS_EQUAL((*ext_config_ptr), scratch, \
^
cache_common.h:404:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).increment == (b).increment ) && \
^
cache_common.c:4965:16: note: in expansion of macro 'CACHE_CONFIGS_EQUAL'
if ( ! CACHE_CONFIGS_EQUAL((*ext_config_ptr), scratch, \
^
cache_common.h:408:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).flash_multiple == (b).flash_multiple ) && \
^
cache_common.c:4965:16: note: in expansion of macro 'CACHE_CONFIGS_EQUAL'
if ( ! CACHE_CONFIGS_EQUAL((*ext_config_ptr), scratch, \
^
cache_common.h:409:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).flash_threshold == (b).flash_threshold ) && \
^
cache_common.c:4965:16: note: in expansion of macro 'CACHE_CONFIGS_EQUAL'
if ( ! CACHE_CONFIGS_EQUAL((*ext_config_ptr), scratch, \
^
cache_common.h:411:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).upper_hr_threshold == (b).upper_hr_threshold ) && \
^
cache_common.c:4965:16: note: in expansion of macro 'CACHE_CONFIGS_EQUAL'
if ( ! CACHE_CONFIGS_EQUAL((*ext_config_ptr), scratch, \
^
cache_common.h:412:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).decrement == (b).decrement ) && \
^
cache_common.c:4965:16: note: in expansion of macro 'CACHE_CONFIGS_EQUAL'
if ( ! CACHE_CONFIGS_EQUAL((*ext_config_ptr), scratch, \
^
cache_common.h:417:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).empty_reserve == (b).empty_reserve ) && \
^
cache_common.c:4965:16: note: in expansion of macro 'CACHE_CONFIGS_EQUAL'
if ( ! CACHE_CONFIGS_EQUAL((*ext_config_ptr), scratch, \
^
cache_common.c: In function 'hl_row_major_scan_forward':
cache_common.c:3634:45: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( do_inserts ) && ( (idx + lag) >= 0 ) &&
^
cache_common.c: In function 'hl_row_major_scan_backward':
cache_common.c:4032:45: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
if ( ( pass ) && ( do_inserts ) && ( (idx + lag) >= 0 ) &&
^
cache_common.c: In function 'col_major_scan_backward':
cache_common.c:4361:36: warning: 'cache_ptr' may be used uninitialized in this
function [-Wmaybe-uninitialized]
( ! entry_in_cache(cache_ptr, type, (idx - lag)) ) ) {
^
CCLD libh5test.la
CC testhdf5.o
CC tarray.o
tarray.c: In function â??test_array_funcsâ??:
tarray.c:192:26: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
size=H5Tget_precision(type);
^
tarray.c:195:21: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
size=H5Tget_size(type);
^
tarray.c:198:22: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
size=H5Tget_ebias(type);
^
tarray.c: In function â??test_array_compound_atomicâ??:
tarray.c:544:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
wdata[i][j].f = (float)(i * 2.5 + j);
^
tarray.c:689:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
TestErrPrintf("Array data information doesn't match!,
wdata[%d][%d].f=%f, rdata[%d][%d].f=%f\n", (int)i, (int)j, wdata[i][j].f,
(int)i, (int)j, rdata[i][j].f);
^
tarray.c:689:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
tarray.c: In function â??test_array_compound_arrayâ??:
tarray.c:748:17: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
wdata[i][j].f[k]=(float)(i*10+j*2.5+k);
^
tarray.c:932:21: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
TestErrPrintf("Array data information doesn't match!,
wdata[%d][%d].f[%d]=%f,
rdata[%d][%d].f[%d]=%f\n",(int)i,(int)j,(int)k,wdata[i][j].f[k],(int)i,(int)j,(int)k,rdata[i][j].f[k]);
^
tarray.c:932:21: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
tarray.c: In function â??test_array_alloc_customâ??:
tarray.c:977:9: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
*mem_used+=size;
^
tarray.c:977:18: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
*mem_used+=size;
^
tarray.c: In function â??test_array_free_customâ??:
tarray.c:1005:9: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
*mem_used-=*(size_t *)mem;
^
tarray.c:1005:18: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
*mem_used-=*(size_t *)mem;
^
tarray.c: In function â??test_array_vlen_atomicâ??:
tarray.c:1044:38: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
wdata[i][j].p=malloc((i+j+1)*sizeof(unsigned int));
^
tarray.c:1045:32: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
wdata[i][j].len=i+j+1;
^
tarray.c:1046:13: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for(k=0; k<(i+j+1); k++)
^
tarray.c:1047:62: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
((unsigned int *)wdata[i][j].p)[k]=i*100+j*10+k;
^
tarray.c: In function â??test_array_vlen_arrayâ??:
tarray.c:1255:38: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
wdata[i][j].p=malloc((i+j+1)*(sizeof(unsigned int)*ARRAY1_DIM1));
^
tarray.c:1256:32: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
wdata[i][j].len=i+j+1;
^
tarray.c:1257:13: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for(k=0; k<(i+j+1); k++)
^
tarray.c:1259:87: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
((unsigned int
*)wdata[i][j].p)[k*ARRAY1_DIM1+l]=i*1000+j*100+k*10+l;
^
tarray.c: In function â??test_array_bkgâ??:
tarray.c:1537:4: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cf[i].b[j] = (float)(100.*(i+1) + 0.01*j);
^
tarray.c:1537:4: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
tarray.c:1538:4: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cf[i].c[j] = 100.*(i+1) + 0.02*j;
^
tarray.c:1538:4: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
tarray.c:1622:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
TestErrPrintf("Field b data doesn't match, cf[%d].b[%d]=%f,
cfr[%d].b[%d]=%f\n",(int)i,(int)j,(float)cf[i].b[j],(int)i,(int)j,(float)cfr[i].b[j]);
^
tarray.c:1622:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
tarray.c:1626:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
TestErrPrintf("Field c data doesn't match, cf[%d].b[%d]=%f,
cfr[%d].b[%d]=%f\n",(int)i,(int)j,(float)cf[i].c[j],(int)i,(int)j,(float)cfr[i].c[j]);
^
tarray.c:1626:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
tarray.c:1677:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cf[i].b[j]=fld[i].b[j] = (float)1.313;
^
tarray.c:1689:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
TestErrPrintf("Field data doesn't match, fld[%d].b[%d]=%f,
fldr[%d].b[%d]=%f\n",(int)i,(int)j,(float)fld[i].b[j],(int)i,(int)j,(float)fldr[i].b[j]);
^
tarray.c:1689:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
tarray.c:1715:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
TestErrPrintf("Field b data doesn't match, cf[%d].b[%d]=%f,
cfr[%d].b[%d]=%f\n",(int)i,(int)j,(float)cf[i].b[j],(int)i,(int)j,(float)cfr[i].b[j]);
^
tarray.c:1715:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
tarray.c:1719:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
TestErrPrintf("Field c data doesn't match, cf[%d].b[%d]=%f,
cfr[%d].b[%d]=%f\n",(int)i,(int)j,(float)cf[i].c[j],(int)i,(int)j,(float)cfr[i].c[j]);
^
tarray.c:1719:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
tarray.c:1764:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
TestErrPrintf("Field b data doesn't match, cf[%d].b[%d]=%f,
cfr[%d].b[%d]=%f\n",(int)i,(int)j,(float)cf[i].b[j],(int)i,(int)j,(float)cfr[i].b[j]);
^
tarray.c:1764:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
tarray.c:1768:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
TestErrPrintf("Field c data doesn't match, cf[%d].b[%d]=%f,
cfr[%d].b[%d]=%f\n",(int)i,(int)j,(float)cf[i].c[j],(int)i,(int)j,(float)cfr[i].c[j]);
^
tarray.c:1768:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
tarray.c: In function â??test_compatâ??:
tarray.c:1799:7: warning: typedef â??s2_tâ?? locally defined but not used
[-Wunused-local-typedefs]
} s2_t;
^
tarray.c:1805:7: warning: typedef â??s3_tâ?? locally defined but not used
[-Wunused-local-typedefs]
} s3_t;
^
In file included from tarray.c:25:0:
tarray.c: At top level:
H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CC tattr.o
tattr.c:100:1: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
double
attr_data3[ATTR3_DIM1][ATTR3_DIM2][ATTR3_DIM3]={{{2.3,-26.1},{0.123,-10.0}},{{973.23,-0.91827},{2.0,23.0}}};
/* Test data for 3rd attribute */
^
tattr.c:100:1: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
tattr.c:100:1: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
tattr.c:100:1: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
tattr.c:100:1: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
tattr.c:100:1: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
tattr.c:100:1: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
tattr.c:100:1: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
tattr.c:116:2: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
} attr_data4[ATTR4_DIM1][ATTR4_DIM2]={{{3,-26.1,'d'},{-100000, 0.123,'3'}},
^
tattr.c:116:2: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
tattr.c:117:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
{{-23,981724.2,'Q'},{0,2.0,'\n'}}}; /* Test data for 4th attribute */
^
tattr.c:117:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
tattr.c:121:1: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
float attr_data5=(float)-5.123; /* Test data for 5th attribute */
^
tattr.c: In function â??test_attr_flushâ??:
tattr.c:502:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
double wdata=3.14159; /* Data to write */
^
tattr.c:524:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
if(!DBL_ABS_EQUAL(rdata,0.0))
^
tattr.c:525:9: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
TestErrPrintf("attribute value wrong: rdata=%f, should be
%f\n",rdata,0.0);
^
tattr.c:533:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
if(!DBL_ABS_EQUAL(rdata,0.0))
^
tattr.c:534:9: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
TestErrPrintf("attribute value wrong: rdata=%f, should be
%f\n",rdata,0.0);
^
In file included from tattr.c:24:0:
tattr.c: In function â??test_attr_compound_readâ??:
testhdf5.h:73:34: warning: cast from function call of type â??H5T_order_tâ?? to
non-matching type â??long intâ?? [-Wbad-function-cast]
long __x = (long)_x, __val = (long)_val; \
^
tattr.c:847:5: note: in expansion of macro â??VERIFYâ??
VERIFY(order, H5Tget_order(H5T_NATIVE_INT), "H5Tget_order");
^
testhdf5.h:73:34: warning: cast from function call of type â??H5T_order_tâ?? to
non-matching type â??long intâ?? [-Wbad-function-cast]
long __x = (long)_x, __val = (long)_val; \
^
tattr.c:856:5: note: in expansion of macro â??VERIFYâ??
VERIFY(order, H5Tget_order(H5T_NATIVE_DOUBLE), "H5Tget_order");
^
testhdf5.h:73:34: warning: cast from function call of type â??H5T_order_tâ?? to
non-matching type â??long intâ?? [-Wbad-function-cast]
long __x = (long)_x, __val = (long)_val; \
^
tattr.c:865:5: note: in expansion of macro â??VERIFYâ??
VERIFY(order, H5Tget_order(H5T_NATIVE_SCHAR), "H5Tget_order");
^
tattr.c:884:27: warning: conversion to â??size_tâ?? from â??ssize_tâ?? may
change the sign of the result [-Wsign-conversion]
name_len = H5Aget_name(attr, (size_t)ATTR_NAME_LEN, attr_name);
^
tattr.c: In function â??test_attr_scalar_readâ??:
tattr.c:985:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
float rdata = 0.0; /* Buffer for reading 1st attribute */
^
tattr.c:1016:6: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
"H5Aread", attr_data5, rdata, (int)__LINE__, __FILE__);
^
tattr.c:1016:6: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
In file included from tattr.c:24:0:
tattr.c: In function â??test_attr_mult_readâ??:
testhdf5.h:73:34: warning: cast from function call of type â??H5T_order_tâ?? to
non-matching type â??long intâ?? [-Wbad-function-cast]
long __x = (long)_x, __val = (long)_val; \
^
tattr.c:1228:5: note: in expansion of macro â??VERIFYâ??
VERIFY(order, H5Tget_order(H5T_NATIVE_INT), "H5Tget_order");
^
tattr.c:1243:27: warning: conversion to â??size_tâ?? from â??ssize_tâ?? may
change the sign of the result [-Wsign-conversion]
name_len = H5Aget_name(attr, (size_t)ATTR_NAME_LEN, attr_name);
^
tattr.c:1249:27: warning: conversion to â??size_tâ?? from â??ssize_tâ?? may
change the sign of the result [-Wsign-conversion]
name_len = H5Aget_name(attr,HDstrlen(ATTR1_NAME), attr_name);
^
In file included from tattr.c:24:0:
testhdf5.h:73:34: warning: cast from function call of type â??H5T_order_tâ?? to
non-matching type â??long intâ?? [-Wbad-function-cast]
long __x = (long)_x, __val = (long)_val; \
^
tattr.c:1283:5: note: in expansion of macro â??VERIFYâ??
VERIFY(order, H5Tget_order(H5T_NATIVE_INT), "H5Tget_order");
^
tattr.c:1299:27: warning: conversion to â??size_tâ?? from â??ssize_tâ?? may
change the sign of the result [-Wsign-conversion]
name_len = H5Aget_name(attr, (size_t)ATTR_NAME_LEN, attr_name);
^
tattr.c:1305:27: warning: conversion to â??size_tâ?? from â??ssize_tâ?? may
change the sign of the result [-Wsign-conversion]
name_len = H5Aget_name(attr, HDstrlen(ATTR2_NAME), attr_name);
^
In file included from tattr.c:24:0:
testhdf5.h:73:34: warning: cast from function call of type â??H5T_order_tâ?? to
non-matching type â??long intâ?? [-Wbad-function-cast]
long __x = (long)_x, __val = (long)_val; \
^
tattr.c:1341:5: note: in expansion of macro â??VERIFYâ??
VERIFY(order, H5Tget_order(H5T_NATIVE_DOUBLE), "H5Tget_order");
^
tattr.c:1358:27: warning: conversion to â??size_tâ?? from â??ssize_tâ?? may
change the sign of the result [-Wsign-conversion]
name_len = H5Aget_name(attr, (size_t)ATTR_NAME_LEN, attr_name);
^
tattr.c:1364:27: warning: conversion to â??size_tâ?? from â??ssize_tâ?? may
change the sign of the result [-Wsign-conversion]
name_len = H5Aget_name(attr, HDstrlen(ATTR3_NAME), attr_name);
^
tattr.c: In function â??test_attr_deleteâ??:
tattr.c:1552:27: warning: conversion to â??size_tâ?? from â??ssize_tâ?? may
change the sign of the result [-Wsign-conversion]
name_len = H5Aget_name(attr, (size_t)ATTR_NAME_LEN, attr_name);
^
tattr.c:1566:27: warning: conversion to â??size_tâ?? from â??ssize_tâ?? may
change the sign of the result [-Wsign-conversion]
name_len = H5Aget_name(attr, (size_t)ATTR_NAME_LEN, attr_name);
^
tattr.c:1589:27: warning: conversion to â??size_tâ?? from â??ssize_tâ?? may
change the sign of the result [-Wsign-conversion]
name_len = H5Aget_name(attr, (size_t)ATTR_NAME_LEN, attr_name);
^
tattr.c: In function â??test_attr_dense_verifyâ??:
tattr.c:2086:31: warning: conversion to â??size_tâ?? from â??ssize_tâ?? may
change the sign of the result [-Wsign-conversion]
name_len = H5Aget_name(attr, (size_t)ATTR_NAME_LEN, check_name);
^
tattr.c: In function â??attr_info_by_idx_checkâ??:
tattr.c:5559:29: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Aget_name_by_idx(obj_id, ".", H5_INDEX_CRT_ORDER, H5_ITER_INC, n,
tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT);
^
tattr.c:5584:33: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Aget_name_by_idx(obj_id, ".", H5_INDEX_CRT_ORDER,
H5_ITER_NATIVE, n, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT);
^
tattr.c:5605:29: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Aget_name_by_idx(obj_id, ".", H5_INDEX_CRT_ORDER, H5_ITER_DEC,
(hsize_t)0, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT);
^
tattr.c:5625:29: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Aget_name_by_idx(obj_id, ".", H5_INDEX_NAME, H5_ITER_INC, n,
tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT);
^
tattr.c:5650:29: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Aget_name_by_idx(obj_id, ".", H5_INDEX_NAME, H5_ITER_DEC,
(hsize_t)0, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT);
^
tattr.c: In function â??test_attr_info_by_idxâ??:
tattr.c:5759:37: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Aget_name_by_idx(my_dataset, ".", H5_INDEX_CRT_ORDER,
H5_ITER_INC, (hsize_t)0, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT);
^
tattr.c:5796:37: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Aget_name_by_idx(my_dataset, ".", H5_INDEX_CRT_ORDER,
H5_ITER_INC, (hsize_t)u, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT);
^
tattr.c:5846:37: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Aget_name_by_idx(my_dataset, ".", H5_INDEX_CRT_ORDER,
H5_ITER_INC, (hsize_t)u, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT);
^
tattr.c: In function â??test_attr_delete_by_idxâ??:
tattr.c:5918:74: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(idx_type = H5_INDEX_NAME; idx_type <=H5_INDEX_CRT_ORDER; idx_type++) {
^
tattr.c:5920:60: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(order = H5_ITER_INC; order <=H5_ITER_DEC; order++) {
^
tattr.c:6073:49: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Aget_name_by_idx(my_dataset, ".", idx_type,
order, (hsize_t)0, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT);
^
tattr.c:6198:49: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Aget_name_by_idx(my_dataset, ".", idx_type,
order, (hsize_t)0, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT);
^
tattr.c:6309:49: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Aget_name_by_idx(my_dataset, ".", idx_type,
order, (hsize_t)u, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT);
^
tattr.c:6358:49: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Aget_name_by_idx(my_dataset, ".", idx_type,
order, (hsize_t)0, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT);
^
tattr.c: In function â??attr_iterate_checkâ??:
tattr.c:6614:70: warning: conversion to â??int64_tâ?? from â??hsize_tâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->curr = order != H5_ITER_DEC ? skip : ((max_attrs - 1) - skip);
^
tattr.c:6614:5: warning: conversion to â??int64_tâ?? from â??hsize_tâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->curr = order != H5_ITER_DEC ? skip : ((max_attrs - 1) - skip);
^
tattr.c:6646:70: warning: conversion to â??int64_tâ?? from â??hsize_tâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->curr = order != H5_ITER_DEC ? skip : ((max_attrs - 1) - skip);
^
tattr.c:6646:5: warning: conversion to â??int64_tâ?? from â??hsize_tâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->curr = order != H5_ITER_DEC ? skip : ((max_attrs - 1) - skip);
^
tattr.c:6678:70: warning: conversion to â??int64_tâ?? from â??hsize_tâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->curr = order != H5_ITER_DEC ? skip : ((max_attrs - 1) - skip);
^
tattr.c:6678:5: warning: conversion to â??int64_tâ?? from â??hsize_tâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->curr = order != H5_ITER_DEC ? skip : ((max_attrs - 1) - skip);
^
tattr.c: In function â??test_attr_iterate2â??:
tattr.c:6862:13: warning: request for implicit conversion from â??void *â?? to
â??hbool_t *â?? not permitted in C++ [-Wc++-compat]
visited = HDmalloc(sizeof(hbool_t) * iter_info.max_visit);
^
tattr.c:6867:74: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(idx_type = H5_INDEX_NAME; idx_type <=H5_INDEX_CRT_ORDER; idx_type++) {
^
tattr.c:6869:60: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(order = H5_ITER_INC; order <=H5_ITER_DEC; order++) {
^
tattr.c: In function â??test_attr_open_by_idxâ??:
tattr.c:7221:74: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(idx_type = H5_INDEX_NAME; idx_type <=H5_INDEX_CRT_ORDER; idx_type++) {
^
tattr.c:7223:60: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(order = H5_ITER_INC; order <=H5_ITER_DEC; order++) {
^
tattr.c: In function â??test_attr_shared_writeâ??:
tattr.c:8026:14: warning: size of â??big_valueâ?? is 2340 bytes [-Wlarger-than=]
unsigned big_value[SPACE1_DIM1 * SPACE1_DIM2 * SPACE1_DIM3]; /* Data for
"big" attribute */
^
tattr.c: In function â??test_attr_shared_renameâ??:
tattr.c:8352:14: warning: size of â??big_valueâ?? is 2340 bytes [-Wlarger-than=]
unsigned big_value[SPACE1_DIM1 * SPACE1_DIM2 * SPACE1_DIM3]; /* Data for
"big" attribute */
^
tattr.c: In function â??test_attr_shared_deleteâ??:
tattr.c:8793:14: warning: size of â??big_valueâ?? is 2340 bytes [-Wlarger-than=]
unsigned big_value[SPACE1_DIM1 * SPACE1_DIM2 * SPACE1_DIM3]; /* Data for
"big" attribute */
^
tattr.c: In function â??test_attr_shared_unlinkâ??:
tattr.c:9157:14: warning: size of â??big_valueâ?? is 2340 bytes [-Wlarger-than=]
unsigned big_value[SPACE1_DIM1 * SPACE1_DIM2 * SPACE1_DIM3]; /* Data for
"big" attribute */
^
tattr.c: In function â??test_attr_bug3â??:
tattr.c:9861:28: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata2[u][v] = (int)((u * dims2[1]) + v);
^
CC tchecksum.o
tchecksum.c:40:9: warning: size of â??large_bufâ?? is 3093 bytes
[-Wlarger-than=]
uint8_t large_buf[BUF_LEN];
^
tchecksum.c: In function â??test_chksum_largeâ??:
tchecksum.c:192:26: warning: conversion to â??uint8_tâ?? from â??size_tâ?? may
alter its value [-Wconversion]
large_buf[u] = u * 3;
^
tchecksum.c: In function â??cleanup_checksumâ??:
tchecksum.c:251:1: warning: function might be candidate for attribute
â??constâ?? [-Wsuggest-attribute=const]
cleanup_checksum(void)
^
CC tconfig.o
tconfig.c: In function â??test_config_ctypesâ??:
tconfig.c:126:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_ctype(char, H5_SIZEOF_CHAR);
^
tconfig.c:127:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_cint_type(signed char, unsigned char, H5_SIZEOF_CHAR);
^
tconfig.c:127:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
tconfig.c:128:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_cint_type(int, unsigned int, H5_SIZEOF_INT);
^
tconfig.c:128:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
tconfig.c:129:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_cint_type(short, unsigned short, H5_SIZEOF_SHORT);
^
tconfig.c:129:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
tconfig.c:130:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_cint_type(long, unsigned long, H5_SIZEOF_LONG);
^
tconfig.c:130:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
tconfig.c:131:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_ctype(float, H5_SIZEOF_FLOAT);
^
tconfig.c:132:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_ctype(double, H5_SIZEOF_DOUBLE);
^
tconfig.c:134:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_ctype(long double, H5_SIZEOF_LONG_DOUBLE);
^
tconfig.c:139:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_cint_type(long long, unsigned long long, H5_SIZEOF_LONG_LONG);
^
tconfig.c:139:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
tconfig.c:143:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_cint_type(int8_t, uint8_t, H5_SIZEOF_INT8_T);
^
tconfig.c:143:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
tconfig.c:147:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_cint_type(int16_t, uint16_t, H5_SIZEOF_INT16_T);
^
tconfig.c:147:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
tconfig.c:151:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_cint_type(int32_t, uint32_t, H5_SIZEOF_INT32_T);
^
tconfig.c:151:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
tconfig.c:155:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_cint_type(int64_t, uint64_t, H5_SIZEOF_INT64_T);
^
tconfig.c:155:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
tconfig.c:161:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_ctype(int_fast8_t, H5_SIZEOF_INT_FAST8_T);
^
tconfig.c:165:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_ctype(uint_fast8_t, H5_SIZEOF_UINT_FAST8_T);
^
tconfig.c:169:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_cint_type(int_fast16_t, uint_fast16_t, H5_SIZEOF_INT_FAST16_T);
^
tconfig.c:169:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
tconfig.c:173:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_cint_type(int_fast32_t, uint_fast32_t, H5_SIZEOF_INT_FAST32_T);
^
tconfig.c:173:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
tconfig.c:177:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_cint_type(int_fast64_t, uint_fast64_t, H5_SIZEOF_INT_FAST64_T);
^
tconfig.c:177:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
tconfig.c:181:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_cint_type(int_least8_t, uint_least8_t, H5_SIZEOF_INT_LEAST8_T);
^
tconfig.c:181:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
tconfig.c:185:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_cint_type(int_least16_t, uint_least16_t, H5_SIZEOF_INT_LEAST16_T);
^
tconfig.c:185:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
tconfig.c:189:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_cint_type(int_least32_t, uint_least32_t, H5_SIZEOF_INT_LEAST32_T);
^
tconfig.c:189:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
tconfig.c:193:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_cint_type(int_least64_t, uint_least64_t, H5_SIZEOF_INT_LEAST64_T);
^
tconfig.c:193:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
tconfig.c:202:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_ctype(off_t, H5_SIZEOF_OFF_T);
^
tconfig.c:206:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_ctype(size_t, H5_SIZEOF_SIZE_T);
^
tconfig.c:210:5: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??long unsigned intâ?? [-Wformat=]
vrfy_ctype(ssize_t, H5_SIZEOF_SSIZE_T);
^
tconfig.c: In function â??cleanup_configureâ??:
tconfig.c:99:1: warning: function might be candidate for attribute â??constâ??
[-Wsuggest-attribute=const]
cleanup_configure(void)
^
tconfig.c: In function â??test_config_ctypesâ??:
tconfig.c:122:1: warning: function might be candidate for attribute â??constâ??
[-Wsuggest-attribute=const]
test_config_ctypes(void)
^
tconfig.c: In function â??test_exit_definitionsâ??:
tconfig.c:231:1: warning: function might be candidate for attribute â??constâ??
[-Wsuggest-attribute=const]
test_exit_definitions(void)
^
CC tfile.o
tfile.c: In function â??test_file_closeâ??:
tfile.c:759:5: warning: enumeration value â??H5F_CLOSE_DEFAULTâ?? not handled
in switch [-Wswitch-enum]
switch(fc_degree) {
^
tfile.c: In function â??test_obj_count_and_idâ??:
tfile.c:1146:29: warning: format â??%sâ?? expects argument of type â??char
*â??, but argument 2 has type â??intâ?? [-Wformat=]
ERROR("H5Fget_obj_ids");
^
tfile.c:1146:29: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??const char *â?? [-Wformat=]
tfile.c:1146:29: warning: format â??%sâ?? expects a matching â??char *â??
argument [-Wformat=]
tfile.c:1152:29: warning: format â??%sâ?? expects argument of type â??char
*â??, but argument 2 has type â??intâ?? [-Wformat=]
ERROR("H5Fget_obj_ids");
^
tfile.c:1152:29: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??const char *â?? [-Wformat=]
tfile.c:1152:29: warning: format â??%sâ?? expects a matching â??char *â??
argument [-Wformat=]
tfile.c:1160:25: warning: format â??%sâ?? expects argument of type â??char
*â??, but argument 2 has type â??intâ?? [-Wformat=]
ERROR("H5Fget_obj_ids");
^
tfile.c:1160:25: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 3 has type â??const char *â?? [-Wformat=]
tfile.c:1160:25: warning: format â??%sâ?? expects a matching â??char *â??
argument [-Wformat=]
tfile.c:1142:17: warning: enumeration value â??H5I_UNINITâ?? not handled in
switch [-Wswitch-enum]
switch(id_type) {
^
tfile.c:1142:17: warning: enumeration value â??H5I_BADIDâ?? not handled in
switch [-Wswitch-enum]
tfile.c:1142:17: warning: enumeration value â??H5I_DATATYPEâ?? not handled in
switch [-Wswitch-enum]
tfile.c:1142:17: warning: enumeration value â??H5I_DATASPACEâ?? not handled in
switch [-Wswitch-enum]
tfile.c:1142:17: warning: enumeration value â??H5I_ATTRâ?? not handled in
switch [-Wswitch-enum]
tfile.c:1142:17: warning: enumeration value â??H5I_REFERENCEâ?? not handled in
switch [-Wswitch-enum]
tfile.c:1142:17: warning: enumeration value â??H5I_VFLâ?? not handled in switch
[-Wswitch-enum]
tfile.c:1142:17: warning: enumeration value â??H5I_GENPROP_CLSâ?? not handled
in switch [-Wswitch-enum]
tfile.c:1142:17: warning: enumeration value â??H5I_GENPROP_LSTâ?? not handled
in switch [-Wswitch-enum]
tfile.c:1142:17: warning: enumeration value â??H5I_ERROR_CLASSâ?? not handled
in switch [-Wswitch-enum]
tfile.c:1142:17: warning: enumeration value â??H5I_ERROR_MSGâ?? not handled in
switch [-Wswitch-enum]
tfile.c:1142:17: warning: enumeration value â??H5I_ERROR_STACKâ?? not handled
in switch [-Wswitch-enum]
tfile.c:1142:17: warning: enumeration value â??H5I_NTYPESâ?? not handled in
switch [-Wswitch-enum]
tfile.c: In function â??test_file_open_overlapâ??:
tfile.c:1667:29: warning: conversion to â??intâ?? from â??ssize_tâ?? may alter
its value [-Wconversion]
nobjs = H5Fget_obj_count(fid1, H5F_OBJ_LOCAL|H5F_OBJ_ALL);
^
tfile.c:1688:29: warning: conversion to â??intâ?? from â??ssize_tâ?? may alter
its value [-Wconversion]
nobjs = H5Fget_obj_count(fid2, H5F_OBJ_ALL);
^
tfile.c: In function â??test_rw_noupdateâ??:
tfile.c:2201:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(diff > 0.0) {
^
tfile.c:2234:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
ret = (diff > 0.0);
^
In file included from tfile.c:26:0:
tfile.c: At top level:
H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CC tgenprop.o
tgenprop.c:50:1: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
float prop2_def=(float)3.14; /* Property 2 default value */
^
tgenprop.c:60:1: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
double prop4_def=1.41; /* Property 4 default value */
^
tgenprop.c: In function â??test_genprop_iter1â??:
tgenprop.c:292:22: warning: request for implicit conversion from â??void *â??
to â??struct <anonymous> *â?? not permitted in C++ [-Wc++-compat]
} *iter_struct = iter_data;
^
tgenprop.c: In function â??test_genprop_cls_crt_cb1â??:
tgenprop.c:379:21: warning: request for implicit conversion from â??void *â??
to â??struct <anonymous> *â?? not permitted in C++ [-Wc++-compat]
} *count_struct=create_data;
^
tgenprop.c: In function â??test_genprop_cls_cpy_cb1â??:
tgenprop.c:393:21: warning: request for implicit conversion from â??void *â??
to â??struct <anonymous> *â?? not permitted in C++ [-Wc++-compat]
} *count_struct=copy_data;
^
tgenprop.c: In function â??test_genprop_cls_cls_cb1â??:
tgenprop.c:407:21: warning: request for implicit conversion from â??void *â??
to â??struct <anonymous> *â?? not permitted in C++ [-Wc++-compat]
} *count_struct=create_data;
^
tgenprop.c: In function â??test_genprop_basic_listâ??:
tgenprop.c:686:6: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
"H5Pget", *PROP2_DEF_VALUE, prop2_value, (int)__LINE__, __FILE__);
^
tgenprop.c:686:6: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
tgenprop.c: In function â??test_genprop_basic_list_propâ??:
tgenprop.c:778:6: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
"H5Pget", *PROP2_DEF_VALUE, prop2_value, (int)__LINE__, __FILE__);
^
tgenprop.c:778:6: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
tgenprop.c: In function â??test_genprop_iter2â??:
tgenprop.c:851:20: warning: request for implicit conversion from â??void *â??
to â??struct <anonymous> *â?? not permitted in C++ [-Wc++-compat]
} *iter_struct=iter_data;
^
tgenprop.c: In function â??test_genprop_cls_cpy_cb2â??:
tgenprop.c:1001:21: warning: request for implicit conversion from â??void *â??
to â??struct <anonymous> *â?? not permitted in C++ [-Wc++-compat]
} *count_struct=create_data;
^
tgenprop.c: In function â??test_genprop_list_callbackâ??:
tgenprop.c:1242:6: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
"H5Pget", *PROP2_DEF_VALUE, prop2_value, (int)__LINE__, __FILE__);
^
tgenprop.c:1242:6: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
CC th5o.o
In file included from th5o.c:24:0:
th5o.c: In function â??test_h5o_closeâ??:
testhdf5.h:73:16: warning: cast from function call of type â??H5I_type_tâ?? to
non-matching type â??long intâ?? [-Wbad-function-cast]
long __x = (long)_x, __val = (long)_val; \
^
th5o.c:165:5: note: in expansion of macro â??VERIFYâ??
VERIFY(H5Iget_type(grp), H5I_GROUP, "H5Iget_type");
^
th5o.c: In function â??test_h5o_linkâ??:
th5o.c:776:9: warning: size of â??wdataâ?? is 40000 bytes [-Wlarger-than=]
int wdata[TEST6_DIM1][TEST6_DIM2];
^
th5o.c:777:9: warning: size of â??rdataâ?? is 40000 bytes [-Wlarger-than=]
int rdata[TEST6_DIM1][TEST6_DIM2];
^
th5o.c: In function â??test_h5o_commentâ??:
th5o.c:1007:25: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Oget_comment(fid, check_comment, (size_t)comment_len+1);
^
th5o.c:1021:25: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Oget_comment(grp, check_comment, (size_t)comment_len+1);
^
th5o.c:1035:25: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Oget_comment(dtype, check_comment, (size_t)comment_len+1);
^
th5o.c:1049:25: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Oget_comment(dset, check_comment, (size_t)comment_len+1);
^
th5o.c: In function â??test_h5o_comment_by_nameâ??:
th5o.c:1178:33: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Oget_comment_by_name(fid, ".", check_comment,
(size_t)comment_len+1, H5P_DEFAULT);
^
th5o.c:1192:33: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Oget_comment_by_name(fid, "group", check_comment,
(size_t)comment_len+1, H5P_DEFAULT);
^
th5o.c:1202:33: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Oget_comment_by_name(grp, "datatype", check_comment,
(size_t)comment_len+1, H5P_DEFAULT);
^
th5o.c:1212:33: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Oget_comment_by_name(fid, "dataset", check_comment,
(size_t)comment_len+1, H5P_DEFAULT);
^
th5o.c: In function â??test_h5o_linkâ??:
th5o.c:764:1: warning: stack usage is 80112 bytes [-Wstack-usage=]
test_h5o_link(void)
^
th5o.c:896:1: warning: the frame size of 80040 bytes is larger than 16384 bytes
[-Wframe-larger-than=]
} /* end test_h5o_link() */
^
CC th5s.o
th5s.c:82:2: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
} space4_data={'v',987123,(float)-3.14,'g'}; /* Test data for 4th dataspace */
^
th5s.c: In function â??test_h5s_zero_dimâ??:
th5s.c:543:25: warning: size of â??wdata_realâ?? is 2340 bytes [-Wlarger-than=]
int wdata_real[SPACE1_DIM1][SPACE1_DIM2][SPACE1_DIM3];
^
th5s.c:544:25: warning: size of â??rdata_realâ?? is 2340 bytes [-Wlarger-than=]
int rdata_real[SPACE1_DIM1][SPACE1_DIM2][SPACE1_DIM3];
^
th5s.c:562:29: warning: conversion to â??intâ?? from â??unsigned intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i][j] = i + j;
^
th5s.c:564:35: warning: conversion to â??short intâ?? from â??unsigned intâ??
may alter its value [-Wconversion]
wdata_short[i][j] = i + j;
^
th5s.c:571:45: warning: conversion to â??intâ?? from â??unsigned intâ?? may
change the sign of the result [-Wsign-conversion]
wdata_real[i][j][k] = i + j + k;
^
th5s.c:574:89: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(alloc_time = H5D_ALLOC_TIME_EARLY; alloc_time <= H5D_ALLOC_TIME_INCR;
alloc_time++) {
^
th5s.c: In function â??test_h5s_compound_scalar_readâ??:
th5s.c:1589:9: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
printf("scalar data different: space4_data.f=%f,
read_data4.f=%f\n",space4_data.f,rdata.f);
^
th5s.c:1589:9: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
th5s.c: At top level:
th5s.c:1611:9: warning: size of â??chunk_data_dblâ?? is 1200000 bytes
[-Wlarger-than=]
double chunk_data_dbl[50000][3];
^
th5s.c:1612:8: warning: size of â??chunk_data_fltâ?? is 600000 bytes
[-Wlarger-than=]
float chunk_data_flt[50000][3];
^
th5s.c: In function â??test_h5s_chunkâ??:
th5s.c:1655:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
chunk_data_flt[i][j] = (float)((i + 1) * 2.5 - j * 100.3);
^
th5s.c:1655:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
In file included from testhdf5.h:31:0,
from th5s.c:24:
h5test.h:135:41: warning: implicit conversion from â??floatâ?? to â??doubleâ??
to match other operand of binary expression [-Wdouble-promotion]
#define DBL_REL_EQUAL(X,Y,M) (fabs((Y-X)/X)<M)
^
th5s.c:1691:17: note: in expansion of macro â??DBL_REL_EQUALâ??
if(!DBL_REL_EQUAL(chunk_data_dbl[i][j], chunk_data_flt[i][j],
0.00001))
^
th5s.c:1691:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(!DBL_REL_EQUAL(chunk_data_dbl[i][j], chunk_data_flt[i][j],
0.00001))
^
th5s.c:1692:17: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
TestErrPrintf("%u: chunk_data_dbl[%d][%d]=%e,
chunk_data_flt[%d][%d]=%e\n", (unsigned)__LINE__, i, j, chunk_data_dbl[i][j],
i, j, chunk_data_flt[i][j]);
^
In file included from th5s.c:25:0:
th5s.c: At top level:
H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CC tcoords.o
tcoords.c: In function â??test_multiple_endsâ??:
tcoords.c:412:9: warning: size of â??data_bufâ?? is 69120 bytes [-Wlarger-than=]
int data_buf[4][5][3][4][2][3][6][2];
^
tcoords.c:448:9: warning: size of â??mem5_bufferâ?? is 7680 bytes
[-Wlarger-than=]
int mem5_buffer[4][5][1][4][2][1][6][2];
^
tcoords.c:404:13: warning: stack usage is 81904 bytes [-Wstack-usage=]
static void test_multiple_ends(hid_t file, hbool_t is_chunked)
^
tcoords.c:663:1: warning: the frame size of 81816 bytes is larger than 16384
bytes [-Wframe-larger-than=]
}
^
CC theap.o
theap.c:50:17: warning: size of â??rand_numâ?? is 16000 bytes [-Wlarger-than=]
static test_obj rand_num[NUM_ELEMS];
^
theap.c:53:17: warning: size of â??inc_sort_numâ?? is 16000 bytes
[-Wlarger-than=]
static test_obj inc_sort_num[NUM_ELEMS];
^
theap.c:56:17: warning: size of â??dec_sort_numâ?? is 16000 bytes
[-Wlarger-than=]
static test_obj dec_sort_num[NUM_ELEMS];
^
CC tid.o
CC titerate.o
titerate.c: In function â??test_iter_groupâ??:
titerate.c:287:13: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
idx = i = 0;
^
titerate.c:312:13: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
idx = i = 0;
^
titerate.c: In function â??test_iter_attrâ??:
titerate.c:466:13: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
idx = i = 0;
^
titerate.c:492:13: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
idx = i = 0;
^
titerate.c: In function â??test_iter_group_largeâ??:
titerate.c:585:15: warning: size of â??namesâ?? is 13376 bytes [-Wlarger-than=]
iter_info names[ITER_NGROUPS+2]; /* Names of objects in the root group */
^
titerate.c:676:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
hsize_t idx = i;
^
titerate.c: In function â??aiter_cbâ??:
titerate.c:366:35: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
return(count > 10 ? 1 : 0);
^
titerate.c:370:36: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
return(count2 > 10 ? 1 : 0);
^
titerate.c: In function â??liter_cbâ??:
titerate.c:105:35: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
return(count > 10 ? 1 : 0);
^
titerate.c:109:36: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
return(count2 > 10 ? 1 : 0);
^
titerate.c: In function â??test_iter_group_largeâ??:
titerate.c:575:1: warning: stack usage is 13504 bytes [-Wstack-usage=]
test_iter_group_large(hid_t fapl)
^
titerate.c: In function â??aiter_cbâ??:
titerate.c:366:35: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
return(count > 10 ? 1 : 0);
^
titerate.c:370:36: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
return(count2 > 10 ? 1 : 0);
^
titerate.c:366:35: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
return(count > 10 ? 1 : 0);
^
titerate.c:370:36: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
return(count2 > 10 ? 1 : 0);
^
titerate.c: In function â??liter_cbâ??:
titerate.c:105:35: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
return(count > 10 ? 1 : 0);
^
titerate.c:109:36: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
return(count2 > 10 ? 1 : 0);
^
titerate.c:105:35: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
return(count > 10 ? 1 : 0);
^
titerate.c:109:36: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
return(count2 > 10 ? 1 : 0);
^
titerate.c: At top level:
titerate.c:43:0: warning: macro "SPACE1_NAME" is not used [-Wunused-macros]
#define SPACE1_NAME "Space1"
^
CC tmeta.o
In file included from tmeta.c:25:0:
tmeta.c: In function â??test_metadataâ??:
../src/H5Fprivate.h:140:37: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
(i) |= ((int32_t)(((*(p) & 0xff) << 24) | \
^
tmeta.c:89:5: note: in expansion of macro â??INT32DECODEâ??
INT32DECODE(p, di32); /* Decode the int32 value */
^
tmeta.c: In function â??cleanup_metadataâ??:
tmeta.c:127:1: warning: function might be candidate for attribute â??constâ??
[-Wsuggest-attribute=const]
cleanup_metadata(void)
^
CC tmisc.o
tmisc.c:191:10: warning: size of â??m13_dataâ?? is 2400 bytes [-Wlarger-than=]
unsigned m13_data[MISC13_DIM1][MISC13_DIM2]; /* Data to write to
dataset */
^
tmisc.c:192:10: warning: size of â??m13_rdataâ?? is 2400 bytes [-Wlarger-than=]
unsigned m13_rdata[MISC13_DIM1][MISC13_DIM2]; /* Data read from
dataset */
^
tmisc.c: In function â??create_struct3â??:
tmisc.c:707:14: warning: request for implicit conversion from â??void *â?? to
â??struct misc5_struct3_hndl *â?? not permitted in C++ [-Wc++-compat]
str3hndl = HDmalloc(sizeof(misc5_struct3_hndl));
^
tmisc.c: In function â??create_struct2â??:
tmisc.c:750:14: warning: request for implicit conversion from â??void *â?? to
â??struct misc5_struct2_hndl *â?? not permitted in C++ [-Wc++-compat]
str2hndl = HDmalloc(sizeof(misc5_struct2_hndl));
^
tmisc.c: In function â??create_struct1â??:
tmisc.c:816:14: warning: request for implicit conversion from â??void *â?? to
â??struct misc5_struct1_hndl *â?? not permitted in C++ [-Wc++-compat]
str1hndl = HDmalloc(sizeof(misc5_struct1_hndl));
^
tmisc.c: In function â??test_misc8â??:
tmisc.c:1237:10: warning: request for implicit conversion from â??void *â?? to
â??int *â?? not permitted in C++ [-Wc++-compat]
wdata=HDmalloc(sizeof(int)*MISC8_DIM0*MISC8_DIM1);
^
tmisc.c:1248:40: warning: conversion to â??intâ?? from â??unsigned intâ?? may
change the sign of the result [-Wsign-conversion]
*tdata++=((u*MISC8_DIM1)+v)%13;
^
In file included from tmisc.c:32:0:
tmisc.c:1304:50: warning: conversion to â??long intâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
VERIFY(storage_size, MISC8_DIM0 * MISC8_DIM1 *
H5Tget_size(H5T_NATIVE_INT), "H5Dget_storage_size");
^
testhdf5.h:73:40: note: in definition of macro â??VERIFYâ??
long __x = (long)_x, __val = (long)_val; \
^
tmisc.c:1330:50: warning: conversion to â??long intâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
VERIFY(storage_size, MISC8_DIM0 * MISC8_DIM1 *
H5Tget_size(H5T_NATIVE_INT), "H5Dget_storage_size");
^
testhdf5.h:73:40: note: in definition of macro â??VERIFYâ??
long __x = (long)_x, __val = (long)_val; \
^
tmisc.c:1355:50: warning: conversion to â??long intâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
VERIFY(storage_size, MISC8_DIM0 * MISC8_DIM1 *
H5Tget_size(H5T_NATIVE_INT), "H5Dget_storage_size");
^
testhdf5.h:73:40: note: in definition of macro â??VERIFYâ??
long __x = (long)_x, __val = (long)_val; \
^
tmisc.c:1399:50: warning: conversion to â??long intâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
VERIFY(storage_size, MISC8_DIM0 * MISC8_DIM1 *
H5Tget_size(H5T_NATIVE_INT), "H5Dget_storage_size");
^
testhdf5.h:73:40: note: in definition of macro â??VERIFYâ??
long __x = (long)_x, __val = (long)_val; \
^
tmisc.c:1426:50: warning: conversion to â??long intâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
VERIFY(storage_size, MISC8_DIM0 * MISC8_DIM1 *
H5Tget_size(H5T_NATIVE_INT), "H5Dget_storage_size");
^
testhdf5.h:73:40: note: in definition of macro â??VERIFYâ??
long __x = (long)_x, __val = (long)_val; \
^
tmisc.c:1456:50: warning: conversion to â??long intâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
VERIFY(storage_size, MISC8_DIM0 * MISC8_DIM1 *
H5Tget_size(H5T_NATIVE_INT), "H5Dget_storage_size");
^
testhdf5.h:73:40: note: in definition of macro â??VERIFYâ??
long __x = (long)_x, __val = (long)_val; \
^
tmisc.c:1480:66: warning: conversion to â??long intâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
VERIFY(storage_size, 4 * MISC8_CHUNK_DIM0 * MISC8_CHUNK_DIM1 *
H5Tget_size(H5T_NATIVE_INT), "H5Dget_storage_size");
^
testhdf5.h:73:40: note: in definition of macro â??VERIFYâ??
long __x = (long)_x, __val = (long)_val; \
^
tmisc.c:1503:47: warning: conversion to â??long intâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
VERIFY(storage_size, MISC8_DIM0*MISC8_DIM1*H5Tget_size(H5T_NATIVE_INT),
"H5Dget_storage_size");
^
testhdf5.h:73:40: note: in definition of macro â??VERIFYâ??
long __x = (long)_x, __val = (long)_val; \
^
tmisc.c: In function â??test_misc14â??:
tmisc.c:2447:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
double data1 = 5.0; /* Data to write for dataset #1 */
^
tmisc.c:2448:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
double data2 = 10.0; /* Data to write for dataset #2 */
^
tmisc.c:2449:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
double data3 = 15.0; /* Data to write for dataset #3 */
^
tmisc.c: In function â??test_misc16â??:
tmisc.c:2704:25: warning: initializer-string for array chars is too long for
C++ [-Wc++-compat]
{"1234567", "1234567\0", "12345678", {NULL}};
^
tmisc.c:2704:25: warning: initializer-string for array chars is too long for
C++ [-Wc++-compat]
tmisc.c:2704:25: warning: initialization makes integer from pointer without a
cast [enabled by default]
tmisc.c:2704:25: warning: (near initialization for â??wdata[3][0]â??) [enabled
by default]
tmisc.c: In function â??test_misc17â??:
tmisc.c:2783:25: warning: initializer-string for array chars is too long for
C++ [-Wc++-compat]
{"1234567", "1234567\0", "12345678", {NULL}};
^
tmisc.c:2783:25: warning: initializer-string for array chars is too long for
C++ [-Wc++-compat]
tmisc.c:2783:25: warning: initialization makes integer from pointer without a
cast [enabled by default]
tmisc.c:2783:25: warning: (near initialization for â??wdata[3][0]â??) [enabled
by default]
tmisc.c: In function â??test_misc23â??:
tmisc.c:3861:25: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
status = H5Iget_name(tmp_id, objname, (size_t)MISC23_NAME_BUF_SIZE);
^
tmisc.c: In function â??test_misc28â??:
tmisc.c:4987:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
ret = H5Pset_cache(fapl, MISC28_NSLOTS, MISC28_NSLOTS, MISC28_SIZE, 0.75);
^
tmisc.c:5017:9: warning: conversion to â??charâ?? from â??intâ?? may alter its
value [-Wconversion]
buf[i] = i;
^
tmisc.c:5038:34: warning: conversion to â??charâ?? from â??intâ?? may alter its
value [-Wconversion]
buf[i] = MISC28_SIZE - 1 - i;
^
In file included from tmisc.c:33:0:
tmisc.c: At top level:
H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CC trefer.o
trefer.c: In function â??test_reference_paramsâ??:
trefer.c:117:18: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
*tu32++=i*3;
^
trefer.c:198:28: warning: conversion to â??size_tâ?? from â??ssize_tâ?? may
change the sign of the result [-Wsign-conversion]
name_size = H5Rget_name(-1, H5R_DATASET_REGION, &rbuf[0], NULL, 0);
^
trefer.c:200:28: warning: conversion to â??size_tâ?? from â??ssize_tâ?? may
change the sign of the result [-Wsign-conversion]
name_size = H5Rget_name(fid1, H5R_DATASET_REGION, NULL, NULL, 0);
^
trefer.c:202:28: warning: conversion to â??size_tâ?? from â??ssize_tâ?? may
change the sign of the result [-Wsign-conversion]
name_size = H5Rget_name(fid1, H5R_MAXTYPE, &rbuf[0], NULL, 0);
^
trefer.c: In function â??test_reference_objâ??:
trefer.c:287:18: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
*tu32++=i*3;
^
trefer.c:418:25: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Oget_comment(group, read_comment, (size_t)10);
^
trefer.c: In function â??test_reference_regionâ??:
trefer.c:496:5: warning: missing braces around initializer [-Wmissing-braces]
hdset_reg_ref_t nvrbuf[3]={0,101,1000000000}; /* buffer with non-valid
refs */
^
trefer.c:496:5: warning: (near initialization for â??nvrbuf[0]â??)
[-Wmissing-braces]
trefer.c:496:5: warning: large integer implicitly truncated to unsigned type
[-Woverflow]
trefer.c:526:20: warning: conversion to â??uint8_tâ?? from â??intâ?? may alter
its value [-Wconversion]
*tu8++ = i * 3;
^
In file included from testhdf5.h:27:0,
from trefer.c:24:
trefer.c:649:27: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
coords = HDmalloc(ret * SPACE2_RANK * sizeof(hsize_t) * 2); /* allocate
space for the hyperslab blocks */
^
../src/H5private.h:940:35: note: in definition of macro â??HDmallocâ??
#define HDmalloc(Z) malloc(Z)
^
trefer.c:649:12: warning: request for implicit conversion from â??void *â?? to
â??hsize_t *â?? not permitted in C++ [-Wc++-compat]
coords = HDmalloc(ret * SPACE2_RANK * sizeof(hsize_t) * 2); /* allocate
space for the hyperslab blocks */
^
In file included from testhdf5.h:27:0,
from trefer.c:24:
trefer.c:677:27: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
coords = HDmalloc(ret * SPACE2_RANK * sizeof(hsize_t)); /* allocate space
for the element points */
^
../src/H5private.h:940:35: note: in definition of macro â??HDmallocâ??
#define HDmalloc(Z) malloc(Z)
^
trefer.c:677:12: warning: request for implicit conversion from â??void *â?? to
â??hsize_t *â?? not permitted in C++ [-Wc++-compat]
coords = HDmalloc(ret * SPACE2_RANK * sizeof(hsize_t)); /* allocate space
for the element points */
^
trefer.c: In function â??test_reference_region_1Dâ??:
trefer.c:798:20: warning: conversion to â??uint8_tâ?? from â??intâ?? may alter
its value [-Wconversion]
*tu8++ = i * 3;
^
In file included from testhdf5.h:27:0,
from trefer.c:24:
trefer.c:921:38: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
coords = (hsize_t *)HDmalloc(ret * SPACE3_RANK * sizeof(hsize_t) * 2); /*
allocate space for the hyperslab blocks */
^
../src/H5private.h:940:35: note: in definition of macro â??HDmallocâ??
#define HDmalloc(Z) malloc(Z)
^
trefer.c:973:38: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
coords = (hsize_t *)HDmalloc(ret * SPACE3_RANK * sizeof(hsize_t)); /*
allocate space for the element points */
^
../src/H5private.h:940:35: note: in definition of macro â??HDmallocâ??
#define HDmalloc(Z) malloc(Z)
^
trefer.c: In function â??test_reference_groupâ??:
trefer.c:1253:29: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Lget_name_by_idx(gid, ".", H5_INDEX_NAME, H5_ITER_INC, (hsize_t)0,
objname, (size_t)NAME_SIZE, H5P_DEFAULT);
^
CC trefstr.o
CC tselect.o
tselect.c: In function â??test_select_allâ??:
tselect.c:709:76: warning: conversion to â??uint8_tâ?? from â??intâ?? may alter
its value [-Wconversion]
*tbuf++ = (uint8_t)(((i * SPACE4_DIM2) + j) * SPACE4_DIM3) + k;
^
tselect.c: In function â??verify_select_hyper_contig_dr__run_testâ??:
tselect.c:1600:12: warning: unused parameter â??cube_sizeâ??
[-Wunused-parameter]
size_t cube_size, unsigned edge_size, unsigned cube_rank)
^
tselect.c: In function â??test_select_hyper_checker_board_dr__run_testâ??:
tselect.c:2737:14: warning: variable â??start_in_checkerâ?? set but not used
[-Wunused-but-set-variable]
hbool_t start_in_checker[5];
^
tselect.c: In function â??test_select_combineâ??:
tselect.c:6649:13: warning: size of â??blocksâ?? is 4096 bytes [-Wlarger-than=]
hsize_t blocks[128][2][SPACE7_RANK]; /* List of blocks */
^
tselect.c: In function â??test_select_fill_pointâ??:
tselect.c:7182:60: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
points[u][0] = (hsize_t)(points[u][0] + real_offset[0]);
^
tselect.c:7183:60: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
points[u][1] = (hsize_t)(points[u][1] + real_offset[1]);
^
tselect.c: In function â??test_select_fill_hyper_simpleâ??:
tselect.c:7263:55: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
if((u >= (unsigned)(start[0] + real_offset[0]) && u <
(unsigned)(start[0] + count[0] + real_offset[0]))
^
tselect.c:7263:111: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
if((u >= (unsigned)(start[0] + real_offset[0]) && u <
(unsigned)(start[0] + count[0] + real_offset[0]))
^
tselect.c:7264:59: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
&& (v >= (unsigned)(start[1] + real_offset[1]) && v <
(unsigned)(start[1] + count[1] + real_offset[1]))) {
^
tselect.c:7264:115: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
&& (v >= (unsigned)(start[1] + real_offset[1]) && v <
(unsigned)(start[1] + count[1] + real_offset[1]))) {
^
tselect.c:7282:73: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
points[num_points][0] = (hsize_t)(u + start[0] + real_offset[0]);
^
tselect.c:7283:73: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
points[num_points][1] = (hsize_t)(v + start[1] + real_offset[1]);
^
tselect.c: In function â??test_select_fill_hyper_regularâ??:
tselect.c:7373:62: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
if(u == (unsigned)(points[w][0] + real_offset[0]) && v ==
(unsigned)(points[w][1] + real_offset[1])) {
^
tselect.c:7373:112: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
if(u == (unsigned)(points[w][0] + real_offset[0]) && v ==
(unsigned)(points[w][1] + real_offset[1])) {
^
tselect.c:7390:60: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
points[u][0] = (hsize_t)(points[u][0] + real_offset[0]);
^
tselect.c:7391:60: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
points[u][1] = (hsize_t)(points[u][1] + real_offset[1]);
^
tselect.c: In function â??test_select_fill_hyper_irregularâ??:
tselect.c:7496:62: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
if(u == (unsigned)(points[w][0] + real_offset[0]) && v ==
(unsigned)(points[w][1] + real_offset[1])) {
^
tselect.c:7496:112: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
if(u == (unsigned)(points[w][0] + real_offset[0]) && v ==
(unsigned)(points[w][1] + real_offset[1])) {
^
tselect.c:7513:70: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
iter_points[u][0] = (hsize_t)(iter_points[u][0] + real_offset[0]);
^
tselect.c:7514:70: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
iter_points[u][1] = (hsize_t)(iter_points[u][1] + real_offset[1]);
^
tselect.c: In function â??test_shape_same_dr__run_full_space_vs_slice_testsâ??:
tselect.c:10734:40: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((z < 2) && (large_rank >= 1));
^
tselect.c:10737:36: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((y < 2) && (large_rank >= 2));
^
tselect.c:10740:32: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((x < 2) && (large_rank >= 3));
^
tselect.c:10743:28: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((w < 2) && (large_rank >= 4));
^
tselect.c:10746:24: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((v < 2) && (large_rank >= 5));
^
tselect.c: In function â??test_shape_same_dr__run_checkerboard_testsâ??:
tselect.c:11348:40: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((z < 2) && (large_rank >= 1));
^
tselect.c:11351:36: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((y < 2) && (large_rank >= 2));
^
tselect.c:11354:32: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((x < 2) && (large_rank >= 3));
^
tselect.c:11357:28: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((w < 2) && (large_rank >= 4));
^
tselect.c:11360:24: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((v < 2) && (large_rank >= 5));
^
tselect.c: In function â??test_shape_same_dr__run_irregular_testsâ??:
tselect.c:11838:40: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((z < 2) && (large_rank >= 1));
^
tselect.c:11841:36: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((y < 2) && (large_rank >= 2));
^
tselect.c:11844:32: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((x < 2) && (large_rank >= 3));
^
tselect.c:11847:28: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((w < 2) && (large_rank >= 4));
^
tselect.c:11850:24: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((v < 2 ) && (large_rank >= 5));
^
tselect.c: In function â??test_select_hyper_contig_dr__run_test.constprop.15â??:
tselect.c:2244:21: warning: cannot optimize possibly infinite loops
[-Wunsafe-loop-optimizations]
for(; s <= stop_index; s++) {
^
tselect.c:2003:21: warning: cannot optimize possibly infinite loops
[-Wunsafe-loop-optimizations]
for(; s <= stop_index; s++) {
^
tselect.c: In function â??test_selectâ??:
tselect.c:10734:40: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((z < 2) && (large_rank >= 1));
^
tselect.c:10737:36: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((y < 2) && (large_rank >= 2));
^
tselect.c:10740:32: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((x < 2) && (large_rank >= 3));
^
tselect.c:10743:28: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((w < 2) && (large_rank >= 4));
^
tselect.c:10746:24: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((v < 2) && (large_rank >= 5));
^
tselect.c:11348:40: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((z < 2) && (large_rank >= 1));
^
tselect.c:11351:36: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((y < 2) && (large_rank >= 2));
^
tselect.c:11354:32: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((x < 2) && (large_rank >= 3));
^
tselect.c:11357:28: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((w < 2) && (large_rank >= 4));
^
tselect.c:11360:24: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((v < 2) && (large_rank >= 5));
^
tselect.c:11838:40: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((z < 2) && (large_rank >= 1));
^
tselect.c:11841:36: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((y < 2) && (large_rank >= 2));
^
tselect.c:11844:32: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((x < 2) && (large_rank >= 3));
^
tselect.c:11847:28: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((w < 2) && (large_rank >= 4));
^
tselect.c:11850:24: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((v < 2 ) && (large_rank >= 5));
^
tselect.c:10737:36: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((y < 2) && (large_rank >= 2));
^
tselect.c:10740:32: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((x < 2) && (large_rank >= 3));
^
tselect.c:10743:28: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((w < 2) && (large_rank >= 4));
^
tselect.c:10746:24: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((v < 2) && (large_rank >= 5));
^
tselect.c:11351:36: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((y < 2) && (large_rank >= 2));
^
tselect.c:11354:32: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((x < 2) && (large_rank >= 3));
^
tselect.c:11357:28: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((w < 2) && (large_rank >= 4));
^
tselect.c:11360:24: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((v < 2) && (large_rank >= 5));
^
tselect.c:11841:36: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((y < 2) && (large_rank >= 2));
^
tselect.c:11844:32: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((x < 2) && (large_rank >= 3));
^
tselect.c:11847:28: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((w < 2) && (large_rank >= 4));
^
tselect.c:11850:24: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
} while((v < 2 ) && (large_rank >= 5));
^
tselect.c:11678:9: warning: cannot optimize possibly infinite loops
[-Wunsafe-loop-optimizations]
for(small_rank = 1; small_rank <= large_rank; small_rank++) {
^
tselect.c:11130:9: warning: cannot optimize possibly infinite loops
[-Wunsafe-loop-optimizations]
for(small_rank = 1; small_rank <= large_rank; small_rank++) {
^
tselect.c:10643:9: warning: cannot optimize possibly infinite loops
[-Wunsafe-loop-optimizations]
for(small_rank = 1; small_rank <= large_rank; small_rank++) {
^
CC tskiplist.o
tskiplist.c:44:12: warning: size of â??rand_numâ?? is 4000 bytes
[-Wlarger-than=]
static int rand_num[NUM_ELEMS];
^
tskiplist.c:45:12: warning: size of â??sort_rand_numâ?? is 4000 bytes
[-Wlarger-than=]
static int sort_rand_num[NUM_ELEMS];
^
tskiplist.c:46:12: warning: size of â??rev_sort_rand_numâ?? is 4000 bytes
[-Wlarger-than=]
static int rev_sort_rand_num[NUM_ELEMS];
^
CC tsohm.o
tsohm.c: In function â??size1_helperâ??:
tsohm.c:603:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
wdata.f1 = 0.0;
^
tsohm.c: In function â??size2_verify_plist1â??:
tsohm.c:1282:5: warning: format â??%sâ?? expects argument of type â??char *â??,
but argument 2 has type â??int (*)(const void *, const void *, size_t)â??
[-Wformat=]
VERIFY(ret, 0, memcmp);
^
tsohm.c: In function â??size2_verify_plist2â??:
tsohm.c:1350:5: warning: format â??%sâ?? expects argument of type â??char *â??,
but argument 2 has type â??int (*)(const void *, const void *, size_t)â??
[-Wformat=]
VERIFY(ret, 0, memcmp);
^
tsohm.c: In function â??size2_helperâ??:
tsohm.c:1678:51: warning: conversion to â??charâ?? from â??intâ?? may alter its
value [-Wconversion]
attr_string1[0] = attr_name[0] = (x / 10) + '0';
^
tsohm.c:1679:51: warning: conversion to â??charâ?? from â??intâ?? may alter its
value [-Wconversion]
attr_string1[1] = attr_name[1] = (x % 10) + '0';
^
tsohm.c:1718:51: warning: conversion to â??charâ?? from â??intâ?? may alter its
value [-Wconversion]
attr_string1[0] = attr_name[0] = (x / 10) + '0';
^
tsohm.c:1719:51: warning: conversion to â??charâ?? from â??intâ?? may alter its
value [-Wconversion]
attr_string1[1] = attr_name[1] = (x % 10) + '0';
^
tsohm.c: In function â??size2_verifyâ??:
tsohm.c:1937:58: warning: conversion to â??charâ?? from â??intâ?? may alter its
value [-Wconversion]
attr_correct_string[0] = attr_name[0] = (x / 10) + '0';
^
tsohm.c:1938:58: warning: conversion to â??charâ?? from â??intâ?? may alter its
value [-Wconversion]
attr_correct_string[1] = attr_name[1] = (x % 10) + '0';
^
tsohm.c: In function â??test_sohm_size2â??:
tsohm.c:2194:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(list_index_med.empty_size > norm_sizes.empty_size * OVERHEAD_ALLOWED)
^
tsohm.c:2194:46: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(list_index_med.empty_size > norm_sizes.empty_size * OVERHEAD_ALLOWED)
^
tsohm.c:2255:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(btree_index.dsets2 > list_index_small.dsets2 * OVERHEAD_ALLOWED)
^
tsohm.c:2255:45: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(btree_index.dsets2 > list_index_small.dsets2 * OVERHEAD_ALLOWED)
^
tsohm.c:2264:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(list_index_small.dsets2 > btree_index.dsets2 * OVERHEAD_ALLOWED *
OVERHEAD_ALLOWED)
^
tsohm.c:2264:45: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(list_index_small.dsets2 > btree_index.dsets2 * OVERHEAD_ALLOWED *
OVERHEAD_ALLOWED)
^
tsohm.c:2264:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(list_index_small.dsets2 > btree_index.dsets2 * OVERHEAD_ALLOWED *
OVERHEAD_ALLOWED)
^
tsohm.c:2288:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(btree_index.interleaved > list_index_small.interleaved *
OVERHEAD_ALLOWED)
^
tsohm.c:2288:50: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(btree_index.interleaved > list_index_small.interleaved *
OVERHEAD_ALLOWED)
^
tsohm.c:2317:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(btree_index.attrs1 > list_index_small.attrs1 * OVERHEAD_ALLOWED)
^
tsohm.c:2317:45: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(btree_index.attrs1 > list_index_small.attrs1 * OVERHEAD_ALLOWED)
^
tsohm.c:2319:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(btree_index.attrs1 > list_index_med.attrs1 * OVERHEAD_ALLOWED)
^
tsohm.c:2319:43: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(btree_index.attrs1 > list_index_med.attrs1 * OVERHEAD_ALLOWED)
^
tsohm.c:2321:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(list_index_med.attrs1 > btree_index.attrs1 * OVERHEAD_ALLOWED)
^
tsohm.c:2321:43: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(list_index_med.attrs1 > btree_index.attrs1 * OVERHEAD_ALLOWED)
^
tsohm.c:2323:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(list_index_small.attrs1 > btree_index.attrs1 * OVERHEAD_ALLOWED)
^
tsohm.c:2323:45: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(list_index_small.attrs1 > btree_index.attrs1 * OVERHEAD_ALLOWED)
^
tsohm.c:2328:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(list_index_small.attrs1 > btree_index.attrs1 * OVERHEAD_ALLOWED)
^
tsohm.c:2328:45: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(list_index_small.attrs1 > btree_index.attrs1 * OVERHEAD_ALLOWED)
^
tsohm.c:2330:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(list_index_med.attrs1 > btree_index.attrs1 * OVERHEAD_ALLOWED)
^
tsohm.c:2330:43: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(list_index_med.attrs1 > btree_index.attrs1 * OVERHEAD_ALLOWED)
^
tsohm.c:2346:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((btree_index.attrs1 - btree_index.interleaved) *
OVERHEAD_ALLOWED))
^
tsohm.c:2346:34: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
((btree_index.attrs1 - btree_index.interleaved) *
OVERHEAD_ALLOWED))
^
tsohm.c:2354:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(btree_index.attrs2 > list_index_small.attrs2 * OVERHEAD_ALLOWED)
^
tsohm.c:2354:45: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(btree_index.attrs2 > list_index_small.attrs2 * OVERHEAD_ALLOWED)
^
tsohm.c:2356:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(list_index_small.attrs2 > btree_index.attrs2 * OVERHEAD_ALLOWED)
^
tsohm.c:2356:45: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(list_index_small.attrs2 > btree_index.attrs2 * OVERHEAD_ALLOWED)
^
tsohm.c:2358:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(btree_index.attrs2 > list_index_med.attrs2 * OVERHEAD_ALLOWED)
^
tsohm.c:2358:43: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(btree_index.attrs2 > list_index_med.attrs2 * OVERHEAD_ALLOWED)
^
tsohm.c:2360:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(list_index_med.attrs2 > btree_index.attrs2 * OVERHEAD_ALLOWED)
^
tsohm.c:2360:43: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(list_index_med.attrs2 > btree_index.attrs2 * OVERHEAD_ALLOWED)
^
tsohm.c:2448:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(list_index_med.dsets2 - list_index_med.dsets1) * OVERHEAD_ALLOWED)
^
tsohm.c:2448:36: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
(list_index_med.dsets2 - list_index_med.dsets1) * OVERHEAD_ALLOWED)
^
tsohm.c:2451:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(btree_index.dsets2 - btree_index.dsets1) * OVERHEAD_ALLOWED)
^
tsohm.c:2451:33: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
(btree_index.dsets2 - btree_index.dsets1) * OVERHEAD_ALLOWED)
^
tsohm.c:2455:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(list_index_med.interleaved - list_index_med.dsets2) *
OVERHEAD_ALLOWED)
^
tsohm.c:2455:41: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
(list_index_med.interleaved - list_index_med.dsets2) *
OVERHEAD_ALLOWED)
^
tsohm.c:2458:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(btree_index.interleaved - btree_index.dsets2) * OVERHEAD_ALLOWED)
^
tsohm.c:2458:38: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
(btree_index.interleaved - btree_index.dsets2) * OVERHEAD_ALLOWED)
^
tsohm.c:2480:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(mult_index_med.attrs2 * OVERHEAD_ALLOWED < btree_index.attrs2)
^
tsohm.c:2480:23: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(mult_index_med.attrs2 * OVERHEAD_ALLOWED < btree_index.attrs2)
^
tsohm.c:2482:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(mult_index_btree.attrs2 * OVERHEAD_ALLOWED < btree_index.attrs2)
^
tsohm.c:2482:25: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(mult_index_btree.attrs2 * OVERHEAD_ALLOWED < btree_index.attrs2)
^
tsohm.c:2551:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(share_tiny_index.first_dset >= type_space_index.first_dset *
OVERHEAD_ALLOWED)
^
tsohm.c:2551:55: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(share_tiny_index.first_dset >= type_space_index.first_dset *
OVERHEAD_ALLOWED)
^
tsohm.c:2558:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(share_tiny_index.second_dset * OVERHEAD_ALLOWED <
type_space_index.second_dset)
^
tsohm.c:2558:24: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(share_tiny_index.second_dset * OVERHEAD_ALLOWED <
type_space_index.second_dset)
^
tsohm.c:2563:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(share_tiny_index.dsets1 * OVERHEAD_ALLOWED < type_space_index.dsets1)
^
tsohm.c:2563:24: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(share_tiny_index.dsets1 * OVERHEAD_ALLOWED < type_space_index.dsets1)
^
tsohm.c:2568:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(share_tiny_index.dsets2 * OVERHEAD_ALLOWED < type_space_index.dsets2)
^
tsohm.c:2568:24: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(share_tiny_index.dsets2 * OVERHEAD_ALLOWED < type_space_index.dsets2)
^
tsohm.c:2573:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(share_tiny_index.interleaved * OVERHEAD_ALLOWED <
type_space_index.interleaved)
^
tsohm.c:2573:24: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(share_tiny_index.interleaved * OVERHEAD_ALLOWED <
type_space_index.interleaved)
^
tsohm.c:2578:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(share_tiny_index.attrs1 * OVERHEAD_ALLOWED < type_space_index.attrs1)
^
tsohm.c:2578:24: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(share_tiny_index.attrs1 * OVERHEAD_ALLOWED < type_space_index.attrs1)
^
tsohm.c:2583:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(share_tiny_index.attrs2 * OVERHEAD_ALLOWED < type_space_index.attrs2)
^
tsohm.c:2583:24: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
if(share_tiny_index.attrs2 * OVERHEAD_ALLOWED < type_space_index.attrs2)
^
tsohm.c: In function â??delete_helper_writeâ??:
tsohm.c:2613:15: warning: conversion to â??charâ?? from â??intâ?? may alter its
value [-Wconversion]
wdata = x + 'a';
^
tsohm.c: In function â??delete_helperâ??:
tsohm.c:2761:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(norm_filesize > deleted_filesize * OVERHEAD_ALLOWED)
^
tsohm.c:2761:5: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
tsohm.c:2763:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(deleted_filesize > norm_filesize * OVERHEAD_ALLOWED)
^
tsohm.c:2763:5: warning: conversion to â??doubleâ?? from â??h5_stat_size_tâ??
may alter its value [-Wconversion]
tsohm.c: In function â??test_sohm_external_dtypeâ??:
tsohm.c:3876:24: warning: conversion to â??intâ?? from â??unsigned intâ?? may
change the sign of the result [-Wsign-conversion]
s_ptr->a = i*3 + 1;
^
tsohm.c:3877:24: warning: conversion to â??intâ?? from â??unsigned intâ?? may
change the sign of the result [-Wsign-conversion]
s_ptr->b = i*3 + 2;
^
CC ttime.o
ttime.c:29:0: warning: macro "DATASETNAME" is not used [-Wunused-macros]
#define DATASETNAME "Dataset"
^
CC ttst.o
ttst.c: In function â??test_tst_initâ??:
ttst.c:98:15: warning: request for implicit conversion from â??void *â?? to
â??char **â?? not permitted in C++ [-Wc++-compat]
uniq_words=HDmalloc(sizeof(char *)*num_uniq_words);
^
ttst.c:101:20: warning: request for implicit conversion from â??void *â?? to
â??char **â?? not permitted in C++ [-Wc++-compat]
rand_uniq_words=HDmalloc(sizeof(char *)*num_uniq_words);
^
ttst.c:104:20: warning: request for implicit conversion from â??void *â?? to
â??char **â?? not permitted in C++ [-Wc++-compat]
sort_uniq_words=HDmalloc(sizeof(char *)*num_uniq_words);
^
ttst.c:110:18: warning: cast discards â??__attribute__((const))â?? qualifier
from pointer target type [-Wcast-qual]
tmp_word=(char *)words[u];
^
In file included from testhdf5.h:27:0,
from ttst.c:39:
../src/H5private.h:1029:37: warning: conversion to â??size_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
#define HDrandom() HDrand()
^
ttst.c:129:14: note: in expansion of macro â??HDrandomâ??
v=u+(HDrandom()%(num_uniq_words-u));
^
CC tunicode.o
tunicode.c: In function â??test_objnamesâ??:
tunicode.c:405:31: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Oget_comment_by_name(fid, string, read_buf,
(size_t)MAX_STRING_LENGTH, H5P_DEFAULT);
^
tunicode.c: In function â??test_attrnameâ??:
tunicode.c:538:20: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Aget_name(attr_id, (size_t)MAX_STRING_LENGTH, read_buf);
^
tunicode.c: In function â??test_compoundâ??:
tunicode.c:595:3: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
s1.c = COMP_DOUBLE_VAL;
^
tunicode.c:596:3: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
s1.b = COMP_FLOAT_VAL;
^
tunicode.c:639:3: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
VERIFY(s2.c, COMP_DOUBLE_VAL, "H5Dread");
^
tunicode.c: In function â??write_charâ??:
tunicode.c:750:5: warning: conversion to â??charâ?? from â??unsigned intâ?? may
alter its value [-Wconversion]
test_string[cur_pos] = c;
^
tunicode.c:754:34: warning: conversion to â??charâ?? from â??unsigned intâ??
may alter its value [-Wconversion]
test_string[cur_pos] = (0xC0 | c>>6);
^
tunicode.c:755:36: warning: conversion to â??charâ?? from â??unsigned intâ??
may alter its value [-Wconversion]
test_string[cur_pos+1] = (0x80 | (c & 0x3F));
^
tunicode.c:759:34: warning: conversion to â??charâ?? from â??unsigned intâ??
may alter its value [-Wconversion]
test_string[cur_pos] = (0xE0 | c>>12);
^
tunicode.c:760:36: warning: conversion to â??charâ?? from â??unsigned intâ??
may alter its value [-Wconversion]
test_string[cur_pos+1] = (0x80 | (c>>6 & 0x3F));
^
tunicode.c:761:36: warning: conversion to â??charâ?? from â??unsigned intâ??
may alter its value [-Wconversion]
test_string[cur_pos+2] = (0x80 | (c & 0x3F));
^
tunicode.c:765:34: warning: conversion to â??charâ?? from â??unsigned intâ??
may alter its value [-Wconversion]
test_string[cur_pos] = (0xF0 | c>>18);
^
tunicode.c:766:36: warning: conversion to â??charâ?? from â??unsigned intâ??
may alter its value [-Wconversion]
test_string[cur_pos+1] = (0x80 | (c>>12 & 0x3F));
^
tunicode.c:767:36: warning: conversion to â??charâ?? from â??unsigned intâ??
may alter its value [-Wconversion]
test_string[cur_pos+2] = (0x80 | (c>>6 & 0x3F));
^
tunicode.c:768:36: warning: conversion to â??charâ?? from â??unsigned intâ??
may alter its value [-Wconversion]
test_string[cur_pos+3] = (0x80 | (c & 0x3F));
^
tunicode.c: In function â??dump_stringâ??:
tunicode.c:787:18: warning: conversion to â??unsigned intâ?? from â??size_tâ??
may alter its value [-Wconversion]
length = strlen(string);
^
tunicode.c: In function â??test_unicodeâ??:
tunicode.c:820:56: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
unicode_point = (HDrandom() % (MAX_CODE_POINT-32)) + 32;
^
tunicode.c: At top level:
tunicode.c:32:0: warning: macro "DSET2_NAME" is not used [-Wunused-macros]
#define DSET2_NAME "dataset2"
^
tunicode.c:36:0: warning: macro "VL_DSET2_NAME" is not used [-Wunused-macros]
#define VL_DSET2_NAME "vl_dset_2"
^
tunicode.c:41:0: warning: macro "SLINK_NAME" is not used [-Wunused-macros]
#define SLINK_NAME "soft_link"
^
CC tvlstr.o
CC tvltypes.o
tvltypes.c: In function â??test_vltypes_funcsâ??:
tvltypes.c:191:26: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
size=H5Tget_precision(type);
^
tvltypes.c:194:21: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
size=H5Tget_size(type);
^
tvltypes.c:197:22: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
size=H5Tget_ebias(type);
^
tvltypes.c: In function â??rewrite_vltypes_vlen_atomicâ??:
tvltypes.c:574:9: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i].p = HDmalloc((i + increment) * sizeof(unsigned int));
^
tvltypes.c:575:9: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i].len = i + increment;
^
tvltypes.c:576:9: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
for(j = 0; j < (i + increment); j++)
^
tvltypes.c: In function â??test_vltypes_vlen_compoundâ??:
tvltypes.c:738:41: warning: conversion to â??intâ?? from â??unsigned intâ?? may
change the sign of the result [-Wsign-conversion]
((s1 *)wdata[i].p)[j].i=i*10+j;
^
tvltypes.c:739:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((s1 *)wdata[i].p)[j].f=(float)((i*20+j)/3.0);
^
tvltypes.c: In function â??rewrite_vltypes_vlen_compoundâ??:
tvltypes.c:881:9: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i].p = HDmalloc((i + increment) * sizeof(s1));
^
tvltypes.c:882:9: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i].len = i + increment;
^
tvltypes.c:883:9: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
for(j = 0; j < (i + increment); j++) {
^
tvltypes.c:884:46: warning: conversion to â??intâ?? from â??unsigned intâ?? may
change the sign of the result [-Wsign-conversion]
((s1 *)wdata[i].p)[j].i = i * 40 + j;
^
tvltypes.c:885:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((s1 *)wdata[i].p)[j].f = (float)((i * 60 + j) / 3.0);
^
tvltypes.c: In function â??test_vltypes_compound_vlen_vlenâ??:
tvltypes.c:1009:8: warning: size of â??wdataâ?? is 3072 bytes [-Wlarger-than=]
s1 wdata[SPACE3_DIM1]; /* data to write */
^
tvltypes.c:1010:8: warning: size of â??rdataâ?? is 3072 bytes [-Wlarger-than=]
s1 rdata[SPACE3_DIM1]; /* data to read */
^
tvltypes.c:1025:21: warning: conversion to â??intâ?? from â??unsigned intâ??
may change the sign of the result [-Wsign-conversion]
wdata[i].i=i*10;
^
tvltypes.c:1026:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
wdata[i].f=(float)((i*20)/3.0);
^
tvltypes.c:1029:15: warning: request for implicit conversion from â??void *â??
to â??struct hvl_t *â?? not permitted in C++ [-Wc++-compat]
for(t1=(wdata[i].v).p,j=0; j<(i+L1_INCM); j++, t1++) {
^
tvltypes.c:1110:15: warning: request for implicit conversion from â??void *â??
to â??struct hvl_t *â?? not permitted in C++ [-Wc++-compat]
for(t1=wdata[i].v.p, t2=rdata[i].v.p, j=0; j<rdata[i].v.len; j++,
t1++, t2++) {
^
tvltypes.c:1110:32: warning: request for implicit conversion from â??void *â??
to â??struct hvl_t *â?? not permitted in C++ [-Wc++-compat]
for(t1=wdata[i].v.p, t2=rdata[i].v.p, j=0; j<rdata[i].v.len; j++,
t1++, t2++) {
^
tvltypes.c: In function â??test_vltypes_compound_vlstrâ??:
tvltypes.c:1207:15: warning: request for implicit conversion from â??void *â??
to â??struct s2 *â?? not permitted in C++ [-Wc++-compat]
for(t1=(wdata[i].v).p, j=0; j<(i+L3_INCM); j++, t1++) {
^
tvltypes.c:1350:15: warning: request for implicit conversion from â??void *â??
to â??struct s2 *â?? not permitted in C++ [-Wc++-compat]
for(t1=wdata[i].v.p, t2=rdata[i].v.p, j=0; j<rdata[i].v.len; j++,
t1++, t2++) {
^
tvltypes.c:1350:32: warning: request for implicit conversion from â??void *â??
to â??struct s2 *â?? not permitted in C++ [-Wc++-compat]
for(t1=wdata[i].v.p, t2=rdata[i].v.p, j=0; j<rdata[i].v.len; j++,
t1++, t2++) {
^
tvltypes.c:1408:15: warning: request for implicit conversion from â??void *â??
to â??struct s2 *â?? not permitted in C++ [-Wc++-compat]
for(t1=wdata2[i].v.p, t2=rdata2[i].v.p, j=0; j<rdata2[i].v.len; j++,
t1++, t2++) {
^
tvltypes.c:1408:33: warning: request for implicit conversion from â??void *â??
to â??struct s2 *â?? not permitted in C++ [-Wc++-compat]
for(t1=wdata2[i].v.p, t2=rdata2[i].v.p, j=0; j<rdata2[i].v.len; j++,
t1++, t2++) {
^
tvltypes.c: In function â??test_vltypes_compound_vlen_atomicâ??:
tvltypes.c:1486:21: warning: conversion to â??intâ?? from â??unsigned intâ??
may change the sign of the result [-Wsign-conversion]
wdata[i].i=i*10;
^
tvltypes.c:1487:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
wdata[i].f=(float)((i*20)/3.0);
^
tvltypes.c:1603:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(rdata[i].i != 0 || !FLT_ABS_EQUAL(rdata[i].f, 0.0) ||
rdata[i].v.len != 0 || rdata[i].v.p != NULL)
^
In file included from testhdf5.h:31:0,
from tvltypes.c:24:
h5test.h:130:42: warning: implicit conversion from â??floatâ?? to â??doubleâ??
to match other operand of binary expression [-Wdouble-promotion]
#define FLT_ABS_EQUAL(X,Y) ((float)fabs(X-Y)<FLT_EPSILON)
^
tvltypes.c:1603:32: note: in expansion of macro â??FLT_ABS_EQUALâ??
if(rdata[i].i != 0 || !FLT_ABS_EQUAL(rdata[i].f, 0.0) ||
rdata[i].v.len != 0 || rdata[i].v.p != NULL)
^
tvltypes.c:1604:13: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
TestErrPrintf("VL doesn't match!, rdata[%d].i=%d, rdata[%d].f=%f,
rdata[%d].v.len=%u,
rdata[%d].v.p=%p\n",(int)i,rdata[i].i,(int)i,rdata[i].f,(int)i,(unsigned)rdata[i].v.len,(int)i,rdata[i].v.p);
^
tvltypes.c: In function â??rewrite_vltypes_compound_vlen_atomicâ??:
tvltypes.c:1704:24: warning: conversion to â??intâ?? from â??unsigned intâ??
may change the sign of the result [-Wsign-conversion]
wdata[i].i = i * 40;
^
tvltypes.c:1705:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
wdata[i].f = (float)((i * 50) / 3.0);
^
tvltypes.c:1706:9: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i].v.p = HDmalloc((i + increment) * sizeof(unsigned int));
^
tvltypes.c:1707:9: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i].v.len = i + increment;
^
tvltypes.c:1708:9: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
for(j = 0; j < (i + increment); j++)
^
tvltypes.c: In function â??test_vltypes_vlen_vlen_atomicâ??:
tvltypes.c:1879:15: warning: request for implicit conversion from â??void *â??
to â??struct hvl_t *â?? not permitted in C++ [-Wc++-compat]
for(t1=wdata[i].p,j=0; j<(i+1); j++, t1++) {
^
In file included from tvltypes.c:24:0:
tvltypes.c:1968:74: warning: conversion to â??long intâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
VERIFY(size, ((SPACE1_DIM1 * (SPACE1_DIM1 + 1)) / 2) * sizeof(hvl_t) +
vlen_size_func((unsigned long)SPACE1_DIM1) * sizeof(unsigned int),
"H5Dvlen_get_buf_size");
^
testhdf5.h:73:40: note: in definition of macro â??VERIFYâ??
long __x = (long)_x, __val = (long)_val; \
^
tvltypes.c:1977:78: warning: conversion to â??long intâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
VERIFY(mem_used, ((SPACE1_DIM1 * (SPACE1_DIM1 + 1)) / 2) * sizeof(hvl_t) +
vlen_size_func((unsigned long)SPACE1_DIM1) * sizeof(unsigned int), "H5Dread");
^
testhdf5.h:73:40: note: in definition of macro â??VERIFYâ??
long __x = (long)_x, __val = (long)_val; \
^
tvltypes.c:1985:15: warning: request for implicit conversion from â??void *â??
to â??struct hvl_t *â?? not permitted in C++ [-Wc++-compat]
for(t1=wdata[i].p, t2=rdata[i].p, j=0; j<rdata[i].len; j++, t1++,
t2++) {
^
tvltypes.c:1985:30: warning: request for implicit conversion from â??void *â??
to â??struct hvl_t *â?? not permitted in C++ [-Wc++-compat]
for(t1=wdata[i].p, t2=rdata[i].p, j=0; j<rdata[i].len; j++, t1++,
t2++) {
^
tvltypes.c: In function â??rewrite_longer_vltypes_vlen_vlen_atomicâ??:
tvltypes.c:2064:9: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i].p = HDmalloc((i + increment) * sizeof(hvl_t));
^
tvltypes.c:2069:9: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i].len = i + increment;
^
tvltypes.c:2070:16: warning: request for implicit conversion from â??void *â??
to â??struct hvl_t *â?? not permitted in C++ [-Wc++-compat]
for(t1 = wdata[i].p, j = 0; j < (i + increment); j++, t1++) {
^
tvltypes.c:2070:9: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
for(t1 = wdata[i].p, j = 0; j < (i + increment); j++, t1++) {
^
tvltypes.c:2165:15: warning: request for implicit conversion from â??void *â??
to â??struct hvl_t *â?? not permitted in C++ [-Wc++-compat]
for(t1=wdata[i].p, t2=rdata[i].p, j=0; j<rdata[i].len; j++, t1++,
t2++) {
^
tvltypes.c:2165:30: warning: request for implicit conversion from â??void *â??
to â??struct hvl_t *â?? not permitted in C++ [-Wc++-compat]
for(t1=wdata[i].p, t2=rdata[i].p, j=0; j<rdata[i].len; j++, t1++,
t2++) {
^
tvltypes.c: In function â??rewrite_shorter_vltypes_vlen_vlen_atomicâ??:
tvltypes.c:2240:9: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i].p=HDmalloc((i+increment)*sizeof(hvl_t));
^
tvltypes.c:2245:9: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i].len=i+increment;
^
tvltypes.c:2246:15: warning: request for implicit conversion from â??void *â??
to â??struct hvl_t *â?? not permitted in C++ [-Wc++-compat]
for(t1=wdata[i].p,j=0; j<(i+increment); j++, t1++) {
^
tvltypes.c:2246:9: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
for(t1=wdata[i].p,j=0; j<(i+increment); j++, t1++) {
^
In file included from tvltypes.c:24:0:
tvltypes.c:2324:72: warning: conversion to â??long intâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
VERIFY(size, ((SPACE1_DIM1*(SPACE1_DIM1 + 1)) / 2) * sizeof(hvl_t) +
vlen_size_func((unsigned long)SPACE1_DIM1) * sizeof(unsigned int),
"H5Dvlen_get_buf_size");
^
testhdf5.h:73:40: note: in definition of macro â??VERIFYâ??
long __x = (long)_x, __val = (long)_val; \
^
tvltypes.c:2333:68: warning: conversion to â??long intâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
VERIFY(mem_used,((SPACE1_DIM1*(SPACE1_DIM1+1))/2)*sizeof(hvl_t)+vlen_size_func((unsigned
long)SPACE1_DIM1)*sizeof(unsigned int),"H5Dread");
^
testhdf5.h:73:40: note: in definition of macro â??VERIFYâ??
long __x = (long)_x, __val = (long)_val; \
^
tvltypes.c:2341:15: warning: request for implicit conversion from â??void *â??
to â??struct hvl_t *â?? not permitted in C++ [-Wc++-compat]
for(t1=wdata[i].p, t2=rdata[i].p, j=0; j<rdata[i].len; j++, t1++,
t2++) {
^
tvltypes.c:2341:30: warning: request for implicit conversion from â??void *â??
to â??struct hvl_t *â?? not permitted in C++ [-Wc++-compat]
for(t1=wdata[i].p, t2=rdata[i].p, j=0; j<rdata[i].len; j++, t1++,
t2++) {
^
tvltypes.c: In function â??test_vltypes_fill_valueâ??:
tvltypes.c:2438:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
const dtype1_struct fill1 = {1, 2, "foobar", "", NULL, "\0", "dead", 3,
4.0, 100.0, 1.0, "liquid", "meter"};
^
tvltypes.c:2438:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
tvltypes.c:2438:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
tvltypes.c:2438:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
tvltypes.c:2438:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
tvltypes.c:2438:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
tvltypes.c:2438:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
tvltypes.c:2438:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
tvltypes.c:2438:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
tvltypes.c:2439:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
const dtype1_struct wdata = {3, 4, "", NULL, "\0", "foo", "two", 6, 8.0,
200.0, 2.0, "solid", "yard"};
^
tvltypes.c:2439:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
tvltypes.c:2439:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
tvltypes.c:2439:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
tvltypes.c:2439:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
tvltypes.c:2439:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
tvltypes.c:2439:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
tvltypes.c:2439:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
tvltypes.c:2439:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
tvltypes.c:2504:10: warning: request for implicit conversion from â??void *â??
to â??struct dtype1_struct *â?? not permitted in C++ [-Wc++-compat]
rbuf = HDmalloc(SPACE4_DIM_LARGE * sizeof(dtype1_struct));
^
tvltypes.c:2546:60: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(layout = H5D_COMPACT; layout <= H5D_CHUNKED; layout++) {
^
tvltypes.c:2566:13: warning: enumeration value â??H5D_LAYOUT_ERRORâ?? not
handled in switch [-Wswitch-enum]
switch(layout) {
^
tvltypes.c:2566:13: warning: enumeration value â??H5D_NLAYOUTSâ?? not handled
in switch [-Wswitch-enum]
tvltypes.c:2656:60: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(layout = H5D_COMPACT; layout <= H5D_CHUNKED; layout++) {
^
tvltypes.c:2671:13: warning: enumeration value â??H5D_LAYOUT_ERRORâ?? not
handled in switch [-Wswitch-enum]
switch(layout) {
^
tvltypes.c:2671:13: warning: enumeration value â??H5D_NLAYOUTSâ?? not handled
in switch [-Wswitch-enum]
tvltypes.c:2851:60: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(layout = H5D_COMPACT; layout <= H5D_CHUNKED; layout++) {
^
tvltypes.c:2866:13: warning: enumeration value â??H5D_LAYOUT_ERRORâ?? not
handled in switch [-Wswitch-enum]
switch(layout) {
^
tvltypes.c:2866:13: warning: enumeration value â??H5D_NLAYOUTSâ?? not handled
in switch [-Wswitch-enum]
tvltypes.c: At top level:
tvltypes.c:37:0: warning: macro "SPACE2_DIM1" is not used [-Wunused-macros]
#define SPACE2_DIM1 10
^
tvltypes.c:38:0: warning: macro "SPACE2_DIM2" is not used [-Wunused-macros]
#define SPACE2_DIM2 10
^
tvltypes.c:36:0: warning: macro "SPACE2_RANK" is not used [-Wunused-macros]
#define SPACE2_RANK 2
^
CCLD testhdf5
CC lheap.o
lheap.c: In function â??mainâ??:
lheap.c:100:26: warning: conversion to â??charâ?? from â??intâ?? may alter its
value [-Wconversion]
buf[j] = '0' + j % 10;
^
lheap.c:133:26: warning: conversion to â??charâ?? from â??intâ?? may alter its
value [-Wconversion]
buf[j] = '0' + j % 10;
^
In file included from lheap.c:23:0:
lheap.c: At top level:
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CCLD lheap
CC ohdr.o
In file included from ohdr.c:20:0:
H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CCLD ohdr
CC stab.o
CCLD stab
CC gheap.o
gheap.c: In function â??test_1â??:
gheap.c:80:12: warning: size of â??objâ?? is 16384 bytes [-Wlarger-than=]
H5HG_t obj[1024];
^
gheap.c:107:11: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
size = i + 1;
^
gheap.c:126:11: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
size = i + 1;
^
gheap.c: In function â??test_2â??:
gheap.c:176:12: warning: size of â??objâ?? is 16384 bytes [-Wlarger-than=]
H5HG_t obj[1024];
^
gheap.c:200:13: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
size = 1024-i;
^
gheap.c:214:13: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
size = 1024-i;
^
gheap.c: In function â??test_3â??:
gheap.c:263:12: warning: size of â??objâ?? is 16384 bytes [-Wlarger-than=]
H5HG_t obj[1024];
^
gheap.c:285:13: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
size = i%30+100;
^
gheap.c: In function â??test_4â??:
gheap.c:342:12: warning: size of â??objâ?? is 16384 bytes [-Wlarger-than=]
H5HG_t obj[1024];
^
gheap.c:364:13: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
size = i%30+100;
^
gheap.c: In function â??test_1â??:
gheap.c:76:1: warning: stack usage is 19584 bytes [-Wstack-usage=]
test_1 (hid_t fapl)
^
gheap.c:151:1: warning: the frame size of 19508 bytes is larger than 16384
bytes [-Wframe-larger-than=]
}
^
gheap.c: In function â??test_2â??:
gheap.c:172:1: warning: stack usage is 19568 bytes [-Wstack-usage=]
test_2 (hid_t fapl)
^
gheap.c:238:1: warning: the frame size of 19504 bytes is larger than 16384
bytes [-Wframe-larger-than=]
}
^
gheap.c: In function â??test_3â??:
gheap.c:259:1: warning: stack usage is 18560 bytes [-Wstack-usage=]
test_3 (hid_t fapl)
^
gheap.c:316:1: warning: the frame size of 18484 bytes is larger than 16384
bytes [-Wframe-larger-than=]
}
^
gheap.c: In function â??test_4â??:
gheap.c:338:1: warning: stack usage is 18560 bytes [-Wstack-usage=]
test_4 (hid_t fapl)
^
gheap.c:401:1: warning: the frame size of 18484 bytes is larger than 16384
bytes [-Wframe-larger-than=]
}
^
CCLD gheap
CC cache.o
cache.c: In function â??smoke_check_5â??:
cache.c:993:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.1,
^
cache.c:1003:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.75,
^
cache.c:1005:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache.c:1012:45: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache.c:1013:45: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache.c:1018:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.995,
^
cache.c:1020:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache.c:1028:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.5
^
cache.c: In function â??smoke_check_6â??:
cache.c:1229:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.1,
^
cache.c:1239:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.75,
^
cache.c:1241:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache.c:1248:45: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache.c:1249:45: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache.c:1254:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.995,
^
cache.c:1256:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache.c:1264:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.05
^
cache.c: In function â??smoke_check_7â??:
cache.c:1462:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.1,
^
cache.c:1472:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.75,
^
cache.c:1474:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache.c:1481:45: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache.c:1482:45: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache.c:1488:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.995,
^
cache.c:1490:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache.c:1498:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1
^
cache.c: In function â??smoke_check_8â??:
cache.c:1696:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.1,
^
cache.c:1706:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.75,
^
cache.c:1708:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache.c:1715:45: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache.c:1716:45: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache.c:1722:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.995,
^
cache.c:1724:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache.c:1732:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1
^
cache.c: In function â??check_flush_cache__flush_opsâ??:
cache.c:7077:34: warning: size of â??specâ?? is 2160 bytes [-Wlarger-than=]
struct fo_flush_cache_test_spec spec[6] =
^
cache.c:7353:34: warning: size of â??specâ?? is 2160 bytes [-Wlarger-than=]
struct fo_flush_cache_test_spec spec[6] =
^
cache.c:7969:34: warning: size of â??specâ?? is 3600 bytes [-Wlarger-than=]
struct fo_flush_cache_test_spec spec[10] =
^
cache.c:8416:34: warning: size of â??specâ?? is 3600 bytes [-Wlarger-than=]
struct fo_flush_cache_test_spec spec[10] =
^
cache.c: In function â??check_flush_cache__single_entryâ??:
cache.c:12689:4: warning: size of â??specâ?? is 12288 bytes [-Wlarger-than=]
} spec[256] =
^
cache.c: In function â??check_multiple_read_protectâ??:
cache.c:13942:13: warning: variable â??cache_ptrâ?? set but not used
[-Wunused-but-set-variable]
H5C_t * cache_ptr = NULL;
^
cache.c: In function â??check_auto_cache_resizeâ??:
cache.c:18024:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.5,
^
cache.c:18034:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.75,
^
cache.c:18036:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache.c:18043:45: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache.c:18044:45: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache.c:18049:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.995,
^
cache.c:18051:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.1,
^
cache.c:18059:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.05
^
cache.c:18410:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:18420:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:18422:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:18428:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:18429:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:18433:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:18435:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:18443:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:18753:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:18763:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:18765:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 4.0;
^
cache.c:18771:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:18772:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:18776:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:18778:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.25;
^
cache.c:18786:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:18940:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:18950:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:18952:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:18958:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:18959:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:18964:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:18966:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:18974:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:19355:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:19365:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:19367:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:19373:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:19374:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:19379:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:19381:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:19389:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:19883:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:19893:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:19895:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:19901:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:19902:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:19907:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:19909:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:19917:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.5; /* for ease of testing */
^
cache.c:20299:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:20309:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:20311:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:20317:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:20318:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:20323:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.999; /* for ease of testing */
^
cache.c:20325:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:20333:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:20562:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:20572:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:20574:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:20580:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:20581:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:20586:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.999; /* for ease of testing */
^
cache.c:20588:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:20596:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.5; /* for ease of testing */
^
cache.c:21144:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:21154:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:21156:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:21162:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 1.0;
^
cache.c:21163:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:21168:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.999; /* for ease of testing */
^
cache.c:21170:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:21178:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.5; /* for ease of testing */
^
cache.c:21949:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:21959:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:21961:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:21967:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:21968:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.4;
^
cache.c:21973:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.999; /* for ease of testing */
^
cache.c:21975:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:21983:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.5; /* for ease of testing */
^
cache.c: In function â??check_auto_cache_resize_disableâ??:
cache.c:22229:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.5,
^
cache.c:22239:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.75,
^
cache.c:22241:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache.c:22248:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 1.0,
^
cache.c:22249:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.25,
^
cache.c:22254:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.995,
^
cache.c:22256:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.1,
^
cache.c:22264:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.05
^
cache.c:22336:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:22346:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:22348:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 1.0; /* disable size increases
*/
^
cache.c:22354:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:22355:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:22360:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:22362:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:22370:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:22494:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:22504:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.0; /* disable size increases
*/
^
cache.c:22506:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:22512:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:22513:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:22518:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:22519:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:22527:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:22651:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:22661:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:22663:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:22669:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:22670:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:22675:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:22677:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:22685:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:22808:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:22818:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:22820:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:22826:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:22827:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:22832:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:22834:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 1.0; /* disable size decreases
*/
^
cache.c:22842:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:22965:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:22975:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:22977:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:22983:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:22984:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:22989:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 1.0; /* disable size decreases
*/
^
cache.c:22991:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:22999:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:23121:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:23131:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:23133:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:23139:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:23140:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:23145:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:23147:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:23155:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:23279:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:23289:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:23291:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:23297:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:23298:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:23303:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:23305:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:23313:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:23505:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:23515:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:23517:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:23523:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:23524:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:23529:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:23531:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:23539:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 1.0; /* disable decrement */
^
cache.c:23738:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:23748:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:23750:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:23756:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:23757:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:23762:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 1.0;
^
cache.c:23764:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:23772:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:23975:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:23985:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.0; /* disable size increases
*/
^
cache.c:23987:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:23993:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:23994:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:23999:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 1.0; /* disable size decreases
*/
^
cache.c:24001:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:24009:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:24102:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.25;
^
cache.c:24112:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:24114:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 1.0; /* disable size increment
*/
^
cache.c:24120:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:24121:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:24126:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:24128:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 1.0; /* disable size decrement
*/
^
cache.c:24136:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:24229:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:24239:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:24241:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:24247:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:24248:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:24253:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:24255:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:24263:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:24356:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.25;
^
cache.c:24366:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:24368:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 1.0; /* disable size increment
*/
^
cache.c:24374:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:24375:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:24380:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 1.0; /* disable size decrement
*/
^
cache.c:24382:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:24390:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:24483:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:24493:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.0; /* disable size increment
*/
^
cache.c:24495:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:24501:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:24502:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:24507:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:24509:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 1.0; /* disable size decrement
*/
^
cache.c:24517:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:24611:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:24621:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:24623:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:24629:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:24630:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:24635:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:24637:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:24645:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:24767:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:24777:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:24779:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:24785:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 1.0;
^
cache.c:24786:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.25;
^
cache.c:24791:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:24793:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:24801:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c: In function â??check_auto_cache_resize_epoch_markersâ??:
cache.c:24953:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.5,
^
cache.c:24963:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.75,
^
cache.c:24965:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache.c:24972:45: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache.c:24973:45: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache.c:24978:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.995,
^
cache.c:24980:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.1,
^
cache.c:24988:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.05
^
cache.c:25041:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:25051:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:25053:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:25059:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:25060:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:25065:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:25067:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:25075:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:25215:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:25225:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:25227:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:25233:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:25234:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:25239:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:25241:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:25249:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:25336:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:25346:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:25348:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:25354:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:25355:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:25360:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:25362:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:25370:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:25415:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:25425:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:25427:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:25433:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:25434:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:25439:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:25441:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:25449:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c:25528:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:25538:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:25540:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.increment = 2.0;
^
cache.c:25546:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_multiple = 2.0;
^
cache.c:25547:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.flash_threshold = 0.5;
^
cache.c:25552:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.upper_hr_threshold = 0.995;
^
cache.c:25554:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.decrement = 0.5;
^
cache.c:25562:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
auto_size_ctl.empty_reserve = 0.05;
^
cache.c: In function â??check_auto_cache_resize_input_errsâ??:
cache.c:25659:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.5,
^
cache.c:25669:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.75,
^
cache.c:25671:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache.c:25678:45: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache.c:25679:45: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache.c:25684:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.995,
^
cache.c:25686:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.1,
^
cache.c:25694:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.05
^
cache.c:25750:9: warning: implicit declaration of function
â??resize_configs_are_equalâ?? [-Wimplicit-function-declaration]
} else if ( ! resize_configs_are_equal(&test_auto_size_ctl, \
^
cache.c:25750:9: warning: nested extern declaration of
â??resize_configs_are_equalâ?? [-Wnested-externs]
cache.c:25766:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:25776:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.7;
^
cache.c:25778:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:25784:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:25785:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:25790:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:25792:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.5;
^
cache.c:25800:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:25841:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:25851:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.7;
^
cache.c:25853:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:25859:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:25860:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:25865:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:25867:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.5;
^
cache.c:25875:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:25917:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:25927:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:25929:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:25935:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:25936:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:25941:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:25943:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.5;
^
cache.c:25951:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:25990:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:26000:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:26002:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:26008:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:26009:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:26014:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:26016:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.5;
^
cache.c:26024:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:26065:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 1.00001; /* INVALID */
^
cache.c:26075:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:26077:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:26083:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:26084:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:26089:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:26091:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.5;
^
cache.c:26099:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:26137:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = -0.00001; /* INVALID */
^
cache.c:26147:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:26149:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:26155:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:26156:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:26161:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:26163:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.5;
^
cache.c:26171:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:26212:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:26223:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:26225:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:26231:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:26232:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:26237:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:26239:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.5;
^
cache.c:26247:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:26285:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:26295:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:26297:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:26303:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:26304:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:26309:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:26311:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.5;
^
cache.c:26319:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:26357:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:26367:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:26369:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:26375:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:26376:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:26381:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:26383:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.5;
^
cache.c:26391:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:26432:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:26442:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:26444:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:26450:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:26451:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:26456:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:26458:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.9;
^
cache.c:26466:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:26504:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:26514:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:26516:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:26522:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:26523:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:26528:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:26530:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.9;
^
cache.c:26538:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:26579:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:26590:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:26592:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:26598:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:26599:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:26604:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:26606:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.9;
^
cache.c:26614:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:26652:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:26663:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:26665:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:26671:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:26672:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:26677:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:26679:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.9;
^
cache.c:26687:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:26728:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:26738:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.7;
^
cache.c:26740:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:26746:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:26747:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:26752:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 1.01; /* INVALID */
^
cache.c:26754:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.5;
^
cache.c:26762:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:26800:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:26810:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.8; /* INVALID */
^
cache.c:26812:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:26818:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:26819:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:26824:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.7; /* INVALID */
^
cache.c:26826:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.5;
^
cache.c:26834:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:26872:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.5;
^
cache.c:26882:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = -0.0001; /* INVALID */
^
cache.c:26884:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:26890:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:26891:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:26896:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:26898:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.5;
^
cache.c:26906:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:26947:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:26957:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:26959:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 0.99999; /* INVALID */
^
cache.c:26965:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:26966:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:26971:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:26973:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.5;
^
cache.c:26981:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:27022:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:27032:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:27034:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:27041:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:27042:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:27047:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:27049:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.9;
^
cache.c:27057:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:27097:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:27107:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:27109:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:27116:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 0.09; /* INVALID */
^
cache.c:27117:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:27122:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:27124:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.9;
^
cache.c:27132:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:27170:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:27180:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:27182:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:27189:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 10.01; /* INVALID */
^
cache.c:27190:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:27195:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:27197:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.9;
^
cache.c:27205:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:27245:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:27255:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:27257:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:27264:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 1.0;
^
cache.c:27265:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.09; /* INVALID */
^
cache.c:27270:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:27272:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.9;
^
cache.c:27280:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:27318:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:27328:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:27330:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:27337:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 1.0;
^
cache.c:27338:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 1.001; /* INVALID */
^
cache.c:27343:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:27345:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.9;
^
cache.c:27353:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:27394:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:27404:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:27406:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:27412:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:27413:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:27419:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:27421:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.9;
^
cache.c:27429:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:27467:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:27477:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:27479:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:27485:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:27486:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:27492:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:27494:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.9;
^
cache.c:27502:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:27543:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:27553:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:27555:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:27561:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:27562:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:27567:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:27569:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 1.000001; /* INVALID */
^
cache.c:27577:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:27615:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:27625:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:27627:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:27633:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:27634:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:27639:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:27641:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = -0.000001; /* INVALID */
^
cache.c:27649:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:27690:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:27700:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:27702:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:27708:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:27709:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:27714:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:27716:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.9;
^
cache.c:27724:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:27761:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:27771:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:27773:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:27779:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:27780:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:27785:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:27787:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.9;
^
cache.c:27796:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c:27836:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:27846:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:27848:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:27854:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:27855:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:27860:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:27862:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.9;
^
cache.c:27870:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = -0.0000001; /* INVALID
*/
^
cache.c:27907:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.min_clean_fraction = 0.1;
^
cache.c:27917:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.lower_hr_threshold = 0.75;
^
cache.c:27919:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.increment = 2.0;
^
cache.c:27925:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_multiple = 2.0;
^
cache.c:27926:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.flash_threshold = 0.5;
^
cache.c:27931:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.upper_hr_threshold = 0.999;
^
cache.c:27933:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.decrement = 0.9;
^
cache.c:27942:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
invalid_auto_size_ctl.empty_reserve = 0.05;
^
cache.c: In function â??check_auto_cache_resize_aux_fcnsâ??:
cache.c:28076:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.5,
^
cache.c:28086:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.75,
^
cache.c:28088:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache.c:28095:45: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache.c:28096:45: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache.c:28101:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.995,
^
cache.c:28103:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache.c:28111:52: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.5
^
cache.c:28175:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
} else if ( hit_rate > FP_EPSILON ) { /* i.e. hit_rate != 0.0 */
^
cache.c:28208:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
} else if ( hit_rate > FP_EPSILON ) { /* i.e. hit_rate != 0.0 */
^
cache.c:28253:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
} else if ( ! DBL_REL_EQUAL(hit_rate, 0.5, FP_EPSILON) ) { /* i.e.
hit_rate != 0.5 */
^
cache.c:28253:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache.c:28336:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
} else if ( ! DBL_REL_EQUAL(hit_rate, 0.5, FP_EPSILON) ) { /* i.e.
hit_rate != 0.5 */
^
cache.c:28336:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache.c: In function â??check_metadata_blizzard_absenceâ??:
cache.c:28619:34: warning: size of â??expectedâ?? is 4800 bytes [-Wlarger-than=]
struct expected_entry_status expected[150] =
^
cache.c: In function â??check_flush_cache__single_entryâ??:
cc1: warning: size of â??*.LC4â?? is 12288 bytes [-Wlarger-than=]
cache.c: In function â??check_metadata_blizzard_absenceâ??:
cc1: warning: size of â??*.LC27â?? is 4800 bytes [-Wlarger-than=]
cache.c: In function â??check_resize_entryâ??:
cache.c:15134:44: warning: â??entry_ptrâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
( entry_ptr->cleared ) ||
^
cache.c: In function â??check_flush_cache__single_entryâ??:
cache.c:10889:1: warning: stack usage is 12432 bytes [-Wstack-usage=]
check_flush_cache__single_entry(H5F_t * file_ptr)
^
CCLD cache
CC cache_api.o
cache_api.c: In function â??check_fapl_mdc_api_callsâ??:
cache_api.c:81:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5AC_cache_config_t default_config = H5AC__DEFAULT_CACHE_CONFIG;
^
cache_api.c:81:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:81:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:81:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:81:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:81:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:81:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:81:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:92:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.2,
^
cache_api.c:97:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.91,
^
cache_api.c:98:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.1,
^
cache_api.c:103:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:104:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:106:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.998,
^
cache_api.c:107:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.91,
^
cache_api.c:112:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.05,
^
In file included from cache_api.c:26:0:
cache_common.h:398:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).min_clean_fraction == (b).min_clean_fraction ) && \
^
cache_api.c:154:21: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if (!CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE)) {
^
cache_common.h:403:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).lower_hr_threshold == (b).lower_hr_threshold ) && \
^
cache_api.c:154:21: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if (!CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE)) {
^
cache_common.h:404:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).increment == (b).increment ) && \
^
cache_api.c:154:21: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if (!CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE)) {
^
cache_common.h:408:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).flash_multiple == (b).flash_multiple ) && \
^
cache_api.c:154:21: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if (!CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE)) {
^
cache_common.h:409:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).flash_threshold == (b).flash_threshold ) && \
^
cache_api.c:154:21: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if (!CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE)) {
^
cache_common.h:411:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).upper_hr_threshold == (b).upper_hr_threshold ) && \
^
cache_api.c:154:21: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if (!CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE)) {
^
cache_common.h:412:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).decrement == (b).decrement ) && \
^
cache_api.c:154:21: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if (!CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE)) {
^
cache_common.h:417:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).empty_reserve == (b).empty_reserve ) && \
^
cache_api.c:154:21: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if (!CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE)) {
^
cache_common.h:398:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).min_clean_fraction == (b).min_clean_fraction ) && \
^
cache_api.c:188:23: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if ( ! CACHE_CONFIGS_EQUAL(mod_config, scratch, TRUE, TRUE) ) {
^
cache_common.h:403:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).lower_hr_threshold == (b).lower_hr_threshold ) && \
^
cache_api.c:188:23: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if ( ! CACHE_CONFIGS_EQUAL(mod_config, scratch, TRUE, TRUE) ) {
^
cache_common.h:404:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).increment == (b).increment ) && \
^
cache_api.c:188:23: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if ( ! CACHE_CONFIGS_EQUAL(mod_config, scratch, TRUE, TRUE) ) {
^
cache_common.h:408:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).flash_multiple == (b).flash_multiple ) && \
^
cache_api.c:188:23: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if ( ! CACHE_CONFIGS_EQUAL(mod_config, scratch, TRUE, TRUE) ) {
^
cache_common.h:409:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).flash_threshold == (b).flash_threshold ) && \
^
cache_api.c:188:23: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if ( ! CACHE_CONFIGS_EQUAL(mod_config, scratch, TRUE, TRUE) ) {
^
cache_common.h:411:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).upper_hr_threshold == (b).upper_hr_threshold ) && \
^
cache_api.c:188:23: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if ( ! CACHE_CONFIGS_EQUAL(mod_config, scratch, TRUE, TRUE) ) {
^
cache_common.h:412:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).decrement == (b).decrement ) && \
^
cache_api.c:188:23: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if ( ! CACHE_CONFIGS_EQUAL(mod_config, scratch, TRUE, TRUE) ) {
^
cache_common.h:417:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).empty_reserve == (b).empty_reserve ) && \
^
cache_api.c:188:23: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if ( ! CACHE_CONFIGS_EQUAL(mod_config, scratch, TRUE, TRUE) ) {
^
cache_api.c:265:2: warning: implicit declaration of function
â??resize_configs_are_equalâ?? [-Wimplicit-function-declaration]
if ( ! resize_configs_are_equal(&default_auto_size_ctl, \
^
cache_api.c:265:2: warning: nested extern declaration of
â??resize_configs_are_equalâ?? [-Wnested-externs]
In file included from cache_api.c:26:0:
cache_common.h:398:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).min_clean_fraction == (b).min_clean_fraction ) && \
^
cache_api.c:300:21: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if (!CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE)) {
^
cache_common.h:403:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).lower_hr_threshold == (b).lower_hr_threshold ) && \
^
cache_api.c:300:21: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if (!CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE)) {
^
cache_common.h:404:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).increment == (b).increment ) && \
^
cache_api.c:300:21: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if (!CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE)) {
^
cache_common.h:408:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).flash_multiple == (b).flash_multiple ) && \
^
cache_api.c:300:21: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if (!CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE)) {
^
cache_common.h:409:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).flash_threshold == (b).flash_threshold ) && \
^
cache_api.c:300:21: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if (!CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE)) {
^
cache_common.h:411:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).upper_hr_threshold == (b).upper_hr_threshold ) && \
^
cache_api.c:300:21: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if (!CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE)) {
^
cache_common.h:412:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).decrement == (b).decrement ) && \
^
cache_api.c:300:21: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if (!CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE)) {
^
cache_common.h:417:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).empty_reserve == (b).empty_reserve ) && \
^
cache_api.c:300:21: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if (!CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE)) {
^
cache_common.h:398:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).min_clean_fraction == (b).min_clean_fraction ) && \
^
cache_api.c:449:23: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if ( ! CACHE_CONFIGS_EQUAL(mod_config, scratch, TRUE, TRUE) ) {
^
cache_common.h:403:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).lower_hr_threshold == (b).lower_hr_threshold ) && \
^
cache_api.c:449:23: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if ( ! CACHE_CONFIGS_EQUAL(mod_config, scratch, TRUE, TRUE) ) {
^
cache_common.h:404:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).increment == (b).increment ) && \
^
cache_api.c:449:23: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if ( ! CACHE_CONFIGS_EQUAL(mod_config, scratch, TRUE, TRUE) ) {
^
cache_common.h:408:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).flash_multiple == (b).flash_multiple ) && \
^
cache_api.c:449:23: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if ( ! CACHE_CONFIGS_EQUAL(mod_config, scratch, TRUE, TRUE) ) {
^
cache_common.h:409:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).flash_threshold == (b).flash_threshold ) && \
^
cache_api.c:449:23: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if ( ! CACHE_CONFIGS_EQUAL(mod_config, scratch, TRUE, TRUE) ) {
^
cache_common.h:411:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).upper_hr_threshold == (b).upper_hr_threshold ) && \
^
cache_api.c:449:23: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if ( ! CACHE_CONFIGS_EQUAL(mod_config, scratch, TRUE, TRUE) ) {
^
cache_common.h:412:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).decrement == (b).decrement ) && \
^
cache_api.c:449:23: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if ( ! CACHE_CONFIGS_EQUAL(mod_config, scratch, TRUE, TRUE) ) {
^
cache_common.h:417:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).empty_reserve == (b).empty_reserve ) && \
^
cache_api.c:449:23: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
} else if ( ! CACHE_CONFIGS_EQUAL(mod_config, scratch, TRUE, TRUE) ) {
^
cache_api.c: In function â??check_file_mdc_api_callsâ??:
cache_api.c:530:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5AC_cache_config_t default_config = H5AC__DEFAULT_CACHE_CONFIG;
^
cache_api.c:530:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:530:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:530:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:530:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:530:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:530:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:530:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:541:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.2,
^
cache_api.c:546:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.91,
^
cache_api.c:547:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.1,
^
cache_api.c:552:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:553:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:555:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.998,
^
cache_api.c:556:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.91,
^
cache_api.c:561:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.05,
^
cache_api.c:576:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.1,
^
cache_api.c:581:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:582:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:587:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 1.5,
^
cache_api.c:588:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.4,
^
cache_api.c:590:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.9995,
^
cache_api.c:591:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.95,
^
cache_api.c:596:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.05,
^
cache_api.c:611:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.2,
^
cache_api.c:616:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.90,
^
cache_api.c:617:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:622:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.1,
^
cache_api.c:623:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.6,
^
cache_api.c:625:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:626:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:631:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.05,
^
cache_api.c:646:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.15,
^
cache_api.c:651:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:652:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:657:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 1.1,
^
cache_api.c:658:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.3,
^
cache_api.c:661:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:662:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:667:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:776:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
} else if ( hit_rate != 0.0 ) {
^
cache_api.c:776:30: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if ( hit_rate != 0.0 ) {
^
cache_api.c: In function â??mdc_api_call_smoke_checkâ??:
cache_api.c:876:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
double min_hit_rate = 0.90;
^
cache_api.c:893:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5AC_cache_config_t default_config = H5AC__DEFAULT_CACHE_CONFIG;
^
cache_api.c:893:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:893:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:893:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:893:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:893:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:893:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:893:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:904:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.1,
^
cache_api.c:909:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.95,
^
cache_api.c:910:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:915:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:916:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:918:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:919:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:924:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.05,
^
cache_api.c:939:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.1,
^
cache_api.c:944:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.95,
^
cache_api.c:945:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:950:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:951:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:953:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:954:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:959:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.05,
^
cache_api.c:974:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.1,
^
cache_api.c:979:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.95,
^
cache_api.c:980:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:985:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:986:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:988:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:989:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:994:50: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.05,
^
cache_api.c:1188:17: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
offset[0] = i; /*offset of hyperslab in file*/
^
cache_api.c:1189:17: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
offset[1] = j;
^
cache_api.c:1260:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
offset[0] = i; /*offset of hyperslab in file*/
^
cache_api.c:1261:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
offset[1] = j;
^
cache_api.c:1386:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
offset[0] = i; /*offset of hyperslab in file*/
^
cache_api.c:1387:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
offset[1] = j;
^
cache_api.c:886:9: warning: variable â??progress_counterâ?? set but not used
[-Wunused-but-set-variable]
int progress_counter;
^
cache_api.c: At top level:
cache_api.c:1532:21: warning: size of â??invalid_configsâ?? is 51408 bytes
[-Wlarger-than=]
H5AC_cache_config_t invalid_configs[NUM_INVALID_CONFIGS] =
^
cache_api.c:1544:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:1549:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:1550:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:1555:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:1556:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:1558:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:1559:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:1564:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:1579:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:1584:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:1585:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:1590:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:1591:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:1593:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:1594:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:1599:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:1614:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:1619:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:1620:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:1625:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:1626:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:1628:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:1629:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:1634:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:1649:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:1654:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:1655:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:1660:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:1661:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:1663:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:1664:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:1669:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:1684:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:1689:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:1690:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:1695:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:1696:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:1698:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:1699:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:1704:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:1719:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:1724:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:1725:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:1730:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:1731:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:1733:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:1734:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:1739:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:1754:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:1759:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:1760:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:1765:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:1766:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:1768:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:1769:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:1774:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:1789:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:1794:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:1795:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:1800:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:1801:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:1803:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:1804:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:1809:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:1824:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:1829:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:1830:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:1835:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:1836:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:1838:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:1839:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:1844:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:1859:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:1864:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:1865:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:1870:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:1871:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:1873:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:1874:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:1879:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:1894:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:1899:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:1900:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:1905:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:1906:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:1908:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:1909:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:1914:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:1929:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 1.000001,
^
cache_api.c:1934:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:1935:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:1940:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:1941:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:1943:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:1944:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:1949:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:1964:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ -0.00000001,
^
cache_api.c:1969:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:1970:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:1975:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:1976:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:1978:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:1979:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:1984:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:1999:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2004:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2005:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2010:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2011:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2013:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2014:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2019:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2034:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2039:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2040:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2045:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2046:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2048:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2049:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2054:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2069:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2074:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2075:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2080:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2081:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2083:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2084:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2089:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2104:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2109:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ -0.000001,
^
cache_api.c:2110:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2115:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2116:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2118:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2119:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2124:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2139:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2144:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 1.00000001,
^
cache_api.c:2145:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2150:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2151:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2153:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2154:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2159:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2174:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2179:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2180:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 0.999999999999,
^
cache_api.c:2185:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2186:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2188:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2189:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2194:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2209:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2214:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2215:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2220:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2221:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2223:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2224:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2229:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2244:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2249:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2250:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2255:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2256:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2258:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2259:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2264:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2279:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2284:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2285:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2290:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 0.09,
^
cache_api.c:2291:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2293:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2294:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2299:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2314:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2319:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2320:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2325:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 10.001,
^
cache_api.c:2326:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2328:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2329:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2334:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2349:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2354:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2355:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2360:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 1.0,
^
cache_api.c:2361:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.099,
^
cache_api.c:2363:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2364:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2369:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2384:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2389:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2390:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2395:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 1.0,
^
cache_api.c:2396:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 1.001,
^
cache_api.c:2398:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2399:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2404:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2419:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2424:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2425:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2430:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2431:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2433:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2434:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2439:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2454:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2459:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2460:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2465:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2466:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2468:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 1.00001,
^
cache_api.c:2469:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2474:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2489:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2494:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2495:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2500:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2501:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2503:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2504:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ -0.0000000001,
^
cache_api.c:2509:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2524:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2529:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2530:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2535:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2536:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2538:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2539:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 1.0000000001,
^
cache_api.c:2544:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2559:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2564:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2565:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2570:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2571:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2573:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2574:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2579:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2594:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2599:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2600:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2605:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2606:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2608:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2609:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2614:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2629:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2634:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2635:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2640:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2641:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2643:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2644:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2649:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2664:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2669:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2670:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2675:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2676:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2678:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2679:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2684:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ -0.0000000001,
^
cache_api.c:2699:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2704:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2705:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2710:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2711:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2713:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2714:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2719:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 1.00000000001,
^
cache_api.c:2734:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2739:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2740:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2745:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2746:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2748:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ -0.000000001,
^
cache_api.c:2749:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2754:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2769:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2774:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2775:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2780:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2781:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2783:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 1.00000001,
^
cache_api.c:2784:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2789:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2804:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2809:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2810:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2815:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2816:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2818:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.9,
^
cache_api.c:2819:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2824:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2839:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2844:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2845:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2850:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2851:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2853:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2854:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2859:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2874:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2879:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2880:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2885:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2886:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2888:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.9,
^
cache_api.c:2889:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2894:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2909:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2914:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2915:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2920:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2921:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2923:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.9,
^
cache_api.c:2924:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2929:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2944:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2949:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2950:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2955:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2956:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2958:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.9,
^
cache_api.c:2959:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2964:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c:2979:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double min_clean_fraction = */ 0.25,
^
cache_api.c:2984:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double lower_hr_threshold = */ 0.9,
^
cache_api.c:2985:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double increment = */ 2.0,
^
cache_api.c:2990:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_multiple = */ 2.0,
^
cache_api.c:2991:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double flash_threshold = */ 0.5,
^
cache_api.c:2993:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double upper_hr_threshold = */ 0.999,
^
cache_api.c:2994:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double decrement = */ 0.9,
^
cache_api.c:2999:48: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
/* double empty_reserve = */ 0.1,
^
cache_api.c: In function â??check_fapl_mdc_api_errsâ??:
cache_api.c:3030:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5AC_cache_config_t default_config = H5AC__DEFAULT_CACHE_CONFIG;
^
cache_api.c:3030:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:3030:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:3030:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:3030:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:3030:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:3030:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:3030:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
In file included from cache_api.c:26:0:
cache_common.h:398:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).min_clean_fraction == (b).min_clean_fraction ) && \
^
cache_api.c:3073:15: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
( !CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE) ) ) ) {
^
cache_common.h:403:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).lower_hr_threshold == (b).lower_hr_threshold ) && \
^
cache_api.c:3073:15: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
( !CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE) ) ) ) {
^
cache_common.h:404:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).increment == (b).increment ) && \
^
cache_api.c:3073:15: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
( !CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE) ) ) ) {
^
cache_common.h:408:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).flash_multiple == (b).flash_multiple ) && \
^
cache_api.c:3073:15: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
( !CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE) ) ) ) {
^
cache_common.h:409:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).flash_threshold == (b).flash_threshold ) && \
^
cache_api.c:3073:15: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
( !CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE) ) ) ) {
^
cache_common.h:411:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).upper_hr_threshold == (b).upper_hr_threshold ) && \
^
cache_api.c:3073:15: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
( !CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE) ) ) ) {
^
cache_common.h:412:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).decrement == (b).decrement ) && \
^
cache_api.c:3073:15: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
( !CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE) ) ) ) {
^
cache_common.h:417:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).empty_reserve == (b).empty_reserve ) && \
^
cache_api.c:3073:15: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
( !CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE) ) ) ) {
^
cache_common.h:398:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).min_clean_fraction == (b).min_clean_fraction ) && \
^
cache_api.c:3162:15: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
( !CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE) ) ) ) {
^
cache_common.h:403:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).lower_hr_threshold == (b).lower_hr_threshold ) && \
^
cache_api.c:3162:15: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
( !CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE) ) ) ) {
^
cache_common.h:404:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).increment == (b).increment ) && \
^
cache_api.c:3162:15: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
( !CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE) ) ) ) {
^
cache_common.h:408:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).flash_multiple == (b).flash_multiple ) && \
^
cache_api.c:3162:15: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
( !CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE) ) ) ) {
^
cache_common.h:409:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).flash_threshold == (b).flash_threshold ) && \
^
cache_api.c:3162:15: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
( !CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE) ) ) ) {
^
cache_common.h:411:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).upper_hr_threshold == (b).upper_hr_threshold ) && \
^
cache_api.c:3162:15: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
( !CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE) ) ) ) {
^
cache_common.h:412:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).decrement == (b).decrement ) && \
^
cache_api.c:3162:15: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
( !CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE) ) ) ) {
^
cache_common.h:417:35: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
( (a).empty_reserve == (b).empty_reserve ) && \
^
cache_api.c:3162:15: note: in expansion of macro â??CACHE_CONFIGS_EQUALâ??
( !CACHE_CONFIGS_EQUAL(default_config, scratch, TRUE, TRUE) ) ) ) {
^
cache_api.c: In function â??check_file_mdc_api_errsâ??:
cache_api.c:3208:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
H5AC_cache_config_t default_config = H5AC__DEFAULT_CACHE_CONFIG;
^
cache_api.c:3208:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:3208:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:3208:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:3208:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:3208:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:3208:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cache_api.c:3208:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
CCLD cache_api
CC pool.o
In file included from h5test.h:26:0,
from pool.c:19:
pool.c: In function â??test_allocate_randomâ??:
../src/H5private.h:1029:37: warning: conversion to â??size_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
#define HDrandom() HDrand()
^
pool.c:674:29: note: in expansion of macro â??HDrandomâ??
swap_idx = (size_t)(HDrandom() % (MPOOL_NUM_RANDOM - u)) + u;
^
CCLD pool
CC accum.o
accum.c: In function â??test_random_writeâ??:
accum.c:1675:5: warning: conversion to â??unsigned intâ?? from â??long unsigned
intâ?? may alter its value [-Wconversion]
HDsrandom(seed);
^
CCLD accum
CC hyperslab.o
hyperslab.c: In function â??test_fillâ??:
hyperslab.c:226:43: warning: conversion to â??unsigned intâ?? from â??size_tâ??
may alter its value [-Wconversion]
ref_value += fill_value * dx * dy * dz;
^
hyperslab.c: In function â??test_multifillâ??:
hyperslab.c:612:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
src[i].mid = 12345.6789;
^
hyperslab.c:615:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dst[i].mid = 98765.4321;
^
hyperslab.c:624:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
fill.mid = 3.1415927;
^
hyperslab.c: In function â??test_transposeâ??:
hyperslab.c:822:21: warning: conversion to â??hsize_tâ?? from â??long intâ??
may change the sign of the result [-Wsign-conversion]
dst_stride[0] = (ssize_t)((1 - nx * ny) * sizeof(*src));
^
hyperslab.c:823:21: warning: conversion to â??hsize_tâ?? from â??long intâ??
may change the sign of the result [-Wsign-conversion]
dst_stride[1] = (ssize_t)(nx * sizeof(*src));
^
hyperslab.c: In function â??test_sub_superâ??:
hyperslab.c:926:21: warning: conversion to â??hsize_tâ?? from â??long intâ??
may change the sign of the result [-Wsign-conversion]
src_stride[0] = (ssize_t)(2 * ny);
^
hyperslab.c:975:21: warning: conversion to â??hsize_tâ?? from â??long intâ??
may change the sign of the result [-Wsign-conversion]
dst_stride[0] = (ssize_t)(2 * ny);
^
hyperslab.c:976:21: warning: conversion to â??hsize_tâ?? from â??long intâ??
may change the sign of the result [-Wsign-conversion]
dst_stride[1] = (ssize_t)(2 * sizeof(uint8_t) - 4 * ny);
^
hyperslab.c:977:21: warning: conversion to â??hsize_tâ?? from â??long intâ??
may change the sign of the result [-Wsign-conversion]
dst_stride[2] = (ssize_t)(2 * ny - 2 * sizeof(uint8_t));
^
In file included from h5test.h:26:0,
from hyperslab.c:25:
hyperslab.c: In function â??test_array_offset_n_calcâ??:
../src/H5private.h:1029:37: warning: conversion to â??size_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
#define HDrandom() HDrand()
^
hyperslab.c:1147:32: note: in expansion of macro â??HDrandomâ??
coords[0] = (hssize_t)(HDrandom() % z);
^
hyperslab.c:1147:21: warning: conversion to â??hsize_tâ?? from â??long long
intâ?? may change the sign of the result [-Wsign-conversion]
coords[0] = (hssize_t)(HDrandom() % z);
^
In file included from h5test.h:26:0,
from hyperslab.c:25:
../src/H5private.h:1029:37: warning: conversion to â??size_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
#define HDrandom() HDrand()
^
hyperslab.c:1148:32: note: in expansion of macro â??HDrandomâ??
coords[1] = (hssize_t)(HDrandom() % y);
^
hyperslab.c:1148:21: warning: conversion to â??hsize_tâ?? from â??long long
intâ?? may change the sign of the result [-Wsign-conversion]
coords[1] = (hssize_t)(HDrandom() % y);
^
In file included from h5test.h:26:0,
from hyperslab.c:25:
../src/H5private.h:1029:37: warning: conversion to â??size_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
#define HDrandom() HDrand()
^
hyperslab.c:1149:32: note: in expansion of macro â??HDrandomâ??
coords[2] = (hssize_t)(HDrandom() % x);
^
hyperslab.c:1149:21: warning: conversion to â??hsize_tâ?? from â??long long
intâ?? may change the sign of the result [-Wsign-conversion]
coords[2] = (hssize_t)(HDrandom() % x);
^
CCLD hyperslab
CC istore.o
istore.c: In function â??test_extendâ??:
istore.c:321:3: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
if (ctr % ndims == i) {
^
In file included from h5test.h:26:0,
from istore.c:24:
istore.c: In function â??test_sparseâ??:
../src/H5private.h:1029:37: warning: conversion to â??size_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
#define HDrandom() HDrand()
^
istore.c:532:24: note: in expansion of macro â??HDrandomâ??
offset[0] = (hsize_t)(HDrandom() % (TEST_SPARSE_SIZE-nx));
^
../src/H5private.h:1029:37: warning: conversion to â??size_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
#define HDrandom() HDrand()
^
istore.c:533:24: note: in expansion of macro â??HDrandomâ??
offset[1] = (hsize_t)(HDrandom() % (TEST_SPARSE_SIZE-ny));
^
../src/H5private.h:1029:37: warning: conversion to â??size_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
#define HDrandom() HDrand()
^
istore.c:534:24: note: in expansion of macro â??HDrandomâ??
offset[2] = (hsize_t)(HDrandom() % (TEST_SPARSE_SIZE-nz));
^
CCLD istore
CC bittests.o
bittests.c: In function â??test_findâ??:
bittests.c:91:16: warning: conversion to â??uint8_tâ?? from â??intâ?? may alter
its value [-Wconversion]
v1[i / 8] = 1 << (i % 8);
^
bittests.c:124:10: warning: conversion to â??uint8_tâ?? from â??intâ?? may
alter its value [-Wconversion]
v1[i/8] &= ~(1<<(i%8));
^
bittests.c: In function â??test_copyâ??:
bittests.c:178:19: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
s_offset = HDrand() % (8*sizeof v1);
^
bittests.c:179:19: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
d_offset = HDrand() % (8*sizeof v2);
^
bittests.c: In function â??test_shiftâ??:
bittests.c:300:17: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
offset = HDrand() % (8*sizeof vector);
^
bittests.c:304:28: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
shift_dist = HDrand() % size;
^
bittests.c:304:31: warning: conversion to â??ssize_tâ?? from â??size_tâ?? may
change the sign of the result [-Wsign-conversion]
shift_dist = HDrand() % size;
^
bittests.c:314:2: warning: conversion to â??long unsigned intâ?? from
â??ssize_tâ?? may change the sign of the result [-Wsign-conversion]
if ((size_t)n!=offset+shift_dist) {
^
bittests.c:353:2: warning: conversion to â??long unsigned intâ?? from
â??ssize_tâ?? may change the sign of the result [-Wsign-conversion]
if (n!=(ssize_t)(offset+size-shift_dist-1)) {
^
bittests.c:365:13: warning: conversion to â??ssize_tâ?? from â??size_tâ?? may
change the sign of the result [-Wsign-conversion]
shift_dist = size;
^
bittests.c: In function â??test_incrementâ??:
bittests.c:433:17: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
offset = HDrand() % (8*sizeof vector);
^
bittests.c: In function â??test_decrementâ??:
bittests.c:520:17: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
offset = HDrand() % (8*sizeof vector);
^
bittests.c: In function â??test_negateâ??:
bittests.c:592:17: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
offset = HDrand() % (8*sizeof vector);
^
bittests.c: In function â??test_setâ??:
bittests.c:692:19: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
d_offset = HDrand() % (8*sizeof v2);
^
bittests.c: In function â??test_clearâ??:
bittests.c:809:19: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
d_offset = HDrand() % (8*sizeof v2);
^
CCLD bittests
CC dt_arith.o
dt_arith.c: In function â??some_dummy_funcâ??:
dt_arith.c:542:5: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
sprintf(s, "%g", x);
^
dt_arith.c: In function â??generates_sigfpeâ??:
dt_arith.c:579:53: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
for (j=0; j<sizeof(double); j++) dp[j] = HDrand();
^
dt_arith.c: In function â??test_particular_fp_integerâ??:
dt_arith.c:835:9: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
printf(" %29.20e\n", x);
^
dt_arith.c: In function â??test_derived_fltâ??:
dt_arith.c:1054:39: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
buf[i] = saved_buf[i] = HDrand();
^
dt_arith.c:1213:39: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
buf[i] = saved_buf[i] = HDrand();
^
dt_arith.c: In function â??test_derived_integerâ??:
dt_arith.c:1523:39: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
buf[i] = saved_buf[i] = HDrand();
^
dt_arith.c: In function â??test_conv_int_1â??:
dt_arith.c:1780:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
INIT_INTEGER(signed char, SCHAR_MAX, SCHAR_MIN, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:1780:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:1780:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:1780:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:150:20: warning: conversion to â??signed charâ?? from â??intâ?? may
alter its value [-Wconversion]
value1 <<= 1;
\
^
dt_arith.c:1780:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(signed char, SCHAR_MAX, SCHAR_MIN, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:151:35: warning: conversion to â??signed charâ?? from â??intâ?? may
alter its value [-Wconversion]
value2 = (value1 - 1) | value1;
\
^
dt_arith.c:1780:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(signed char, SCHAR_MAX, SCHAR_MIN, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:153:20: warning: conversion to â??signed charâ?? from â??intâ?? may
alter its value [-Wconversion]
value1 <<= 1;
\
^
dt_arith.c:1780:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(signed char, SCHAR_MAX, SCHAR_MIN, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:1780:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:1780:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:168:20: warning: conversion to â??signed charâ?? from â??intâ?? may
alter its value [-Wconversion]
value2 <<= 1;
\
^
dt_arith.c:1780:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(signed char, SCHAR_MAX, SCHAR_MIN, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:1782:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
INIT_INTEGER(unsigned char, UCHAR_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:1782:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:1782:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:1782:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:150:20: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
value1 <<= 1;
\
^
dt_arith.c:1782:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(unsigned char, UCHAR_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:151:35: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
value2 = (value1 - 1) | value1;
\
^
dt_arith.c:1782:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(unsigned char, UCHAR_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:153:20: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
value1 <<= 1;
\
^
dt_arith.c:1782:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(unsigned char, UCHAR_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:1782:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
dt_arith.c:1782:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:1782:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:168:20: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
value2 <<= 1;
\
^
dt_arith.c:1782:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(unsigned char, UCHAR_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:1784:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
INIT_INTEGER(short, SHRT_MAX, SHRT_MIN, src_size, dst_size, src_nbits,
buf, saved, nelmts);
^
dt_arith.c:1784:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:1784:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:1784:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:150:20: warning: conversion to â??short intâ?? from â??intâ?? may
alter its value [-Wconversion]
value1 <<= 1;
\
^
dt_arith.c:1784:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(short, SHRT_MAX, SHRT_MIN, src_size, dst_size, src_nbits,
buf, saved, nelmts);
^
dt_arith.c:151:35: warning: conversion to â??short intâ?? from â??intâ?? may
alter its value [-Wconversion]
value2 = (value1 - 1) | value1;
\
^
dt_arith.c:1784:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(short, SHRT_MAX, SHRT_MIN, src_size, dst_size, src_nbits,
buf, saved, nelmts);
^
dt_arith.c:153:20: warning: conversion to â??short intâ?? from â??intâ?? may
alter its value [-Wconversion]
value1 <<= 1;
\
^
dt_arith.c:1784:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(short, SHRT_MAX, SHRT_MIN, src_size, dst_size, src_nbits,
buf, saved, nelmts);
^
dt_arith.c:1784:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:1784:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:168:20: warning: conversion to â??short intâ?? from â??intâ?? may
alter its value [-Wconversion]
value2 <<= 1;
\
^
dt_arith.c:1784:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(short, SHRT_MAX, SHRT_MIN, src_size, dst_size, src_nbits,
buf, saved, nelmts);
^
dt_arith.c:1786:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
INIT_INTEGER(unsigned short, USHRT_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:1786:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:1786:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:1786:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:150:20: warning: conversion to â??short unsigned intâ?? from
â??intâ?? may alter its value [-Wconversion]
value1 <<= 1;
\
^
dt_arith.c:1786:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(unsigned short, USHRT_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:151:35: warning: conversion to â??short unsigned intâ?? from
â??intâ?? may alter its value [-Wconversion]
value2 = (value1 - 1) | value1;
\
^
dt_arith.c:1786:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(unsigned short, USHRT_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:153:20: warning: conversion to â??short unsigned intâ?? from
â??intâ?? may alter its value [-Wconversion]
value1 <<= 1;
\
^
dt_arith.c:1786:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(unsigned short, USHRT_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:1786:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
dt_arith.c:1786:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:1786:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:168:20: warning: conversion to â??short unsigned intâ?? from
â??intâ?? may alter its value [-Wconversion]
value2 <<= 1;
\
^
dt_arith.c:1786:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(unsigned short, USHRT_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:1790:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
INIT_INTEGER(unsigned int, UINT_MAX, 0, src_size, dst_size, src_nbits,
buf, saved, nelmts);
^
dt_arith.c:1790:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
dt_arith.c:1790:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
dt_arith.c:1794:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
INIT_INTEGER(unsigned long, ULONG_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:1794:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
dt_arith.c:1794:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
dt_arith.c:1798:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
INIT_INTEGER(unsigned long long, ULLONG_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:1798:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
dt_arith.c:1798:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
dt_arith.c: In function â??test_conv_int_2â??:
dt_arith.c:2632:10: warning: size of â??bufâ?? is 3200 bytes [-Wlarger-than=]
char buf[32*100];
^
dt_arith.c: In function â??my_isnanâ??:
dt_arith.c:2686:13: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
retval = (x!=x);
^
dt_arith.c:2690:13: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
retval = (x!=x);
^
dt_arith.c:2695:13: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
retval = (x!=x);
^
dt_arith.c:2709:6: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
sprintf(s, "%g", x);
^
dt_arith.c: In function â??test_conv_flt_1â??:
dt_arith.c:3087:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
hw_f = 911.0;
^
dt_arith.c:3088:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
hw_d = 911.0;
^
dt_arith.c:3090:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
hw_ld = 911.0;
^
dt_arith.c:3114:57: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? to match other operand of binary expression [-Wdouble-promotion]
underflow = HDfabs(*((double*)aligned)) < FLT_MIN;
^
dt_arith.c:3115:56: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? to match other operand of binary expression [-Wdouble-promotion]
overflow = HDfabs(*((double*)aligned)) > FLT_MAX;
^
dt_arith.c:3132:24: warning: conversion to â??floatâ?? from â??long doubleâ??
may alter its value [-Wconversion]
hw_f = *((long double*)aligned);
^
dt_arith.c:3140:24: warning: conversion to â??doubleâ?? from â??long doubleâ??
may alter its value [-Wconversion]
hw_d = *((long double*)aligned);
^
dt_arith.c:3166:28: warning: conversion to â??unsigned intâ?? from â??size_tâ??
may alter its value [-Wconversion]
for(q=dst_nbits/8; q<dst_size; q++) {
^
In file included from h5test.h:26:0,
from dt_arith.c:25:
../src/H5private.h:731:40: warning: conversion to â??doubleâ?? from â??long
doubleâ?? may alter its value [-Wconversion]
#define HDfrexpl(X,N) frexpl(X,N)
^
dt_arith.c:3276:33: note: in expansion of macro â??HDfrexplâ??
check_mant[0] = HDfrexpl(x, check_expo+0);
^
../src/H5private.h:731:40: warning: conversion to â??doubleâ?? from â??long
doubleâ?? may alter its value [-Wconversion]
#define HDfrexpl(X,N) frexpl(X,N)
^
dt_arith.c:3277:33: note: in expansion of macro â??HDfrexplâ??
check_mant[1] = HDfrexpl(hw_ld, check_expo+1);
^
In file included from h5test.h:26:0,
from dt_arith.c:25:
dt_arith.c:3284:74: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
int
valid_bits=(int)((dst_ebias+dst_msize)+MIN(check_expo[0],check_expo[1]))-1;
^
../src/H5private.h:298:35: note: in definition of macro â??MINâ??
#define MIN(a,b) (((a)<(b)) ? (a) : (b))
^
dt_arith.c:3284:88: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
int
valid_bits=(int)((dst_ebias+dst_msize)+MIN(check_expo[0],check_expo[1]))-1;
^
../src/H5private.h:298:41: note: in definition of macro â??MINâ??
#define MIN(a,b) (((a)<(b)) ? (a) : (b))
^
dt_arith.c:3285:17: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
double epsilon=1.0;
^
dt_arith.c:3300:25: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
HDfabs(check_mant[0]-check_mant[1])<FP_EPSILON)
^
dt_arith.c:3373:13: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
printf(" %29.20e\n", x);
^
dt_arith.c:3393:13: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
printf(" %29.20e\n", x);
^
dt_arith.c:3411:13: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
printf(" %29.20e\n", hw_f);
^
dt_arith.c: In function â??test_conv_int_fpâ??:
dt_arith.c:3752:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
INIT_INTEGER(signed char, SCHAR_MAX, SCHAR_MIN, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:3752:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:3752:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:3752:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:150:20: warning: conversion to â??signed charâ?? from â??intâ?? may
alter its value [-Wconversion]
value1 <<= 1;
\
^
dt_arith.c:3752:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(signed char, SCHAR_MAX, SCHAR_MIN, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:151:35: warning: conversion to â??signed charâ?? from â??intâ?? may
alter its value [-Wconversion]
value2 = (value1 - 1) | value1;
\
^
dt_arith.c:3752:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(signed char, SCHAR_MAX, SCHAR_MIN, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:153:20: warning: conversion to â??signed charâ?? from â??intâ?? may
alter its value [-Wconversion]
value1 <<= 1;
\
^
dt_arith.c:3752:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(signed char, SCHAR_MAX, SCHAR_MIN, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:3752:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:3752:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:168:20: warning: conversion to â??signed charâ?? from â??intâ?? may
alter its value [-Wconversion]
value2 <<= 1;
\
^
dt_arith.c:3752:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(signed char, SCHAR_MAX, SCHAR_MIN, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:3754:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
INIT_INTEGER(unsigned char, UCHAR_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:3754:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:3754:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:3754:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:150:20: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
value1 <<= 1;
\
^
dt_arith.c:3754:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(unsigned char, UCHAR_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:151:35: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
value2 = (value1 - 1) | value1;
\
^
dt_arith.c:3754:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(unsigned char, UCHAR_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:153:20: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
value1 <<= 1;
\
^
dt_arith.c:3754:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(unsigned char, UCHAR_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:3754:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
dt_arith.c:3754:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:3754:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:168:20: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
value2 <<= 1;
\
^
dt_arith.c:3754:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(unsigned char, UCHAR_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:3756:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
INIT_INTEGER(short, SHRT_MAX, SHRT_MIN, src_size, dst_size, src_nbits,
buf, saved, nelmts);
^
dt_arith.c:3756:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:3756:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:3756:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:150:20: warning: conversion to â??short intâ?? from â??intâ?? may
alter its value [-Wconversion]
value1 <<= 1;
\
^
dt_arith.c:3756:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(short, SHRT_MAX, SHRT_MIN, src_size, dst_size, src_nbits,
buf, saved, nelmts);
^
dt_arith.c:151:35: warning: conversion to â??short intâ?? from â??intâ?? may
alter its value [-Wconversion]
value2 = (value1 - 1) | value1;
\
^
dt_arith.c:3756:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(short, SHRT_MAX, SHRT_MIN, src_size, dst_size, src_nbits,
buf, saved, nelmts);
^
dt_arith.c:153:20: warning: conversion to â??short intâ?? from â??intâ?? may
alter its value [-Wconversion]
value1 <<= 1;
\
^
dt_arith.c:3756:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(short, SHRT_MAX, SHRT_MIN, src_size, dst_size, src_nbits,
buf, saved, nelmts);
^
dt_arith.c:3756:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:3756:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:168:20: warning: conversion to â??short intâ?? from â??intâ?? may
alter its value [-Wconversion]
value2 <<= 1;
\
^
dt_arith.c:3756:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(short, SHRT_MAX, SHRT_MIN, src_size, dst_size, src_nbits,
buf, saved, nelmts);
^
dt_arith.c:3758:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
INIT_INTEGER(unsigned short, USHRT_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:3758:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:3758:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:3758:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:150:20: warning: conversion to â??short unsigned intâ?? from
â??intâ?? may alter its value [-Wconversion]
value1 <<= 1;
\
^
dt_arith.c:3758:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(unsigned short, USHRT_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:151:35: warning: conversion to â??short unsigned intâ?? from
â??intâ?? may alter its value [-Wconversion]
value2 = (value1 - 1) | value1;
\
^
dt_arith.c:3758:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(unsigned short, USHRT_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:153:20: warning: conversion to â??short unsigned intâ?? from
â??intâ?? may alter its value [-Wconversion]
value1 <<= 1;
\
^
dt_arith.c:3758:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(unsigned short, USHRT_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:3758:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
dt_arith.c:3758:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:3758:9: warning: comparison is always true due to limited range of
data type [-Wtype-limits]
dt_arith.c:168:20: warning: conversion to â??short unsigned intâ?? from
â??intâ?? may alter its value [-Wconversion]
value2 <<= 1;
\
^
dt_arith.c:3758:9: note: in expansion of macro â??INIT_INTEGERâ??
INIT_INTEGER(unsigned short, USHRT_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:3762:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
INIT_INTEGER(unsigned int, UINT_MAX, 0, src_size, dst_size, src_nbits,
buf, saved, nelmts);
^
dt_arith.c:3762:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
dt_arith.c:3762:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
dt_arith.c:3766:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
INIT_INTEGER(unsigned long, ULONG_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:3766:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
dt_arith.c:3766:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
dt_arith.c:3770:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
INIT_INTEGER(unsigned long long, ULLONG_MAX, 0, src_size, dst_size,
src_nbits, buf, saved, nelmts);
^
dt_arith.c:3770:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
dt_arith.c:3770:9: warning: comparison of unsigned expression >= 0 is always
true [-Wtype-limits]
dt_arith.c:4302:28: warning: conversion to â??unsigned intâ?? from â??size_tâ??
may alter its value [-Wconversion]
for(q=dst_nbits/8; q<dst_size; q++) {
^
dt_arith.c:4539:17: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
printf(" %29f\n", *((float*)aligned));
^
dt_arith.c:4496:9: warning: switch missing default case [-Wswitch-default]
switch (src_type) {
^
dt_arith.c:4602:17: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
printf(" %29f\n", *((float*)aligned));
^
dt_arith.c:4559:9: warning: switch missing default case [-Wswitch-default]
switch (dst_type) {
^
dt_arith.c:4648:17: warning: format â??%ldâ?? expects argument of type â??long
intâ??, but argument 2 has type â??long long intâ?? [-Wformat=]
printf(" %29"H5_PRINTF_LL_WIDTH"d\n", *((long long*)hw));
^
dt_arith.c:4651:17: warning: format â??%luâ?? expects argument of type â??long
unsigned intâ??, but argument 2 has type â??long long unsigned intâ??
[-Wformat=]
printf(" %29"H5_PRINTF_LL_WIDTH"u\n", *((unsigned long
long*)hw));
^
dt_arith.c:4654:17: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
printf(" %29f\n", *((float*)hw));
^
dt_arith.c:4622:9: warning: switch missing default case [-Wswitch-default]
switch (dst_type) {
^
dt_arith.c: In function â??mainâ??:
dt_arith.c:5430:31: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
nerrors += test_hard_query();
^
dt_arith.c:5434:32: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
nerrors += test_derived_flt();
^
dt_arith.c:5438:36: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
nerrors += test_derived_integer();
^
dt_arith.c:5446:28: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
nerrors += run_fp_tests("noop");
^
dt_arith.c:5449:28: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
nerrors += run_fp_tests("hard");
^
dt_arith.c:5452:33: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
nerrors += run_integer_tests("hard");
^
dt_arith.c:5455:31: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
nerrors += run_int_fp_conv("hard");
^
dt_arith.c:5458:31: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
nerrors += run_fp_int_conv("hard");
^
dt_arith.c:5461:42: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
nerrors += test_particular_fp_integer();
^
dt_arith.c:5471:28: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
nerrors += run_fp_tests("soft");
^
dt_arith.c:5474:31: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
nerrors += test_conv_int_2();
^
dt_arith.c:5475:33: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
nerrors += run_integer_tests("soft");
^
dt_arith.c:5478:31: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
nerrors += run_fp_int_conv("soft");
^
dt_arith.c:5481:31: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
nerrors += run_int_fp_conv("soft");
^
dt_arith.c: In function â??test_conv_flt_1â??:
dt_arith.c:3473:1: warning: control reaches end of non-void function
[-Wreturn-type]
}
^
dt_arith.c:3261:20: warning: â??overflowâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
if (overflow && my_isinf(dendian, buf+j*sizeof(double),
^
dt_arith.c: In function â??test_conv_int_fpâ??:
dt_arith.c:4323:13: warning: cannot optimize loop, the loop counter may
overflow [-Wunsafe-loop-optimizations]
for (k = 0; k < src_size; k += 2) {
^
CCLD dt_arith
CC dtypes.o
dtypes.c: In function â??test_compound_8â??:
dtypes.c:1564:9: warning: format â??%dâ?? expects argument of type â??intâ??,
but argument 2 has type â??size_tâ?? [-Wformat=]
printf("The size of the packed compound datatype is incorrect:
tsize=%d\n", tsize);
^
dtypes.c: In function â??test_compound_9â??:
dtypes.c:1652:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
cmpd_struct wdata = {11, "variable-length string", 22};
^
dtypes.c: In function â??test_compound_10â??:
dtypes.c:1871:25: warning: conversion to â??charâ?? from â??intâ?? may alter
its value [-Wconversion]
wdata[i].str[9] += i;
^
dtypes.c:1875:33: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
len = wdata[i].text.len = strlen((char*)wdata[i].text.p)+1;
^
dtypes.c:1876:43: warning: conversion to â??charâ?? from â??intâ?? may alter
its value [-Wconversion]
((char*)(wdata[i].text.p))[len-2] += i;
^
dtypes.c: In function â??test_compound_11â??:
dtypes.c:2092:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((big_t *)buf)[u].d1 = (double)u * (double)1.5;
^
dtypes.c:2093:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((big_t *)buf)[u].d2 = (double)u * (double)2.5;
^
dtypes.c:2094:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((big_t *)buf)[u].d3 = (double)u * (double)3.5;
^
dtypes.c:2095:34: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
((big_t *)buf)[u].i1 = u * 3;
^
dtypes.c:2096:34: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
((big_t *)buf)[u].i2 = u * 5;
^
dtypes.c:2115:37: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(((big_t *)buf_orig)[u].d1!=((little_t *)buf)[u].d1) {
^
dtypes.c:2155:37: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(((big_t *)buf_orig)[u].d1!=((little_t *)buf)[u].d1) {
^
dtypes.c:2189:37: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(((big_t *)buf_orig)[u].d1!=((little_t *)buf)[u].d1) {
^
dtypes.c: In function â??test_compound_13â??:
dtypes.c:2355:9: warning: conversion to â??unsigned charâ?? from â??unsigned
intâ?? may alter its value [-Wconversion]
data_out.x[u] = u;
^
dtypes.c:2356:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
data_out.y = 99.99;
^
dtypes.c:2356:5: warning: conversion to â??floatâ?? alters â??doubleâ??
constant value [-Wconversion]
dtypes.c:2406:19: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(data_out.y != data_in.y) TEST_ERROR
^
dtypes.c: In function â??test_compound_14â??:
dtypes.c:2460:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
cmpd_struct_1 wdata1 = {'A', 'B', "variable-length string"};
^
dtypes.c:2463:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
cmpd_struct_2 wdata2 = {'C', 'D', "another vlen!", 1, 2, -1, 9001};
^
dtypes.c: In function â??test_compound_16â??:
dtypes.c:3005:37: warning: conversion to â??intâ?? from â??ssize_tâ?? may alter
its value [-Wconversion]
if((obj_count = H5Fget_obj_count(file, H5F_OBJ_DATATYPE)) != 1) {
^
dtypes.c: In function â??test_namedâ??:
dtypes.c:3741:31: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
attr_data[i][j] = (int)(i * ds_size[1] + j);
^
dtypes.c: In function â??test_conv_str_2â??:
dtypes.c:4286:20: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
nchars = HDrand() % 8;
^
dtypes.c:4288:27: warning: conversion to â??charâ?? from â??intâ?? may alter
its value [-Wconversion]
buf[i * 8 + j] = 'a' + HDrand() % 26;
^
dtypes.c: In function â??test_conv_str_3â??:
dtypes.c:4357:20: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
nchars = HDrand() % 8;
^
dtypes.c:4359:27: warning: conversion to â??charâ?? from â??intâ?? may alter
its value [-Wconversion]
buf[i * 8 + j] = 'a' + HDrand() % 26;
^
dtypes.c:4380:28: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
size = H5Tget_ebias(type);
^
dtypes.c: In function â??test_conv_enum_1â??:
dtypes.c:4465:13: warning: conversion to â??charâ?? from â??intâ?? may alter
its value [-Wconversion]
s[0] = 'A' + i;
^
dtypes.c: In function â??test_conv_enum_2â??:
dtypes.c:4539:9: warning: conversion to â??charâ?? from â??intâ?? may alter its
value [-Wconversion]
pattern[2] = i;
^
dtypes.c:4553:34: warning: conversion to â??charâ?? from â??intâ?? may alter
its value [-Wconversion]
((char*)data)[i*3+2] = i % 8;
^
dtypes.c: In function â??test_bitfield_funcsâ??:
dtypes.c:4722:25: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
if((size=H5Tget_size(type))==0) goto error;
^
dtypes.c:4727:26: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
size=H5Tget_ebias(type);
^
dtypes.c: In function â??opaque_funcsâ??:
dtypes.c:5031:26: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
if ((size=H5Tget_size(type))==0) goto error;
^
dtypes.c:5050:26: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
size=H5Tget_ebias(type);
^
dtypes.c: In function â??test_int_float_exceptâ??:
dtypes.c:5924:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
float buf[CONVERT_SIZE] = {(float)INT_MIN - 172.0, (float)INT_MAX - 32.0,
^
dtypes.c:5924:47: warning: implicit conversion from â??floatâ?? to â??doubleâ??
to match other operand of binary expression [-Wdouble-promotion]
float buf[CONVERT_SIZE] = {(float)INT_MIN - 172.0, (float)INT_MAX - 32.0,
^
dtypes.c:5924:5: warning: conversion to â??floatâ?? alters â??doubleâ??
constant value [-Wconversion]
float buf[CONVERT_SIZE] = {(float)INT_MIN - 172.0, (float)INT_MAX - 32.0,
^
dtypes.c:5924:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtypes.c:5924:71: warning: implicit conversion from â??floatâ?? to â??doubleâ??
to match other operand of binary expression [-Wdouble-promotion]
float buf[CONVERT_SIZE] = {(float)INT_MIN - 172.0, (float)INT_MAX - 32.0,
^
dtypes.c:5924:5: warning: conversion to â??floatâ?? alters â??doubleâ??
constant value [-Wconversion]
float buf[CONVERT_SIZE] = {(float)INT_MIN - 172.0, (float)INT_MAX - 32.0,
^
dtypes.c:5925:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(float)INT_MAX - 68.0, (float)4.5};
^
dtypes.c:5925:28: warning: implicit conversion from â??floatâ?? to â??doubleâ??
to match other operand of binary expression [-Wdouble-promotion]
(float)INT_MAX - 68.0, (float)4.5};
^
dtypes.c:5925:13: warning: conversion to â??floatâ?? alters â??doubleâ??
constant value [-Wconversion]
(float)INT_MAX - 68.0, (float)4.5};
^
dtypes.c:5925:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtypes.c:5927:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
float buf_float[CONVERT_SIZE] = {INT_MIN, INT_MAX + 1.0, INT_MAX - 127.0,
4};
^
dtypes.c:5927:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtypes.c:5930:5: warning: conversion to â??floatâ?? alters â??intâ?? constant
value [-Wconversion]
float buf2_float[CONVERT_SIZE] = {INT_MIN, INT_MAX, INT_MAX - 127.0,
(float)0.0};
^
dtypes.c:5930:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtypes.c:5930:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtypes.c:5972:20: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*floatp != buf_float[u]) TEST_ERROR
^
dtypes.c:5993:20: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(*floatp != buf2_float[u]) TEST_ERROR
^
dtypes.c: In function â??create_del_obj_named_test_fileâ??:
dtypes.c:6553:12: warning: variable â??statusâ?? set but not used
[-Wunused-but-set-variable]
herr_t status; /* Generic return value */
^
dtypes.c: At top level:
dtypes.c:7052:5: warning: no previous prototype for â??test_utf_ascii_convâ??
[-Wmissing-prototypes]
int test_utf_ascii_conv(void)
^
dtypes.c: In function â??test_utf_ascii_convâ??:
dtypes.c:7092:55: warning: cast discards â??__attribute__((const))â?? qualifier
from pointer target type [-Wcast-qual]
status = H5Tconvert(utf8_vtid, ascii_vtid, 1, (void *)utf8_w, NULL,
H5P_DEFAULT);
^
dtypes.c:7124:55: warning: cast discards â??__attribute__((const))â?? qualifier
from pointer target type [-Wcast-qual]
status = H5Tconvert(ascii_vtid, utf8_vtid, 1, (void *)ascii_w, NULL,
H5P_DEFAULT);
^
dtypes.c: In function â??mainâ??:
dtypes.c:7282:28: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_classes();
^
dtypes.c:7283:25: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_copy();
^
dtypes.c:7284:27: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_detect();
^
dtypes.c:7285:31: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_1();
^
dtypes.c:7286:26: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_query();
^
dtypes.c:7288:30: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_transient(fapl);
^
dtypes.c:7289:26: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_named(fapl);
^
dtypes.c:7290:27: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_encode();
^
dtypes.c:7291:27: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_latest();
^
dtypes.c:7292:37: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_int_float_except();
^
dtypes.c:7293:42: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_named_indirect_reopen(fapl);
^
dtypes.c:7295:37: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_delete_obj_named(fapl);
^
dtypes.c:7296:44: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_delete_obj_named_fileid(fapl);
^
dtypes.c:7298:39: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_set_order_compound(fapl);
^
dtypes.c:7299:31: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_str_create();
^
dtypes.c:7301:27: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_deprec(fapl);
^
dtypes.c:7306:31: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_conv_str_1();
^
dtypes.c:7307:31: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_conv_str_2();
^
dtypes.c:7308:31: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_conv_str_3();
^
dtypes.c:7309:31: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_2();
^
dtypes.c:7310:31: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_3();
^
dtypes.c:7311:31: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_4();
^
dtypes.c:7312:31: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_5();
^
dtypes.c:7313:31: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_6();
^
dtypes.c:7314:31: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_7();
^
dtypes.c:7315:31: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_8();
^
dtypes.c:7316:31: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_9();
^
dtypes.c:7317:32: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_10();
^
dtypes.c:7318:32: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_11();
^
dtypes.c:7319:32: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_12();
^
dtypes.c:7320:32: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_13();
^
dtypes.c:7321:32: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_14();
^
dtypes.c:7322:32: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_15();
^
dtypes.c:7323:32: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_16();
^
dtypes.c:7324:32: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_17();
^
dtypes.c:7325:32: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound_18();
^
dtypes.c:7326:32: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_conv_enum_1();
^
dtypes.c:7327:32: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_conv_enum_2();
^
dtypes.c:7328:34: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_conv_bitfield();
^
dtypes.c:7329:35: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_bitfield_funcs();
^
dtypes.c:7330:27: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_opaque();
^
dtypes.c:7331:30: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_set_order();
^
dtypes.c:7332:35: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_utf_ascii_conv();
^
In file included from dtypes.c:26:0:
dtypes.c: At top level:
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CCLD dtypes
CC dsets.o
dsets.c:208:5: warning: size of â??pointsâ?? is 80000 bytes [-Wlarger-than=]
int points[DSET_DIM1][DSET_DIM2], check[DSET_DIM1][DSET_DIM2];
^
dsets.c:208:35: warning: size of â??checkâ?? is 80000 bytes [-Wlarger-than=]
int points[DSET_DIM1][DSET_DIM2], check[DSET_DIM1][DSET_DIM2];
^
dsets.c:209:8: warning: size of â??points_dblâ?? is 160000 bytes
[-Wlarger-than=]
double points_dbl[DSET_DIM1][DSET_DIM2], check_dbl[DSET_DIM1][DSET_DIM2];
^
dsets.c:209:42: warning: size of â??check_dblâ?? is 160000 bytes
[-Wlarger-than=]
double points_dbl[DSET_DIM1][DSET_DIM2], check_dbl[DSET_DIM1][DSET_DIM2];
^
dsets.c: In function â??test_simple_ioâ??:
dsets.c:404:25: warning: size of â??rdataâ?? is 80000 bytes [-Wlarger-than=]
int rdata[DSET_DIM1][DSET_DIM2];
^
dsets.c: In function â??test_userblock_offsetâ??:
dsets.c:523:25: warning: size of â??rdataâ?? is 80000 bytes [-Wlarger-than=]
int rdata[DSET_DIM1][DSET_DIM2];
^
dsets.c: In function â??test_conv_bufferâ??:
dsets.c:1031:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cf->b[j] = (float)(100.*(j+1) + 0.01*j);
^
dsets.c:1031:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:1034:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
cf->c[j] = 100.*(j+1) + 0.02*j;
^
dsets.c:1034:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c: In function â??test_nbit_intâ??:
dsets.c:2786:28: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(long long)HDpow(2.0, (double)(precision - 1))) <<
offset);
^
dsets.c:2786:28: warning: cast from function call of type â??doubleâ?? to
non-matching type â??long long intâ?? [-Wbad-function-cast]
dsets.c:2834:28: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
if((new_data[i][j] & mask) != (orig_data[i][j] & mask)) {
^
dsets.c:2834:56: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
if((new_data[i][j] & mask) != (orig_data[i][j] & mask)) {
^
dsets.c: In function â??test_nbit_floatâ??:
dsets.c:2888:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
float orig_data[2][5] = {{(float)188384.00,
(float)19.103516, (float)-1.0831790e9, (float)-84.242188,
^
dsets.c:2888:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:2888:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:2888:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:2889:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(float)5.2045898}, {(float)-49140.000, (float)2350.2500,
(float)-3.2110596e-1, (float)6.4998865e-5, (float)-0.0000000}};
^
dsets.c:2889:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:2889:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:2889:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:2889:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:2889:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:2961:33: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(!(orig_data[i][j]==orig_data[i][j])) continue; /* skip if
value is NaN */
^
dsets.c:2962:31: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(new_data[i][j] != orig_data[i][j]) {
^
dsets.c: In function â??test_nbit_doubleâ??:
dsets.c:3018:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
double orig_data[2][5] = {{1.6081706885101836e+60,
-255.32099170994480,
^
dsets.c:3018:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3019:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
1.2677579992621376e-61, 64568.289448797700, -1.0619721778839084e-75},
{2.1499497833454840e+56,
^
dsets.c:3019:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3019:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3019:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3020:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
6.6562295504670740e-3, -1.5747263393432150, 1.0711093225222612,
-9.8971679387636870e-1}};
^
dsets.c:3020:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3020:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3020:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3092:33: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(!(orig_data[i][j]==orig_data[i][j])) continue; /* skip if
value is NaN */
^
dsets.c:3093:31: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(new_data[i][j] != orig_data[i][j]) {
^
dsets.c: In function â??test_nbit_arrayâ??:
dsets.c:3194:38: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(long long)HDpow(2.0, (double)precision))
<< offset);
^
dsets.c:3194:38: warning: cast from function call of type â??doubleâ?? to
non-matching type â??long long intâ?? [-Wbad-function-cast]
dsets.c: In function â??test_nbit_compoundâ??:
dsets.c:3302:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
const float float_val[2][5] = {{(float)188384.00,
(float)19.103516, (float)-1.0831790e9, (float)-84.242188,
^
dsets.c:3302:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3302:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3302:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3303:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(float)5.2045898}, {(float)-49140.000, (float)2350.2500,
(float)-3.2110596e-1, (float)6.4998865e-5, (float)-0.0000000}};
^
dsets.c:3303:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3303:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3303:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3303:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3303:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3370:30: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(long long)HDpow(2.0, (double)(precision[0]-1)))
<< offset[0]);
^
dsets.c:3370:30: warning: cast from function call of type â??doubleâ?? to
non-matching type â??long long intâ?? [-Wbad-function-cast]
dsets.c:3372:30: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(long long)HDpow(2.0, (double)(precision[1]-1)))
<< offset[1]);
^
dsets.c:3372:30: warning: cast from function call of type â??doubleâ?? to
non-matching type â??long long intâ?? [-Wbad-function-cast]
dsets.c:3374:30: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(long long)HDpow(2.0, (double)(precision[2]-1)))
<< offset[2]);
^
dsets.c:3374:30: warning: cast from function call of type â??doubleâ?? to
non-matching type â??long long intâ?? [-Wbad-function-cast]
dsets.c:3427:31: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
if((new_data[i][j].i & i_mask) != (orig_data[i][j].i & i_mask) ||
^
dsets.c:3427:63: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
if((new_data[i][j].i & i_mask) != (orig_data[i][j].i & i_mask) ||
^
dsets.c:3428:17: warning: conversion to â??unsigned intâ?? from â??charâ?? may
change the sign of the result [-Wsign-conversion]
(new_data[i][j].c & c_mask) != (orig_data[i][j].c & c_mask) ||
^
dsets.c:3428:17: warning: conversion to â??unsigned intâ?? from â??charâ?? may
change the sign of the result [-Wsign-conversion]
dsets.c:3429:17: warning: conversion to â??unsigned intâ?? from â??short intâ??
may change the sign of the result [-Wsign-conversion]
(new_data[i][j].s & s_mask) != (orig_data[i][j].s & s_mask) ||
^
dsets.c:3429:17: warning: conversion to â??unsigned intâ?? from â??short intâ??
may change the sign of the result [-Wsign-conversion]
dsets.c:3430:35: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
(orig_data[i][j].f==orig_data[i][j].f && new_data[i][j].f !=
orig_data[i][j].f))
^
dsets.c:3430:75: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
(orig_data[i][j].f==orig_data[i][j].f && new_data[i][j].f !=
orig_data[i][j].f))
^
dsets.c: In function â??test_nbit_compound_2â??:
dsets.c:3513:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
const float float_val[2][5] = {{(float)188384.00,
(float)19.103516, (float)-1.0831790e9, (float)-84.242188,
^
dsets.c:3513:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3513:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3513:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3514:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(float)5.2045898}, {(float)-49140.000, (float)2350.2500,
(float)-3.2110596e-1, (float)6.4998865e-5, (float)-0.0000000}};
^
dsets.c:3514:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3514:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3514:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3514:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3514:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3613:32: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(long long)HDpow(2.0,
(double)(precision[0]-1))) << offset[0]);
^
dsets.c:3613:32: warning: cast from function call of type â??doubleâ?? to
non-matching type â??long long intâ?? [-Wbad-function-cast]
dsets.c:3615:32: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(long long)HDpow(2.0,
(double)(precision[1]-1))) << offset[1]);
^
dsets.c:3615:32: warning: cast from function call of type â??doubleâ?? to
non-matching type â??long long intâ?? [-Wbad-function-cast]
dsets.c:3617:32: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(long long)HDpow(2.0,
(double)(precision[2]-1))) << offset[2]);
^
dsets.c:3617:32: warning: cast from function call of type â??doubleâ?? to
non-matching type â??long long intâ?? [-Wbad-function-cast]
dsets.c:3621:30: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(long long)HDpow(2.0, (double)precision[3])) <<
offset[3]);
^
dsets.c:3621:30: warning: cast from function call of type â??doubleâ?? to
non-matching type â??long long intâ?? [-Wbad-function-cast]
dsets.c:3626:40: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(long long)HDpow(2.0,
(double)(precision[4]-1))) << offset[4]);
^
dsets.c:3626:40: warning: cast from function call of type â??doubleâ?? to
non-matching type â??long long intâ?? [-Wbad-function-cast]
dsets.c:3631:42: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(long long)HDpow(2.0,
(double)(precision[0]-1))) << offset[0]);
^
dsets.c:3631:42: warning: cast from function call of type â??doubleâ?? to
non-matching type â??long long intâ?? [-Wbad-function-cast]
dsets.c:3633:42: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(long long)HDpow(2.0,
(double)(precision[1]-1))) << offset[1]);
^
dsets.c:3633:42: warning: cast from function call of type â??doubleâ?? to
non-matching type â??long long intâ?? [-Wbad-function-cast]
dsets.c:3635:42: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(long long)HDpow(2.0,
(double)(precision[2]-1))) << offset[2]);
^
dsets.c:3635:42: warning: cast from function call of type â??doubleâ?? to
non-matching type â??long long intâ?? [-Wbad-function-cast]
dsets.c:3700:14: warning: conversion to â??unsigned intâ?? from â??charâ?? may
change the sign of the result [-Wsign-conversion]
if((new_data[i][j].b[m][n]&b_mask)!=(orig_data[i][j].b[m][n]&b_mask)) {
^
dsets.c:3700:14: warning: conversion to â??unsigned intâ?? from â??charâ?? may
change the sign of the result [-Wsign-conversion]
dsets.c:3707:40: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
if((new_data[i][j].d[m][n].i &
i_mask)!=(orig_data[i][j].d[m][n].i & i_mask)||
^
dsets.c:3707:78: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
if((new_data[i][j].d[m][n].i &
i_mask)!=(orig_data[i][j].d[m][n].i & i_mask)||
^
dsets.c:3708:17: warning: conversion to â??unsigned intâ?? from â??charâ?? may
change the sign of the result [-Wsign-conversion]
(new_data[i][j].d[m][n].c &
c_mask)!=(orig_data[i][j].d[m][n].c & c_mask)||
^
dsets.c:3708:17: warning: conversion to â??unsigned intâ?? from â??charâ?? may
change the sign of the result [-Wsign-conversion]
dsets.c:3709:17: warning: conversion to â??unsigned intâ?? from â??short intâ??
may change the sign of the result [-Wsign-conversion]
(new_data[i][j].d[m][n].s &
s_mask)!=(orig_data[i][j].d[m][n].s & s_mask)||
^
dsets.c:3709:17: warning: conversion to â??unsigned intâ?? from â??short intâ??
may change the sign of the result [-Wsign-conversion]
dsets.c:3710:42: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
(new_data[i][j].d[m][n].f==new_data[i][j].d[m][n].f &&
^
dsets.c:3711:43: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
new_data[i][j].d[m][n].f != new_data[i][j].d[m][n].f)) {
^
dsets.c:3717:29: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
if((new_data[i][j].a.i & i_mask)!=(orig_data[i][j].a.i & i_mask)||
^
dsets.c:3717:61: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
if((new_data[i][j].a.i & i_mask)!=(orig_data[i][j].a.i & i_mask)||
^
dsets.c:3718:12: warning: conversion to â??unsigned intâ?? from â??charâ?? may
change the sign of the result [-Wsign-conversion]
(new_data[i][j].a.c & c_mask)!=(orig_data[i][j].a.c & c_mask)||
^
dsets.c:3718:12: warning: conversion to â??unsigned intâ?? from â??charâ?? may
change the sign of the result [-Wsign-conversion]
dsets.c:3719:12: warning: conversion to â??unsigned intâ?? from â??short intâ??
may change the sign of the result [-Wsign-conversion]
(new_data[i][j].a.s & s_mask)!=(orig_data[i][j].a.s & s_mask)||
^
dsets.c:3719:12: warning: conversion to â??unsigned intâ?? from â??short intâ??
may change the sign of the result [-Wsign-conversion]
dsets.c:3720:31: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
(new_data[i][j].a.f==new_data[i][j].a.f &&
^
dsets.c:3721:32: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
new_data[i][j].a.f != new_data[i][j].a.f)||
^
dsets.c: In function â??test_nbit_compound_3â??:
dsets.c:3849:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
orig_data[i].i = HDrandom() % (long)HDpow(2.0, 17.0 - 1.0);
^
dsets.c:3849:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3849:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c:3849:39: warning: cast from function call of type â??doubleâ?? to
non-matching type â??long intâ?? [-Wbad-function-cast]
orig_data[i].i = HDrandom() % (long)HDpow(2.0, 17.0 - 1.0);
^
dsets.c:3849:37: warning: conversion to â??intâ?? from â??long intâ?? may alter
its value [-Wconversion]
orig_data[i].i = HDrandom() % (long)HDpow(2.0, 17.0 - 1.0);
^
dsets.c: In function â??test_nbit_int_sizeâ??:
dsets.c:3981:13: warning: size of â??orig_dataâ?? is 80000 bytes
[-Wlarger-than=]
int orig_data[DSET_DIM1][DSET_DIM2];
^
dsets.c:4037:60: warning: conversion to â??doubleâ?? from â??size_tâ?? may
alter its value [-Wconversion]
orig_data[i][j] = rand() % (int)pow(2, precision-1) <<offset;
^
dsets.c:4037:39: warning: cast from function call of type â??doubleâ?? to
non-matching type â??intâ?? [-Wbad-function-cast]
orig_data[i][j] = rand() % (int)pow(2, precision-1) <<offset;
^
dsets.c: In function â??test_nbit_flt_sizeâ??:
dsets.c:4155:13: warning: size of â??orig_dataâ?? is 80000 bytes
[-Wlarger-than=]
float orig_data[DSET_DIM1][DSET_DIM2];
^
dsets.c:4244:49: warning: conversion to â??floatâ?? from â??intâ?? may alter
its value [-Wconversion]
orig_data[i][j] = (rand() % 1234567) / 2;
^
dsets.c: In function â??test_scaleoffset_floatâ??:
dsets.c:4670:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
orig_data[i][j] = (float)((HDrandom() % 100000) / (float)1000.0);
^
dsets.c:4670:47: warning: conversion to â??floatâ?? from â??intâ?? may alter
its value [-Wconversion]
orig_data[i][j] = (float)((HDrandom() % 100000) / (float)1000.0);
^
dsets.c:4713:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(HDfabs(new_data[i][j]-orig_data[i][j]) > HDpow(10.0, -3.0)) {
^
dsets.c:4713:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c: In function â??test_scaleoffset_float_2â??:
dsets.c:4790:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
fillval = 10000.0;
^
dsets.c:4818:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
orig_data[0][j] = (float)((HDrandom() % 100000) / (float)1000.0);
^
dsets.c:4818:47: warning: conversion to â??floatâ?? from â??intâ?? may alter
its value [-Wconversion]
orig_data[0][j] = (float)((HDrandom() % 100000) / (float)1000.0);
^
dsets.c:4861:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(HDfabs(new_data[0][j]-orig_data[0][j]) > HDpow(10.0, -3.0)) {
^
dsets.c:4861:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c: In function â??test_scaleoffset_doubleâ??:
dsets.c:4946:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
orig_data[i][j] = (HDrandom() % 10000000) / 10000000.0;
^
dsets.c:4989:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(HDfabs(new_data[i][j]-orig_data[i][j]) > HDpow(10.0, -7.0)) {
^
dsets.c:4989:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c: In function â??test_scaleoffset_double_2â??:
dsets.c:5066:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
fillval = 10000.0;
^
dsets.c:5094:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
orig_data[0][j] = (HDrandom() % 10000000) / 10000000.0;
^
dsets.c:5137:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(HDfabs(new_data[0][j]-orig_data[0][j]) > HDpow(10.0, -7.0)) {
^
dsets.c:5137:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsets.c: In function â??test_set_localâ??:
dsets.c:5907:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
n=1.0;
^
dsets.c:5911:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
points_dbl[i][j] = (double)1.5*n++;
^
dsets.c:6105:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(!DBL_REL_EQUAL(points_dbl[i][j],check_dbl[i][j],0.00001)) {
^
dsets.c: In function â??test_deprecâ??:
dsets.c:7094:12: warning: variable â??statusâ?? set but not used
[-Wunused-but-set-variable]
herr_t status;
^
dsets.c: In function â??test_chunk_cacheâ??:
dsets.c:7436:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
w0_2 = w0_1 / 2.;
^
dsets.c:7530:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
w0_2 = H5D_CHUNK_CACHE_W0_DEFAULT;
^
dsets.c: In function â??test_big_chunks_bypass_cacheâ??:
dsets.c:7617:44: warning: size of â??rdata1â?? is 4000 bytes [-Wlarger-than=]
static int wdata[BYPASS_CHUNK_DIM/2], rdata1[BYPASS_DIM],
^
dsets.c:7631:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(H5Pset_cache(fapl_local, 0, rdcc_nelmts, rdcc_nbytes, (double)0.0) < 0)
FAIL_STACK_ERROR
^
dsets.c: In function â??test_chunk_expandâ??:
dsets.c:7859:93: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(alloc_time = H5D_ALLOC_TIME_EARLY; alloc_time <=
H5D_ALLOC_TIME_INCR; alloc_time++) {
^
In file included from dsets.c:27:0:
dsets.c: At top level:
H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
dsets.c: In function â??test_simple_ioâ??:
dsets.c:395:1: warning: stack usage is 81136 bytes [-Wstack-usage=]
test_simple_io(const char *env_h5_drvr, hid_t fapl)
^
dsets.c:497:1: warning: the frame size of 81052 bytes is larger than 16384
bytes [-Wframe-larger-than=]
}
^
dsets.c: In function â??test_nbit_int_sizeâ??:
dsets.c:3975:1: warning: stack usage is 80112 bytes [-Wstack-usage=]
test_nbit_int_size(hid_t file)
^
dsets.c:4130:1: warning: the frame size of 80040 bytes is larger than 16384
bytes [-Wframe-larger-than=]
}
^
dsets.c: In function â??test_nbit_flt_sizeâ??:
dsets.c:4149:1: warning: stack usage is 80112 bytes [-Wstack-usage=]
test_nbit_flt_size(hid_t file)
^
dsets.c:4336:1: warning: the frame size of 80032 bytes is larger than 16384
bytes [-Wframe-larger-than=]
}
^
dsets.c: In function â??test_userblock_offsetâ??:
dsets.c:515:1: warning: stack usage is 81088 bytes [-Wstack-usage=]
test_userblock_offset(const char *env_h5_drvr, hid_t fapl)
^
dsets.c:587:1: warning: the frame size of 81040 bytes is larger than 16384
bytes [-Wframe-larger-than=]
}
^
dsets.c: In function â??filter_bogus2â??:
dsets.c:1361:18: warning: cannot optimize loop, the loop counter may overflow
[-Wunsafe-loop-optimizations]
while(buf_left>0) {
^
CCLD dsets
CC cmpd_dset.o
cmpd_dset.c: In function â??test_compoundâ??:
cmpd_dset.c:154:18: warning: size of â??s1â?? is 6400000 bytes [-Wlarger-than=]
static s1_t s1[NX*NY];
^
cmpd_dset.c:158:18: warning: size of â??s2â?? is 6400000 bytes [-Wlarger-than=]
static s2_t s2[NX*NY];
^
cmpd_dset.c:162:18: warning: size of â??s3â?? is 6400000 bytes [-Wlarger-than=]
static s3_t s3[NX*NY];
^
cmpd_dset.c:166:18: warning: size of â??s4â?? is 1600000 bytes [-Wlarger-than=]
static s4_t s4[NX*NY];
^
cmpd_dset.c:170:18: warning: size of â??s5â?? is 9600000 bytes [-Wlarger-than=]
static s5_t s5[NX*NY];
^
cmpd_dset.c:173:18: warning: size of â??s6â?? is 9600000 bytes [-Wlarger-than=]
static s6_t s6[NX*NY];
^
cmpd_dset.c: In function â??initialize_stype1â??:
cmpd_dset.c:885:26: warning: conversion to â??floatâ?? from â??intâ?? may alter
its value [-Wconversion]
s_ptr->f = i*2/3;
^
cmpd_dset.c:886:28: warning: conversion to â??floatâ?? from â??intâ?? may alter
its value [-Wconversion]
s_ptr->g = i*2/3+1;
^
cmpd_dset.c:888:25: warning: conversion to â??floatâ?? from â??intâ?? may alter
its value [-Wconversion]
s_ptr->h[j] = i*j/5+j;
^
cmpd_dset.c:889:28: warning: conversion to â??floatâ?? from â??intâ?? may alter
its value [-Wconversion]
s_ptr->i = i*2/3+2;
^
cmpd_dset.c:890:28: warning: conversion to â??floatâ?? from â??intâ?? may alter
its value [-Wconversion]
s_ptr->j = i*2/3+3;
^
cmpd_dset.c: In function â??initialize_stype2â??:
cmpd_dset.c:921:19: warning: conversion to â??intâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->a = i*8+0;
^
cmpd_dset.c:922:19: warning: conversion to â??intâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->b = i*8+1;
^
cmpd_dset.c:924:23: warning: conversion to â??intâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->c[j] = i*8+j;
^
cmpd_dset.c:925:19: warning: conversion to â??intâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->d = i*8+6;
^
cmpd_dset.c:926:19: warning: conversion to â??intâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->e = i*8+7;
^
cmpd_dset.c:928:26: warning: conversion to â??floatâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->f = i*2/3;
^
cmpd_dset.c:929:28: warning: conversion to â??floatâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->g = i*2/3+1;
^
cmpd_dset.c:931:25: warning: conversion to â??floatâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->h[j] = i*j/5+j;
^
cmpd_dset.c:932:28: warning: conversion to â??floatâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->i = i*2/3+2;
^
cmpd_dset.c:933:28: warning: conversion to â??floatâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->j = i*2/3+3;
^
cmpd_dset.c:935:26: warning: conversion to â??doubleâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->k = i/7+1;
^
cmpd_dset.c:936:26: warning: conversion to â??doubleâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->l = i/7+2;
^
cmpd_dset.c:937:26: warning: conversion to â??doubleâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->m = i/7+3;
^
cmpd_dset.c:938:26: warning: conversion to â??doubleâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->n = i/7+4;
^
cmpd_dset.c:940:26: warning: conversion to â??long intâ?? from â??size_tâ?? may
change the sign of the result [-Wsign-conversion]
s_ptr->o = i*3+0;
^
cmpd_dset.c:941:26: warning: conversion to â??long intâ?? from â??size_tâ?? may
change the sign of the result [-Wsign-conversion]
s_ptr->p = i*3+1;
^
cmpd_dset.c:942:26: warning: conversion to â??long intâ?? from â??size_tâ?? may
change the sign of the result [-Wsign-conversion]
s_ptr->q = i*3+2;
^
cmpd_dset.c: In function â??initialize_stype4â??:
cmpd_dset.c:999:19: warning: conversion to â??intâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->a = i*8+0;
^
cmpd_dset.c:1000:19: warning: conversion to â??intâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->b = i*8+1;
^
cmpd_dset.c:1002:23: warning: conversion to â??intâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->c[j] = i*8+j;
^
cmpd_dset.c:1003:19: warning: conversion to â??intâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->d = i*8+6;
^
cmpd_dset.c:1004:19: warning: conversion to â??intâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->e = i*8+7;
^
cmpd_dset.c:1006:26: warning: conversion to â??floatâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->f = i*2/3;
^
cmpd_dset.c:1007:28: warning: conversion to â??floatâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->g = i*2/3+1;
^
cmpd_dset.c:1009:25: warning: conversion to â??floatâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->h[j] = i*j/5+j;
^
cmpd_dset.c:1010:28: warning: conversion to â??floatâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->i = i*2/3+2;
^
cmpd_dset.c:1011:28: warning: conversion to â??floatâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->j = i*2/3+3;
^
cmpd_dset.c:1013:26: warning: conversion to â??doubleâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->k = i/7+1;
^
cmpd_dset.c:1014:26: warning: conversion to â??doubleâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->l = i/7+2;
^
cmpd_dset.c:1015:26: warning: conversion to â??doubleâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->m = i/7+3;
^
cmpd_dset.c:1016:26: warning: conversion to â??doubleâ?? from â??size_tâ?? may
alter its value [-Wconversion]
s_ptr->n = i/7+4;
^
cmpd_dset.c:1018:26: warning: conversion to â??long intâ?? from â??size_tâ??
may change the sign of the result [-Wsign-conversion]
s_ptr->o = i*3+0;
^
cmpd_dset.c:1019:26: warning: conversion to â??long intâ?? from â??size_tâ??
may change the sign of the result [-Wsign-conversion]
s_ptr->p = i*3+1;
^
cmpd_dset.c:1020:26: warning: conversion to â??long intâ?? from â??size_tâ??
may change the sign of the result [-Wsign-conversion]
s_ptr->q = i*3+2;
^
cmpd_dset.c:1022:26: warning: conversion to â??long long intâ?? from
â??size_tâ?? may change the sign of the result [-Wsign-conversion]
s_ptr->r = i*5+1;
^
cmpd_dset.c:1023:26: warning: conversion to â??long long intâ?? from
â??size_tâ?? may change the sign of the result [-Wsign-conversion]
s_ptr->s = i*5+2;
^
cmpd_dset.c:1024:26: warning: conversion to â??long long intâ?? from
â??size_tâ?? may change the sign of the result [-Wsign-conversion]
s_ptr->t = i*5+3;
^
cmpd_dset.c: In function â??compare_dataâ??:
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
s_ptr->h[15],
s_ptr->i,s_ptr->j,s_ptr->k,s_ptr->l,s_ptr->m,s_ptr->n);
^
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1307:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
d_ptr->m,d_ptr->n);
^
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c:1315:20: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
cmpd_dset.c: In function â??test_pack_oooâ??:
cmpd_dset.c:1791:19: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
j = HDrand() % num_free;
^
cmpd_dset.c:1803:31: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
sub_cmpd_order = HDrand() % PACK_NMEMBS;
^
cmpd_dset.c: In function â??mainâ??:
cmpd_dset.c:2195:29: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_compound(fname, fapl_id);
^
cmpd_dset.c:2199:36: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_hdf5_src_subset(fname, fapl_id);
^
cmpd_dset.c:2203:36: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_hdf5_dst_subset(fname, fapl_id);
^
cmpd_dset.c:2206:29: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_pack_ooo();
^
cmpd_dset.c:2209:30: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += test_ooo_order(fname);
^
cmpd_dset.c: In function â??test_hdf5_src_subsetâ??:
cmpd_dset.c:888:23: warning: assuming signed overflow does not occur when
simplifying division [-Wstrict-overflow]
s_ptr->h[j] = i*j/5+j;
^
cmpd_dset.c:888:23: warning: assuming signed overflow does not occur when
simplifying division [-Wstrict-overflow]
cmpd_dset.c:888:23: warning: assuming signed overflow does not occur when
simplifying division [-Wstrict-overflow]
CCLD cmpd_dset
CC filter_fail.o
filter_fail.c: In function â??filter_failâ??:
filter_fail.c:68:40: warning: unused parameter â??cd_nelmtsâ??
[-Wunused-parameter]
filter_fail(unsigned int flags, size_t cd_nelmts,
^
filter_fail.c:69:27: warning: unused parameter â??cd_valuesâ??
[-Wunused-parameter]
const unsigned int *cd_values, size_t nbytes,
^
In file included from filter_fail.c:25:0:
filter_fail.c: At top level:
H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CCLD filter_fail
CC extend.o
extend.c:34:14: warning: size of â??buf1â?? is 40000 bytes [-Wlarger-than=]
static int buf1[NY][NX], buf2[NX / 2][NY / 2];
^
extend.c:34:28: warning: size of â??buf2â?? is 10000 bytes [-Wlarger-than=]
static int buf1[NY][NX], buf2[NX / 2][NY / 2];
^
CCLD extend
CC external.o
external.c: In function â??test_2â??:
external.c:612:14: warning: variable â??nâ?? set but not used
[-Wunused-but-set-variable]
hssize_t n; /*bytes of I/O */
^
external.c: In function â??test_3â??:
external.c:780:9: warning: conversion to â??intâ?? from â??unsigned intâ?? may
change the sign of the result [-Wsign-conversion]
whole[i] = i;
^
external.c:801:24: warning: conversion to â??intâ?? from â??unsigned intâ?? may
change the sign of the result [-Wsign-conversion]
whole[i] = 100 + i;
^
In file included from external.c:23:0:
external.c: At top level:
H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CCLD external
CC efc.o
efc.c:36:13: warning: size of â??filenameâ?? is 6144 bytes [-Wlarger-than=]
static char filename[6][1024];
^
CCLD efc
CC objcopy.o
objcopy.c: In function â??compare_dataâ??:
objcopy.c:1067:24: warning: cast discards â??__attribute__((const))â??
qualifier from pointer target type [-Wcast-qual]
ref_buf1 = (const hdset_reg_ref_t *)buf1;
^
objcopy.c:1068:24: warning: cast discards â??__attribute__((const))â??
qualifier from pointer target type [-Wcast-qual]
ref_buf2 = (const hdset_reg_ref_t *)buf2;
^
objcopy.c: In function â??test_copy_dataset_compoundâ??:
objcopy.c:2318:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
buf[i].d = 1. / (i + 1);
^
objcopy.c: In function â??test_copy_dataset_chunkedâ??:
objcopy.c:2450:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
buf1d[i] = (float)(i / 2.0);
^
objcopy.c:2452:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
buf2d[i][j] = (float)(i + (j / 100.0));
^
objcopy.c: In function â??test_copy_dataset_chunked_sparseâ??:
objcopy.c:2793:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
buf1d[i] = (float)(i / 10.0);
^
objcopy.c:2795:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
buf2d[i][j] = (float)(i + (j / 100.0));
^
objcopy.c: In function â??test_copy_dataset_compressedâ??:
objcopy.c:2988:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
buf[i][j] = (float)(100.0); /* Something easy to compress
*/
^
objcopy.c: In function â??test_copy_dataset_compactâ??:
objcopy.c:3117:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
buf[i][j] = (float)(i+j/100.0);
^
objcopy.c: In function â??test_copy_dataset_contig_cmpd_vlâ??:
objcopy.c:7597:22: warning: conversion to â??intâ?? from â??unsigned intâ?? may
change the sign of the result [-Wsign-conversion]
buf[i].a = i * (i - 1);
^
objcopy.c:7602:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
buf[i].c = 1. / (i + 1.);
^
objcopy.c:7602:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
objcopy.c: In function â??test_copy_dataset_chunked_cmpd_vlâ??:
objcopy.c:7736:22: warning: conversion to â??intâ?? from â??unsigned intâ?? may
change the sign of the result [-Wsign-conversion]
buf[i].a = i * (i - 1);
^
objcopy.c:7741:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
buf[i].c = 1. / (i + 1.);
^
objcopy.c:7741:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
objcopy.c: In function â??test_copy_dataset_compact_cmpd_vlâ??:
objcopy.c:7881:22: warning: conversion to â??intâ?? from â??unsigned intâ?? may
change the sign of the result [-Wsign-conversion]
buf[i].a = i * (i - 1);
^
objcopy.c:7886:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
buf[i].c = 1. / (i + 1.);
^
objcopy.c:7886:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
objcopy.c: In function â??test_copy_cdt_merge_cdtâ??:
objcopy.c:9601:9: warning: variable â??bufâ?? set but not used
[-Wunused-but-set-variable]
int buf[DIM_SIZE_1]; /* Buffer for data */
^
objcopy.c: In function â??test_copy_cdt_merge_suggsâ??:
objcopy.c:9833:9: warning: variable â??bufâ?? set but not used
[-Wunused-but-set-variable]
int buf[DIM_SIZE_1]; /* Buffer for writing data */
^
objcopy.c: In function â??test_copy_cdt_merge_all_suggsâ??:
objcopy.c:10358:9: warning: variable â??bufâ?? set but not used
[-Wunused-but-set-variable]
int buf[DIM_SIZE_1]; /* Buffer for writing data */
^
In file included from objcopy.c:25:0:
objcopy.c: At top level:
H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CCLD objcopy
CC links.o
links.c: In function â??external_link_danglingâ??:
links.c:2712:36: warning: conversion to â??hid_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
status = H5Lget_name_by_idx(rid, "no_file", H5_INDEX_NAME,
H5_ITER_INC, 0, NULL, 0, H5P_DEFAULT);
^
links.c: In function â??external_set_elink_fapl1â??:
links.c:3515:17: warning: size of â??svâ?? is 3500 bytes [-Wlarger-than=]
char sv[H5FD_MEM_NTYPES][500];
^
links.c: In function â??external_set_elink_fapl2â??:
links.c:3714:10: warning: size of â??pointsâ?? is 6400 bytes [-Wlarger-than=]
int points[NUM40][NUM40];
^
links.c: In function â??link_filtersâ??:
links.c:9849:17: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
> ((double)filesize_unfiltered * FILTER_FILESIZE_MAX_FRACTION))
^
links.c: In function â??link_info_by_idxâ??:
links.c:11105:41: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Lget_name_by_idx(group_id, ".", H5_INDEX_CRT_ORDER,
H5_ITER_INC, (hsize_t)0, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT);
^
links.c:11147:41: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Lget_name_by_idx(group_id, ".", H5_INDEX_CRT_ORDER,
H5_ITER_INC, (hsize_t)u, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT);
^
links.c:11189:41: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Lget_name_by_idx(group_id, ".", H5_INDEX_CRT_ORDER,
H5_ITER_INC, (hsize_t)u, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT);
^
links.c: In function â??link_info_by_idx_oldâ??:
links.c:11357:37: warning: conversion to â??herr_tâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
ret = H5Lget_name_by_idx(group_id, ".", H5_INDEX_CRT_ORDER,
H5_ITER_INC, (hsize_t)u, tmpname, (size_t)NAME_BUF_SIZE, H5P_DEFAULT);
^
links.c: In function â??link_iterate_checkâ??:
links.c:12111:70: warning: conversion to â??int64_tâ?? from â??hsize_tâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->curr = order != H5_ITER_DEC ? skip : ((max_links - 1) - skip);
^
links.c:12111:5: warning: conversion to â??int64_tâ?? from â??hsize_tâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->curr = order != H5_ITER_DEC ? skip : ((max_links - 1) - skip);
^
links.c:12139:45: warning: conversion to â??intâ?? from â??unsigned intâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->nskipped = gskip = max_links / 2;
^
links.c:12139:33: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->nskipped = gskip = max_links / 2;
^
links.c:12143:5: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->curr = order != H5_ITER_DEC ? (unsigned)gskip : ((max_links -
1) - gskip);
^
links.c:12184:33: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->nskipped = gskip = 0;
^
links.c: In function â??link_iterate_old_checkâ??:
links.c:12541:33: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->nskipped = gskip = 0;
^
links.c:12561:70: warning: conversion to â??int64_tâ?? from â??hsize_tâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->curr = order != H5_ITER_DEC ? skip : ((max_links - 1) - skip);
^
links.c:12561:5: warning: conversion to â??int64_tâ?? from â??hsize_tâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->curr = order != H5_ITER_DEC ? skip : ((max_links - 1) - skip);
^
links.c:12589:45: warning: conversion to â??intâ?? from â??unsigned intâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->nskipped = gskip = max_links / 2;
^
links.c:12589:33: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->nskipped = gskip = max_links / 2;
^
links.c:12593:5: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->curr = order != H5_ITER_DEC ? (unsigned)gskip : ((max_links -
1) - gskip);
^
links.c:12634:33: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
iter_info->nskipped = gskip = 0;
^
In file included from links.c:31:0:
links.c: At top level:
H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
links.c: In function â??external_set_elink_fapl2â??:
links.c:3704:1: warning: stack usage is 10672 bytes [-Wstack-usage=]
external_set_elink_fapl2(hid_t fapl, hbool_t new_format)
^
links.c: In function â??external_set_elink_fapl1â??:
links.c:3500:1: warning: stack usage is 8944 bytes [-Wstack-usage=]
external_set_elink_fapl1(hid_t fapl, hbool_t new_format)
^
links.c: In function â??external_symlinkâ??:
links.c:6357:1: warning: stack usage is 11392 bytes [-Wstack-usage=]
external_symlink(const char *env_h5_drvr, hid_t fapl, hbool_t new_format)
^
CCLD links
CC unlink.o
CCLD unlink
CC big.o
In file included from h5test.h:26:0,
from big.c:56:
big.c: In function â??randllâ??:
../src/H5private.h:1029:37: warning: conversion to â??hsize_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
#define HDrandom() HDrand()
^
big.c:132:15: note: in expansion of macro â??HDrandomâ??
acc = HDrandom();
^
../src/H5private.h:1029:37: warning: conversion to â??hsize_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
#define HDrandom() HDrand()
^
big.c:133:16: note: in expansion of macro â??HDrandomâ??
acc *= HDrandom();
^
big.c: In function â??enough_roomâ??:
big.c:308:9: warning: format not a string literal, argument types not checked
[-Wformat-nonliteral]
HDsnprintf(name, sizeof name, filename, i);
^
big.c:308:9: warning: format not a string literal, argument types not checked
[-Wformat-nonliteral]
big.c:323:9: warning: format not a string literal, argument types not checked
[-Wformat-nonliteral]
HDsnprintf(name, sizeof name, filename, i);
^
big.c:323:9: warning: format not a string literal, argument types not checked
[-Wformat-nonliteral]
big.c: In function â??writerâ??:
big.c:364:5: warning: switch missing default case [-Wswitch-default]
switch(testsize){
^
big.c: In function â??readerâ??:
big.c:516:33: warning: conversion to â??hsize_tâ?? from â??int64_tâ?? may
change the sign of the result [-Wsign-conversion]
hs_offset[0] = HDstrtoll(s, NULL, 0);
^
big.c: In function â??testvfdâ??:
big.c:607:13: warning: unused variable â??family_sizeâ?? [-Wunused-variable]
hsize_t family_size;
^
big.c: In function â??mainâ??:
big.c:788:5: warning: conversion to â??unsigned intâ?? from â??long unsigned
intâ?? may alter its value [-Wconversion]
HDsrandom(seed);
^
big.c: In function â??writer.constprop.0â??:
big.c:130:33: warning: assuming signed overflow does not occur when changing X
+- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
while(overlap != 0 && tries < MAX_TRIES)
^
CCLD big
CC mtime.o
mtime.c: In function â??mainâ??:
mtime.c:117:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
} else if(HDfabs(HDdifftime(now, oi1.ctime)) > 60.0) {
^
In file included from mtime.c:26:0:
mtime.c: At top level:
H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CCLD mtime
CC fillval.o
fillval.c: In function â??test_getset_vlâ??:
fillval.c:291:42: warning: identifier â??typeidâ?? conflicts with C++ keyword
[-Wc++-compat]
hid_t fileid = (-1), spaceid = (-1), typeid = (-1), datasetid = (-1),
plistid = (-1);
^
fillval.c:301:9: warning: identifier â??typeidâ?? conflicts with C++ keyword
[-Wc++-compat]
if((typeid = H5Tcopy(H5T_C_S1)) < 0) TEST_ERROR
^
fillval.c:302:20: warning: identifier â??typeidâ?? conflicts with C++ keyword
[-Wc++-compat]
if(H5Tset_size(typeid, H5T_VARIABLE) < 0) TEST_ERROR
^
fillval.c:306:35: warning: identifier â??typeidâ?? conflicts with C++ keyword
[-Wc++-compat]
if(H5Pset_fill_value(plistid, typeid, &f1) < 0) TEST_ERROR
^
fillval.c:312:35: warning: identifier â??typeidâ?? conflicts with C++ keyword
[-Wc++-compat]
if(H5Pget_fill_value(plistid, typeid, &f2) < 0) TEST_ERROR
^
fillval.c:326:51: warning: identifier â??typeidâ?? conflicts with C++ keyword
[-Wc++-compat]
if((datasetid = H5Dcreate2(fileid, "Dataset", typeid, spaceid,
H5P_DEFAULT, plistid, H5P_DEFAULT)) < 0) TEST_ERROR
^
fillval.c:343:35: warning: identifier â??typeidâ?? conflicts with C++ keyword
[-Wc++-compat]
if(H5Pget_fill_value(plistid, typeid, &f2) < 0) TEST_ERROR
^
fillval.c:355:17: warning: identifier â??typeidâ?? conflicts with C++ keyword
[-Wc++-compat]
if(H5Tclose(typeid) < 0) TEST_ERROR
^
fillval.c: In function â??test_createâ??:
fillval.c:625:19: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if( rd_c.a!=0 || rd_c.y != fill_ctype.y || rd_c.x != 0 || rd_c.z !=
'\0') {
^
fillval.c:625:33: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if( rd_c.a!=0 || rd_c.y != fill_ctype.y || rd_c.x != 0 || rd_c.z !=
'\0') {
^
fillval.c:629:19: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
rd_c.a, rd_c.y, rd_c.x, rd_c.z);
^
fillval.c:698:15: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(rd_c.a != 0 || rd_c.y != fill_ctype.y || rd_c.x != 0 || rd_c.z!='\0') {
^
fillval.c:698:30: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(rd_c.a != 0 || rd_c.y != fill_ctype.y || rd_c.x != 0 || rd_c.z!='\0') {
^
fillval.c:702:3: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
rd_c.a, rd_c.y, rd_c.x, rd_c.z);
^
fillval.c: In function â??test_rdwr_casesâ??:
fillval.c:791:25: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
hs_offset[j] = rand() % cur_size[j];
^
fillval.c:813:57: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(fill_time!=H5D_FILL_TIME_NEVER && (rd_c.a!=fill_c.a ||
^
fillval.c:814:29: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
rd_c.x!=fill_c.x || rd_c.y!=fill_c.y ||
^
fillval.c:823:4: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
fill_c.a, fill_c.x, fill_c.y, fill_c.z);
^
fillval.c:823:4: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
fillval.c:847:13: warning: request for implicit conversion from â??void *â?? to
â??int *â?? not permitted in C++ [-Wc++-compat]
buf = HDmalloc((size_t)(nelmts * sizeof(int)));
^
fillval.c:881:31: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if(buf_c[u].a != fill_c.a || buf_c[u].x != fill_c.x ||
^
fillval.c:882:36: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
buf_c[u].y != fill_c.y || buf_c[u].z != fill_c.z) {
^
fillval.c:891:29: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
fill_c.a, fill_c.x, fill_c.y, fill_c.z);
^
fillval.c:891:29: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
fillval.c:911:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
buf_c[u].a = (float)1111.11;
^
fillval.c:913:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
buf_c[u].y = 3333.3333;
^
fillval.c:940:25: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
hs_offset[j] = rand() % cur_size[j];
^
fillval.c:995:13: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if( rd_c.a!=should_be_c.a || rd_c.x!=should_be_c.x ||
^
fillval.c:996:13: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
rd_c.y!=should_be_c.y || rd_c.z!=should_be_c.z) {
^
fillval.c:1005:14: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
should_be_c.x,should_be_c.y,should_be_c.z);
^
fillval.c:1005:14: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
fillval.c:1014:27: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if( rd_c.a!=should_be_c.a || rd_c.x!=should_be_c.x ||
^
fillval.c:1015:27: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
rd_c.y!=should_be_c.y || rd_c.z!=should_be_c.z) {
^
fillval.c:1024:28: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
should_be_c.x,should_be_c.y,should_be_c.z);
^
fillval.c:1024:28: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
fillval.c: In function â??test_rdwrâ??:
fillval.c:1146:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
fill_ctype.y = 4444.4444;
^
fillval.c:1199:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
fill_ctype.y = 4444.4444;
^
fillval.c: In function â??test_extend_casesâ??:
fillval.c:1442:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
comp_vl_datatype val_rd_c, init_val_c = {87, "baz", "mumble", 129};
^
fillval.c:1442:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
fillval.c:1497:25: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
hs_offset[j] = rand() % start_size[j];
^
fillval.c:1550:25: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
hs_offset[j] = rand() % start_size[j];
^
fillval.c:1588:25: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
hs_offset[j] = rand() % extend_size[j];
^
fillval.c:1627:25: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
hs_offset[j] = rand() % max_size[j];
^
fillval.c:1668:25: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
hs_offset[j] = rand() % extend_size[j];
^
fillval.c:1761:25: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
hs_offset[j] = rand() % extend_size[j];
^
fillval.c: In function â??test_extendâ??:
fillval.c:1844:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
comp_vl_datatype fillval_c = {32, "foo", "bar", 64}; /* Fill value
for compound+vl datatype tests */
^
fillval.c:1844:5: warning: initialization discards â??constâ?? qualifier from
pointer target type [enabled by default]
In file included from fillval.c:23:0:
fillval.c: At top level:
H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
fillval.c: In function â??test_rdwr_casesâ??:
fillval.c:885:30: warning: â??fill_c.aâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
HDfprintf(stdout," Elmt={%Hu, %Hu, %Hu, %Hu, %Hu},
read: %f, %d, %f, %c"
^
fillval.c:885:30: warning: â??fill_c.xâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
fillval.c:885:30: warning: â??fill_c.yâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
fillval.c:885:30: warning: â??fill_c.zâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
CCLD fillval
CC mount.o
CCLD mount
CC flush1.o
flush1.c:35:15: warning: size of â??the_dataâ?? is 80000 bytes [-Wlarger-than=]
static double the_data[100][100];
^
flush1.c: In function â??create_fileâ??:
flush1.c:77:43: warning: conversion to â??doubleâ?? from â??long long intâ??
may alter its value [-Wconversion]
the_data[i][j] = (double)(hssize_t)i/(hssize_t)(j+1);
^
flush1.c: In function â??extend_fileâ??:
flush1.c:134:43: warning: conversion to â??doubleâ?? from â??long long intâ??
may alter its value [-Wconversion]
the_data[i][j] = (double)(hssize_t)i/(hssize_t)(j+1);
^
CCLD flush1
CC flush2.o
flush2.c:34:16: warning: size of â??the_dataâ?? is 80000 bytes [-Wlarger-than=]
static double the_data[100][100];
^
flush2.c: In function â??check_dsetâ??:
flush2.c:75:72: warning: conversion to â??doubleâ?? from â??long long intâ??
may alter its value [-Wconversion]
error = fabs(the_data[i][j] - (double)(hssize_t)i / ((hssize_t)j + 1));
^
flush2.c:76:7: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
if(error > 0.0001) {
^
flush2.c:81:27: warning: conversion to â??doubleâ?? from â??long long intâ??
may alter its value [-Wconversion]
(double)(hssize_t)i/(hssize_t)(j+1));
^
CCLD flush2
CC app_ref.o
app_ref.c: In function â??mainâ??:
app_ref.c:37:5: warning: assuming signed overflow does not occur when reducing
constant in comparison [-Wstrict-overflow]
for (i=0; i<ninc; i++)
\
^
app_ref.c:115:5: note: in expansion of macro â??RAND_INCâ??
RAND_INC (T_FILE)
^
app_ref.c:37:5: warning: assuming signed overflow does not occur when reducing
constant in comparison [-Wstrict-overflow]
for (i=0; i<ninc; i++)
\
^
app_ref.c:121:5: note: in expansion of macro â??RAND_INCâ??
RAND_INC (T_PLIST)
^
app_ref.c:37:5: warning: assuming signed overflow does not occur when reducing
constant in comparison [-Wstrict-overflow]
for (i=0; i<ninc; i++)
\
^
app_ref.c:128:5: note: in expansion of macro â??RAND_INCâ??
RAND_INC (T_PCLASS)
^
app_ref.c:37:5: warning: assuming signed overflow does not occur when reducing
constant in comparison [-Wstrict-overflow]
for (i=0; i<ninc; i++)
\
^
app_ref.c:134:5: note: in expansion of macro â??RAND_INCâ??
RAND_INC (T_TYPE)
^
app_ref.c:37:5: warning: assuming signed overflow does not occur when reducing
constant in comparison [-Wstrict-overflow]
for (i=0; i<ninc; i++)
\
^
app_ref.c:140:5: note: in expansion of macro â??RAND_INCâ??
RAND_INC (T_SPACE)
^
app_ref.c:37:5: warning: assuming signed overflow does not occur when reducing
constant in comparison [-Wstrict-overflow]
for (i=0; i<ninc; i++)
\
^
app_ref.c:147:5: note: in expansion of macro â??RAND_INCâ??
RAND_INC (T_DSET)
^
app_ref.c:37:5: warning: assuming signed overflow does not occur when reducing
constant in comparison [-Wstrict-overflow]
for (i=0; i<ninc; i++)
\
^
app_ref.c:154:5: note: in expansion of macro â??RAND_INCâ??
RAND_INC (T_ATTR)
^
app_ref.c:37:5: warning: assuming signed overflow does not occur when reducing
constant in comparison [-Wstrict-overflow]
for (i=0; i<ninc; i++)
\
^
app_ref.c:161:5: note: in expansion of macro â??RAND_INCâ??
RAND_INC (T_GROUP)
^
app_ref.c:37:5: warning: assuming signed overflow does not occur when reducing
constant in comparison [-Wstrict-overflow]
for (i=0; i<ninc; i++)
\
^
app_ref.c:167:5: note: in expansion of macro â??RAND_INCâ??
RAND_INC (T_ECLASS)
^
app_ref.c:37:5: warning: assuming signed overflow does not occur when reducing
constant in comparison [-Wstrict-overflow]
for (i=0; i<ninc; i++)
\
^
app_ref.c:173:5: note: in expansion of macro â??RAND_INCâ??
RAND_INC (T_EMSG)
^
app_ref.c:37:5: warning: assuming signed overflow does not occur when reducing
constant in comparison [-Wstrict-overflow]
for (i=0; i<ninc; i++)
\
^
app_ref.c:179:5: note: in expansion of macro â??RAND_INCâ??
RAND_INC (T_ESTACK)
^
CCLD app_ref
CC enum.o
CCLD enum
CC set_extent.o
set_extent.c: In function â??mainâ??:
set_extent.c:133:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(H5Pset_cache(fapl, 0, (size_t)8, 256 * sizeof(int), 0.75) < 0)
TEST_ERROR
^
set_extent.c:136:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(H5Pset_cache(fapl2, 0, (size_t)0, (size_t)0, 0.) < 0) TEST_ERROR
^
set_extent.c: In function â??test_random_rank4â??:
set_extent.c:2677:17: warning: size of â??rbufâ?? is 40000 bytes
[-Wlarger-than=]
static int rbuf[10][10][10][10]; /* Read buffer */
^
set_extent.c:2678:17: warning: size of â??wbufâ?? is 40000 bytes
[-Wlarger-than=]
static int wbuf[10][10][10][10]; /* Write buffer */
^
set_extent.c:2679:20: warning: size of â??dim_logâ?? is 3232 bytes
[-Wlarger-than=]
static hsize_t dim_log[RAND4_NITER+1][4]; /* Log of dataset dimensions */
^
CCLD set_extent
CC ttsafe.o
CC ttsafe_dcreate.o
CC ttsafe_error.o
CC ttsafe_cancel.o
CC ttsafe_acreate.o
CCLD ttsafe
CC getname.o
getname.c: In function â??test_obj_refâ??:
getname.c:2523:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Iget_name(dataset2, (char*)buf, sizeof(buf));
^
getname.c:2527:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Rget_name(dataset, H5R_OBJECT, &wbuf[0], (char*)buf, sizeof(buf));
^
getname.c:2535:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Iget_name(dataset2, (char*)buf, sizeof(buf));
^
getname.c:2539:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Rget_name(dataset, H5R_OBJECT, &wbuf[1], (char*)buf, sizeof(buf));
^
getname.c:2547:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Iget_name(group, (char*)buf, sizeof(buf));
^
getname.c:2551:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Rget_name(dataset, H5R_OBJECT, &wbuf[2], (char*)buf, sizeof(buf));
^
getname.c:2559:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Iget_name(tid1, (char*)buf, sizeof(buf));
^
getname.c:2563:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Rget_name(dataset, H5R_OBJECT, &wbuf[3], (char*)buf, sizeof(buf));
^
getname.c:2571:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Iget_name(dataset2, (char*)buf, sizeof(buf));
^
getname.c:2575:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Rget_name(dataset, H5R_OBJECT, &wbuf[4], (char*)buf, sizeof(buf));
^
getname.c:2583:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Iget_name(group, (char*)buf, sizeof(buf));
^
getname.c:2587:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Rget_name(dataset, H5R_OBJECT, &wbuf[5], (char*)buf, sizeof(buf));
^
getname.c:2595:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Iget_name(dataset2, (char*)buf, sizeof(buf));
^
getname.c:2599:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Rget_name(dataset, H5R_OBJECT, &wbuf[6], (char*)buf, sizeof(buf));
^
getname.c:2607:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Iget_name(group, (char*)buf, sizeof(buf));
^
getname.c:2611:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Rget_name(dataset, H5R_OBJECT, &wbuf[7], (char*)buf, sizeof(buf));
^
getname.c:2622:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Iget_name(dataset2, (char*)buf, sizeof(buf));
^
getname.c:2626:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Rget_name(dataset, H5R_OBJECT, &wbuf[4], (char*)buf, sizeof(buf));
^
getname.c:2638:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Iget_name(dataset2, (char*)buf, sizeof(buf));
^
getname.c:2642:20: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
i = H5Rget_name(dataset, H5R_OBJECT, &wbuf[1], (char*)buf, sizeof(buf));
^
CCLD getname
CC vfd.o
vfd.c: In function â??test_family_opensâ??:
vfd.c:582:5: warning: format not a string literal, argument types not checked
[-Wformat-nonliteral]
sprintf(first_name, fname, 0);
^
vfd.c: In function â??test_familyâ??:
vfd.c:649:17: warning: size of â??bufâ?? is 16384 bytes [-Wlarger-than=]
int buf[FAMILY_NUMBER][FAMILY_SIZE];
^
vfd.c:709:32: warning: conversion to â??intâ?? from â??unsigned intâ?? may
change the sign of the result [-Wsign-conversion]
buf[i][j] = i*10000+j;
^
vfd.c: In function â??test_family_compatâ??:
vfd.c:832:5: warning: format not a string literal, argument types not checked
[-Wformat-nonliteral]
sprintf(newname_individual, newname, counter);
^
vfd.c:833:5: warning: format not a string literal, argument types not checked
[-Wformat-nonliteral]
sprintf(pathname_individual, pathname, counter);
^
vfd.c:837:9: warning: format not a string literal, argument types not checked
[-Wformat-nonliteral]
sprintf(newname_individual, newname, counter);
^
vfd.c:838:9: warning: format not a string literal, argument types not checked
[-Wformat-nonliteral]
sprintf(pathname_individual, pathname, counter);
^
vfd.c: In function â??test_multi_opensâ??:
vfd.c:907:5: warning: format not a string literal, argument types not checked
[-Wformat-nonliteral]
sprintf(sf_name, super_name, fname);
^
vfd.c:901:11: warning: variable â??fileâ?? set but not used
[-Wunused-but-set-variable]
hid_t file;
^
vfd.c: In function â??test_multiâ??:
vfd.c:949:17: warning: size of â??bufâ?? is 65536 bytes [-Wlarger-than=]
int buf[MULTI_SIZE][MULTI_SIZE];
^
vfd.c: In function â??test_multi_compatâ??:
vfd.c:1163:17: warning: size of â??bufâ?? is 65536 bytes [-Wlarger-than=]
int buf[MULTI_SIZE][MULTI_SIZE];
^
vfd.c:1161:17: warning: unused variable â??dnameâ?? [-Wunused-variable]
char dname[]="dataset2";
^
vfd.c:1154:34: warning: unused variable â??fhandleâ?? [-Wunused-variable]
int *fhandle2=NULL, *fhandle=NULL;
^
vfd.c:1154:18: warning: unused variable â??fhandle2â?? [-Wunused-variable]
int *fhandle2=NULL, *fhandle=NULL;
^
vfd.c:1150:17: warning: unused variable â??access_faplâ?? [-Wunused-variable]
hid_t access_fapl = -1;
^
vfd.c:1149:34: warning: unused variable â??fapl2â?? [-Wunused-variable]
hid_t file=(-1), fapl, fapl2=(-1), dset=(-1), space=(-1);
^
vfd.c: In function â??test_logâ??:
vfd.c:1317:18: warning: unused variable â??flagsâ?? [-Wunused-variable]
unsigned int flags = H5FD_LOG_ALL;
^
vfd.c: In function â??test_familyâ??:
vfd.c:641:1: warning: stack usage is 17600 bytes [-Wstack-usage=]
test_family(void)
^
vfd.c:782:1: warning: the frame size of 17540 bytes is larger than 16384 bytes
[-Wframe-larger-than=]
}
^
vfd.c: In function â??test_multi_compatâ??:
vfd.c:1147:1: warning: stack usage is 71200 bytes [-Wstack-usage=]
test_multi_compat(void)
^
vfd.c:1292:1: warning: the frame size of 71140 bytes is larger than 16384 bytes
[-Wframe-larger-than=]
}
^
vfd.c: In function â??test_multiâ??:
vfd.c:931:1: warning: stack usage is 68288 bytes [-Wstack-usage=]
test_multi(void)
^
vfd.c:1123:1: warning: the frame size of 68204 bytes is larger than 16384 bytes
[-Wframe-larger-than=]
}
^
vfd.c: At top level:
vfd.c:41:0: warning: macro "DSET2_DIM" is not used [-Wunused-macros]
#define DSET2_DIM 4
^
vfd.c:34:0: warning: macro "FBSIZE" is not used [-Wunused-macros]
#define FBSIZE (4*KB)
^
vfd.c:35:0: warning: macro "CBSIZE" is not used [-Wunused-macros]
#define CBSIZE (8*KB)
^
vfd.c:36:0: warning: macro "THRESHOLD" is not used [-Wunused-macros]
#define THRESHOLD 1
^
vfd.c:33:0: warning: macro "MBOUNDARY" is not used [-Wunused-macros]
#define MBOUNDARY 512
^
CCLD vfd
CC ntypes.o
ntypes.c:35:5: warning: size of â??ipoints2â?? is 80000 bytes [-Wlarger-than=]
int ipoints2[DIM0][DIM1], icheck2[DIM0][DIM1];
^
ntypes.c:35:27: warning: size of â??icheck2â?? is 80000 bytes [-Wlarger-than=]
int ipoints2[DIM0][DIM1], icheck2[DIM0][DIM1];
^
ntypes.c:36:7: warning: size of â??spoints2â?? is 40000 bytes [-Wlarger-than=]
short spoints2[DIM0][DIM1], scheck2[DIM0][DIM1];
^
ntypes.c:36:29: warning: size of â??scheck2â?? is 40000 bytes [-Wlarger-than=]
short spoints2[DIM0][DIM1], scheck2[DIM0][DIM1];
^
ntypes.c:37:5: warning: size of â??ipoints3â?? is 400000 bytes [-Wlarger-than=]
int ipoints3[DIM0][DIM1][5], icheck3[DIM0][DIM1][5];
^
ntypes.c:37:30: warning: size of â??icheck3â?? is 400000 bytes [-Wlarger-than=]
int ipoints3[DIM0][DIM1][5], icheck3[DIM0][DIM1][5];
^
CCLD ntypes
CC dangle.o
CCLD dangle
CC dtransform.o
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{ {36.0, 31.0, 25.0, 19.0, 13.0, 7.0, 1.0, -5.0, -11.0, -16.0, -22.0,
-28.0, -34.0, -40.0, -46.0, -52.0, -57.0, -63.0 },
^
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:38:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{34.0, 27.0, 21.0, 15.0, 9.0, 3.0, -4.0, -10.0, -16.0, -22.0, -28.0, -35.0,
-41.0, -47.0, -53.0, -59.0, -66.0, -72.0 } ,
^
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:39:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{32.0, 25.0, 19.0, 13.0, 6.0, 0.0, -7.0, -13.0, -19.0, -26.0, -32.0, -39.0,
-45.0, -51.0, -58.0, -64.0, -71.0, -77.0 },
^
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:40:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{30.0, 24.0, 17.0, 11.0, 4.0, -2.0, -9.0, -15.0, -22.0, -29.0, -35.0, -42.0,
-48.0, -55.0, -61.0, -68.0, -74.0, -81.0 },
^
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:41:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{29.0, 23.0, 16.0, 9.0, 3.0, -4.0, -11.0, -17.0, -24.0, -31.0, -37.0, -44.0,
-51.0, -58.0, -64.0, -71.0, -78.0, -84.0 },
^
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:42:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{28.0, 22.0, 15.0, 8.0, 1.0, -5.0, -12.0, -19.0, -26.0, -33.0, -39.0, -46.0,
-53.0, -60.0, -67.0, -73.0, -80.0, -87.0 },
^
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:43:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{28.0, 21.0, 14.0, 7.0, 0.0, -7.0, -14.0, -21.0, -27.0, -34.0, -41.0, -48.0,
-55.0, -62.0, -69.0, -76.0, -82.0, -89.0 },
^
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:44:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{27.0, 20.0, 13.0, 6.0, -1.0, -8.0, -15.0, -22.0, -29.0, -36.0, -43.0, -50.0,
-57.0, -64.0, -71.0, -78.0, -84.0, -91.0 },
^
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:45:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{26.0, 19.0, 12.0, 5.0, -2.0, -9.0, -16.0, -23.0, -30.0, -37.0, -44.0, -51.0,
-58.0, -65.0, -72.0, -79.0, -86.0, -93.0 },
^
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:46:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{26.0, 19.0, 12.0, 4.0, -3.0, -10.0, -17.0, -24.0, -31.0, -38.0, -45.0,
-52.0, -60.0, -67.0, -74.0, -81.0, -88.0, -95.0},
^
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:47:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{25.0, 18.0, 11.0, 4.0, -3.0, -11.0, -18.0, -25.0, -32.0, -39.0, -46.0,
-54.0, -61.0, -68.0, -75.0, -82.0, -89.0, -97.0},
^
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:48:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{25.0, 17.0, 10.0, 3.0, -4.0, -11.0, -19.0, -26.0, -33.0, -40.0, -48.0,
-55.0, -62.0, -69.0, -76.0, -84.0, -91.0, -98.0}
^
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:49:2: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c: In function â??mainâ??:
dtransform.c:291:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
TEST_TYPE_CONTIG(dxpl_id_utrans_inv, char, H5T_NATIVE_CHAR, "char",
transformData, 0);
^
dtransform.c:291:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:291:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:291:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:292:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
TEST_TYPE_CONTIG(dxpl_id_utrans_inv, unsigned char, H5T_NATIVE_UCHAR,
"uchar", transformData, 0);
^
dtransform.c:292:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:292:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:292:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:293:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
TEST_TYPE_CONTIG(dxpl_id_c_to_f, signed char, H5T_NATIVE_SCHAR, "schar",
windchillFfloat, 1);
^
dtransform.c:293:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:293:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:293:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:294:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
TEST_TYPE_CONTIG(dxpl_id_c_to_f, short, H5T_NATIVE_SHORT, "short",
windchillFfloat, 1);
^
dtransform.c:294:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:294:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:294:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:295:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
TEST_TYPE_CONTIG(dxpl_id_utrans_inv, unsigned short, H5T_NATIVE_USHORT,
"ushort", transformData, 0);
^
dtransform.c:295:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:295:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:295:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:296:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
TEST_TYPE_CONTIG(dxpl_id_c_to_f, int, H5T_NATIVE_INT, "int",
windchillFfloat, 1);
^
dtransform.c:296:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:296:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:296:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:298:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
TEST_TYPE_CONTIG(dxpl_id_c_to_f, long, H5T_NATIVE_LONG, "long",
windchillFfloat, 1);
^
dtransform.c:298:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:298:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:298:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:302:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
TEST_TYPE_CONTIG(dxpl_id_c_to_f, long long, H5T_NATIVE_LLONG, "llong",
windchillFfloat, 1);
^
dtransform.c:302:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:302:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:302:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:119:10: warning: size of â??arrayâ?? is 3456 bytes [-Wlarger-than=]
TYPE array[ROWS][COLS]; \
^
dtransform.c:317:5: note: in expansion of macro â??TEST_TYPE_CONTIGâ??
TEST_TYPE_CONTIG(dxpl_id_c_to_f, long double, H5T_NATIVE_LDOUBLE,
"ldouble", windchillFfloat, 1);
^
dtransform.c:320:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
TEST_TYPE_CHUNK(dxpl_id_utrans_inv, char, H5T_NATIVE_CHAR, "char",
transformData, 0);
^
dtransform.c:320:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:321:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
TEST_TYPE_CHUNK(dxpl_id_utrans_inv, unsigned char, H5T_NATIVE_UCHAR,
"uchar", transformData, 0);
^
dtransform.c:321:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:322:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
TEST_TYPE_CHUNK(dxpl_id_c_to_f, signed char, H5T_NATIVE_SCHAR, "schar",
windchillFfloat, 1);
^
dtransform.c:322:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:323:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
TEST_TYPE_CHUNK(dxpl_id_c_to_f, short, H5T_NATIVE_SHORT, "short",
windchillFfloat, 1);
^
dtransform.c:323:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:324:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
TEST_TYPE_CHUNK(dxpl_id_utrans_inv, unsigned short, H5T_NATIVE_USHORT,
"ushort", transformData, 0);
^
dtransform.c:324:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:325:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
TEST_TYPE_CHUNK(dxpl_id_c_to_f, int, H5T_NATIVE_INT, "int",
windchillFfloat, 1);
^
dtransform.c:325:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:327:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
TEST_TYPE_CHUNK(dxpl_id_c_to_f, long, H5T_NATIVE_LONG, "long",
windchillFfloat, 1);
^
dtransform.c:327:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:330:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
TEST_TYPE_CHUNK(dxpl_id_c_to_f, long long, H5T_NATIVE_LLONG, "llong",
windchillFfloat, 1);
^
dtransform.c:330:5: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
dtransform.c:185:10: warning: size of â??arrayâ?? is 3456 bytes [-Wlarger-than=]
TYPE array[ROWS][COLS]; \
^
dtransform.c:345:5: note: in expansion of macro â??TEST_TYPE_CHUNKâ??
TEST_TYPE_CHUNK(dxpl_id_c_to_f, long double, H5T_NATIVE_LDOUBLE,
"ldouble", windchillFfloat, 1);
^
dtransform.c: In function â??test_polyâ??:
dtransform.c:492:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
windchillC = (int) ((5.0 / 9.0) * (windchillFfloat[row][col] -
32));
^
dtransform.c:492:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:492:45: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? to match other operand of binary expression [-Wdouble-promotion]
windchillC = (int) ((5.0 / 9.0) * (windchillFfloat[row][col] -
32));
^
dtransform.c:493:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
polyflres[row][col] = (float) ((2.0 + windchillC) * ((windchillC -
8.0) / 2.0));
^
dtransform.c:493:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:493:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:501:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
COMPARE(float, polyflread, polyflres, 2.0)
^
dtransform.c:91:56: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? to match other operand of binary expression [-Wdouble-promotion]
if( !(((VAR1)[i][j] <= ((TYPE)(VAR2)[i][j] + TOL)) &&
((VAR1)[i][j] >= ((TYPE)(VAR2)[i][j] - TOL))) ) \
^
dtransform.c:501:5: note: in expansion of macro â??COMPAREâ??
COMPARE(float, polyflread, polyflres, 2.0)
^
dtransform.c:91:33: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? to match other operand of binary expression [-Wdouble-promotion]
if( !(((VAR1)[i][j] <= ((TYPE)(VAR2)[i][j] + TOL)) &&
((VAR1)[i][j] >= ((TYPE)(VAR2)[i][j] - TOL))) ) \
^
dtransform.c:501:5: note: in expansion of macro â??COMPAREâ??
COMPARE(float, polyflread, polyflres, 2.0)
^
dtransform.c:501:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:91:104: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? to match other operand of binary expression [-Wdouble-promotion]
if( !(((VAR1)[i][j] <= ((TYPE)(VAR2)[i][j] + TOL)) &&
((VAR1)[i][j] >= ((TYPE)(VAR2)[i][j] - TOL))) ) \
^
dtransform.c:501:5: note: in expansion of macro â??COMPAREâ??
COMPARE(float, polyflread, polyflres, 2.0)
^
dtransform.c:91:81: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? to match other operand of binary expression [-Wdouble-promotion]
if( !(((VAR1)[i][j] <= ((TYPE)(VAR2)[i][j] + TOL)) &&
((VAR1)[i][j] >= ((TYPE)(VAR2)[i][j] - TOL))) ) \
^
dtransform.c:501:5: note: in expansion of macro â??COMPAREâ??
COMPARE(float, polyflread, polyflres, 2.0)
^
dtransform.c:505:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
windchillC = (int) ((5.0 / 9.0) * (windchillFfloat[row][col] -
32));
^
dtransform.c:505:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:505:45: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? to match other operand of binary expression [-Wdouble-promotion]
windchillC = (int) ((5.0 / 9.0) * (windchillFfloat[row][col] -
32));
^
dtransform.c: In function â??test_copyâ??:
dtransform.c:687:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
windchillC = (int) ((5.0 / 9.0) * (windchillFfloat[row][col] -
32));
^
dtransform.c:687:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dtransform.c:687:45: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? to match other operand of binary expression [-Wdouble-promotion]
windchillC = (int) ((5.0 / 9.0) * (windchillFfloat[row][col] -
32));
^
dtransform.c: In function â??test_trivialâ??:
dtransform.c:724:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if((windchillFfloatread[row][col] - 4.8) > FLOAT_TOL)
^
dtransform.c:724:47: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? to match other operand of binary expression [-Wdouble-promotion]
if((windchillFfloatread[row][col] - 4.8) > FLOAT_TOL)
^
dtransform.c:724:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if((windchillFfloatread[row][col] - 4.8) > FLOAT_TOL)
^
dtransform.c: In function â??test_getsetâ??:
dtransform.c:783:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if((windchillFfloatread[row][col] - 4.8) > FLOAT_TOL)
^
dtransform.c:783:47: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? to match other operand of binary expression [-Wdouble-promotion]
if((windchillFfloatread[row][col] - 4.8) > FLOAT_TOL)
^
dtransform.c:783:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if((windchillFfloatread[row][col] - 4.8) > FLOAT_TOL)
^
CCLD dtransform
CC reserved.o
CCLD reserved
CC cross_read.o
cross_read.c: In function â??check_dataâ??:
cross_read.c:108:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
data_in[NX][i] = -2.2;
^
cross_read.c:127:3: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if (!DBL_REL_EQUAL(data_out[j][i], data_in[j][i], 0.001)) {
^
cross_read.c: In function â??open_datasetâ??:
cross_read.c:208:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME, file, TRUE);
^
cross_read.c:211:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME1, file, TRUE);
^
cross_read.c:215:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME2, file, TRUE);
^
cross_read.c:223:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME3, file, TRUE);
^
cross_read.c:231:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME4, file, TRUE);
^
cross_read.c:239:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME5, file, TRUE);
^
cross_read.c:247:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME6, file, FALSE);
^
cross_read.c:255:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME7, file, FALSE);
^
cross_read.c:263:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME8, file, FALSE);
^
cross_read.c:271:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME9, file, FALSE);
^
cross_read.c:279:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME10, file, FALSE);
^
cross_read.c:287:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME11, file, FALSE);
^
cross_read.c:295:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME12, file, FALSE);
^
cross_read.c:303:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME13, file, FALSE);
^
cross_read.c:311:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME14, file, TRUE);
^
cross_read.c:319:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME15, file, TRUE);
^
cross_read.c:327:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME16, file, TRUE);
^
cross_read.c:335:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME17, file, TRUE);
^
cross_read.c:359:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME20, file, TRUE);
^
cross_read.c:367:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME21, file, TRUE);
^
cross_read.c:375:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME22, file, TRUE);
^
cross_read.c:383:26: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += check_data(DATASETNAME23, file, TRUE);
^
cross_read.c:397:5: warning: conversion to â??intâ?? from â??unsigned intâ??
may change the sign of the result [-Wsign-conversion]
return nerrors;
^
cross_read.c: In function â??mainâ??:
cross_read.c:423:28: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += open_dataset(filename);
^
cross_read.c:427:28: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nerrors += open_dataset(filename);
^
In file included from cross_read.c:25:0:
cross_read.c: At top level:
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
cross_read.c:53:0: warning: macro "DATASETNAME18" is not used [-Wunused-macros]
#define DATASETNAME18 "Szip_float_data_le"
^
cross_read.c:54:0: warning: macro "DATASETNAME19" is not used [-Wunused-macros]
#define DATASETNAME19 "Szip_float_data_be"
^
CCLD cross_read
CC freespace.o
freespace.c: In function â??test_fs_sect_iterateâ??:
freespace.c:2794:5: warning: passing argument 4 of â??H5FS_sect_iterateâ?? from
incompatible pointer type [enabled by default]
if(H5FS_sect_iterate(f, H5P_DATASET_XFER_DEFAULT, frsp, TEST_sects_cb,
&udata) < 0)
^
In file included from ../src/H5FSpkg.h:41:0,
from freespace.c:22:
../src/H5FSprivate.h:193:15: note: expected â??H5FS_operator_tâ?? but argument
is of type â??herr_t (*)(const struct H5FS_section_info_t *, void *)â??
H5_DLL herr_t H5FS_sect_iterate(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace,
H5FS_operator_t op, void *op_data);
^
CCLD freespace
CC mf.o
mf.c: In function â??test_dichotomyâ??:
mf.c:6004:21: warning: variable â??addr2â?? set but not used
[-Wunused-but-set-variable]
haddr_t addr1, addr2, addr3, saddr1, saddr2;
^
CCLD mf
CC btree2.o
CCLD btree2
CC fheap.o
fheap.c: In function â??begin_testâ??:
fheap.c:546:15: warning: request for implicit conversion from â??void *â?? to
â??char *â?? not permitted in C++ [-Wc++-compat]
test_desc = H5MM_malloc(HDstrlen(del_str) + HDstrlen(base_desc));
^
fheap.c:547:5: warning: format not a string literal, argument types not checked
[-Wformat-nonliteral]
sprintf(test_desc, base_desc, del_str);
^
fheap.c: In function â??reopen_fileâ??:
fheap.c:597:24: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (*f = H5I_object(*file)))
^
fheap.c: In function â??open_heapâ??:
fheap.c:644:24: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (*f = H5I_object(*file)))
^
fheap.c:682:20: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (*f = H5I_object(*file)))
^
fheap.c: In function â??fill_heapâ??:
fheap.c:1067:38: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (shared_ids_g = H5MM_realloc(shared_ids_g, id_len *
shared_alloc_ids_g)))
^
fheap.c:1069:39: warning: request for implicit conversion from â??void *â?? to
â??size_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (shared_lens_g = H5MM_realloc(shared_lens_g,
sizeof(size_t) * shared_alloc_ids_g)))
^
fheap.c:1071:39: warning: request for implicit conversion from â??void *â?? to
â??size_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (shared_offs_g = H5MM_realloc(shared_offs_g,
sizeof(size_t) * shared_alloc_ids_g)))
^
fheap.c:1118:38: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (shared_ids_g = H5MM_realloc(shared_ids_g, id_len *
shared_alloc_ids_g)))
^
fheap.c:1120:39: warning: request for implicit conversion from â??void *â?? to
â??size_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (shared_lens_g = H5MM_realloc(shared_lens_g,
sizeof(size_t) * shared_alloc_ids_g)))
^
fheap.c:1122:39: warning: request for implicit conversion from â??void *â?? to
â??size_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (shared_offs_g = H5MM_realloc(shared_offs_g,
sizeof(size_t) * shared_alloc_ids_g)))
^
fheap.c:1174:39: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (keep_ids->ids = H5MM_realloc(keep_ids->ids, id_len *
keep_ids->alloc_ids)))
^
fheap.c:1176:40: warning: request for implicit conversion from â??void *â?? to
â??size_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (keep_ids->lens = H5MM_realloc(keep_ids->lens,
sizeof(size_t) * keep_ids->alloc_ids)))
^
fheap.c:1178:40: warning: request for implicit conversion from â??void *â?? to
â??size_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (keep_ids->offs = H5MM_realloc(keep_ids->offs,
sizeof(size_t) * keep_ids->alloc_ids)))
^
fheap.c: In function â??test_createâ??:
fheap.c:1849:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c: In function â??test_reopenâ??:
fheap.c:1949:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c: In function â??test_open_twiceâ??:
fheap.c:2048:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:2056:20: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f2 = H5I_object(file2)))
^
fheap.c: In function â??test_delete_openâ??:
fheap.c:2194:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c: In function â??test_id_limitsâ??:
fheap.c:2331:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c: In function â??test_filtered_createâ??:
fheap.c:2670:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:2709:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c: In function â??test_sizeâ??:
fheap.c:2785:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:2835:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c: In function â??test_man_insert_weirdâ??:
fheap.c:3051:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c: In function â??test_man_start_5th_recursive_indirectâ??:
fheap.c:6016:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c: In function â??test_man_remove_bogusâ??:
fheap.c:6146:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:6187:33: warning: conversion to â??unsigned charâ?? from â??intâ?? may
alter its value [-Wconversion]
heap_id[u] = HDrandom() + 1;
^
fheap.c:6209:37: warning: conversion to â??unsigned charâ?? from â??intâ?? may
alter its value [-Wconversion]
heap_id[u] = HDrandom() + 1;
^
fheap.c: In function â??test_man_remove_oneâ??:
fheap.c:6295:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:6332:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:6346:9: warning: conversion to â??unsigned charâ?? from â??unsigned
intâ?? may alter its value [-Wconversion]
obj[u] = u;
^
fheap.c: In function â??test_man_remove_twoâ??:
fheap.c:6451:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:6488:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:6502:9: warning: conversion to â??unsigned charâ?? from â??unsigned
intâ?? may alter its value [-Wconversion]
obj[u] = u;
^
fheap.c: In function â??test_man_remove_one_largerâ??:
fheap.c:6636:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:6673:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c: In function â??test_man_remove_two_largerâ??:
fheap.c:6797:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:6834:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c: In function â??test_man_remove_three_largerâ??:
fheap.c:7033:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:7070:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c: In function â??test_man_incr_insert_removeâ??:
fheap.c:7307:19: warning: size of â??heap_idâ?? is 6400 bytes [-Wlarger-than=]
unsigned char heap_id[100][MAX_HEAP_ID_LEN]; /* Heap ID for object
inserted */
^
fheap.c: In function â??test_huge_insert_oneâ??:
fheap.c:12331:25: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c: In function â??test_huge_insert_twoâ??:
fheap.c:12485:25: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c:12487:26: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id2 = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c: In function â??test_huge_insert_threeâ??:
fheap.c:12719:25: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c:12721:26: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id2 = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c:12723:26: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id3 = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c: In function â??test_huge_insert_mixâ??:
fheap.c:13029:25: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c:13031:26: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id2 = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c:13033:26: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id3 = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c:13035:26: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id4 = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c:13037:26: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id5 = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c: In function â??test_filtered_hugeâ??:
fheap.c:13456:35: warning: conversion to â??unsigned intâ?? from â??size_tâ??
may alter its value [-Wconversion]
old_actual_id_len = tparam->actual_id_len;
^
fheap.c:13470:25: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c: In function â??test_tiny_insert_oneâ??:
fheap.c:13663:25: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c: In function â??test_tiny_insert_twoâ??:
fheap.c:13817:25: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c:13819:26: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id2 = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c: In function â??test_tiny_insert_mixâ??:
fheap.c:14056:25: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c:14058:26: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id2 = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c:14060:26: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id3 = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c:14062:26: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id4 = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c:14064:26: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id5 = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c:14066:26: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id6 = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c:14068:26: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (heap_id7 = H5MM_malloc(tparam->actual_id_len)))
^
fheap.c: In function â??test_filtered_man_root_directâ??:
fheap.c:14699:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c: In function â??test_filtered_man_root_indirectâ??:
fheap.c:14881:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:14941:27: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:14973:27: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:15006:27: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:15038:27: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c: In function â??test_random_pow2â??:
fheap.c:15397:68: warning: conversion to â??unsigned intâ?? from â??size_tâ??
may alter its value [-Wconversion]
unsigned size_range = (tmp_cparam.managed.start_block_size / 8);
/* Object size range */
^
fheap.c: In function â??test_writeâ??:
fheap.c:15683:17: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
rewrite_obj = H5MM_malloc(shared_obj_size_g);
^
fheap.c:15685:43: warning: conversion to â??unsigned charâ?? from â??intâ?? may
alter its value [-Wconversion]
rewrite_obj[u] = shared_wobj_g[u] * 2;
^
fheap.c:15713:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
obj_size *= 1.3;
^
fheap.c:15713:13: warning: conversion to â??doubleâ?? from â??size_tâ?? may
alter its value [-Wconversion]
fheap.c:15713:22: warning: conversion to â??size_tâ?? from â??doubleâ?? may
alter its value [-Wconversion]
obj_size *= 1.3;
^
fheap.c:15715:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
obj_size /= 1.3;
^
fheap.c:15715:13: warning: conversion to â??doubleâ?? from â??size_tâ?? may
alter its value [-Wconversion]
fheap.c:15715:22: warning: conversion to â??size_tâ?? from â??doubleâ?? may
alter its value [-Wconversion]
obj_size /= 1.3;
^
fheap.c:15738:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:15758:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
obj_size *= 1.3;
^
fheap.c:15758:13: warning: conversion to â??doubleâ?? from â??size_tâ?? may
alter its value [-Wconversion]
fheap.c:15758:22: warning: conversion to â??size_tâ?? from â??doubleâ?? may
alter its value [-Wconversion]
obj_size *= 1.3;
^
fheap.c:15760:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
obj_size /= 1.3;
^
fheap.c:15760:13: warning: conversion to â??doubleâ?? from â??size_tâ?? may
alter its value [-Wconversion]
fheap.c:15760:22: warning: conversion to â??size_tâ?? from â??doubleâ?? may
alter its value [-Wconversion]
obj_size /= 1.3;
^
fheap.c: In function â??test_bug1â??:
fheap.c:15899:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c:15925:19: warning: request for implicit conversion from â??void *â?? to
â??struct H5F_t *â?? not permitted in C++ [-Wc++-compat]
if(NULL == (f = H5I_object(file)))
^
fheap.c: In function â??mainâ??:
fheap.c:16011:19: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
shared_wobj_g = H5MM_malloc(shared_obj_size_g);
^
fheap.c:16012:19: warning: request for implicit conversion from â??void *â?? to
â??unsigned char *â?? not permitted in C++ [-Wc++-compat]
shared_robj_g = H5MM_malloc(shared_obj_size_g);
^
fheap.c:16020:80: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(curr_test = FHEAP_TEST_NORMAL; curr_test < FHEAP_TEST_NTESTS;
curr_test++) {
^
fheap.c:16051:31: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_create(fapl, &small_cparam, &tparam);
^
fheap.c:16052:31: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_reopen(fapl, &small_cparam, &tparam);
^
fheap.c:16053:35: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_open_twice(fapl, &small_cparam, &tparam);
^
fheap.c:16054:36: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_delete_open(fapl, &small_cparam, &tparam);
^
fheap.c:16055:34: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_id_limits(fapl, &small_cparam);
^
fheap.c:16056:40: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_filtered_create(fapl, &small_cparam);
^
fheap.c:16057:29: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_size(fapl, &small_cparam);
^
fheap.c:16072:73: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(fill = FHEAP_TEST_FILL_LARGE; fill < FHEAP_TEST_FILL_N; fill++) {
^
fheap.c:16104:45: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_insert_weird(fapl, &small_cparam, &tparam);
^
fheap.c:16147:65: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_start_5th_recursive_indirect(fapl,
&small_cparam, &tparam);
^
fheap.c:16157:45: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_remove_bogus(fapl, &small_cparam, &tparam);
^
fheap.c:16158:43: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_remove_one(fapl, &small_cparam, &tparam);
^
fheap.c:16159:43: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_remove_two(fapl, &small_cparam, &tparam);
^
fheap.c:16160:50: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_remove_one_larger(fapl, &small_cparam,
&tparam);
^
fheap.c:16162:50: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_remove_two_larger(fapl, &small_cparam,
&tparam);
^
fheap.c:16164:50: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_remove_two_larger(fapl, &small_cparam,
&tparam);
^
fheap.c:16166:52: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_remove_three_larger(fapl, &small_cparam,
&tparam);
^
fheap.c:16168:52: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_remove_three_larger(fapl, &small_cparam,
&tparam);
^
fheap.c:16184:80: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(del_dir = FHEAP_DEL_FORWARD; del_dir < FHEAP_DEL_NDIRS;
del_dir++) {
^
fheap.c:16186:97: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(drain_half = FHEAP_DEL_DRAIN_ALL; drain_half <
FHEAP_DEL_DRAIN_N; drain_half++) {
^
fheap.c:16202:59: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_remove_root_direct(fapl,
&small_cparam, &tparam);
^
fheap.c:16203:58: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_remove_two_direct(fapl, &small_cparam,
&tparam);
^
fheap.c:16204:57: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_remove_first_row(fapl, &small_cparam,
&tparam);
^
fheap.c:16205:62: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_remove_first_two_rows(fapl,
&small_cparam, &tparam);
^
fheap.c:16206:63: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_remove_first_four_rows(fapl,
&small_cparam, &tparam);
^
fheap.c:16210:67: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_remove_all_root_direct(fapl,
&small_cparam, &tparam);
^
fheap.c:16211:64: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_remove_2nd_indirect(fapl,
&small_cparam, &tparam);
^
fheap.c:16212:64: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_remove_3rd_indirect(fapl,
&small_cparam, &tparam);
^
fheap.c:16221:57: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_skip_start_block(fapl, &small_cparam,
&tparam);
^
fheap.c:16222:66: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_skip_start_block_add_back(fapl,
&small_cparam, &tparam);
^
fheap.c:16223:69: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_skip_start_block_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16224:55: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_skip_2nd_block(fapl, &small_cparam,
&tparam);
^
fheap.c:16225:67: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_skip_2nd_block_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16226:84: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_one_partial_skip_2nd_block_add_skipped(fapl, &small_cparam,
&tparam);
^
fheap.c:16227:66: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_fill_row_skip_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16228:87: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_skip_direct_skip_indirect_two_rows_add_skipped(fapl, &small_cparam,
&tparam);
^
fheap.c:16229:90: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_direct_skip_indirect_start_block_add_skipped(fapl, &small_cparam,
&tparam);
^
fheap.c:16230:94: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_direct_skip_2nd_indirect_start_block_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16231:94: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_2nd_direct_less_one_wrap_start_block_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16232:97: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_direct_skip_2nd_indirect_skip_2nd_block_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16233:87: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_direct_skip_indirect_two_rows_add_skipped(fapl, &small_cparam,
&tparam);
^
fheap.c:16234:105: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_direct_skip_indirect_two_rows_skip_indirect_row_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16235:85: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_2nd_direct_skip_start_block_add_skipped(fapl, &small_cparam,
&tparam);
^
fheap.c:16236:98: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_2nd_direct_skip_2nd_indirect_start_block_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16237:110: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_2nd_direct_fill_direct_skip_3rd_indirect_start_block_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16238:111: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_2nd_direct_fill_direct_skip2_3rd_indirect_start_block_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16239:106: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_3rd_direct_less_one_fill_direct_wrap_start_block_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16240:118: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_1st_row_3rd_direct_fill_2nd_direct_less_one_wrap_start_block_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16244:101: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_3rd_direct_fill_direct_skip_start_block_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16245:130: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_3rd_direct_fill_2nd_direct_fill_direct_skip_3rd_indirect_start_block_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16246:139: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_3rd_direct_fill_2nd_direct_fill_direct_skip_3rd_indirect_two_rows_start_block_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16247:135: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_3rd_direct_fill_2nd_direct_fill_direct_skip_3rd_indirect_wrap_start_block_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16248:144: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors +=
test_man_fill_4th_direct_less_one_fill_2nd_direct_fill_direct_skip_3rd_indirect_wrap_start_block_add_skipped(fapl,
&small_cparam, &tparam);
^
fheap.c:16257:52: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_frag_simple(fapl, &small_cparam,
&tparam);
^
fheap.c:16258:52: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_frag_direct(fapl, &small_cparam,
&tparam);
^
fheap.c:16259:56: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_frag_2nd_direct(fapl, &small_cparam,
&tparam);
^
fheap.c:16260:56: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_man_frag_3rd_direct(fapl, &small_cparam,
&tparam);
^
fheap.c:16295:13: warning: conversion to â??uint16_tâ?? from â??unsigned intâ??
may alter its value [-Wconversion]
small_cparam.id_len = id_len;
^
fheap.c:16325:80: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(del_dir = FHEAP_DEL_FORWARD; del_dir < FHEAP_DEL_NDIRS;
del_dir++) {
^
fheap.c:16330:48: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_huge_insert_one(fapl, &small_cparam, &tparam);
^
fheap.c:16331:48: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_huge_insert_two(fapl, &small_cparam, &tparam);
^
fheap.c:16332:50: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_huge_insert_three(fapl, &small_cparam,
&tparam);
^
fheap.c:16333:48: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_huge_insert_mix(fapl, &small_cparam, &tparam);
^
fheap.c:16334:46: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_filtered_huge(fapl, &small_cparam, &tparam);
^
fheap.c:16341:48: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_tiny_insert_one(fapl, &small_cparam, &tparam);
^
fheap.c:16342:48: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_tiny_insert_two(fapl, &small_cparam, &tparam);
^
fheap.c:16343:48: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_tiny_insert_mix(fapl, &small_cparam, &tparam);
^
fheap.c:16368:76: warning: increment of enumeration value is invalid in C++
[-Wc++-compat]
for(del_dir = FHEAP_DEL_FORWARD; del_dir < FHEAP_DEL_NDIRS; del_dir++)
{
^
fheap.c:16373:53: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_filtered_man_root_direct(fapl, &small_cparam,
&tparam);
^
fheap.c:16374:55: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_filtered_man_root_indirect(fapl, &small_cparam,
&tparam);
^
fheap.c:16378:35: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_random((curr_test == FHEAP_TEST_NORMAL ?
(hsize_t)(50*1000*1000) : (hsize_t)(25*1000*1000)), fapl, &small_cparam,
&tparam);
^
fheap.c:16379:40: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_random_pow2((curr_test == FHEAP_TEST_NORMAL ?
(hsize_t)(50*1000*1000) : (hsize_t)(2*1000*1000)), fapl, &small_cparam,
&tparam);
^
fheap.c:16401:35: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_random((curr_test == FHEAP_TEST_NORMAL ?
(hsize_t)(100*1000*1000) : (hsize_t)(50*1000*1000)), fapl, &small_cparam,
&tparam);
^
fheap.c:16402:40: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_random_pow2((curr_test == FHEAP_TEST_NORMAL ?
(hsize_t)(100*1000*1000) : (hsize_t)(4*1000*1000)), fapl, &small_cparam,
&tparam);
^
fheap.c:16405:35: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_random((curr_test == FHEAP_TEST_NORMAL ?
(hsize_t)(100*1000*1000) : (hsize_t)(50*1000*1000)), fapl, &small_cparam,
&tparam);
^
fheap.c:16406:40: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_random_pow2((curr_test == FHEAP_TEST_NORMAL ?
(hsize_t)(100*1000*1000) : (hsize_t)(4*1000*1000)), fapl, &small_cparam,
&tparam);
^
fheap.c:16419:35: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_random((curr_test == FHEAP_TEST_NORMAL ?
(hsize_t)(100*1000*1000) : (hsize_t)(50*1000*1000)), fapl, &large_cparam,
&tparam);
^
fheap.c:16420:40: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_random_pow2((curr_test == FHEAP_TEST_NORMAL ?
(hsize_t)(100*1000*1000) : (hsize_t)(4*1000*1000)), fapl, &large_cparam,
&tparam);
^
fheap.c:16423:35: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_random((curr_test == FHEAP_TEST_NORMAL ?
(hsize_t)(100*1000*1000) : (hsize_t)(50*1000*1000)), fapl, &large_cparam,
&tparam);
^
fheap.c:16424:40: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_random_pow2((curr_test == FHEAP_TEST_NORMAL ?
(hsize_t)(100*1000*1000) : (hsize_t)(4*1000*1000)), fapl, &large_cparam,
&tparam);
^
fheap.c:16440:30: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_write(fapl, &small_cparam, &tparam);
^
fheap.c:16444:30: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_write(fapl, &small_cparam, &tparam);
^
fheap.c:16457:25: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nerrors += test_bug1(fapl, &small_cparam, &tparam);
^
CCLD fheap
CC file_image.o
file_image.c: In function â??test_get_file_imageâ??:
file_image.c:768:13: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
HDsnprintf(member_file_name, 1024, file_name, i);
^
file_image.c:768:13: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
file_image.c:796:13: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
HDsnprintf(member_file_name, 1024, file_name, i);
^
file_image.c:796:13: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
In file included from file_image.c:25:0:
file_image.c: At top level:
H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CCLD file_image
CC error_test.o
error_test.c:43:5: warning: size of â??ipoints2â?? is 80000 bytes
[-Wlarger-than=]
int ipoints2[DIM0][DIM1], icheck2[DIM0][DIM1];
^
error_test.c:43:27: warning: size of â??icheck2â?? is 80000 bytes
[-Wlarger-than=]
int ipoints2[DIM0][DIM1], icheck2[DIM0][DIM1];
^
error_test.c: In function â??error_stackâ??:
error_test.c:276:29: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
if((err_num = H5Eget_num(H5E_DEFAULT)) < 0)
^
error_test.c:285:29: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
if((err_num = H5Eget_num(ERR_STACK)) == 0) {
^
error_test.c: In function â??test_long_descâ??:
error_test.c:357:28: warning: conversion to â??charâ?? from â??size_tâ?? may
alter its value [-Wconversion]
long_desc[u] = 'A' + (u % 26);
^
error_test.c:368:5: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
HDsnprintf(full_desc, (size_t)(LONG_DESC_SIZE + 128), format, long_desc);
^
error_test.c:368:5: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
error_test.c: In function â??test_createâ??:
error_test.c:497:25: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
err_num = H5Eget_num(estack_id);
^
error_test.c:504:25: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
err_num = H5Eget_num(estack_id);
^
error_test.c:511:25: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
err_num = H5Eget_num(estack_id);
^
error_test.c: In function â??test_copyâ??:
error_test.c:549:25: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
err_num = H5Eget_num(H5E_DEFAULT);
^
error_test.c:556:25: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
err_num = H5Eget_num(estack_id);
^
error_test.c:560:25: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
err_num = H5Eget_num(H5E_DEFAULT);
^
error_test.c:567:25: warning: conversion to â??intâ?? from â??ssize_tâ?? may
alter its value [-Wconversion]
err_num = H5Eget_num(H5E_DEFAULT);
^
In file included from error_test.c:23:0:
error_test.c: At top level:
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CCLD error_test
CC err_compat.o
err_compat.c:40:5: warning: size of â??ipoints2â?? is 80000 bytes
[-Wlarger-than=]
int ipoints2[DIM0][DIM1], icheck2[DIM0][DIM1];
^
err_compat.c:40:27: warning: size of â??icheck2â?? is 80000 bytes
[-Wlarger-than=]
int ipoints2[DIM0][DIM1], icheck2[DIM0][DIM1];
^
CCLD err_compat
CC tcheck_version.o
tcheck_version.c: In function â??abort_interceptâ??:
tcheck_version.c:108:1: warning: function might be candidate for attribute
â??noreturnâ?? [-Wsuggest-attribute=noreturn]
abort_intercept (int UNUSED sig)
^
CCLD tcheck_version
CC testmeta.o
testmeta.c:39:0: warning: macro "NWATTRS" is not used [-Wunused-macros]
#define NWATTRS 2
^
testmeta.c:32:0: warning: macro "MEMB_SIZE" is not used [-Wunused-macros]
#define MEMB_SIZE 100000000
^
CCLD testmeta
CC links_env.o
In file included from links_env.c:24:0:
H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CCLD links_env
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/test'
Making all in tools
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools'
Making all in lib
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/lib'
CC h5tools.lo
h5tools.c:92:3: warning: non-local variable 'driver_idx' with anonymous type is
questionable in C++ [-Wc++-compat]
} driver_idx;
^
h5tools.c: In function 'h5tools_detect_vlen_str':
h5tools.c:530:13: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
hid_t mtid = H5Tget_member_type(tid, i);
^
h5tools.c: In function 'init_acc_pos':
h5tools.c:1059:26: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
for (i = (ctx->ndims - 2); i >= 0; i--) {
^
h5tools.c: In function 'render_bin_output':
h5tools.c:1098:24: warning: unused variable 'item_size' [-Wunused-variable]
size_t item_size = size; /* size of items in bytes */
^
h5tools.c:1149:41: warning: conversion to 'unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
nmembs = H5Tget_nmembers(tid);
^
h5tools.c:1168:25: warning: unused variable 'i' [-Wunused-variable]
hsize_t i, dims[H5S_MAX_RANK], temp_nelmts, nelmts;
^
h5tools.c:1195:30: warning: unused variable 'i' [-Wunused-variable]
unsigned int i;
^
h5tools.c:1090:5: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch (type_class) {
^
h5tools.c:1090:5: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
h5tools.c:1090:5: warning: enumeration value 'H5T_BITFIELD' not handled in
switch [-Wswitch-enum]
h5tools.c:1090:5: warning: enumeration value 'H5T_OPAQUE' not handled in switch
[-Wswitch-enum]
h5tools.c:1090:5: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
h5tools.c: In function 'render_bin_output_region_data_blocks':
h5tools.c:1294:5: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
if((dims1 = (hsize_t *) HDmalloc(sizeof(hsize_t) * ndims)) == NULL)
^
h5tools.c:1308:32: warning: conversion to 'int' from 'size_t' may alter its
value [-Wconversion]
if((type_size = H5Tget_size(type_id)) == 0)
^
h5tools.c:1311:5: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
if((region_buf = HDmalloc(type_size * (size_t)numelem)) == NULL)
^
h5tools.c:1316:5: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
if((start = (hsize_t *) HDmalloc(sizeof(hsize_t) * ndims)) == NULL)
^
h5tools.c:1319:5: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
if((count = (hsize_t *) HDmalloc(sizeof(hsize_t) * ndims)) == NULL)
^
h5tools.c:1279:18: warning: unused variable 'numindex' [-Wunused-variable]
hsize_t numindex;
^
h5tools.c: In function 'render_bin_output_region_blocks':
h5tools.c:1381:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
H5E_THROW(FALSE, H5E_tools_min_id_g, "H5Sget_select_hyper_nblocks
failed");
^
h5tools.c:1385:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
H5E_THROW(FALSE, H5E_tools_min_id_g, "H5Sget_simple_extent_ndims
failed");
^
h5tools.c:1387:34: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
alloc_size = nblocks * ndims * 2 * sizeof(ptdata[0]);
^
h5tools.c:1390:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
HGOTO_ERROR(FALSE, H5E_tools_min_id_g, "Could not allocate buffer for
ptdata");
^
h5tools.c:1394:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
HGOTO_ERROR(FALSE, H5E_tools_min_id_g, "H5Rget_select_hyper_blocklist
failed");
^
h5tools.c:1397:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
HGOTO_ERROR(FALSE, H5E_tools_min_id_g, "H5Dget_type failed");
^
h5tools.c:1399:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
HGOTO_ERROR(FALSE, H5E_tools_min_id_g, "H5Tget_native_type failed");
^
h5tools.c:1408:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
HERROR(H5E_tools_g, H5E_tools_min_id_g, "H5Tclose failed");
^
h5tools.c:1411:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
HERROR(H5E_tools_g, H5E_tools_min_id_g, "H5Tclose failed");
^
h5tools.c: At top level:
h5tools.c:1438:1: warning: no previous prototype for
'render_bin_output_region_data_points' [-Wmissing-prototypes]
render_bin_output_region_data_points(hid_t region_space, hid_t region_id,
^
h5tools.c: In function 'render_bin_output_region_data_points':
h5tools.c:1449:32: warning: conversion to 'int' from 'size_t' may alter its
value [-Wconversion]
if((type_size = H5Tget_size(type_id)) == 0)
^
h5tools.c:1452:5: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
if((region_buf = HDmalloc(type_size * (size_t)npoints)) == NULL)
^
h5tools.c:1456:5: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
if((dims1 = (hsize_t *) HDmalloc(sizeof(hsize_t) * ndims)) == NULL)
^
h5tools.c:1459:5: warning: conversion to 'hsize_t' from 'hssize_t' may change
the sign of the result [-Wsign-conversion]
dims1[0] = npoints;
^
h5tools.c:1468:5: warning: conversion to 'hsize_t' from 'hssize_t' may change
the sign of the result [-Wsign-conversion]
render_bin_output(stream, container, type_id, (char*)region_buf, npoints);
^
h5tools.c:1443:14: warning: unused variable 'jndx' [-Wunused-variable]
int jndx;
^
h5tools.c:1440:62: warning: unused parameter 'ptdata' [-Wunused-parameter]
int ndims, hid_t type_id, hssize_t npoints, hsize_t *ptdata)
^
h5tools.c: In function 'render_bin_output_region_points':
h5tools.c:1506:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
H5E_THROW(FALSE, H5E_tools_min_id_g, "H5Sget_select_elem_npoints
failed");
^
h5tools.c:1510:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
H5E_THROW(FALSE, H5E_tools_min_id_g, "H5Sget_simple_extent_ndims
failed");
^
h5tools.c:1512:26: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
alloc_size = npoints * ndims * sizeof(ptdata[0]);
^
h5tools.c:1515:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
HGOTO_ERROR(FALSE, H5E_tools_min_id_g, "Could not allocate buffer for
ptdata");
^
h5tools.c:1519:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
HGOTO_ERROR(FALSE, H5E_tools_min_id_g, "H5Sget_select_elem_pointlist
failed");
^
h5tools.c:1522:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
HGOTO_ERROR(FALSE, H5E_tools_min_id_g, "H5Dget_type failed");
^
h5tools.c:1525:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
HGOTO_ERROR(FALSE, H5E_tools_min_id_g, "H5Tget_native_type failed");
^
h5tools.c:1534:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
HERROR(H5E_tools_g, H5E_tools_min_id_g, "H5Tclose failed");
^
h5tools.c:1537:9: warning: negative integer implicitly converted to unsigned
type [-Wsign-conversion]
HERROR(H5E_tools_g, H5E_tools_min_id_g, "H5Tclose failed");
^
In file included from h5tools.c:31:0:
h5tools.c: In function 'h5tools_render_element':
../../src/H5private.h:1239:36: warning: assuming signed overflow does not occur
when simplifying conditional to constant [-Wstrict-overflow]
#define HDstrtok(X,Y) strtok(X,Y)
^
h5tools.c:840:25: note: in expansion of macro 'HDstrtok'
(section = HDstrtok(secnum ? NULL : s, OPTIONAL_LINE_BREAK));
^
h5tools.c: In function 'h5tools_render_region_element':
../../src/H5private.h:1239:36: warning: assuming signed overflow does not occur
when simplifying conditional to constant [-Wstrict-overflow]
#define HDstrtok(X,Y) strtok(X,Y)
^
h5tools.c:993:48: note: in expansion of macro 'HDstrtok'
for (secnum = 0, multiline = 0; (section = HDstrtok(secnum ? NULL : s,
^
h5tools.c: In function 'render_bin_output_region_points':
h5tools.c:1533:16: warning: 'type_id' may be used uninitialized in this
function [-Wmaybe-uninitialized]
if(H5Tclose(type_id) < 0)
^
h5tools.c:1536:16: warning: 'dtype' may be used uninitialized in this function
[-Wmaybe-uninitialized]
if(H5Tclose(dtype) < 0)
^
h5tools.c: In function 'render_bin_output_region_blocks':
h5tools.c:1407:16: warning: 'type_id' may be used uninitialized in this
function [-Wmaybe-uninitialized]
if(H5Tclose(type_id) < 0)
^
h5tools.c:1410:16: warning: 'dtype' may be used uninitialized in this function
[-Wmaybe-uninitialized]
if(H5Tclose(dtype) < 0)
^
h5tools.c: At top level:
h5tools.c:33:0: warning: macro "SANITY_CHECK" is not used [-Wunused-macros]
#define SANITY_CHECK
^
h5tools.c:35:0: warning: macro "ALIGN" is not used [-Wunused-macros]
#define ALIGN(A,Z) ((((A) + (Z) - 1) / (Z)) * (Z))
^
CC h5tools_dump.lo
h5tools_dump.c: In function 'h5tools_dump_simple_data':
h5tools_dump.c:295:25: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
ncols = info->line_ncols;
^
h5tools_dump.c: In function 'h5tools_print_region_data_blocks':
h5tools_dump.c:453:5: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
if((dims1 = (hsize_t *) HDmalloc(sizeof(hsize_t) * ndims)) == NULL)
^
h5tools_dump.c:458:25: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
for (jndx = 0; jndx < ndims; jndx++) {
^
h5tools_dump.c:459:9: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
dims1[jndx] = ptdata[jndx + ndims] - ptdata[jndx] + 1;
^
h5tools_dump.c:467:32: warning: conversion to 'int' from 'size_t' may alter its
value [-Wconversion]
if((type_size = H5Tget_size(type_id)) == 0)
^
h5tools_dump.c:470:5: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
if((region_buf = HDmalloc(type_size * (size_t)numelem)) == NULL)
^
h5tools_dump.c:475:5: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
if((start = (hsize_t *) HDmalloc(sizeof(hsize_t) * ndims)) == NULL)
^
h5tools_dump.c:478:5: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
if((count = (hsize_t *) HDmalloc(sizeof(hsize_t) * ndims)) == NULL)
^
h5tools_dump.c:485:5: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
ctx.ndims = ndims;
^
h5tools_dump.c:486:29: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
for (blkndx = 0; blkndx < nblocks; blkndx++) {
^
h5tools_dump.c:489:29: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
for (indx = 0; indx < ndims; indx++) {
^
h5tools_dump.c:490:13: warning: conversion to 'hsize_t' from 'int' may change
the sign of the result [-Wsign-conversion]
start[indx] = ptdata[indx + blkndx * ndims * 2];
^
h5tools_dump.c:511:20: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (blkndx == nblocks - 1)
^
h5tools_dump.c:518:9: warning: conversion to 'hsize_t' from 'int' may change
the sign of the result [-Wsign-conversion]
ctx.sm_pos = blkndx*2*ndims;
^
h5tools_dump.c:530:33: warning: conversion to 'hsize_t' from 'int' may change
the sign of the result [-Wsign-conversion]
((char*)region_buf + numindex * type_size),
&ctx);
^
h5tools_dump.c: In function 'h5tools_dump_region_data_blocks':
h5tools_dump.c:607:9: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
H5E_THROW(dimension_break, H5E_tools_min_id_g,
"H5Sget_select_hyper_nblocks failed");
^
h5tools_dump.c:611:9: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
H5E_THROW(dimension_break, H5E_tools_min_id_g,
"H5Sget_simple_extent_ndims failed");
^
h5tools_dump.c:627:34: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
alloc_size = nblocks * ndims * 2 * sizeof(ptdata[0]);
^
h5tools_dump.c:630:9: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
HGOTO_ERROR(dimension_break, H5E_tools_min_id_g, "Could not allocate
buffer for ptdata");
^
h5tools_dump.c:634:9: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
HGOTO_ERROR(dimension_break, H5E_tools_min_id_g,
"H5Rget_select_hyper_blocklist failed");
^
h5tools_dump.c:660:9: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
HGOTO_ERROR(dimension_break, H5E_tools_min_id_g, "H5Dget_type failed");
^
h5tools_dump.c:662:9: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
HGOTO_ERROR(dimension_break, H5E_tools_min_id_g, "H5Tget_native_type
failed");
^
h5tools_dump.c:723:9: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
HERROR(H5E_tools_g, H5E_tools_min_id_g, "H5Tclose failed");
^
h5tools_dump.c:726:9: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
HERROR(H5E_tools_g, H5E_tools_min_id_g, "H5Tclose failed");
^
h5tools_dump.c: In function 'h5tools_print_region_data_points':
h5tools_dump.c:800:5: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
if((dims1 = (hsize_t *) HDmalloc(sizeof(hsize_t) * ndims)) == NULL)
^
h5tools_dump.c:803:5: warning: conversion to 'hsize_t' from 'hssize_t' may
change the sign of the result [-Wsign-conversion]
dims1[0] = npoints;
^
h5tools_dump.c:809:32: warning: conversion to 'int' from 'size_t' may alter its
value [-Wconversion]
if((type_size = H5Tget_size(type_id)) == 0)
^
h5tools_dump.c:812:5: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
if((region_buf = HDmalloc(type_size * (size_t)npoints)) == NULL)
^
h5tools_dump.c:819:5: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
ctx.ndims = ndims;
^
h5tools_dump.c:825:25: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
for (jndx = 0; jndx < npoints; jndx++, elmtno++) {
^
h5tools_dump.c:840:18: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (jndx == npoints - 1)
^
h5tools_dump.c:846:9: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
ctx.sm_pos = jndx * ndims;
^
h5tools_dump.c:848:33: warning: conversion to 'hsize_t' from 'int' may change
the sign of the result [-Wsign-conversion]
ctx.size_last_dim = (int) (ctx.p_max_idx[ctx.ndims - 1]);
^
h5tools_dump.c:861:32: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
((char*)region_buf + jndx * type_size), &ctx);
^
h5tools_dump.c:863:22: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (jndx + 1 < npoints || (region_flags & END_OF_DATA) == 0)
^
h5tools_dump.c: In function 'h5tools_dump_region_data_points':
h5tools_dump.c:928:9: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
H5E_THROW(dimension_break, H5E_tools_min_id_g,
"H5Sget_select_elem_npoints failed");
^
h5tools_dump.c:932:9: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
H5E_THROW(dimension_break, H5E_tools_min_id_g,
"H5Sget_simple_extent_ndims failed");
^
h5tools_dump.c:948:26: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
alloc_size = npoints * ndims * sizeof(ptdata[0]);
^
h5tools_dump.c:951:9: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
HGOTO_ERROR(dimension_break, H5E_tools_min_id_g, "Could not allocate
buffer for ptdata");
^
h5tools_dump.c:955:9: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
HGOTO_ERROR(dimension_break, H5E_tools_min_id_g,
"H5Sget_select_elem_pointlist failed");
^
h5tools_dump.c:976:9: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
HGOTO_ERROR(dimension_break, H5E_tools_min_id_g, "H5Dget_type failed");
^
h5tools_dump.c:979:9: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
HGOTO_ERROR(dimension_break, H5E_tools_min_id_g, "H5Tget_native_type
failed");
^
h5tools_dump.c:1043:9: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
HERROR(H5E_tools_g, H5E_tools_min_id_g, "H5Tclose failed");
^
h5tools_dump.c:1046:9: warning: negative integer implicitly converted to
unsigned type [-Wsign-conversion]
HERROR(H5E_tools_g, H5E_tools_min_id_g, "H5Tclose failed");
^
h5tools_dump.c: In function 'h5tools_display_simple_subset':
h5tools_dump.c:1368:50: warning: conversion to 'int' from 'unsigned int' may
change the sign of the result [-Wsign-conversion]
current_outer_dim = (ctx->ndims - 2) - 1;
^
h5tools_dump.c:1371:40: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
for (i = current_outer_dim + 1; i < ctx->ndims; i++) {
^
h5tools_dump.c: In function 'h5tools_dump_simple_dset':
h5tools_dump.c:1526:44: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
ctx->ndims = H5Sget_simple_extent_ndims(f_space);
^
h5tools_dump.c: In function 'h5tools_dump_simple_mem':
h5tools_dump.c:1675:44: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
ctx->ndims = H5Sget_simple_extent_ndims(space);
^
h5tools_dump.c:1693:30: warning: conversion to 'hsize_t' from 'int' may change
the sign of the result [-Wsign-conversion]
ctx->size_last_dim = (int) (ctx->p_max_idx[ctx->ndims - 1]);
^
h5tools_dump.c: In function 'h5tools_print_datatype':
h5tools_dump.c:1901:21: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
ncols = info->line_ncols;
^
h5tools_dump.c:1903:5: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch (type_class) {
^
h5tools_dump.c:1903:5: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
h5tools_dump.c: In function 'h5tools_print_dataspace':
h5tools_dump.c:2481:31: warning: unused parameter 'stream' [-Wunused-parameter]
h5tools_print_dataspace(FILE *stream, h5tools_str_t *buffer, const
h5tool_format_t *info,
^
h5tools_dump.c:2481:85: warning: unused parameter 'info' [-Wunused-parameter]
h5tools_print_dataspace(FILE *stream, h5tools_str_t *buffer, const
h5tool_format_t *info,
^
h5tools_dump.c:2482:28: warning: unused parameter 'ctx' [-Wunused-parameter]
h5tools_context_t *ctx, hid_t space)
^
h5tools_dump.c: In function 'h5tools_print_enum':
h5tools_dump.c:2578:21: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
ncols = info->line_ncols;
^
In file included from h5tools_dump.c:31:0:
../../src/H5private.h:1212:34: warning: conversion to 'int' from 'size_t' may
alter its value [-Wconversion]
#define HDstrlen(S) strlen(S)
^
h5tools_dump.c:2640:18: note: in expansion of macro 'HDstrlen'
nchars = HDstrlen(name[i]);
^
h5tools_dump.c: In function 'h5tools_dump_datatype':
h5tools_dump.c:2716:21: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
ncols = info->line_ncols;
^
h5tools_dump.c: In function 'h5tools_dump_dataspace':
h5tools_dump.c:2764:21: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
ncols = info->line_ncols;
^
h5tools_dump.c: In function 'h5tools_dump_oid':
h5tools_dump.c:2813:21: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
ncols = info->line_ncols;
^
h5tools_dump.c: In function 'h5tools_print_fill_value':
h5tools_dump.c:2844:23: warning: unused variable 'nelmts' [-Wunused-variable]
hsize_t nelmts = 1;
^
h5tools_dump.c: In function 'h5tools_dump_dcpl':
h5tools_dump.c:2904:21: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
ncols = info->line_ncols;
^
h5tools_dump.c:2960:17: warning: switch missing default case [-Wswitch-default]
switch(filtn) {
^
h5tools_dump.c:3322:5: warning: enumeration value 'H5D_FILL_TIME_ERROR' not
handled in switch [-Wswitch-enum]
switch(ft) {
^
h5tools_dump.c:3379:5: warning: enumeration value 'H5D_ALLOC_TIME_ERROR' not
handled in switch [-Wswitch-enum]
switch(at) {
^
h5tools_dump.c:3379:5: warning: enumeration value 'H5D_ALLOC_TIME_DEFAULT' not
handled in switch [-Wswitch-enum]
h5tools_dump.c: In function 'h5tools_dump_comment':
h5tools_dump.c:3435:21: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
ncols = info->line_ncols;
^
h5tools_dump.c:3444:13: warning: conversion to 'size_t' from 'ssize_t' may
change the sign of the result [-Wsign-conversion]
cmt_bufsize = H5Oget_comment(obj_id, comment, cmt_bufsize);
^
h5tools_dump.c: In function 'h5tools_dump_attribute':
h5tools_dump.c:3488:21: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
ncols = info->line_ncols;
^
h5tools_dump.c:3473:39: warning: unused parameter 'oid' [-Wunused-parameter]
h5tools_context_t *ctx, hid_t oid, const char *attr_name, hid_t
attr_id,
^
h5tools_dump.c: At top level:
h5tools_dump.c:3559:1: warning: no previous prototype for 'h5tools_print_dims'
[-Wmissing-prototypes]
h5tools_print_dims(h5tools_str_t *buffer, hsize_t *s, int dims)
^
h5tools_dump.c:3642:1: warning: no previous prototype for
'h5tools_dump_subsetting_header' [-Wmissing-prototypes]
h5tools_dump_subsetting_header(FILE *stream, const h5tool_format_t *info,
^
h5tools_dump.c: In function 'h5tools_dump_subsetting_header':
h5tools_dump.c:3652:21: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
ncols = info->line_ncols;
^
h5tools_dump.c: In function 'h5tools_dump_data':
h5tools_dump.c:3748:21: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
ncols = info->line_ncols;
^
h5tools_dump.c:3869:20: warning: suggest explicit braces to avoid ambiguous
'else' [-Wparentheses]
if (H5Aread(obj_id, p_type, buf) >= 0)
^
h5tools_dump.c: In function 'h5tools_dump_region_data_points':
h5tools_dump.c:1042:16: warning: 'type_id' may be used uninitialized in this
function [-Wmaybe-uninitialized]
if(H5Tclose(type_id) < 0)
^
h5tools_dump.c:1045:16: warning: 'dtype' may be used uninitialized in this
function [-Wmaybe-uninitialized]
if(H5Tclose(dtype) < 0)
^
h5tools_dump.c: At top level:
h5tools_dump.c:33:0: warning: macro "SANITY_CHECK" is not used [-Wunused-macros]
#define SANITY_CHECK
^
h5tools_dump.c:35:0: warning: macro "ALIGN" is not used [-Wunused-macros]
#define ALIGN(A,Z) ((((A) + (Z) - 1) / (Z)) * (Z))
^
CC h5tools_str.lo
h5tools_str.c: In function 'h5tools_str_append':
h5tools_str.c:144:9: warning: function might be possible candidate for
'gnu_printf' format attribute [-Wsuggest-attribute=format]
nchars = HDvsnprintf(str->s + str->len, avail, fmt, ap);
^
h5tools_str.c:144:9: warning: function might be possible candidate for
'gnu_printf' format attribute [-Wsuggest-attribute=format]
h5tools_str.c:174:13: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
size_t newsize = MAX(str->len + nchars + 1, 2 * str->nalloc);
^
h5tools_str.c:174:13: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
h5tools_str.c:182:13: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
str->len += nchars;
^
h5tools_str.c: In function 'h5tools_str_dump_region_blocks':
h5tools_str.c:451:38: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
alloc_size = nblocks * ndims * 2 * sizeof(ptdata[0]);
^
h5tools_str.c: In function 'h5tools_str_dump_region_points':
h5tools_str.c:512:30: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
alloc_size = npoints * ndims * sizeof(ptdata[0]);
^
h5tools_str.c: At top level:
h5tools_str.c:612:1: warning: no previous prototype for 'h5tools_str_indent'
[-Wmissing-prototypes]
h5tools_str_indent(h5tools_str_t *str, const h5tool_format_t *info,
^
h5tools_str.c: In function 'h5tools_str_sprint':
h5tools_str.c:742:21: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5tools_str_append(str, OPT(info->fmt_float, "%g"),
tempfloat);
^
h5tools_str.c:791:29: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
if (info->str_repeat > 0) while (i + j < size &&
s[i] == s[i + j])
^
h5tools_str.c:791:29: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
h5tools_str.c:822:40: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
i += j - 1;
^
h5tools_str.c:839:48: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (packed_data_offset >= 8 * sizeof(int))
^
h5tools_str.c:842:48: warning: conversion to 'long long unsigned int' from
'int' may change the sign of the result [-Wsign-conversion]
tempint = (tempint >> packed_data_offset) &
packed_data_mask;
^
h5tools_str.c:842:71: warning: conversion to 'int' from 'long long unsigned
int' may alter its value [-Wconversion]
tempint = (tempint >> packed_data_offset) &
packed_data_mask;
^
h5tools_str.c:849:48: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (packed_data_offset >= 8 * sizeof(unsigned int))
^
h5tools_str.c:852:73: warning: conversion to 'unsigned int' from 'long long
unsigned int' may alter its value [-Wconversion]
tempuint = (tempuint >> packed_data_offset) &
packed_data_mask;
^
h5tools_str.c:863:48: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (packed_data_offset >= 8 * sizeof(char))
^
h5tools_str.c:866:50: warning: conversion to 'long long unsigned int' from
'int' may change the sign of the result [-Wsign-conversion]
tempchar = (tempchar >> packed_data_offset) &
packed_data_mask;
^
h5tools_str.c:866:73: warning: conversion to 'signed char' from 'long long
unsigned int' may alter its value [-Wconversion]
tempchar = (tempchar >> packed_data_offset) &
packed_data_mask;
^
h5tools_str.c:878:48: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (packed_data_offset >= 8 * sizeof(unsigned char))
^
h5tools_str.c:881:52: warning: conversion to 'long long unsigned int' from
'int' may change the sign of the result [-Wsign-conversion]
tempuchar = (tempuchar >> packed_data_offset) &
packed_data_mask;
^
h5tools_str.c:881:75: warning: conversion to 'unsigned char' from 'long long
unsigned int' may alter its value [-Wconversion]
tempuchar = (tempuchar >> packed_data_offset) &
packed_data_mask;
^
h5tools_str.c:890:48: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (packed_data_offset >= 8 * sizeof(short))
^
h5tools_str.c:893:52: warning: conversion to 'long long unsigned int' from
'int' may change the sign of the result [-Wsign-conversion]
tempshort = (tempshort >> packed_data_offset) &
packed_data_mask;
^
h5tools_str.c:893:75: warning: conversion to 'short int' from 'long long
unsigned int' may alter its value [-Wconversion]
tempshort = (tempshort >> packed_data_offset) &
packed_data_mask;
^
h5tools_str.c:902:48: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (packed_data_offset >= 8 * sizeof(unsigned short))
^
h5tools_str.c:905:54: warning: conversion to 'long long unsigned int' from
'int' may change the sign of the result [-Wsign-conversion]
tempushort = (tempushort >> packed_data_offset) &
packed_data_mask;
^
h5tools_str.c:905:77: warning: conversion to 'short unsigned int' from 'long
long unsigned int' may alter its value [-Wconversion]
tempushort = (tempushort >> packed_data_offset) &
packed_data_mask;
^
h5tools_str.c:912:48: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (packed_data_offset >= 8 * sizeof(long))
^
h5tools_str.c:915:50: warning: conversion to 'long long unsigned int' from
'long int' may change the sign of the result [-Wsign-conversion]
templong = (templong >> packed_data_offset) &
packed_data_mask;
^
h5tools_str.c:915:73: warning: conversion to 'long int' from 'long long
unsigned int' may change the sign of the result [-Wsign-conversion]
templong = (templong >> packed_data_offset) &
packed_data_mask;
^
h5tools_str.c:922:48: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (packed_data_offset >= 8 * sizeof(unsigned long))
^
h5tools_str.c:932:48: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (packed_data_offset >= 8 * sizeof(long long))
^
h5tools_str.c:935:52: warning: conversion to 'long long unsigned int' from
'long long int' may change the sign of the result [-Wsign-conversion]
templlong = (templlong >> packed_data_offset) &
packed_data_mask;
^
h5tools_str.c:935:75: warning: conversion to 'long long int' from 'long long
unsigned int' may change the sign of the result [-Wsign-conversion]
templlong = (templlong >> packed_data_offset) &
packed_data_mask;
^
h5tools_str.c:942:48: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (packed_data_offset >= 8 * sizeof(unsigned long
long))
^
h5tools_str.c:982:45: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
nmembs = H5Tget_nmembers(type);
^
h5tools_str.c:1063:25: warning: enumeration value 'H5O_TYPE_UNKNOWN' not
handled in switch [-Wswitch-enum]
switch (oi.type) {
^
h5tools_str.c:1063:25: warning: enumeration value 'H5O_TYPE_NTYPES' not handled
in switch [-Wswitch-enum]
h5tools_str.c:736:9: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch (type_class) {
^
h5tools_str.c:736:9: warning: enumeration value 'H5T_TIME' not handled in
switch [-Wswitch-enum]
h5tools_str.c:736:9: warning: enumeration value 'H5T_BITFIELD' not handled in
switch [-Wswitch-enum]
h5tools_str.c:736:9: warning: enumeration value 'H5T_OPAQUE' not handled in
switch [-Wswitch-enum]
h5tools_str.c:736:9: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
h5tools_str.c: In function 'h5tools_str_replace':
h5tools_str.c:1413:10: warning: request for implicit conversion from 'void *'
to 'char *' not permitted in C++ [-Wc++-compat]
newstr = HDmalloc ( strlen ( oldstr ) - strlen ( substr ) + strlen (
replacement ) + 1 );
^
h5tools_str.c:1419:38: warning: conversion to 'size_t' from 'long int' may
change the sign of the result [-Wsign-conversion]
memcpy ( newstr, oldstr, tok - oldstr );
^
h5tools_str.c:1421:138: warning: conversion to 'long unsigned int' from 'long
int' may change the sign of the result [-Wsign-conversion]
memcpy ( newstr + (tok - oldstr) + strlen( replacement ), tok + strlen
( substr ), strlen ( oldstr ) - strlen ( substr ) - ( tok - oldstr ) );
^
CC h5tools_utils.lo
h5tools_utils.c: In function 'parallel_print':
h5tools_utils.c:89:9: warning: function might be possible candidate for
'gnu_printf' format attribute [-Wsuggest-attribute=format]
HDvprintf(format, ap);
^
In file included from h5tools_utils.c:33:0:
h5tools_utils.c:95:76: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
bytes_written = HDvsnprintf(outBuff+outBuffOffset,
OUTBUFF_SIZE-outBuffOffset, format, ap);
^
../../src/H5private.h:1356:48: note: in definition of macro 'HDvsnprintf'
#define HDvsnprintf(S,N,FMT,A) vsnprintf(S,N,FMT,A)
^
h5tools_utils.c:95:13: warning: function might be possible candidate for
'gnu_printf' format attribute [-Wsuggest-attribute=format]
bytes_written = HDvsnprintf(outBuff+outBuffOffset,
OUTBUFF_SIZE-outBuffOffset, format, ap);
^
h5tools_utils.c:95:13: warning: function might be possible candidate for
'gnu_printf' format attribute [-Wsuggest-attribute=format]
h5tools_utils.c:121:21: warning: function might be possible candidate for
'gnu_printf' format attribute [-Wsuggest-attribute=format]
bytes_written = HDvfprintf(overflow_file, format, ap);
^
h5tools_utils.c:127:13: warning: function might be possible candidate for
'gnu_printf' format attribute [-Wsuggest-attribute=format]
bytes_written = HDvfprintf(overflow_file, format, ap);
^
h5tools_utils.c: In function 'error_msg':
h5tools_utils.c:158:5: warning: function might be possible candidate for
'gnu_printf' format attribute [-Wsuggest-attribute=format]
HDvfprintf(rawerrorstream, fmt, ap);
^
h5tools_utils.c: In function 'warn_msg':
h5tools_utils.c:188:5: warning: function might be possible candidate for
'gnu_printf' format attribute [-Wsuggest-attribute=format]
HDvfprintf(rawerrorstream, fmt, ap);
^
h5tools_utils.c: In function 'print_version':
h5tools_utils.c:419:13: warning: cast discards '__attribute__((const))'
qualifier from pointer target type [-Wcast-qual]
((char *)H5_VERS_SUBRELEASE)[0] ? "-" : "", H5_VERS_SUBRELEASE);
^
h5tools_utils.c: In function 'find_objs_cb':
h5tools_utils.c:578:5: warning: enumeration value 'H5O_TYPE_UNKNOWN' not
handled in switch [-Wswitch-enum]
switch(oinfo->type) {
^
h5tools_utils.c:578:5: warning: enumeration value 'H5O_TYPE_NTYPES' not handled
in switch [-Wswitch-enum]
h5tools_utils.c: In function 'add_obj':
h5tools_utils.c:697:21: warning: conversion to 'unsigned int' from 'size_t' may
alter its value [-Wconversion]
u = table->nobjs++;
^
h5tools_utils.c: In function 'H5tools_get_symlink_info':
h5tools_utils.c:801:38: warning: cast discards '__attribute__((const))'
qualifier from pointer target type [-Wcast-qual]
if(H5Lget_val(file_id, linkpath, (void *)link_info->trg_path,
link_info->linfo.u.val_size, H5P_DEFAULT) < 0) {
^
h5tools_utils.c: In function 'h5tools_getenv_update_hyperslab_bufsize':
h5tools_utils.c:930:55: warning: conversion to 'hsize_t' from 'long int' may
change the sign of the result [-Wsign-conversion]
H5TOOLS_BUFSIZE = hyperslab_bufsize_mb * 1024 * 1024;
^
CC h5diff.lo
In file included from h5diff.c:18:0:
h5diff.c: In function 'is_exclude_path':
../../src/H5private.h:1212:34: warning: conversion to 'int' from 'size_t' may
alter its value [-Wconversion]
#define HDstrlen(S) strlen(S)
^
h5diff.c:268:27: note: in expansion of macro 'HDstrlen'
len_grp = HDstrlen(exclude_path_ptr->obj_path);
^
h5diff.c: In function 'build_match_list':
../../src/H5private.h:1212:34: warning: conversion to 'int' from 'size_t' may
alter its value [-Wconversion]
#define HDstrlen(S) strlen(S)
^
h5diff.c:367:24: note: in expansion of macro 'HDstrlen'
path1_offset = HDstrlen(objname1);
^
../../src/H5private.h:1212:34: warning: conversion to 'int' from 'size_t' may
alter its value [-Wconversion]
#define HDstrlen(S) strlen(S)
^
h5diff.c:370:24: note: in expansion of macro 'HDstrlen'
path2_offset = HDstrlen(objname2);
^
h5diff.c:341:14: warning: unused variable 'i' [-Wunused-variable]
unsigned i;
^
h5diff.c: In function 'trav_grp_symlinks':
h5diff.c:513:73: warning: conversion to 'hbool_t' from 'int' may change the
sign of the result [-Wsign-conversion]
ret = H5tools_get_symlink_info(tinfo->fid, path, &lnk_info,
opts->follow_links);
^
h5diff.c:545:73: warning: conversion to 'hbool_t' from 'int' may change the
sign of the result [-Wsign-conversion]
ret = H5tools_get_symlink_info(tinfo->fid, path, &lnk_info,
opts->follow_links);
^
h5diff.c:510:5: warning: enumeration value 'H5L_TYPE_ERROR' not handled in
switch [-Wswitch-enum]
switch(linfo->type)
^
h5diff.c:510:5: warning: enumeration value 'H5L_TYPE_HARD' not handled in
switch [-Wswitch-enum]
h5diff.c:510:5: warning: enumeration value 'H5L_TYPE_MAX' not handled in switch
[-Wswitch-enum]
In file included from h5diff.c:18:0:
h5diff.c:585:16: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
HDfree((char *)lnk_info.trg_path);
^
../../src/H5private.h:713:31: note: in definition of macro 'HDfree'
#define HDfree(M) free(M)
^
h5diff.c: In function 'h5diff':
h5diff.c:700:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
HDstrcpy((char *)obj1fullname, "/");
^
../../src/H5private.h:1200:37: note: in definition of macro 'HDstrcpy'
#define HDstrcpy(X,Y) strcpy(X,Y)
^
h5diff.c:701:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
HDstrcat((char *)obj1fullname, objname1);
^
../../src/H5private.h:1185:37: note: in definition of macro 'HDstrcat'
#define HDstrcat(X,Y) strcat(X,Y)
^
h5diff.c:704:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
HDstrcpy((char *)obj1fullname, objname1);
^
../../src/H5private.h:1200:37: note: in definition of macro 'HDstrcpy'
#define HDstrcpy(X,Y) strcpy(X,Y)
^
h5diff.c:709:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
HDstrcpy((char *)obj2fullname, "/");
^
../../src/H5private.h:1200:37: note: in definition of macro 'HDstrcpy'
#define HDstrcpy(X,Y) strcpy(X,Y)
^
h5diff.c:710:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
HDstrcat((char *)obj2fullname, objname2);
^
../../src/H5private.h:1185:37: note: in definition of macro 'HDstrcat'
#define HDstrcat(X,Y) strcat(X,Y)
^
h5diff.c:713:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
HDstrcpy((char *)obj2fullname, objname2);
^
../../src/H5private.h:1200:37: note: in definition of macro 'HDstrcpy'
#define HDstrcpy(X,Y) strcpy(X,Y)
^
In file included from /usr/include/string.h:633:0,
from ../../src/H5private.h:61,
from h5diff.c:18:
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:718:13: note: in expansion of macro 'HDstrcmp'
if(!HDstrcmp((char *)obj1fullname, "/"))
^
h5diff.c:755:17: warning: enum conversion in assignment is invalid in C++
[-Wc++-compat]
obj1type = oinfo1.type;
^
h5diff.c:757:40: warning: conversion to 'int' from 'size_t' may alter its value
[-Wconversion]
idx = info1_obj->nused - 1;
^
h5diff.c:813:17: warning: enum conversion in assignment is invalid in C++
[-Wc++-compat]
obj2type = oinfo2.type;
^
h5diff.c:815:40: warning: conversion to 'int' from 'size_t' may alter its value
[-Wconversion]
idx = info2_obj->nused - 1;
^
In file included from h5diff.c:18:0:
h5diff.c:836:18: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
HDstrcat((char *)obj1fullname, "/");
^
../../src/H5private.h:1185:37: note: in definition of macro 'HDstrcat'
#define HDstrcat(X,Y) strcat(X,Y)
^
h5diff.c:839:18: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
HDstrcat((char *)obj2fullname, "/");
^
../../src/H5private.h:1185:37: note: in definition of macro 'HDstrcat'
#define HDstrcat(X,Y) strcat(X,Y)
^
h5diff.c:845:83: warning: conversion to 'hbool_t' from 'int' may change the
sign of the result [-Wsign-conversion]
l_ret1 = H5tools_get_symlink_info(file1_id, obj1fullname, &trg_linfo1,
options->follow_links);
^
h5diff.c:846:83: warning: conversion to 'hbool_t' from 'int' may change the
sign of the result [-Wsign-conversion]
l_ret2 = H5tools_get_symlink_info(file2_id, obj2fullname, &trg_linfo2,
options->follow_links);
^
h5diff.c:891:13: warning: enum conversion in assignment is invalid in C++
[-Wc++-compat]
obj1type = trg_linfo1.trg_type;
^
h5diff.c:893:43: warning: conversion to 'int' from 'size_t' may alter its value
[-Wconversion]
int idx = info1_lp->nused - 1;
^
h5diff.c:894:17: warning: enum conversion in assignment is invalid in C++
[-Wc++-compat]
info1_lp->paths[idx].type = trg_linfo1.trg_type;
^
h5diff.c:935:13: warning: enum conversion in assignment is invalid in C++
[-Wc++-compat]
obj2type = trg_linfo2.trg_type;
^
h5diff.c:937:43: warning: conversion to 'int' from 'size_t' may alter its value
[-Wconversion]
int idx = info2_lp->nused - 1;
^
h5diff.c:938:17: warning: enum conversion in assignment is invalid in C++
[-Wc++-compat]
info2_lp->paths[idx].type = trg_linfo2.trg_type;
^
h5diff.c:1031:27: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
for(i = 0; i < match_list->nobjs; i++)
^
In file included from h5diff.c:18:0:
h5diff.c:1064:16: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
HDfree((char *)obj1fullname);
^
../../src/H5private.h:713:31: note: in definition of macro 'HDfree'
#define HDfree(M) free(M)
^
h5diff.c:1066:16: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
HDfree((char *)obj2fullname);
^
../../src/H5private.h:713:31: note: in definition of macro 'HDfree'
#define HDfree(M) free(M)
^
h5diff.c:1070:16: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
HDfree((char *)trg_linfo1.trg_path);
^
../../src/H5private.h:713:31: note: in definition of macro 'HDfree'
#define HDfree(M) free(M)
^
h5diff.c:1072:16: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
HDfree((char *)trg_linfo2.trg_path);
^
../../src/H5private.h:713:31: note: in definition of macro 'HDfree'
#define HDfree(M) free(M)
^
h5diff.c: In function 'diff_match':
h5diff.c:1118:24: warning: initialization discards 'const' qualifier from
pointer target type [enabled by default]
char * grp1_path = "";
^
h5diff.c:1119:24: warning: initialization discards 'const' qualifier from
pointer target type [enabled by default]
char * grp2_path = "";
^
h5diff.c:1133:21: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
grp1_path = (char *)grp1;
^
h5diff.c:1135:21: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
grp2_path = (char *)grp2;
^
h5diff.c:1122:19: warning: variable 'objtype' set but not used
[-Wunused-but-set-variable]
h5trav_type_t objtype;
^
h5diff.c: In function 'diff':
h5diff.c:1565:76: warning: conversion to 'hbool_t' from 'int' may change the
sign of the result [-Wsign-conversion]
ret = H5tools_get_symlink_info(file1_id, path1, &linkinfo1,
options->follow_links);
^
h5diff.c:1583:76: warning: conversion to 'hbool_t' from 'int' may change the
sign of the result [-Wsign-conversion]
ret = H5tools_get_symlink_info(file2_id, path2, &linkinfo2,
options->follow_links );
^
h5diff.c:1609:17: warning: enum conversion in assignment is invalid in C++
[-Wc++-compat]
argdata->type[0] = linkinfo1.trg_type;
^
h5diff.c:1613:17: warning: enum conversion in assignment is invalid in C++
[-Wc++-compat]
argdata->type[1] = linkinfo2.trg_type;
^
h5diff.c:1652:17: warning: enumeration value 'H5TRAV_TYPE_UNKNOWN' not handled
in switch [-Wswitch-enum]
switch(object_type)
^
h5diff.c:1687:5: warning: enumeration value 'H5TRAV_TYPE_UNKNOWN' not handled
in switch [-Wswitch-enum]
switch(object_type)
^
In file included from h5diff.c:18:0:
h5diff.c:1893:16: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
HDfree((char *)linkinfo1.trg_path);
^
../../src/H5private.h:713:31: note: in definition of macro 'HDfree'
#define HDfree(M) free(M)
^
h5diff.c:1895:16: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
HDfree((char *)linkinfo2.trg_path);
^
../../src/H5private.h:713:31: note: in definition of macro 'HDfree'
#define HDfree(M) free(M)
^
h5diff.c:1936:16: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
HDfree((char *)linkinfo1.trg_path);
^
../../src/H5private.h:713:31: note: in definition of macro 'HDfree'
#define HDfree(M) free(M)
^
h5diff.c:1938:16: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
HDfree((char *)linkinfo2.trg_path);
^
../../src/H5private.h:713:31: note: in definition of macro 'HDfree'
#define HDfree(M) free(M)
^
h5diff.c: In function 'h5diff':
h5diff.c:937:35: warning: 'info2_lp' may be used uninitialized in this function
[-Wmaybe-uninitialized]
int idx = info2_lp->nused - 1;
^
h5diff.c:893:35: warning: 'info1_lp' may be used uninitialized in this function
[-Wmaybe-uninitialized]
int idx = info1_lp->nused - 1;
^
CC h5diff_array.lo
h5diff_array.c: In function 'diff_array':
h5diff_array.c:260:5: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch (type_class)
^
h5diff_array.c:260:5: warning: enumeration value 'H5T_TIME' not handled in
switch [-Wswitch-enum]
h5diff_array.c:260:5: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
h5diff_array.c: In function 'diff_datum':
h5diff_array.c:508:20: warning: pointer targets in assignment differ in
signedness [-Wpointer-sign]
s1 = mem1;
^
h5diff_array.c:511:20: warning: pointer targets in assignment differ in
signedness [-Wpointer-sign]
s2 = mem2;
^
h5diff_array.c:554:25: warning: pointer targets in passing argument 1 of
'character_compare' differ in signedness [-Wpointer-sign]
ph);
^
h5diff_array.c:149:16: note: expected 'unsigned char *' but argument is of type
'char *'
static hsize_t character_compare(unsigned char *mem1,unsigned char
*mem2,hsize_t i,unsigned u,int rank,hsize_t *dims,hsize_t *acc,hsize_t
*pos,diff_opt_t *options,const char *obj1,const char *obj2,int *ph);
^
h5diff_array.c:554:25: warning: pointer targets in passing argument 2 of
'character_compare' differ in signedness [-Wpointer-sign]
ph);
^
h5diff_array.c:149:16: note: expected 'unsigned char *' but argument is of type
'char *'
static hsize_t character_compare(unsigned char *mem1,unsigned char
*mem2,hsize_t i,unsigned u,int rank,hsize_t *dims,hsize_t *acc,hsize_t
*pos,diff_opt_t *options,const char *obj1,const char *obj2,int *ph);
^
h5diff_array.c:706:43: warning: conversion to 'hsize_t' from 'int' may change
the sign of the result [-Wsign-conversion]
ndims = H5Tget_array_ndims(m_type);
^
h5diff_array.c:744:25: warning: conversion to 'int' from 'hbool_t' may change
the sign of the result [-Wsign-conversion]
iszero1=all_zero(_mem1, H5Tget_size(m_type));
^
h5diff_array.c:745:25: warning: conversion to 'int' from 'hbool_t' may change
the sign of the result [-Wsign-conversion]
iszero2=all_zero(_mem2, H5Tget_size(m_type));
^
h5diff_array.c:863:13: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
((char *)(((hvl_t *)mem1)->p)) + j * size,
^
h5diff_array.c:864:13: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
((char *)(((hvl_t *)mem2)->p)) + j * size, /* offset */
^
h5diff_array.c:109:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:1810:17: note: in expansion of macro 'PER'
PER(f1,f2);
^
h5diff_array.c:109:18: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:1810:17: note: in expansion of macro 'PER'
PER(f1,f2);
^
h5diff_array.c:111:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A!=0) \
^
h5diff_array.c:1810:17: note: in expansion of macro 'PER'
PER(f1,f2);
^
h5diff_array.c:109:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:1842:17: note: in expansion of macro 'PER'
PER(f1,f2);
^
h5diff_array.c:109:18: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:1842:17: note: in expansion of macro 'PER'
PER(f1,f2);
^
h5diff_array.c:111:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A!=0) \
^
h5diff_array.c:1842:17: note: in expansion of macro 'PER'
PER(f1,f2);
^
h5diff_array.c:1936:54: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
if (ABS(temp1_float-temp2_float) > options->delta)
^
h5diff_array.c:1942:29: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
parallel_print(F_FORMAT,temp1_float,temp2_float,ABS(temp1_float-temp2_float));
^
h5diff_array.c:1942:29: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:1942:29: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:1949:36: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c:1955:25: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
parallel_print(F_FORMAT,temp1_float,temp2_float,ABS(temp1_float-temp2_float));
^
h5diff_array.c:1955:25: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:1955:25: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:109:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:1982:21: note: in expansion of macro 'PER'
PER(temp1_float,temp2_float);
^
h5diff_array.c:109:18: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:1982:21: note: in expansion of macro 'PER'
PER(temp1_float,temp2_float);
^
h5diff_array.c:111:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A!=0) \
^
h5diff_array.c:1982:21: note: in expansion of macro 'PER'
PER(temp1_float,temp2_float);
^
h5diff_array.c:1990:29: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
parallel_print(F_FORMAT_P_NOTCOMP,temp1_float,temp2_float,ABS(temp1_float-temp2_float));
^
h5diff_array.c:1990:29: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:1990:29: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:1997:85: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
if ( per > options->percent &&
ABS(temp1_float-temp2_float) > options->delta )
^
h5diff_array.c:2005:37: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
ABS(1-temp2_float/temp1_float));
^
h5diff_array.c:2005:37: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:2005:37: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:2005:37: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:2012:36: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c:2018:25: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
parallel_print(F_FORMAT,temp1_float,temp2_float,ABS(temp1_float-temp2_float));
^
h5diff_array.c:2018:25: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:2018:25: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:109:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:2047:21: note: in expansion of macro 'PER'
PER(temp1_float,temp2_float);
^
h5diff_array.c:109:18: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:2047:21: note: in expansion of macro 'PER'
PER(temp1_float,temp2_float);
^
h5diff_array.c:111:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A!=0) \
^
h5diff_array.c:2047:21: note: in expansion of macro 'PER'
PER(temp1_float,temp2_float);
^
h5diff_array.c:2056:33: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
ABS(temp1_float-temp2_float));
^
h5diff_array.c:2056:33: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:2056:33: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:2071:37: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
ABS(1-temp2_float/temp1_float));
^
h5diff_array.c:2071:37: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:2071:37: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:2071:37: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:2078:36: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c:2084:25: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
parallel_print(F_FORMAT,temp1_float,temp2_float,ABS(temp1_float-temp2_float));
^
h5diff_array.c:2084:25: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:2084:25: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:2102:21: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
parallel_print(F_FORMAT,temp1_float,temp2_float,ABS(temp1_float-temp2_float));
^
h5diff_array.c:2102:21: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:2102:21: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:2160:36: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c:109:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:2194:21: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:109:18: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:2194:21: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:111:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A!=0) \
^
h5diff_array.c:2194:21: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:2225:36: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c:109:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:2259:21: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:109:18: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:2259:21: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:111:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A!=0) \
^
h5diff_array.c:2259:21: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:2291:36: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c:2375:36: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c:109:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:2408:21: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:109:18: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:2408:21: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:111:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A!=0) \
^
h5diff_array.c:2408:21: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:2439:36: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c:109:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:2472:21: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:109:18: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:2472:21: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:111:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A!=0) \
^
h5diff_array.c:2472:21: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:2504:36: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c:440:5: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch (H5Tget_class(m_type))
^
h5diff_array.c:440:5: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
h5diff_array.c: In function 'diff_region':
h5diff_array.c:2670:40: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
alloc_size = nblocks1 * ndims1 * 2 * sizeof(ptdata1[0]);
^
h5diff_array.c:2673:17: warning: request for implicit conversion from 'void *'
to 'hsize_t *' not permitted in C++ [-Wc++-compat]
ptdata1 = HDmalloc((size_t)alloc_size);
^
h5diff_array.c:2677:17: warning: request for implicit conversion from 'void *'
to 'hsize_t *' not permitted in C++ [-Wc++-compat]
ptdata2 = HDmalloc((size_t)alloc_size);
^
h5diff_array.c:2725:31: warning: conversion to 'long long unsigned int' from
'hssize_t' may change the sign of the result [-Wsign-conversion]
alloc_size = npoints1 * ndims1 * sizeof(ptdata1[0]);
^
h5diff_array.c:2728:17: warning: request for implicit conversion from 'void *'
to 'hsize_t *' not permitted in C++ [-Wc++-compat]
ptdata1 = HDmalloc((size_t)alloc_size);
^
h5diff_array.c:2732:17: warning: request for implicit conversion from 'void *'
to 'hsize_t *' not permitted in C++ [-Wc++-compat]
ptdata2 = HDmalloc((size_t)alloc_size);
^
h5diff_array.c:2789:5: warning: conversion to 'hsize_t' from 'int' may change
the sign of the result [-Wsign-conversion]
nfound_b = nfound_b/ndims1;
^
h5diff_array.c:2790:5: warning: conversion to 'hsize_t' from 'int' may change
the sign of the result [-Wsign-conversion]
nfound_p = nfound_p/ndims1;
^
h5diff_array.c: In function 'character_compare':
h5diff_array.c:2832:13: warning: conversion to 'char' from 'unsigned char' may
change the sign of the result [-Wsign-conversion]
h5diff_print_char(temp1_uchar);
^
h5diff_array.c:2834:13: warning: conversion to 'char' from 'unsigned char' may
change the sign of the result [-Wsign-conversion]
h5diff_print_char(temp2_uchar);
^
h5diff_array.c: In function 'character_compare_opt':
h5diff_array.c:2870:24: warning: variable 'both_zero' set but not used
[-Wunused-but-set-variable]
int both_zero;
^
h5diff_array.c: In function 'diff_float':
h5diff_array.c:2994:50: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
if (ABS(temp1_float-temp2_float) > options->delta)
^
h5diff_array.c:3000:25: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
parallel_print(F_FORMAT,temp1_float,temp2_float,ABS(temp1_float-temp2_float));
^
h5diff_array.c:3000:25: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3000:25: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3006:32: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c:3012:21: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
parallel_print(F_FORMAT,temp1_float,temp2_float,ABS(temp1_float-temp2_float));
^
h5diff_array.c:3012:21: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3012:21: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:109:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:3048:17: note: in expansion of macro 'PER'
PER(temp1_float,temp2_float);
^
h5diff_array.c:109:18: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:3048:17: note: in expansion of macro 'PER'
PER(temp1_float,temp2_float);
^
h5diff_array.c:111:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A!=0) \
^
h5diff_array.c:3048:17: note: in expansion of macro 'PER'
PER(temp1_float,temp2_float);
^
h5diff_array.c:3057:29: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
ABS(temp1_float-temp2_float));
^
h5diff_array.c:3057:29: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3057:29: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3072:33: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
ABS(1-temp2_float/temp1_float));
^
h5diff_array.c:3072:33: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3072:33: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3072:33: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3078:32: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c:3084:21: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
parallel_print(F_FORMAT,temp1_float,temp2_float,ABS(temp1_float-temp2_float));
^
h5diff_array.c:3084:21: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3084:21: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:109:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:3122:17: note: in expansion of macro 'PER'
PER(temp1_float,temp2_float);
^
h5diff_array.c:109:18: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:3122:17: note: in expansion of macro 'PER'
PER(temp1_float,temp2_float);
^
h5diff_array.c:111:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A!=0) \
^
h5diff_array.c:3122:17: note: in expansion of macro 'PER'
PER(temp1_float,temp2_float);
^
h5diff_array.c:3131:29: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
ABS(temp1_float-temp2_float));
^
h5diff_array.c:3131:29: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3131:29: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3138:81: warning: implicit conversion from 'float' to 'double'
to match other operand of binary expression [-Wdouble-promotion]
if ( per > options->percent &&
ABS(temp1_float-temp2_float) > options->delta )
^
h5diff_array.c:3146:33: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
ABS(1-temp2_float/temp1_float));
^
h5diff_array.c:3146:33: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3146:33: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3146:33: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3153:32: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c:3159:21: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
parallel_print(F_FORMAT,temp1_float,temp2_float,ABS(temp1_float-temp2_float));
^
h5diff_array.c:3159:21: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3159:21: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3188:21: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
parallel_print(F_FORMAT,temp1_float,temp2_float,ABS(temp1_float-temp2_float));
^
h5diff_array.c:3188:21: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c:3188:21: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
h5diff_array.c: In function 'diff_double':
h5diff_array.c:3279:32: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c:109:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:3321:17: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:109:18: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:3321:17: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:111:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A!=0) \
^
h5diff_array.c:3321:17: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:3351:32: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c:109:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:3395:17: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:109:18: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:3395:17: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:111:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A!=0) \
^
h5diff_array.c:3395:17: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:3426:32: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c: In function 'diff_ldouble':
h5diff_array.c:3562:32: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c:109:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:3604:17: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:109:18: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:3604:17: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:111:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A!=0) \
^
h5diff_array.c:3604:17: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:3634:32: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c:109:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:3678:17: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:109:18: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:3678:17: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:111:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A!=0) \
^
h5diff_array.c:3678:17: note: in expansion of macro 'PER'
PER(temp1_double,temp2_double);
^
h5diff_array.c:3709:32: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
else if (isnan1==1 && isnan2==0 || isnan1==0 && isnan2==1)
^
h5diff_array.c: In function 'diff_ullong':
h5diff_array.c:109:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:5449:10: note: in expansion of macro 'PER'
PER(f1,f2);
^
h5diff_array.c:109:18: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:5449:10: note: in expansion of macro 'PER'
PER(f1,f2);
^
h5diff_array.c:111:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A!=0) \
^
h5diff_array.c:5449:10: note: in expansion of macro 'PER'
PER(f1,f2);
^
h5diff_array.c:109:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:5494:10: note: in expansion of macro 'PER'
PER(f1,f2);
^
h5diff_array.c:109:18: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A==0 && B==0) \
^
h5diff_array.c:5494:10: note: in expansion of macro 'PER'
PER(f1,f2);
^
h5diff_array.c:111:10: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (A!=0) \
^
h5diff_array.c:5494:10: note: in expansion of macro 'PER'
PER(f1,f2);
^
h5diff_array.c: In function 'equal_double':
h5diff_array.c:5652:15: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (value == expected)
^
h5diff_array.c: In function 'equal_ldouble':
h5diff_array.c:5705:15: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (value == expected)
^
h5diff_array.c: In function 'equal_float':
h5diff_array.c:5762:15: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (value == expected)
^
h5diff_array.c: In function 'my_isnan':
h5diff_array.c:5802:20: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
retval = (x!=x);
^
h5diff_array.c:5811:20: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
retval = (x!=x);
^
h5diff_array.c:5819:20: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
retval = (x!=x);
^
h5diff_array.c:5837:13: warning: implicit conversion from 'float' to 'double'
when passing argument to function [-Wdouble-promotion]
sprintf(s, "%g", x);
^
In file included from h5diff_array.c:20:0:
h5diff_array.c: In function 'get_member_types':
h5diff_array.c:6141:40: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
members->ids = HDcalloc(members->n, sizeof(hid_t));
^
../../src/H5private.h:556:37: note: in definition of macro 'HDcalloc'
#define HDcalloc(N,Z) calloc(N,Z)
^
h5diff_array.c:6141:22: warning: request for implicit conversion from 'void *'
to 'hid_t *' not permitted in C++ [-Wc++-compat]
members->ids = HDcalloc(members->n, sizeof(hid_t));
^
In file included from h5diff_array.c:20:0:
h5diff_array.c:6142:42: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
members->flags = HDcalloc(members->n, sizeof(unsigned char));
^
../../src/H5private.h:556:37: note: in definition of macro 'HDcalloc'
#define HDcalloc(N,Z) calloc(N,Z)
^
h5diff_array.c:6142:24: warning: request for implicit conversion from 'void *'
to 'unsigned char *' not permitted in C++ [-Wc++-compat]
members->flags = HDcalloc(members->n, sizeof(unsigned char));
^
In file included from h5diff_array.c:20:0:
h5diff_array.c:6143:44: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
members->offsets = HDcalloc(members->n, sizeof(size_t));
^
../../src/H5private.h:556:37: note: in definition of macro 'HDcalloc'
#define HDcalloc(N,Z) calloc(N,Z)
^
h5diff_array.c:6143:26: warning: request for implicit conversion from 'void *'
to 'size_t *' not permitted in C++ [-Wc++-compat]
members->offsets = HDcalloc(members->n, sizeof(size_t));
^
In file included from h5diff_array.c:20:0:
h5diff_array.c:6144:38: warning: conversion to 'size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
members->m = HDcalloc(members->n, sizeof(mcomp_t *));
^
../../src/H5private.h:556:37: note: in definition of macro 'HDcalloc'
#define HDcalloc(N,Z) calloc(N,Z)
^
h5diff_array.c:6144:20: warning: request for implicit conversion from 'void *'
to 'struct mcomp_t **' not permitted in C++ [-Wc++-compat]
members->m = HDcalloc(members->n, sizeof(mcomp_t *));
^
h5diff_array.c:6148:14: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
members->ids[i] = H5Tget_member_type( tid, i );
^
h5diff_array.c:6149:52: warning: conversion to 'unsigned char' from 'htri_t'
may alter its value [-Wconversion]
members->flags[i] = H5Tis_variable_str( members->ids[i] );
^
h5diff_array.c:6150:14: warning: conversion to 'unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
members->offsets[i] = H5Tget_member_offset( tid, i );
^
h5diff_array.c: At top level:
h5diff_array.c:39:0: warning: macro "C_FORMAT" is not used [-Wunused-macros]
#define C_FORMAT "%-16c %-17c\n"
^
h5diff_array.c:135:0: warning: macro "IS_ZERO" is not used [-Wunused-macros]
#define IS_ZERO(A) { is_zero=0; \
^
h5diff_array.c:70:0: warning: macro "UI_FORMAT_P_NOTCOMP" is not used
[-Wunused-macros]
#define UI_FORMAT_P_NOTCOMP "%-15u %-15u %-15u not comparable\n"
^
h5diff_array.c:55:0: warning: macro "UI_FORMAT_P" is not used [-Wunused-macros]
#define UI_FORMAT_P "%-15u %-15u %-15u %-14f\n"
^
h5diff_array.c:130:0: warning: macro "BOTH_ZERO" is not used [-Wunused-macros]
#define BOTH_ZERO(A,B) { both_zero=0; \
^
CC h5diff_attr.lo
h5diff_attr.c: In function 'table_attr_mark_exist':
h5diff_attr.c:111:18: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
unsigned int new;
^
h5diff_attr.c:118:5: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
new = table->nattrs++;
^
h5diff_attr.c:118:24: warning: conversion to 'unsigned int' from 'size_t' may
alter its value [-Wconversion]
new = table->nattrs++;
^
h5diff_attr.c:119:18: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->attrs[new].exist[0] = exist[0];
^
h5diff_attr.c:120:18: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->attrs[new].exist[1] = exist[1];
^
h5diff_attr.c:121:18: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->attrs[new].name = (char *)HDstrdup(name);
^
CC h5diff_dset.lo
h5diff_dset.c: In function 'diff_can_type':
h5diff_dset.c:677:5: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch (tclass1)
^
h5diff_dset.c:677:5: warning: enumeration value 'H5T_TIME' not handled in
switch [-Wswitch-enum]
h5diff_dset.c:677:5: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
CC h5diff_util.lo
h5diff_util.c: In function 'print_type':
h5diff_util.c:79:5: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch (H5Tget_class(type))
^
h5diff_util.c:79:5: warning: enumeration value 'H5T_TIME' not handled in switch
[-Wswitch-enum]
h5diff_util.c:79:5: warning: enumeration value 'H5T_STRING' not handled in
switch [-Wswitch-enum]
h5diff_util.c:79:5: warning: enumeration value 'H5T_BITFIELD' not handled in
switch [-Wswitch-enum]
h5diff_util.c:79:5: warning: enumeration value 'H5T_OPAQUE' not handled in
switch [-Wswitch-enum]
h5diff_util.c:79:5: warning: enumeration value 'H5T_COMPOUND' not handled in
switch [-Wswitch-enum]
h5diff_util.c:79:5: warning: enumeration value 'H5T_REFERENCE' not handled in
switch [-Wswitch-enum]
h5diff_util.c:79:5: warning: enumeration value 'H5T_ENUM' not handled in switch
[-Wswitch-enum]
h5diff_util.c:79:5: warning: enumeration value 'H5T_VLEN' not handled in switch
[-Wswitch-enum]
h5diff_util.c:79:5: warning: enumeration value 'H5T_ARRAY' not handled in
switch [-Wswitch-enum]
h5diff_util.c:79:5: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
h5diff_util.c: In function 'get_type':
h5diff_util.c:211:5: warning: enumeration value 'H5TRAV_TYPE_UNKNOWN' not
handled in switch [-Wswitch-enum]
switch(type) {
^
h5diff_util.c: In function 'get_sign':
h5diff_util.c:243:5: warning: enumeration value 'H5T_SGN_ERROR' not handled in
switch [-Wswitch-enum]
switch (sign)
^
h5diff_util.c:243:5: warning: enumeration value 'H5T_NSGN' not handled in
switch [-Wswitch-enum]
h5diff_util.c: In function 'get_class':
h5diff_util.c:269:5: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch (tclass)
^
h5diff_util.c:269:5: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
h5diff_util.c: In function 'get_type':
h5diff_util.c:209:1: warning: function might be candidate for attribute 'const'
[-Wsuggest-attribute=const]
get_type(h5trav_type_t type)
^
h5diff_util.c: In function 'get_sign':
h5diff_util.c:241:1: warning: function might be candidate for attribute 'const'
[-Wsuggest-attribute=const]
get_sign(H5T_sign_t sign)
^
h5diff_util.c: In function 'get_class':
h5diff_util.c:267:1: warning: function might be candidate for attribute 'const'
[-Wsuggest-attribute=const]
get_class(H5T_class_t tclass)
^
CC h5trav.lo
h5trav.c: In function 'trav_addr_add':
h5trav.c:133:23: warning: request for implicit conversion from 'void *' to
'struct <anonymous> *' not permitted in C++ [-Wc++-compat]
visited->objs = HDrealloc(visited->objs, visited->nalloc *
sizeof(visited->objs[0]));
^
h5trav.c: In function 'h5trav_getindext':
h5trav.c:683:13: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
return(i);
^
h5trav.c:687:13: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
return(i);
^
h5trav.c:696:21: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
return(i);
^
h5trav.c:700:21: warning: conversion to 'int' from 'unsigned int' may change
the sign of the result [-Wsign-conversion]
return(i);
^
h5trav.c: In function 'trav_table_add':
h5trav.c:727:12: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
size_t new;
^
h5trav.c:734:5: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
new = table->nobjs++;
^
h5trav.c:735:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].objno = oinfo ? oinfo->addr : HADDR_UNDEF;
^
h5trav.c:736:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].flags[0] = table->objs[new].flags[1] = 0;
^
h5trav.c:736:45: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].flags[0] = table->objs[new].flags[1] = 0;
^
h5trav.c:737:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].is_same_trgobj = 0;
^
h5trav.c:738:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].name = (char *)HDstrdup(path);
^
h5trav.c:739:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].type = oinfo ? (h5trav_type_t)oinfo->type :
H5TRAV_TYPE_LINK;
^
h5trav.c:740:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].nlinks = 0;
^
h5trav.c:741:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].sizelinks = 0;
^
h5trav.c:742:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].links = NULL;
^
h5trav.c: In function 'trav_table_addflags':
h5trav.c:810:18: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
unsigned int new;
^
h5trav.c:817:5: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
new = table->nobjs++;
^
h5trav.c:817:23: warning: conversion to 'unsigned int' from 'size_t' may alter
its value [-Wconversion]
new = table->nobjs++;
^
h5trav.c:818:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].objno = 0;
^
h5trav.c:819:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].flags[0] = flags[0];
^
h5trav.c:820:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].flags[1] = flags[1];
^
h5trav.c:821:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].is_same_trgobj = 0;
^
h5trav.c:822:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].name = (char *)HDstrdup(name);
^
h5trav.c:823:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].type = type;
^
h5trav.c:824:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].nlinks = 0;
^
h5trav.c:825:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].sizelinks = 0;
^
h5trav.c:826:17: warning: identifier 'new' conflicts with C++ keyword
[-Wc++-compat]
table->objs[new].links = NULL;
^
h5trav.c: In function 'trav_attr':
h5trav.c:893:17: warning: unused parameter 'obj' [-Wunused-parameter]
trav_attr(hid_t obj, const char *attr_name, const H5A_info_t UNUSED *ainfo,
void *op_data)
^
h5trav.c: In function 'trav_print_visit_obj':
h5trav.c:981:5: warning: enumeration value 'H5O_TYPE_UNKNOWN' not handled in
switch [-Wswitch-enum]
switch(oinfo->type) {
^
h5trav.c:981:5: warning: enumeration value 'H5O_TYPE_NTYPES' not handled in
switch [-Wswitch-enum]
h5trav.c:1004:13: warning: passing argument 7 of 'H5Aiterate_by_name' discards
'const' qualifier from pointer target type [enabled by default]
H5Aiterate_by_name(print_udata->fid, path, trav_index_by,
trav_index_order, NULL, trav_attr, path, H5P_DEFAULT);
^
In file included from ../../src/hdf5.h:25:0,
from h5trav.h:19,
from h5trav.c:17:
../../src/H5Apublic.h:76:16: note: expected 'void *' but argument is of type
'const char *'
H5_DLL herr_t H5Aiterate_by_name(hid_t loc_id, const char *obj_name,
H5_index_t idx_type,
^
h5trav.c: In function 'trav_print_visit_lnk':
h5trav.c:1033:5: warning: enumeration value 'H5L_TYPE_ERROR' not handled in
switch [-Wswitch-enum]
switch(linfo->type) {
^
h5trav.c:1033:5: warning: enumeration value 'H5L_TYPE_HARD' not handled in
switch [-Wswitch-enum]
h5trav.c:1033:5: warning: enumeration value 'H5L_TYPE_MAX' not handled in
switch [-Wswitch-enum]
h5trav.c: In function 'symlink_visit_add':
h5trav.c:1179:23: warning: request for implicit conversion from 'void *' to
'struct <anonymous> *' not permitted in C++ [-Wc++-compat]
visited->objs = tmp_ptr;
^
h5trav.c: At top level:
h5trav.c:52:0: warning: macro "HSIZE_T_FORMAT" is not used [-Wunused-macros]
#define HSIZE_T_FORMAT "%"H5_PRINTF_LL_WIDTH"u"
^
CC h5tools_filters.lo
h5tools_filters.c: In function 'h5tools_can_encode':
h5tools_filters.c:167:5: warning: function might be candidate for attribute
'const' [-Wsuggest-attribute=const]
int h5tools_can_encode( H5Z_filter_t filtn)
^
CC h5tools_ref.lo
In file included from h5tools_ref.c:19:0:
h5tools_ref.c: In function 'free_ref_path_info':
h5tools_ref.c:68:12: warning: cast discards '__attribute__((const))' qualifier
from pointer target type [-Wcast-qual]
HDfree((void *)node->path);
^
../../src/H5private.h:713:31: note: in definition of macro 'HDfree'
#define HDfree(M) free(M)
^
h5tools_ref.c: In function 'ref_path_table_put':
h5tools_ref.c:221:18: warning: request for implicit conversion from 'void *' to
'struct ref_path_node_t *' not permitted in C++ [-Wc++-compat]
if((new_node = HDmalloc(sizeof(ref_path_node_t))) == NULL)
^
h5tools_ref.c: In function 'lookup_ref_path':
h5tools_ref.c:303:10: warning: request for implicit conversion from 'void *' to
'struct ref_path_node_t *' not permitted in C++ [-Wc++-compat]
node = H5SL_search(ref_path_table, &ref);
^
CC h5tools_type.lo
h5tools_type.c: In function 'h5tools_get_little_endian_type':
h5tools_type.c:78:5: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch( type_class )
^
h5tools_type.c:78:5: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
h5tools_type.c: In function 'h5tools_get_big_endian_type':
h5tools_type.c:155:5: warning: enumeration value 'H5T_NO_CLASS' not handled in
switch [-Wswitch-enum]
switch( type_class )
^
h5tools_type.c:155:5: warning: enumeration value 'H5T_NCLASSES' not handled in
switch [-Wswitch-enum]
CCLD libh5tools.la
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/lib'
Making all in h5diff
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5diff'
CC h5diff_main.o
h5diff_main.c: In function â??mainâ??:
h5diff_main.c:104:1: warning: label â??outâ?? defined but not used
[-Wunused-label]
out:
^
h5diff_main.c: In function â??h5diff_exitâ??:
h5diff_main.c:140:6: warning: function might be candidate for attribute
â??noreturnâ?? [-Wsuggest-attribute=noreturn]
void h5diff_exit(int status)
^
CC h5diff_common.o
h5diff_common.c: In function â??parse_command_lineâ??:
h5diff_common.c:183:38: warning: cast discards â??__attribute__((const))â??
qualifier from pointer target type [-Wcast-qual]
exclude_node->obj_path = (char*)opt_arg;
^
h5diff_common.c:213:32: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (options->delta == 0)
^
h5diff_common.c:230:34: warning: comparing floating point with == or != is
unsafe [-Wfloat-equal]
if (options->percent == 0)
^
h5diff_common.c:244:34: warning: conversion to â??hsize_tâ?? from â??long
intâ?? may change the sign of the result [-Wsign-conversion]
options->count = atol( opt_arg );
^
CCLD h5diff
CC h5diffgentest.o
h5diffgentest.c: In function â??test_basicâ??:
h5diffgentest.c:321:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
double data2[3][2] = {{0,1.1},{1.01,1.001},{0,1}};
^
h5diffgentest.c:321:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5diffgentest.c:321:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5diffgentest.c:396:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
double data13[3][2] ={{0.0000000000000000,
0.0000000000000001},{0.0000000000000001,
0.0000000000000000},{0.00000000000000033, 0.0000000000000001}};
^
h5diffgentest.c:396:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5diffgentest.c:396:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5diffgentest.c:396:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5diffgentest.c:396:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5diffgentest.c:396:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5diffgentest.c:397:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
double data14[3][2] ={{0.0000000000000000,
0.0000000000000004},{0.0000000000000002,
0.0000000000000001},{0.0000000000000001, 0.00000000000000000}};
^
h5diffgentest.c:397:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5diffgentest.c:397:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5diffgentest.c:397:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5diffgentest.c:397:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5diffgentest.c:397:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5diffgentest.c:488:48: warning: conversion to â??floatâ?? from â??doubleâ??
may alter its value [-Wconversion]
data19[0] = data19[1] = data19[2] = log(0);
^
h5diffgentest.c:489:45: warning: conversion to â??floatâ?? from â??doubleâ??
may alter its value [-Wconversion]
data19[3] = data19[4] = data19[5] = -log(0);
^
h5diffgentest.c:563:9: warning: missing braces around initializer
[-Wmissing-braces]
cmp1_t data7[1] = {1,2};
^
h5diffgentest.c:563:9: warning: (near initialization for â??data7[0]â??)
[-Wmissing-braces]
h5diffgentest.c:564:9: warning: missing braces around initializer
[-Wmissing-braces]
cmp2_t data8[1] = {1,2};
^
h5diffgentest.c:564:9: warning: (near initialization for â??data8[0]â??)
[-Wmissing-braces]
h5diffgentest.c: In function â??test_attributes_verbose_levelâ??:
h5diffgentest.c:1028:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
float f1_attr_fdata[2]= {1.1,2.2}; /* float */
^
h5diffgentest.c:1028:5: warning: conversion to â??floatâ?? alters â??doubleâ??
constant value [-Wconversion]
h5diffgentest.c:1028:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5diffgentest.c:1028:5: warning: conversion to â??floatâ?? alters â??doubleâ??
constant value [-Wconversion]
h5diffgentest.c:1031:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
float f2_attr_fdata[2]= {2.1,3.2}; /* float */
^
h5diffgentest.c:1031:5: warning: conversion to â??floatâ?? alters â??doubleâ??
constant value [-Wconversion]
h5diffgentest.c:1031:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5diffgentest.c:1031:5: warning: conversion to â??floatâ?? alters â??doubleâ??
constant value [-Wconversion]
h5diffgentest.c: In function â??test_comp_vlen_stringsâ??:
h5diffgentest.c:3699:52: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp1_buf.str_vlen = comp1_buf.str_vlen_repeat = vlen_str_buf;
^
h5diffgentest.c:3700:52: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp2_buf.str_vlen = comp2_buf.str_vlen_repeat = vlen_str_buf;
^
h5diffgentest.c:3701:52: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp3_buf.str_vlen = comp3_buf.str_vlen_repeat = vlen_str_buf;
^
h5diffgentest.c:3702:52: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp4_buf.str_vlen = comp4_buf.str_vlen_repeat = vlen_str_buf;
^
h5diffgentest.c:3703:52: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp5_buf.str_vlen = comp5_buf.str_vlen_repeat = vlen_str_buf;
^
h5diffgentest.c:3704:52: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp6_buf.str_vlen = comp6_buf.str_vlen_repeat = vlen_str_buf;
^
h5diffgentest.c:3705:52: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp7_buf.str_vlen = comp7_buf.str_vlen_repeat = vlen_str_buf;
^
h5diffgentest.c:3706:52: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp8_buf.str_vlen = comp8_buf.str_vlen_repeat = vlen_str_buf;
^
h5diffgentest.c:3707:52: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp9_buf.str_vlen = comp9_buf.str_vlen_repeat = vlen_str_buf;
^
h5diffgentest.c:3743:73: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp1_buf.str_array_vlen[i] = comp1_buf.str_vlen_array_again[i] =
vlen_str_array_buf[i];
^
h5diffgentest.c:3744:73: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp2_buf.str_array_vlen[i] = comp2_buf.str_vlen_array_again[i] =
vlen_str_array_buf[i];
^
h5diffgentest.c:3745:73: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp3_buf.str_array_vlen[i] = comp3_buf.str_vlen_array_again[i] =
vlen_str_array_buf[i];
^
h5diffgentest.c:3746:73: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp4_buf.str_array_vlen[i] = comp4_buf.str_vlen_array_again[i] =
vlen_str_array_buf[i];
^
h5diffgentest.c:3747:73: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp5_buf.str_array_vlen[i] = comp5_buf.str_vlen_array_again[i] =
vlen_str_array_buf[i];
^
h5diffgentest.c:3748:73: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp6_buf.str_array_vlen[i] = comp6_buf.str_vlen_array_again[i] =
vlen_str_array_buf[i];
^
h5diffgentest.c:3749:73: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp7_buf.str_array_vlen[i] = comp7_buf.str_vlen_array_again[i] =
vlen_str_array_buf[i];
^
h5diffgentest.c:3750:73: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp8_buf.str_array_vlen[i] = comp8_buf.str_vlen_array_again[i] =
vlen_str_array_buf[i];
^
h5diffgentest.c:3751:73: warning: assignment discards â??constâ?? qualifier
from pointer target type [enabled by default]
comp9_buf.str_array_vlen[i] = comp9_buf.str_vlen_array_again[i] =
vlen_str_array_buf[i];
^
h5diffgentest.c:3668:16: warning: unused variable â??objref_dimsâ??
[-Wunused-variable]
hsize_t objref_dims[1]={1};
^
h5diffgentest.c: In function â??test_enumsâ??:
h5diffgentest.c:4274:1: warning: label â??outâ?? defined but not used
[-Wunused-label]
out:
^
h5diffgentest.c: In function â??test_comps_arrayâ??:
h5diffgentest.c:4345:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
wdata[i].cmpd2[j].f2 = (float)(i*10.5) + diff;
^
h5diffgentest.c:4345:13: warning: conversion to â??floatâ?? from â??intâ?? may
alter its value [-Wconversion]
h5diffgentest.c:4336:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret; /* Generic return value */
^
h5diffgentest.c: In function â??test_comps_vlenâ??:
h5diffgentest.c:4454:9: warning: conversion to â??intâ?? from â??unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
wdata[i].i1 = i;
^
h5diffgentest.c:4459:13: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
((cmpd2_t *)wdata[i].vl.p)[j].i2 = i*10 + diff;
^
h5diffgentest.c:4459:53: warning: conversion to â??intâ?? from â??unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
((cmpd2_t *)wdata[i].vl.p)[j].i2 = i*10 + diff;
^
h5diffgentest.c:4460:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((cmpd2_t *)wdata[i].vl.p)[j].f2 = (float)(i*10.5) + diff;
^
h5diffgentest.c:4460:13: warning: conversion to â??floatâ?? from â??intâ?? may
alter its value [-Wconversion]
h5diffgentest.c:4449:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret; /* Generic return value */
^
h5diffgentest.c:4424:80: warning: unused parameter â??attrâ??
[-Wunused-parameter]
static void test_comps_vlen (const char * fname, const char *dset, const char
*attr, int diff, int is_file_new)
^
h5diffgentest.c: In function â??test_comps_array_vlenâ??:
h5diffgentest.c:4579:47: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
wdata[i].cmpd2[j].vl.p = malloc((j+1)*sizeof(cmpd3_t));
^
h5diffgentest.c:4580:41: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i].cmpd2[j].vl.len = j+1;
^
h5diffgentest.c:4581:13: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for(k=0; k<(j+1); k++)
^
h5diffgentest.c:4585:17: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((cmpd3_t *)wdata[i].cmpd2[j].vl.p)[k].f3 = (float)(j*10.5) +
diff;
^
h5diffgentest.c:4585:17: warning: conversion to â??floatâ?? from â??intâ?? may
alter its value [-Wconversion]
h5diffgentest.c:4567:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret; /* Generic return value */
^
h5diffgentest.c:4538:85: warning: unused parameter â??attrâ??
[-Wunused-parameter]
static void test_comps_array_vlen (const char * fname, const char *dset,const
char *attr, int diff, int is_file_new)
^
h5diffgentest.c: In function â??test_comps_vlen_arryâ??:
h5diffgentest.c:4721:9: warning: conversion to â??intâ?? from â??unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
wdata[i].i1 = i;
^
h5diffgentest.c:4727:13: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
((cmpd2_t *)wdata[i].vl.p)[j].i2 = i*10 + diff;
^
h5diffgentest.c:4727:53: warning: conversion to â??intâ?? from â??unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
((cmpd2_t *)wdata[i].vl.p)[j].i2 = i*10 + diff;
^
h5diffgentest.c:4731:17: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((cmpd2_t *)(wdata[i].vl.p))[j].cmpd3[k].i3 = k*10.5 + diff;
^
h5diffgentest.c:4731:70: warning: conversion to â??intâ?? from â??doubleâ?? may
alter its value [-Wconversion]
((cmpd2_t *)(wdata[i].vl.p))[j].cmpd3[k].i3 = k*10.5 + diff;
^
h5diffgentest.c:4732:17: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((cmpd2_t *)(wdata[i].vl.p))[j].cmpd3[k].f3 = (float)(k*10.5)
+ diff;
^
h5diffgentest.c:4732:17: warning: conversion to â??floatâ?? from â??intâ?? may
alter its value [-Wconversion]
h5diffgentest.c:4715:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret; /* Generic return value */
^
h5diffgentest.c:4681:85: warning: unused parameter â??attrâ??
[-Wunused-parameter]
static void test_comps_vlen_arry (const char * fname, const char *dset, const
char *attr, int diff, int is_file_new)
^
h5diffgentest.c: In function â??test_data_nocomparablesâ??:
h5diffgentest.c:4852:5: warning: missing braces around initializer
[-Wmissing-braces]
int data1_dim2[DIM_ARRY][1] = {0,0,0};
^
h5diffgentest.c:4852:5: warning: (near initialization for â??data1_dim2[0]â??)
[-Wmissing-braces]
h5diffgentest.c:4995:5: warning: request for implicit conversion from â??void
*â?? to â??hsize_t *â?? not permitted in C++ [-Wc++-compat]
write_attr(did2,1, attr2_dim_ptr,"attr2", H5T_NATIVE_INT, data3);
^
h5diffgentest.c:4998:5: warning: request for implicit conversion from â??void
*â?? to â??hsize_t *â?? not permitted in C++ [-Wc++-compat]
write_attr(did2, rank_attr,attr3_dim_ptr,"attr3", H5T_NATIVE_INT,
attr_data_ptr3);
^
h5diffgentest.c: In function â??write_attr_inâ??:
h5diffgentest.c:5721:39: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
buf52[i][j].p = malloc((i + 1) * sizeof(int));
^
h5diffgentest.c:5722:33: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
buf52[i][j].len = i + 1;
^
h5diffgentest.c:5723:13: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for (l = 0; l < i + 1; l++)
^
h5diffgentest.c:5937:38: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
else buf23[i][j][k]=n++;
^
h5diffgentest.c:5998:39: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
buf33[i][j][k].a=n++;
^
h5diffgentest.c:6137:46: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
buf53[i][j][k].p = malloc((i + 1) * sizeof(int));
^
h5diffgentest.c:6138:40: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
buf53[i][j][k].len = i + 1;
^
h5diffgentest.c:6139:17: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for (l = 0; l < i + 1; l++)
^
h5diffgentest.c:5215:13: warning: variable â??statusâ?? set but not used
[-Wunused-but-set-variable]
herr_t status;
^
h5diffgentest.c: In function â??write_dset_inâ??:
h5diffgentest.c:6513:17: warning: declaration of â??didâ?? shadows a previous
local [-Wshadow]
hid_t did; /* dataset ID */
^
h5diffgentest.c:6266:13: warning: shadowed declaration is here [-Wshadow]
hid_t did;
^
h5diffgentest.c:6514:17: warning: declaration of â??sidâ?? shadows a previous
local [-Wshadow]
hid_t sid; /* dataspace ID */
^
h5diffgentest.c:6267:13: warning: shadowed declaration is here [-Wshadow]
hid_t sid;
^
h5diffgentest.c:6515:17: warning: declaration of â??tidâ?? shadows a previous
local [-Wshadow]
hid_t tid; /* datatype ID */
^
h5diffgentest.c:6268:13: warning: shadowed declaration is here [-Wshadow]
hid_t tid;
^
h5diffgentest.c:6519:17: warning: declaration of â??jâ?? shadows a previous
local [-Wshadow]
int j;
^
h5diffgentest.c:6271:21: warning: shadowed declaration is here [-Wshadow]
int val, i, j, k, l, n;
^
h5diffgentest.c:6523:14: warning: request for implicit conversion from â??void
*â?? to â??double *â?? not permitted in C++ [-Wc++-compat]
dbuf = HDmalloc( size );
^
h5diffgentest.c:6525:23: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for( j = 0; j < H5TOOLS_MALLOCSIZE / sizeof(double) + 1; j++)
^
h5diffgentest.c:6681:39: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
buf52[i][j].p = malloc((i + 1) * sizeof(int));
^
h5diffgentest.c:6682:33: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
buf52[i][j].len = i + 1;
^
h5diffgentest.c:6683:13: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for(l = 0; l < i + 1; l++)
^
h5diffgentest.c:6803:38: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
else buf23[i][j][k]=n++;
^
h5diffgentest.c:6840:39: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
buf33[i][j][k].a=n++;
^
h5diffgentest.c:6894:46: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
buf53[i][j][k].p = malloc((i + 1) * sizeof(int));
^
h5diffgentest.c:6895:40: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
buf53[i][j][k].len = i + 1;
^
h5diffgentest.c:6896:17: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for(l = 0; l < i + 1; l++)
^
h5diffgentest.c:6270:13: warning: variable â??statusâ?? set but not used
[-Wunused-but-set-variable]
herr_t status;
^
h5diffgentest.c: In function â??gen_dataregâ??:
h5diffgentest.c:6990:10: warning: request for implicit conversion from â??void
*â?? to â??unsigned char (*)[12]â?? not permitted in C++ [-Wc++-compat]
rbuf = HDcalloc((size_t)2, sizeof(hdset_reg_ref_t));
^
h5diffgentest.c:6993:9: warning: request for implicit conversion from â??void
*â?? to â??int *â?? not permitted in C++ [-Wc++-compat]
buf = HDmalloc(10 * 10 * sizeof(int));
^
h5diffgentest.c:6986:21: warning: variable â??statusâ?? set but not used
[-Wunused-but-set-variable]
herr_t status;
^
h5diffgentest.c: In function â??test_hyperslabâ??:
h5diffgentest.c:7127:9: warning: conversion to â??long long unsigned intâ??
from â??intâ?? may change the sign of the result [-Wsign-conversion]
hs_start[0] = i * GBLL/(1024*1024);
^
h5diffgentest.c: In function â??test_group_recurse2â??:
h5diffgentest.c:3100:13: warning: â??fileid4â?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Fclose(fileid4);
^
h5diffgentest.c:3099:13: warning: â??fileid3â?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Fclose(fileid3);
^
h5diffgentest.c:3098:13: warning: â??fileid2â?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Fclose(fileid2);
^
h5diffgentest.c:3095:13: warning: â??dataspaceâ?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Sclose(dataspace);
^
h5diffgentest.c:3096:13: warning: â??datatypeâ?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Tclose(datatype);
^
h5diffgentest.c: In function â??test_attributes_verbose_level.constprop.6â??:
h5diffgentest.c:1280:17: warning: â??f2_tidâ?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Tclose(f2_tid);
^
h5diffgentest.c:1278:17: warning: â??f1_tidâ?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Tclose(f1_tid);
^
h5diffgentest.c:1276:17: warning: â??f2_sidâ?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Sclose(f2_sid);
^
h5diffgentest.c:1274:17: warning: â??f1_sidâ?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Sclose(f1_sid);
^
h5diffgentest.c:1272:17: warning: â??f2_didâ?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Dclose(f2_did);
^
h5diffgentest.c:1270:17: warning: â??f1_didâ?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Dclose(f1_did);
^
h5diffgentest.c:1268:17: warning: â??f2_gid4â?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Gclose(f2_gid4);
^
h5diffgentest.c:1266:17: warning: â??f1_gid4â?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Gclose(f1_gid4);
^
h5diffgentest.c:1264:17: warning: â??f2_gid3â?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Gclose(f2_gid3);
^
h5diffgentest.c:1262:17: warning: â??f1_gid3â?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Gclose(f1_gid3);
^
h5diffgentest.c:1260:17: warning: â??f2_gid2â?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Gclose(f2_gid2);
^
h5diffgentest.c:1258:17: warning: â??f1_gid2â?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Gclose(f1_gid2);
^
h5diffgentest.c:1256:17: warning: â??f2_gidâ?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Gclose(f2_gid);
^
h5diffgentest.c:1254:17: warning: â??f1_gidâ?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
H5Gclose(f1_gid);
^
h5diffgentest.c:1252:17: warning: â??fid2â?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
H5Fclose(fid2);
^
h5diffgentest.c: In function â??test_comp_vlen_strings.constprop.18â??:
h5diffgentest.c:4156:17: warning: â??gidâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
H5Gclose(gid);
^
CCLD h5diffgentest
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5diff'
Making all in h5ls
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5ls'
CC h5ls.o
h5ls.c: In function â??print_precisionâ??:
h5ls.c:582:26: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
if (H5Tget_offset(type)+prec<8*H5Tget_size(type)) {
^
h5ls.c:605:38: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
nbits = H5Tget_offset(type);
^
h5ls.c:611:59: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
nbits = 8*H5Tget_size(type)-(H5Tget_offset(type)+prec);
^
h5ls.c: In function â??print_cmpd_typeâ??:
h5ls.c:838:27: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nmembs=H5Tget_nmembers(type);
^
h5ls.c: In function â??print_enum_typeâ??:
h5ls.c:892:29: warning: conversion to â??unsigned intâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
nmembs = H5Tget_nmembers(type);
^
h5ls.c:916:10: warning: request for implicit conversion from â??void *â?? to
â??char **â?? not permitted in C++ [-Wc++-compat]
name = HDcalloc(nmembs, sizeof(char*));
^
h5ls.c: In function â??print_array_typeâ??:
h5ls.c:1195:9: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
dims = (hsize_t *)HDmalloc(ndims*sizeof(dims[0]));
^
h5ls.c: In function â??dump_dataset_valuesâ??:
h5ls.c:1443:78: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer, &curr_pos,
info->line_ncols, 0, 0);
^
h5ls.c:1449:82: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer, &curr_pos,
info->line_ncols, 0, 0);
^
h5ls.c: In function â??list_attrâ??:
h5ls.c:1518:90: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:1529:90: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:1535:90: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:1541:90: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:1514:9: warning: enumeration value â??H5S_NO_CLASSâ?? not handled in
switch [-Wswitch-enum]
switch(space_type) {
^
h5ls.c:1550:82: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer, &curr_pos,
info->line_ncols, 0, 0);
^
h5ls.c:1566:86: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:1490:25: warning: variable â??nâ?? set but not used
[-Wunused-but-set-variable]
int n;
^
h5ls.c: In function â??dataset_list1â??:
h5ls.c:1702:78: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer, &curr_pos,
info->line_ncols, 0, 0);
^
h5ls.c: In function â??dataset_list2â??:
h5ls.c:1780:45: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
total = H5Sget_simple_extent_npoints(space) * H5Tget_size(type);
^
h5ls.c:1804:17: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
utilization = (total*100.0)/used;
^
h5ls.c:1804:17: warning: conversion to â??doubleâ?? from â??hsize_tâ?? may
alter its value [-Wconversion]
h5ls.c:1804:17: warning: conversion to â??doubleâ?? from â??hsize_tâ?? may
alter its value [-Wconversion]
h5ls.c:1784:9: warning: enumeration value â??H5T_NO_CLASSâ?? not handled in
switch [-Wswitch-enum]
switch (tclass)
^
h5ls.c:1784:9: warning: enumeration value â??H5T_INTEGERâ?? not handled in
switch [-Wswitch-enum]
h5ls.c:1784:9: warning: enumeration value â??H5T_FLOATâ?? not handled in switch
[-Wswitch-enum]
h5ls.c:1784:9: warning: enumeration value â??H5T_TIMEâ?? not handled in switch
[-Wswitch-enum]
h5ls.c:1784:9: warning: enumeration value â??H5T_STRINGâ?? not handled in
switch [-Wswitch-enum]
h5ls.c:1784:9: warning: enumeration value â??H5T_BITFIELDâ?? not handled in
switch [-Wswitch-enum]
h5ls.c:1784:9: warning: enumeration value â??H5T_OPAQUEâ?? not handled in
switch [-Wswitch-enum]
h5ls.c:1784:9: warning: enumeration value â??H5T_COMPOUNDâ?? not handled in
switch [-Wswitch-enum]
h5ls.c:1784:9: warning: enumeration value â??H5T_ENUMâ?? not handled in switch
[-Wswitch-enum]
h5ls.c:1784:9: warning: enumeration value â??H5T_ARRAYâ?? not handled in switch
[-Wswitch-enum]
h5ls.c:1784:9: warning: enumeration value â??H5T_NCLASSESâ?? not handled in
switch [-Wswitch-enum]
h5ls.c:1875:82: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer, &curr_pos,
info->line_ncols, 0, 0);
^
h5ls.c: In function â??datatype_list2â??:
h5ls.c:1930:82: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer, &curr_pos,
info->line_ncols, 0, 0);
^
h5ls.c: In function â??list_objâ??:
h5ls.c:1980:78: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer, &curr_pos,
info->line_ncols, 0, 0);
^
h5ls.c:1990:82: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer, &curr_pos,
info->line_ncols, 0, 0);
^
h5ls.c:2001:86: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:2011:86: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:2029:86: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:2044:94: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:2057:21: warning: conversion to â??size_tâ?? from â??ssize_tâ?? may
change the sign of the result [-Wsign-conversion]
cmt_bufsize = H5Oget_comment(obj, comment, cmt_bufsize);
^
h5ls.c:2064:98: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx,
&buffer, &curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:2084:82: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer, &curr_pos,
info->line_ncols, 0, 0);
^
h5ls.c: In function â??list_lnkâ??:
h5ls.c:2140:19: warning: cast discards â??__attribute__((const))â?? qualifier
from pointer target type [-Wcast-qual]
buf = (char*)lnk_info.trg_path;
^
h5ls.c:2151:86: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:2162:94: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:2165:90: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:2191:90: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:2205:19: warning: cast discards â??__attribute__((const))â?? qualifier
from pointer target type [-Wcast-qual]
buf = (char*)lnk_info.trg_path;
^
h5ls.c:2223:86: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:2237:94: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:2240:90: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:2272:86: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c:2135:5: warning: enumeration value â??H5L_TYPE_ERRORâ?? not handled in
switch [-Wswitch-enum]
switch(linfo->type) {
^
h5ls.c:2135:5: warning: enumeration value â??H5L_TYPE_HARDâ?? not handled in
switch [-Wswitch-enum]
h5ls.c:2135:5: warning: enumeration value â??H5L_TYPE_MAXâ?? not handled in
switch [-Wswitch-enum]
h5ls.c: In function â??visit_objâ??:
h5ls.c:2323:82: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer, &curr_pos,
info->line_ncols, 0, 0);
^
h5ls.c:2333:86: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c: In function â??is_valid_argsâ??:
h5ls.c:2477:5: warning: conversion to â??hbool_tâ?? from â??herr_tâ?? may
change the sign of the result [-Wsign-conversion]
return ret;
^
In file included from h5ls.c:27:0:
h5ls.c: In function â??mainâ??:
../../src/H5private.h:1212:34: warning: conversion to â??intâ?? from
â??size_tâ?? may alter its value [-Wconversion]
#define HDstrlen(S) strlen(S)
^
h5ls.c:2776:29: note: in expansion of macro â??HDstrlenâ??
iter.base_len = HDstrlen(oname);
^
h5ls.c:2824:90: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, info, &ctx, &buffer,
&curr_pos, info->line_ncols, 0, 0);
^
h5ls.c: At top level:
h5ls.c:157:13: warning: â??display_typeâ?? declared â??staticâ?? but never
defined [-Wunused-function]
static void display_type(hid_t type, int ind);
^
h5ls.c: In function â??usageâ??:
cc1: warning: size of â??*.LC0â?? is 3148 bytes [-Wlarger-than=]
CCLD h5ls
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5ls'
Making all in misc
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/misc'
CC h5debug.o
h5debug.c: In function â??get_H5B2_classâ??:
h5debug.c:80:5: warning: enumeration value â??H5B2_NUM_BTREE_IDâ?? not handled
in switch [-Wswitch-enum]
switch(subtype) {
^
h5debug.c: In function â??mainâ??:
h5debug.c:192:25: warning: conversion to â??haddr_tâ?? from â??int64_tâ?? may
change the sign of the result [-Wsign-conversion]
addr = HDstrtoll(argv[2], NULL, 0);
^
h5debug.c:194:26: warning: conversion to â??haddr_tâ?? from â??int64_tâ?? may
change the sign of the result [-Wsign-conversion]
extra = HDstrtoll(argv[3], NULL, 0);
^
h5debug.c:196:27: warning: conversion to â??haddr_tâ?? from â??int64_tâ?? may
change the sign of the result [-Wsign-conversion]
extra2 = HDstrtoll(argv[4], NULL, 0);
^
h5debug.c:198:27: warning: conversion to â??haddr_tâ?? from â??int64_tâ?? may
change the sign of the result [-Wsign-conversion]
extra3 = HDstrtoll(argv[5], NULL, 0);
^
h5debug.c:251:9: warning: enumeration value â??H5B_NUM_BTREE_IDâ?? not handled
in switch [-Wswitch-enum]
switch(subtype) {
^
h5debug.c: At top level:
h5debug.c:55:0: warning: macro "INDENT" is not used [-Wunused-macros]
#define INDENT 3
^
CCLD h5debug
CC h5repart.o
h5repart.c: In function â??mainâ??:
h5repart.c:204:10: warning: size of â??src_nameâ?? is 4096 bytes
[-Wlarger-than=]
char src_name[NAMELEN]; /*source member name */
^
h5repart.c:210:10: warning: size of â??dst_nameâ?? is 4096 bytes
[-Wlarger-than=]
char dst_name[NAMELEN]; /*destination member name */
^
h5repart.c:246:26: warning: conversion to â??size_tâ?? from â??off_tâ?? may
change the sign of the result [-Wsign-conversion]
blk_size = get_size (prog_name, &argno, argc, argv);
^
h5repart.c:260:5: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
sprintf (src_name, src_gen_name, src_membno);
^
h5repart.c:280:5: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
sprintf (dst_name, dst_gen_name, dst_membno);
^
h5repart.c:293:9: warning: request for implicit conversion from â??void *â?? to
â??char *â?? not permitted in C++ [-Wc++-compat]
buf = malloc (blk_size);
^
In file included from h5repart.c:29:0:
../../src/H5private.h:298:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
#define MIN(a,b) (((a)<(b)) ? (a) : (b))
^
h5repart.c:304:18: note: in expansion of macro â??MINâ??
n = (size_t)MIN (n, left_overs);
^
../../src/H5private.h:298:38: warning: signed and unsigned type in conditional
expression [-Wsign-compare]
#define MIN(a,b) (((a)<(b)) ? (a) : (b))
^
h5repart.c:304:18: note: in expansion of macro â??MINâ??
n = (size_t)MIN (n, left_overs);
^
h5repart.c:304:6: warning: conversion to â??long unsigned intâ?? from
â??off_tâ?? may change the sign of the result [-Wsign-conversion]
n = (size_t)MIN (n, left_overs);
^
h5repart.c:305:6: warning: conversion to â??long unsigned intâ?? from
â??off_tâ?? may change the sign of the result [-Wsign-conversion]
left_overs -= n;
^
h5repart.c:305:17: warning: conversion to â??off_tâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
left_overs -= n;
^
h5repart.c:356:2: warning: conversion to â??long unsigned intâ?? from
â??off_tâ?? may change the sign of the result [-Wsign-conversion]
src_offset += n;
^
h5repart.c:356:13: warning: conversion to â??off_tâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
src_offset += n;
^
h5repart.c:360:3: warning: conversion to â??long unsigned intâ?? from
â??off_tâ?? may change the sign of the result [-Wsign-conversion]
dst_offset += n;
^
h5repart.c:360:14: warning: conversion to â??off_tâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
dst_offset += n;
^
h5repart.c:363:6: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
sprintf (src_name, src_gen_name, ++src_membno);
^
h5repart.c:365:3: warning: conversion to â??long unsigned intâ?? from
â??off_tâ?? may change the sign of the result [-Wsign-conversion]
dst_offset += n;
^
h5repart.c:365:14: warning: conversion to â??off_tâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
dst_offset += n;
^
h5repart.c:389:2: warning: conversion to â??long unsigned intâ?? from
â??off_tâ?? may change the sign of the result [-Wsign-conversion]
dst_offset += n;
^
h5repart.c:389:13: warning: conversion to â??off_tâ?? from â??long unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
dst_offset += n;
^
h5repart.c:410:6: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
sprintf (dst_name, dst_gen_name, ++dst_membno);
^
h5repart.c:471:9: warning: conversion to â??hsize_tâ?? from â??off_tâ?? may
change the sign of the result [-Wsign-conversion]
hdsize = dst_size;
^
h5repart.c:186:1: warning: stack usage is 8592 bytes [-Wstack-usage=]
main (int argc, char *argv[])
^
CCLD h5repart
CC h5mkgrp.o
h5mkgrp.c: In function â??parse_command_lineâ??:
h5mkgrp.c:173:29: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
params->ngroups = (argc - opt_ind);
^
h5mkgrp.c:174:20: warning: request for implicit conversion from â??void *â?? to
â??char **â?? not permitted in C++ [-Wc++-compat]
params->groups = HDmalloc(params->ngroups * sizeof(char *));
^
CCLD h5mkgrp
CC h5repart_gentest.o
h5repart_gentest.c: In function â??mainâ??:
h5repart_gentest.c:36:17: warning: size of â??bufâ?? is 16384 bytes
[-Wlarger-than=]
int buf[FAMILY_NUMBER][FAMILY_SIZE];
^
h5repart_gentest.c:31:5: warning: stack usage is 16480 bytes [-Wstack-usage=]
int main(void)
^
h5repart_gentest.c:101:1: warning: the frame size of 16420 bytes is larger than
16384 bytes [-Wframe-larger-than=]
}
^
h5repart_gentest.c: At top level:
h5repart_gentest.c:26:0: warning: macro "KB" is not used [-Wunused-macros]
#define KB 1024
^
CCLD h5repart_gentest
CC talign.o
talign.c: In function â??mainâ??:
talign.c:49:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
float fok[2] = {1234., 2341.};
^
talign.c:49:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
talign.c:50:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
float fnok[2] = {5678., 6785.};
^
talign.c:50:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
talign.c:90:5: warning: implicit declaration of function
â??h5tools_get_native_typeâ?? [-Wimplicit-function-declaration]
fix = h5tools_get_native_type(cmp);
^
talign.c:90:5: warning: nested extern declaration of
â??h5tools_get_native_typeâ?? [-Wnested-externs]
talign.c:128:10: warning: request for implicit conversion from â??void *â?? to
â??char *â?? not permitted in C++ [-Wc++-compat]
data = malloc(H5Tget_size(fix));
^
talign.c:144:22: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if(fok[0] != fptr[0] || fok[1] != fptr[1]
^
talign.c:144:43: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
} else if(fok[0] != fptr[0] || fok[1] != fptr[1]
^
talign.c:145:32: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
|| fnok[0] != fptr[2] || fnok[1] != fptr[3]) {
^
talign.c:145:54: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
|| fnok[0] != fptr[2] || fnok[1] != fptr[3]) {
^
talign.c:163:13: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
fok[1], fptr[1]);
^
talign.c:163:13: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
talign.c:163:13: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
talign.c:163:13: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
talign.c:173:13: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
fnok[1], fptr[1]);
^
talign.c:173:13: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
talign.c:173:13: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
talign.c:173:13: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
talign.c:187:13: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
fnok[1], fptr[3]);
^
talign.c:187:13: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
talign.c:187:13: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
talign.c:187:13: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
talign.c:187:13: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
talign.c:187:13: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
talign.c:187:13: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
talign.c:187:13: warning: implicit conversion from â??floatâ?? to â??doubleâ??
when passing argument to function [-Wdouble-promotion]
talign.c: At top level:
talign.c:225:1: warning: no previous prototype for
â??h5tools_get_native_typeâ?? [-Wmissing-prototypes]
h5tools_get_native_type(hid_t type)
^
talign.c: In function â??mainâ??:
talign.c:195:13: warning: â??spcâ?? may be used uninitialized in this function
[-Wmaybe-uninitialized]
H5Sclose(spc);
^
CCLD talign
CC repart_test.o
CCLD repart_test
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/misc'
Making all in h5import
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5import'
CC h5import.o
h5import.c: In function â??mainâ??:
h5import.c:37:21: warning: size of â??optâ?? is 173064 bytes [-Wlarger-than=]
struct Options opt;
^
h5import.c: In function â??gtokenâ??:
h5import.c:241:9: warning: switch missing default case [-Wswitch-default]
switch (s[1]) {
^
In file included from h5import.c:17:0:
h5import.c: In function â??processStrDataâ??:
../../src/H5private.h:676:32: warning: conversion to â??charâ?? from â??intâ??
may alter its value [-Wconversion]
#define HDfgetc(F) fgetc(F)
^
h5import.c:841:13: note: in expansion of macro â??HDfgetcâ??
c = HDfgetc(strm);
^
h5import.c:852:5: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
dims[0] = nlines;
^
In file included from h5import.c:17:0:
../../src/H5private.h:676:32: warning: conversion to â??charâ?? from â??intâ??
may alter its value [-Wconversion]
#define HDfgetc(F) fgetc(F)
^
h5import.c:908:13: note: in expansion of macro â??HDfgetcâ??
c = HDfgetc(strm);
^
h5import.c:925:28: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
start[0] = line++;
^
h5import.c: In function â??processStrHDFDataâ??:
h5import.c:1082:40: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
start[0] = line++;
^
h5import.c:980:13: warning: unused variable â??nlinesâ?? [-Wunused-variable]
int nlines = 0;
^
h5import.c:978:13: warning: unused variable â??resultsâ?? [-Wunused-variable]
int results;
^
h5import.c:977:13: warning: unused variable â??câ?? [-Wunused-variable]
char c;
^
In file included from h5import.c:17:0:
h5import.c: In function â??processConfigurationFileâ??:
../../src/H5private.h:1242:38: warning: conversion to â??intâ?? from â??long
intâ?? may alter its value [-Wconversion]
#define HDstrtol(S,R,N) strtol(S,R,N)
^
h5import.c:1422:40: note: in expansion of macro â??HDstrtolâ??
ival = HDstrtol(more, &more, 10);
^
h5import.c: In function â??parseDimensionsâ??:
../../src/H5private.h:1242:38: warning: conversion to â??hsize_tâ?? from
â??long intâ?? may change the sign of the result [-Wsign-conversion]
#define HDstrtol(S,R,N) strtol(S,R,N)
^
h5import.c:2332:15: note: in expansion of macro â??HDstrtolâ??
= HDstrtol(HDstrtok (temp, delimiter), NULL, BASE_10);
^
../../src/H5private.h:1242:38: warning: conversion to â??hsize_tâ?? from
â??long intâ?? may change the sign of the result [-Wsign-conversion]
#define HDstrtol(S,R,N) strtol(S,R,N)
^
h5import.c:2338:36: note: in expansion of macro â??HDstrtolâ??
in->sizeOfDimension[i++] = HDstrtol(token, NULL, BASE_10);
^
h5import.c: In function â??getInputClassTypeâ??:
h5import.c:2422:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2428:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("BE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2440:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2446:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("LE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2458:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2464:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("BE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2476:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2482:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("LE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2494:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2500:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("BE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2512:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2518:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("LE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2530:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2536:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("BE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2548:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2554:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("LE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2566:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2572:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("BE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2584:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2590:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("LE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2602:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2608:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("BE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2620:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2626:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("LE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2638:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2644:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("BE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2656:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2662:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("LE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2674:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2680:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("BE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2692:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2698:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("LE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2710:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("NATIVE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2722:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("NATIVE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2734:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("NATIVE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2746:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("NATIVE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2758:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("NATIVE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2770:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("NATIVE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2782:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("NATIVE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2794:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("NATIVE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2806:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("NATIVE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2818:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("NATIVE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2830:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("IEEE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2836:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("BE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2848:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("IEEE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2854:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("LE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2866:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("IEEE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2872:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("BE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2884:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("IEEE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2890:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("LE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2914:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("NATIVE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2926:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("NATIVE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2939:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("NATIVE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2957:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2963:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("BE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2973:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2979:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("LE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:2989:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:2995:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("BE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:3005:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:3011:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("LE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:3021:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:3027:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("BE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:3037:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:3043:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("LE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:3053:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:3059:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("BE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c:3069:9: warning: passing argument 1 of â??OutputArchStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputArchStrToInt("STD")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:210:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputArchStrToInt(char *temp);
^
h5import.c:3075:9: warning: passing argument 1 of â??OutputByteOrderStrToIntâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
if ((kindex = OutputByteOrderStrToInt("LE")) == -1) {
^
In file included from h5import.c:22:0:
h5import.h:212:13: note: expected â??char *â?? but argument is of type â??const
char *â??
static int OutputByteOrderStrToInt(char *temp);
^
h5import.c: In function â??getDimensionSizesâ??:
h5import.c:3186:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
in->sizeOfDimension[i++] = ival;
^
h5import.c: In function â??getChunkedDimensionSizesâ??:
h5import.c:3210:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
in->sizeOfChunk[i++] = ival;
^
h5import.c: In function â??getMaximumDimensionSizesâ??:
h5import.c:3243:13: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
in->maxsizeOfDimension[i++] = ival;
^
h5import.c: In function â??createOutputDataTypeâ??:
h5import.c:3440:13: warning: switch missing default case [-Wswitch-default]
switch (in->outputSize) {
^
h5import.c:3457:13: warning: switch missing default case [-Wswitch-default]
switch (in->outputByteOrder) {
^
h5import.c:3473:17: warning: switch missing default case [-Wswitch-default]
switch (in->outputByteOrder) {
^
h5import.c:3486:17: warning: switch missing default case [-Wswitch-default]
switch (in->outputByteOrder) {
^
h5import.c:3499:17: warning: switch missing default case [-Wswitch-default]
switch (in->outputByteOrder) {
^
h5import.c:3512:17: warning: switch missing default case [-Wswitch-default]
switch (in->outputByteOrder) {
^
h5import.c:3471:13: warning: switch missing default case [-Wswitch-default]
switch (in->outputSize) {
^
h5import.c:3438:9: warning: switch missing default case [-Wswitch-default]
switch (in->outputArchitecture) {
^
h5import.c:3532:13: warning: switch missing default case [-Wswitch-default]
switch (in->outputSize) {
^
h5import.c:3541:13: warning: switch missing default case [-Wswitch-default]
switch (in->outputByteOrder) {
^
h5import.c:3561:17: warning: switch missing default case [-Wswitch-default]
switch (in->outputByteOrder) {
^
h5import.c:3574:17: warning: switch missing default case [-Wswitch-default]
switch (in->outputByteOrder) {
^
h5import.c:3559:13: warning: switch missing default case [-Wswitch-default]
switch (in->outputSize) {
^
h5import.c:3530:9: warning: switch missing default case [-Wswitch-default]
switch (in->outputArchitecture) {
^
h5import.c:3594:13: warning: switch missing default case [-Wswitch-default]
switch (in->outputSize) {
^
h5import.c:3611:13: warning: switch missing default case [-Wswitch-default]
switch (in->outputByteOrder) {
^
h5import.c:3627:17: warning: switch missing default case [-Wswitch-default]
switch (in->outputByteOrder) {
^
h5import.c:3640:17: warning: switch missing default case [-Wswitch-default]
switch (in->outputByteOrder) {
^
h5import.c:3653:17: warning: switch missing default case [-Wswitch-default]
switch (in->outputByteOrder) {
^
h5import.c:3666:17: warning: switch missing default case [-Wswitch-default]
switch (in->outputByteOrder) {
^
h5import.c:3625:13: warning: switch missing default case [-Wswitch-default]
switch (in->outputSize) {
^
h5import.c:3592:9: warning: switch missing default case [-Wswitch-default]
switch (in->outputArchitecture) {
^
h5import.c: In function â??createInputDataTypeâ??:
h5import.c:3703:9: warning: switch missing default case [-Wswitch-default]
switch (in->inputSize) {
^
h5import.c:3725:9: warning: switch missing default case [-Wswitch-default]
switch (in->inputSize) {
^
h5import.c:3741:9: warning: switch missing default case [-Wswitch-default]
switch (in->inputSize) {
^
h5import.c: In function â??processâ??:
h5import.c:3876:92: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
H5Pset_external(proplist, in->externFilename, (off_t) 0,
numOfElements * in->inputSize / 8);
^
h5import.c: In function â??processStrHDFDataâ??:
h5import.c:1120:13: warning: â??mspace_idâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
H5Sclose(mspace_id);
^
h5import.c:1119:13: warning: â??space_idâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
H5Sclose(space_id);
^
h5import.c:1118:13: warning: â??dset_idâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
H5Dclose(dset_id);
^
h5import.c: In function â??mainâ??:
h5import.c:35:5: warning: stack usage is 174144 bytes [-Wstack-usage=]
int main(int argc, char *argv[])
^
h5import.c:226:1: warning: the frame size of 174064 bytes is larger than 16384
bytes [-Wframe-larger-than=]
}
^
CCLD h5import
CC h5importtest.o
h5importtest.c: In function â??mainâ??:
h5importtest.c:43:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
float rowo4 = (float)11.0e0, colo4 = (float)21.0e0, plno4 =
(float)51.0e0;
^
h5importtest.c:43:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5importtest.c:43:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5importtest.c:44:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
float rowi4 = (float)1.0e0, coli4 = (float)2.0e0, plni4 = (float)5.0e0;
^
h5importtest.c:44:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5importtest.c:44:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5importtest.c:69:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
double rowo8 = 11.0e0, colo8 = 21.0e0, plno8 = 51.0e0;
^
h5importtest.c:69:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5importtest.c:69:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5importtest.c:70:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
double rowi8 = 1.0e0, coli8 = 2.0e0, plni8 = 5.0e0;
^
h5importtest.c:70:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5importtest.c:70:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5importtest.c:122:37: warning: conversion to â??short intâ?? from â??intâ??
may alter its value [-Wconversion]
row4i16[i] = row4i16[i - 1] + rowi4i16;
^
h5importtest.c:123:35: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
row4i8[i] = row4i8[i - 1] + rowi4i8;
^
h5importtest.c:134:37: warning: conversion to â??short intâ?? from â??intâ??
may alter its value [-Wconversion]
col4i16[j] = col4i16[j - 1] + coli4i16;
^
h5importtest.c:135:35: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
col4i8[j] = col4i8[j - 1] + coli4i8;
^
h5importtest.c:145:37: warning: conversion to â??short intâ?? from â??intâ??
may alter its value [-Wconversion]
pln4i16[k] = pln4i16[k - 1] + plni4i16;
^
h5importtest.c:146:35: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
pln4i8[k] = pln4i8[k - 1] + plni4i8;
^
h5importtest.c:160:58: warning: conversion to â??short intâ?? from â??intâ??
may alter its value [-Wconversion]
b16i3[k][i][j] = row4i16[i] + col4i16[j] + pln4i16[k];
^
h5importtest.c:161:55: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
b8i3[k][i][j] = row4i8[i] + col4i8[j] + pln4i8[k];
^
CCLD h5importtest
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5import'
Making all in h5repack
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5repack'
CC h5repack.o
CC h5repack_copy.o
CC h5repack_filters.o
h5repack_filters.c: In function â??aux_find_objâ??:
h5repack_filters.c:51:10: warning: conversion to â??intâ?? from â??unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
return i;
^
h5repack_filters.c:61:10: warning: conversion to â??intâ?? from â??unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
return i;
^
h5repack_filters.c: In function â??apply_filtersâ??:
h5repack_filters.c:431:59: warning: conversion to â??intâ?? from â??unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
scale_factor = obj.filter[i].cd_values[1];
^
CC h5repack_opttable.o
h5repack_opttable.c: In function â??aux_inctableâ??:
h5repack_opttable.c:123:5: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
table->size += n_objs;
^
h5repack_opttable.c: In function â??options_add_layoutâ??:
h5repack_opttable.c:211:5: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
if (table->nelems+n_objs >= table->size)
^
h5repack_opttable.c:248:17: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
I = table->nelems + added;
^
h5repack_opttable.c:261:17: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
I = table->nelems + added;
^
h5repack_opttable.c:275:13: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
I = table->nelems + added;
^
h5repack_opttable.c:283:5: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
table->nelems+= added;
^
h5repack_opttable.c: In function â??options_add_filterâ??:
h5repack_opttable.c:310:5: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
if (table->nelems+n_objs >= table->size)
^
h5repack_opttable.c:338:17: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
I = table->nelems + added;
^
h5repack_opttable.c:351:17: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
I = table->nelems + added;
^
h5repack_opttable.c:365:13: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
I = table->nelems + added;
^
h5repack_opttable.c:372:5: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
table->nelems+= added;
^
h5repack_opttable.c: In function â??options_get_objectâ??:
h5repack_opttable.c:391:16: warning: uninitialized const â??tbl_pathâ?? is
invalid in C++ [-Wc++-compat]
const char tbl_path[MAX_NC_NAME+1]; /* +1 for start with "/" case */
^
h5repack_opttable.c:399:13: warning: passing argument 1 of â??strcpyâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
HDstrcpy(tbl_path, "/");
^
In file included from ../../src/H5private.h:61:0,
from h5repack.h:20,
from h5repack_opttable.c:16:
/usr/include/string.h:125:14: note: expected â??char * restrictâ?? but argument
is of type â??const char *â??
extern char *strcpy (char *__restrict __dest, const char *__restrict __src)
^
h5repack_opttable.c:400:13: warning: passing argument 1 of â??strcatâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
HDstrcat(tbl_path, table->objs[i].path);
^
In file included from ../../src/H5private.h:61:0,
from h5repack.h:20,
from h5repack_opttable.c:16:
/usr/include/string.h:133:14: note: expected â??char * restrictâ?? but argument
is of type â??const char *â??
extern char *strcat (char *__restrict __dest, const char *__restrict __src)
^
h5repack_opttable.c:403:13: warning: passing argument 1 of â??strcpyâ??
discards â??constâ?? qualifier from pointer target type [enabled by default]
HDstrcpy(tbl_path, table->objs[i].path);
^
In file included from ../../src/H5private.h:61:0,
from h5repack.h:20,
from h5repack_opttable.c:16:
/usr/include/string.h:125:14: note: expected â??char * restrictâ?? but argument
is of type â??const char *â??
extern char *strcpy (char *__restrict __dest, const char *__restrict __src)
^
CC h5repack_parse.o
h5repack_parse.c: In function â??parse_filterâ??:
h5repack_parse.c:76:13: warning: conversion to â??intâ?? from â??unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
end_obj=i;
^
h5repack_parse.c:92:5: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
obj_list = (obj_list_t*) HDmalloc(n*sizeof(obj_list_t));
^
h5repack_parse.c:125:20: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
for ( i=end_obj+1, k=0, j=0; i<len; i++,k++)
^
h5repack_parse.c:168:38: warning: conversion to â??unsigned intâ?? from
â??size_tâ?? may alter its value [-Wconversion]
i=len-1; /* end */
^
h5repack_parse.c:228:38: warning: conversion to â??unsigned intâ?? from
â??size_tâ?? may alter its value [-Wconversion]
i=len-1; /* end */
^
h5repack_parse.c:271:42: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
filt->cd_values[j++]=atoi(stype);
^
h5repack_parse.c:272:17: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
i+=m; /* jump */
^
h5repack_parse.c: In function â??parse_layoutâ??:
h5repack_parse.c:500:13: warning: conversion to â??intâ?? from â??unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
end_obj=i;
^
h5repack_parse.c:513:5: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
obj_list = (obj_list_t*) HDmalloc(n*sizeof(obj_list_t));
^
h5repack_parse.c:585:9: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
for ( i=j, c_index=0; i<len; i++)
^
h5repack_parse.c:605:60: warning: conversion to â??hsize_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
pack->chunk.chunk_lengths[c_index]=atoi(sdim);
^
h5repack_parse.c:623:64: warning: conversion to â??hsize_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
pack->chunk.chunk_lengths[c_index]=atoi(sdim);
^
h5repack_parse.c: In function â??parse_filterâ??:
h5repack_parse.c:159:28: warning: assuming signed overflow does not occur when
simplifying conditional to constant [-Wstrict-overflow]
if (l==-1)
^
h5repack_parse.c:219:28: warning: assuming signed overflow does not occur when
simplifying conditional to constant [-Wstrict-overflow]
if (l==-1)
^
CC h5repack_refs.o
h5repack_refs.c: In function â??copy_refs_attrâ??:
h5repack_refs.c:523:13: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
ref_comp_index = (int *)HDmalloc(nmembers*sizeof (int));
^
h5repack_refs.c:524:13: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
ref_comp_size = (size_t *)HDmalloc(nmembers*sizeof(ref_comp_size));
^
h5repack_refs.c:530:12: warning: conversion to â??intâ?? from â??unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
ref_comp_index[ref_comp_field_n] = i;
^
h5repack_refs.c:595:41: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
array_rank = H5Tget_array_ndims(mtype_id);
^
h5repack_refs.c:721:37: warning: conversion to â??intâ?? from â??size_tâ?? may
alter its value [-Wconversion]
int idx = i*msize+H5Tget_member_offset( mtype_id,
(unsigned)ref_comp_index[j]);
^
h5repack_refs.c:728:37: warning: conversion to â??intâ?? from â??size_tâ?? may
alter its value [-Wconversion]
int idx = i*msize+H5Tget_member_offset( mtype_id,
(unsigned)ref_comp_index[j]);
^
h5repack_refs.c: In function â??MapIdToNameâ??:
h5repack_refs.c:825:32: warning: comparison between â??h5trav_type_tâ?? and
â??enum H5O_type_tâ?? [-Wenum-compare]
if(travt->objs[u].type == H5O_TYPE_DATASET ||
^
h5repack_refs.c:826:37: warning: comparison between â??h5trav_type_tâ?? and
â??enum H5O_type_tâ?? [-Wenum-compare]
travt->objs[u].type == H5O_TYPE_GROUP ||
^
h5repack_refs.c:827:37: warning: comparison between â??h5trav_type_tâ?? and
â??enum H5O_type_tâ?? [-Wenum-compare]
travt->objs[u].type == H5O_TYPE_NAMED_DATATYPE) {
^
h5repack_refs.c: In function â??copy_refs_attr.isra.1â??:
h5repack_refs.c:448:12: warning: assuming signed overflow does not occur when
simplifying conditional to constant [-Wstrict-overflow]
static int copy_refs_attr(hid_t loc_in,
^
h5repack_refs.c:631:31: warning: â??refnameâ?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
printf("object <%s> reference created to <%s>\n",
name, refname);
^
CC h5repack_verify.o
h5repack_verify.c: In function â??verify_filtersâ??:
h5repack_verify.c:522:9: warning: switch missing default case [-Wswitch-default]
switch (filtn)
^
h5repack_verify.c: In function â??h5repack_verifyâ??:
h5repack_verify.c:210:17: warning: â??sidâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
H5Sclose(sid);
^
h5repack_verify.c:209:17: warning: â??pidâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
H5Pclose(pid);
^
h5repack_verify.c:211:17: warning: â??didâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
H5Dclose(did);
^
CC h5repack_main.o
In file included from h5repack.h:20:0,
from h5repack_main.c:18:
h5repack_main.c: In function â??parse_command_lineâ??:
../../src/H5private.h:544:30: warning: conversion to â??hsize_tâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
#define HDatoi(S) atoi(S)
^
h5repack_main.c:324:33: note: in expansion of macro â??HDatoiâ??
options->min_comp = HDatoi( opt_arg );
^
../../src/H5private.h:547:30: warning: conversion to â??hsize_tâ?? from â??long
intâ?? may change the sign of the result [-Wsign-conversion]
#define HDatol(S) atol(S)
^
h5repack_main.c:421:34: note: in expansion of macro â??HDatolâ??
options->alignment = HDatol( opt_arg );
^
CCLD h5repack
CC testh5repack_detect_szip.o
CCLD testh5repack_detect_szip
CC h5repacktst.o
h5repacktst.c: In function â??make_deflateâ??:
h5repacktst.c:2223:16: warning: size of â??bufâ?? is 3200 bytes [-Wlarger-than=]
int buf[DIM1][DIM2];
^
h5repacktst.c: In function â??make_shuffleâ??:
h5repacktst.c:2300:14: warning: size of â??bufâ?? is 3200 bytes [-Wlarger-than=]
int buf[DIM1][DIM2];
^
h5repacktst.c: In function â??make_fletcher32â??:
h5repacktst.c:2366:14: warning: size of â??bufâ?? is 3200 bytes [-Wlarger-than=]
int buf[DIM1][DIM2];
^
h5repacktst.c: In function â??make_nbitâ??:
h5repacktst.c:2438:14: warning: size of â??bufâ?? is 3200 bytes [-Wlarger-than=]
int buf[DIM1][DIM2];
^
h5repacktst.c: In function â??make_scaleoffsetâ??:
h5repacktst.c:2539:14: warning: size of â??bufâ?? is 3200 bytes [-Wlarger-than=]
int buf[DIM1][DIM2];
^
h5repacktst.c: In function â??make_all_filtersâ??:
h5repacktst.c:2634:14: warning: size of â??bufâ?? is 3200 bytes [-Wlarger-than=]
int buf[DIM1][DIM2];
^
h5repacktst.c: In function â??make_layoutâ??:
h5repacktst.c:2902:14: warning: size of â??bufâ?? is 3200 bytes [-Wlarger-than=]
int buf[DIM1][DIM2];
^
h5repacktst.c: In function â??make_layout3â??:
h5repacktst.c:3098:14: warning: size of â??buf1â?? is 240000 bytes
[-Wlarger-than=]
int buf1[DIM1_L3][DIM2_L3];
^
h5repacktst.c: In function â??make_userblockâ??:
h5repacktst.c:3434:21: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
ub[u] = 'a' + (char)(u % 26);
^
h5repacktst.c:3412:13: warning: variable â??nwrittenâ?? set but not used
[-Wunused-but-set-variable]
ssize_t nwritten; /* # of bytes written */
^
h5repacktst.c: In function â??verify_userblockâ??:
h5repacktst.c:3475:13: warning: variable â??nreadâ?? set but not used
[-Wunused-but-set-variable]
ssize_t nread; /* # of bytes read */
^
h5repacktst.c: In function â??make_userblock_fileâ??:
h5repacktst.c:3547:21: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
ub[u] = 'a' + (char)(u % 26);
^
h5repacktst.c:3542:13: warning: variable â??nwrittenâ?? set but not used
[-Wunused-but-set-variable]
ssize_t nwritten; /* # of bytes written */
^
h5repacktst.c: In function â??write_dset_inâ??:
h5repacktst.c:4027:39: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
buf52[i][j].p = malloc((i + 1) * sizeof(int));
^
h5repacktst.c:4029:13: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for(l = 0; l < i + 1; l++)
^
h5repacktst.c:4145:38: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
else buf23[i][j][k]=n++;
^
h5repacktst.c:4185:39: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
buf33[i][j][k].a=n++;
^
h5repacktst.c:4248:46: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
buf53[i][j][k].p = malloc((i + 1) * sizeof(int));
^
h5repacktst.c:4250:17: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for(l = 0; l < i + 1; l++)
^
h5repacktst.c: In function â??write_attr_inâ??:
h5repacktst.c:5039:39: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
buf52[i][j].p = malloc((i + 1) * sizeof(int));
^
h5repacktst.c:5041:13: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for (l = 0; l < i + 1; l++)
^
h5repacktst.c:5259:38: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
else buf23[i][j][k]=n++;
^
h5repacktst.c:5334:39: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
buf33[i][j][k].a=n++;
^
h5repacktst.c:5505:46: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
buf53[i][j][k].p = malloc((i + 1) * sizeof(int));
^
h5repacktst.c:5507:17: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for (l = 0; l < i + 1; l++)
^
h5repacktst.c: In function â??add_attr_with_objrefâ??:
h5repacktst.c:5919:9: warning: unused variable â??data_attr_intâ??
[-Wunused-variable]
int data_attr_int[2] = {10,20};
^
h5repacktst.c: In function â??make_layout3â??:
h5repacktst.c:3085:5: warning: stack usage is 241024 bytes [-Wstack-usage=]
int make_layout3(hid_t loc_id)
^
h5repacktst.c:3208:1: warning: the frame size of 240956 bytes is larger than
16384 bytes [-Wframe-larger-than=]
}
^
CCLD h5repacktst
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5repack'
Making all in h5jam
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5jam'
CC h5jam.o
h5jam.c: In function â??mainâ??:
h5jam.c:330:20: warning: conversion to â??hsize_tâ?? from â??__off_tâ?? may
change the sign of the result [-Wsign-conversion]
h5fsize = sbuf2.st_size;
^
h5jam.c: In function â??compute_user_block_sizeâ??:
h5jam.c:547:1: warning: function might be candidate for attribute â??constâ??
if it is known to return normally [-Wsuggest-attribute=const]
compute_user_block_size (hsize_t ublock_size)
^
CCLD h5jam
CC h5unjam.o
CCLD h5unjam
CC tellub.o
tellub.c:27:0: warning: macro "TRUE" is not used [-Wunused-macros]
#define TRUE 1
^
CCLD tellub
CC h5jamgentest.o
h5jamgentest.c: In function â??gent_ubâ??:
h5jamgentest.c:284:8: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dset2_1[i] = (float)(i*0.1+1);
^
h5jamgentest.c:295:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dset2_2[i][j] = (float)((i+1)*j*0.1);
^
h5jamgentest.c: In function â??create_textfileâ??:
h5jamgentest.c:338:9: warning: request for implicit conversion from â??void
*â?? to â??char *â?? not permitted in C++ [-Wc++-compat]
buf = HDcalloc(size, (size_t)1);
^
h5jamgentest.c: At top level:
h5jamgentest.c:89:0: warning: macro "POINT1_NPOINTS" is not used
[-Wunused-macros]
#define POINT1_NPOINTS 10
^
h5jamgentest.c:123:0: warning: macro "VLSTR_TYPE" is not used [-Wunused-macros]
#define VLSTR_TYPE "vl_string_type"
^
h5jamgentest.c:31:0: warning: macro "UBTXT1" is not used [-Wunused-macros]
#define UBTXT1 "u0.txt"
^
h5jamgentest.c:84:0: warning: macro "CDIM1" is not used [-Wunused-macros]
#define CDIM1 DIM1/2
^
h5jamgentest.c:72:0: warning: macro "LENSTR" is not used [-Wunused-macros]
#define LENSTR 50
^
h5jamgentest.c:80:0: warning: macro "SPACE1_DIM1" is not used [-Wunused-macros]
#define SPACE1_DIM1 4
^
h5jamgentest.c:114:0: warning: macro "ARRAY2_DIM2" is not used [-Wunused-macros]
#define ARRAY2_DIM2 4
^
h5jamgentest.c:85:0: warning: macro "CDIM2" is not used [-Wunused-macros]
#define CDIM2 DIM2/2
^
h5jamgentest.c:112:0: warning: macro "ARRAY2_RANK" is not used [-Wunused-macros]
#define ARRAY2_RANK 3
^
h5jamgentest.c:109:0: warning: macro "ARRAY1_DIM1" is not used [-Wunused-macros]
#define ARRAY1_DIM1 4
^
h5jamgentest.c:118:0: warning: macro "ARRAY3_RANK" is not used [-Wunused-macros]
#define ARRAY3_RANK 2
^
h5jamgentest.c:86:0: warning: macro "RANK" is not used [-Wunused-macros]
#define RANK 2
^
h5jamgentest.c:76:0: warning: macro "SPACE2_DIM1" is not used [-Wunused-macros]
#define SPACE2_DIM1 10
^
h5jamgentest.c:77:0: warning: macro "SPACE2_DIM2" is not used [-Wunused-macros]
#define SPACE2_DIM2 10
^
h5jamgentest.c:113:0: warning: macro "ARRAY2_DIM1" is not used [-Wunused-macros]
#define ARRAY2_DIM1 3
^
h5jamgentest.c:119:0: warning: macro "ARRAY3_DIM1" is not used [-Wunused-macros]
#define ARRAY3_DIM1 6
^
h5jamgentest.c:83:0: warning: macro "DIM2" is not used [-Wunused-macros]
#define DIM2 10
^
h5jamgentest.c:115:0: warning: macro "ARRAY2_DIM3" is not used [-Wunused-macros]
#define ARRAY2_DIM3 5
^
h5jamgentest.c:73:0: warning: macro "LENSTR2" is not used [-Wunused-macros]
#define LENSTR2 11
^
h5jamgentest.c:120:0: warning: macro "ARRAY3_DIM2" is not used [-Wunused-macros]
#define ARRAY3_DIM2 3
^
h5jamgentest.c:82:0: warning: macro "DIM1" is not used [-Wunused-macros]
#define DIM1 20
^
h5jamgentest.c:108:0: warning: macro "ARRAY1_RANK" is not used [-Wunused-macros]
#define ARRAY1_RANK 1
^
h5jamgentest.c:79:0: warning: macro "SPACE1_RANK" is not used [-Wunused-macros]
#define SPACE1_RANK 1
^
h5jamgentest.c:75:0: warning: macro "SPACE2_RANK" is not used [-Wunused-macros]
#define SPACE2_RANK 2
^
CCLD h5jamgentest
CC getub.o
getub.c: In function â??mainâ??:
getub.c:156:7: warning: request for implicit conversion from â??void *â?? to
â??char *â?? not permitted in C++ [-Wc++-compat]
buf = malloc ((unsigned)(size + 1));
^
getub.c: At top level:
getub.c:29:0: warning: macro "TRUE" is not used [-Wunused-macros]
#define TRUE 1
^
CCLD getub
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5jam'
Making all in h5copy
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5copy'
CC h5copy.o
In file included from h5copy.c:16:0:
h5copy.c: In function â??mainâ??:
../../src/H5private.h:1212:34: warning: conversion to â??intâ?? from
â??size_tâ?? may alter its value [-Wconversion]
#define HDstrlen(S) strlen(S)
^
h5copy.c:420:15: note: in expansion of macro â??HDstrlenâ??
len = HDstrlen(oname_dst);
^
h5copy.c:468:16: warning: cast discards â??__attribute__((const))â?? qualifier
from pointer target type [-Wcast-qual]
HDfree((char*)linkinfo.trg_path);
^
../../src/H5private.h:713:31: note: in definition of macro â??HDfreeâ??
#define HDfree(M) free(M)
^
h5copy.c:500:16: warning: cast discards â??__attribute__((const))â?? qualifier
from pointer target type [-Wcast-qual]
HDfree((char*)linkinfo.trg_path);
^
../../src/H5private.h:713:31: note: in definition of macro â??HDfreeâ??
#define HDfree(M) free(M)
^
CCLD h5copy
CC h5copygentest.o
h5copygentest.c: In function â??gent_nested_vlâ??:
h5copygentest.c:287:9: warning: request for implicit conversion from â??void
*â?? to â??struct hvl_t *â?? not permitted in C++ [-Wc++-compat]
tvl = buf[0].p;
^
h5copygentest.c:294:9: warning: request for implicit conversion from â??void
*â?? to â??struct hvl_t *â?? not permitted in C++ [-Wc++-compat]
tvl = buf[1].p;
^
h5copygentest.c: At top level:
h5copygentest.c:645:13: warning: function declaration isnâ??t a prototype
[-Wstrict-prototypes]
static void Test_Obj_Copy()
^
h5copygentest.c: In function â??Test_Obj_Copyâ??:
h5copygentest.c:645:13: warning: old-style function definition
[-Wold-style-definition]
h5copygentest.c: At top level:
h5copygentest.c:676:13: warning: function declaration isnâ??t a prototype
[-Wstrict-prototypes]
static void Test_Ref_Copy()
^
h5copygentest.c: In function â??Test_Ref_Copyâ??:
h5copygentest.c:676:13: warning: old-style function definition
[-Wold-style-definition]
h5copygentest.c: At top level:
h5copygentest.c:842:13: warning: function declaration isnâ??t a prototype
[-Wstrict-prototypes]
static void Test_Extlink_Copy()
^
h5copygentest.c: In function â??Test_Extlink_Copyâ??:
h5copygentest.c:842:13: warning: old-style function definition
[-Wold-style-definition]
CCLD h5copygentest
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5copy'
Making all in h5stat
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5stat'
CC h5stat.o
h5stat.c: In function â??group_statsâ??:
h5stat.c:343:16: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret;
^
h5stat.c: In function â??dataset_statsâ??:
h5stat.c:528:35: warning: conversion to â??unsigned intâ?? from â??long
unsigned intâ?? may alter its value [-Wconversion]
unsigned curr_ntype = iter->dset_ntypes;
^
h5stat.c:424:16: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret;
^
h5stat.c: In function â??datatype_statsâ??:
h5stat.c:594:12: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret;
^
h5stat.c: In function â??obj_statsâ??:
h5stat.c:636:9: warning: enumeration value â??H5O_TYPE_UNKNOWNâ?? not handled
in switch [-Wswitch-enum]
switch(oi->type) {
^
h5stat.c:636:9: warning: enumeration value â??H5O_TYPE_NTYPESâ?? not handled in
switch [-Wswitch-enum]
h5stat.c: In function â??lnk_statsâ??:
h5stat.c:679:5: warning: enumeration value â??H5L_TYPE_ERRORâ?? not handled in
switch [-Wswitch-enum]
switch(li->type) {
^
h5stat.c:679:5: warning: enumeration value â??H5L_TYPE_HARDâ?? not handled in
switch [-Wswitch-enum]
h5stat.c:679:5: warning: enumeration value â??H5L_TYPE_MAXâ?? not handled in
switch [-Wswitch-enum]
h5stat.c: In function â??print_storage_summaryâ??:
h5stat.c:1281:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
float percent = 0.0;
^
h5stat.c:1281:13: warning: unused variable â??percentâ?? [-Wunused-variable]
float percent = 0.0;
^
h5stat.c: In function â??ceil_log10â??:
h5stat.c:248:1: warning: function might be candidate for attribute â??constâ??
if it is known to return normally [-Wsuggest-attribute=const]
ceil_log10(unsigned long x)
^
CCLD h5stat
CC h5stat_gentest.o
h5stat_gentest.c: In function â??gen_fileâ??:
h5stat_gentest.c:52:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
int ret; /* Return value */
^
CCLD h5stat_gentest
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5stat'
Making all in h5dump
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5dump'
CC h5dump.o
h5dump.c: In function â??table_list_addâ??:
h5dump.c:389:27: warning: request for implicit conversion from â??void *â?? to
â??struct <anonymous> *â?? not permitted in C++ [-Wc++-compat]
table_list.tables = tmp_ptr;
^
h5dump.c: In function â??parse_hsize_listâ??:
h5dump.c:740:27: warning: cast from function call of type â??doubleâ?? to
non-matching type â??long long unsigned intâ?? [-Wbad-function-cast]
p_list[i++] = (hsize_t)HDatof(ptr);
^
h5dump.c: In function â??parse_mask_listâ??:
h5dump.c:842:46: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (offset_value < 0 || offset_value >= PACKED_BITS_SIZE_MAX) {
^
h5dump.c:867:43: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if ((offset_value + length_value) > PACKED_BITS_SIZE_MAX){
^
h5dump.c:888:9: warning: negative integer implicitly converted to unsigned type
[-Wsign-conversion]
temp_mask = ~0L;
^
h5dump.c:889:24: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if(length_value<8*sizeof(unsigned long long)) {
^
h5dump.c: In function â??h5_fileaccessâ??:
h5dump.c:1750:25: warning: size of â??svâ?? is 7168 bytes [-Wlarger-than=]
char sv[H5FD_MEM_NTYPES][1024];
^
In file included from h5dump.h:19:0,
from h5dump.c:18:
h5dump.c:1765:35: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
memb_addr[mt] = MAX(mt-1,0)*(HADDR_MAX/10);
^
../../src/H5private.h:305:35: note: in definition of macro â??MAXâ??
#define MAX(a,b) (((a)>(b)) ? (a) : (b))
^
h5dump.c:1765:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
memb_addr[mt] = MAX(mt-1,0)*(HADDR_MAX/10);
^
In file included from h5dump.c:19:0:
h5dump.c: At top level:
h5dump_ddl.h:19:17: warning: â??dump_all_cbâ?? declared â??staticâ?? but never
defined [-Wunused-function]
static herr_t dump_all_cb(hid_t group, const char *name, const H5L_info_t
*linfo, void *op_data);
^
h5dump_ddl.h:20:17: warning: â??dump_extlinkâ?? declared â??staticâ?? but never
defined [-Wunused-function]
static int dump_extlink(hid_t group, const char *linkname, const char
*objname);
^
In file included from h5dump.c:20:0:
h5dump_xml.h:32:32: warning: â??xml_dataformatâ?? defined but not used
[-Wunused-variable]
static h5tool_format_t xml_dataformat = {
^
h5dump_xml.h:106:25: warning: â??xml_print_datatypeâ?? declared â??staticâ??
but never defined [-Wunused-function]
static void xml_print_datatype(hid_t, unsigned);
^
h5dump_xml.h:107:25: warning: â??xml_print_enumâ?? declared â??staticâ?? but
never defined [-Wunused-function]
static void xml_print_enum(hid_t);
^
h5dump_xml.h:108:25: warning: â??xml_print_refsâ?? declared â??staticâ?? but
never defined [-Wunused-function]
static int xml_print_refs(hid_t, int);
^
h5dump_xml.h:109:25: warning: â??xml_print_strsâ?? declared â??staticâ?? but
never defined [-Wunused-function]
static int xml_print_strs(hid_t, int);
^
h5dump_xml.h:110:25: warning: â??xml_escape_the_stringâ?? declared â??staticâ??
but never defined [-Wunused-function]
static char *xml_escape_the_string(const char *, int);
^
h5dump_xml.h:111:25: warning: â??xml_escape_the_nameâ?? declared â??staticâ??
but never defined [-Wunused-function]
static char *xml_escape_the_name(const char *);
^
h5dump.c:542:1: warning: â??set_output_fileâ?? defined but not used
[-Wunused-function]
set_output_file(const char *fname)
^
h5dump.c:574:1: warning: â??set_error_fileâ?? defined but not used
[-Wunused-function]
set_error_file(const char *fname)
^
h5dump.c: In function â??h5_fileaccessâ??:
h5dump.c:1707:1: warning: stack usage is 8448 bytes [-Wstack-usage=]
h5_fileaccess(void)
^
CC h5dump_ddl.o
h5dump_ddl.c: In function â??dump_datatypeâ??:
h5dump_ddl.c:49:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_ddl.c: In function â??dump_dataspaceâ??:
h5dump_ddl.c:78:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_ddl.c: In function â??dump_attr_cbâ??:
h5dump_ddl.c:112:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_ddl.c: In function â??dump_all_cbâ??:
h5dump_ddl.c:186:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_ddl.c:274:114: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat,
&ctx, &buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:290:114: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat,
&ctx, &buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:308:114: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat,
&ctx, &buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:317:114: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat,
&ctx, &buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:333:114: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat,
&ctx, &buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:227:9: warning: enumeration value â??H5O_TYPE_UNKNOWNâ?? not
handled in switch [-Wswitch-enum]
switch(oinfo.type) {
^
h5dump_ddl.c:227:9: warning: enumeration value â??H5O_TYPE_NTYPESâ?? not
handled in switch [-Wswitch-enum]
h5dump_ddl.c:386:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:404:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:421:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:438:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:465:110: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:473:110: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:492:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:506:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:515:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:530:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:374:9: warning: enumeration value â??H5L_TYPE_ERRORâ?? not handled
in switch [-Wswitch-enum]
switch(linfo->type) {
^
h5dump_ddl.c:374:9: warning: enumeration value â??H5L_TYPE_HARDâ?? not handled
in switch [-Wswitch-enum]
h5dump_ddl.c:374:9: warning: enumeration value â??H5L_TYPE_MAXâ?? not handled
in switch [-Wswitch-enum]
h5dump_ddl.c: At top level:
h5dump_ddl.c:555:1: warning: no previous prototype for â??attr_iterationâ??
[-Wmissing-prototypes]
attr_iteration(hid_t gid, unsigned attr_crt_order_flags)
^
h5dump_ddl.c:584:1: warning: no previous prototype for â??link_iterationâ??
[-Wmissing-prototypes]
link_iteration(hid_t gid, unsigned crt_order_flags)
^
h5dump_ddl.c: In function â??dump_named_datatypeâ??:
h5dump_ddl.c:629:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_ddl.c:671:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:692:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:707:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:726:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c: In function â??dump_groupâ??:
h5dump_ddl.c:792:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_ddl.c:818:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:864:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:892:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c: In function â??dump_datasetâ??:
h5dump_ddl.c:927:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_ddl.c:968:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:1010:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:1021:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:1012:13: warning: enumeration value â??H5T_NO_CLASSâ?? not handled
in switch [-Wswitch-enum]
switch(H5Tget_class(type)) {
^
h5dump_ddl.c:1012:13: warning: enumeration value â??H5T_NCLASSESâ?? not handled
in switch [-Wswitch-enum]
h5dump_ddl.c:1066:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c: In function â??dump_dataâ??:
h5dump_ddl.c:1113:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_ddl.c: In function â??handle_attributesâ??:
h5dump_ddl.c:1325:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_ddl.c:1362:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c:1377:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_ddl.c: In function â??handle_datasetsâ??:
h5dump_ddl.c:1471:13: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
ndims = ndims_res;
^
h5dump_ddl.c: In function â??handle_linksâ??:
h5dump_ddl.c:1669:9: warning: enumeration value â??H5L_TYPE_ERRORâ?? not
handled in switch [-Wswitch-enum]
switch(linfo.type) {
^
h5dump_ddl.c:1669:9: warning: enumeration value â??H5L_TYPE_HARDâ?? not handled
in switch [-Wswitch-enum]
h5dump_ddl.c:1669:9: warning: enumeration value â??H5L_TYPE_MAXâ?? not handled
in switch [-Wswitch-enum]
h5dump_ddl.c: In function â??dump_extlinkâ??:
h5dump_ddl.c:1871:9: warning: enumeration value â??H5O_TYPE_UNKNOWNâ?? not
handled in switch [-Wswitch-enum]
switch (oi.type) {
^
h5dump_ddl.c:1871:9: warning: enumeration value â??H5O_TYPE_NTYPESâ?? not
handled in switch [-Wswitch-enum]
In file included from h5dump_ddl.c:18:0:
h5dump_ddl.c: In function â??handle_attributesâ??:
../../src/H5private.h:713:30: warning: â??attr_nameâ?? may be used
uninitialized in this function [-Wmaybe-uninitialized]
#define HDfree(M) free(M)
^
h5dump_ddl.c:1294:11: note: â??attr_nameâ?? was declared here
char *attr_name;
^
CC h5dump_xml.o
h5dump_xml.c:33:25: warning: redundant redeclaration of
â??xml_print_datatypeâ?? [-Wredundant-decls]
static void xml_print_datatype(hid_t, unsigned);
^
In file included from h5dump_xml.c:25:0:
h5dump_xml.h:106:25: note: previous declaration of â??xml_print_datatypeâ?? was
here
static void xml_print_datatype(hid_t, unsigned);
^
h5dump_xml.c:34:25: warning: redundant redeclaration of â??xml_print_enumâ??
[-Wredundant-decls]
static void xml_print_enum(hid_t);
^
In file included from h5dump_xml.c:25:0:
h5dump_xml.h:107:25: note: previous declaration of â??xml_print_enumâ?? was here
static void xml_print_enum(hid_t);
^
h5dump_xml.c:35:25: warning: redundant redeclaration of â??xml_print_refsâ??
[-Wredundant-decls]
static int xml_print_refs(hid_t, int);
^
In file included from h5dump_xml.c:25:0:
h5dump_xml.h:108:25: note: previous declaration of â??xml_print_refsâ?? was here
static int xml_print_refs(hid_t, int);
^
h5dump_xml.c:36:25: warning: redundant redeclaration of â??xml_print_strsâ??
[-Wredundant-decls]
static int xml_print_strs(hid_t, int);
^
In file included from h5dump_xml.c:25:0:
h5dump_xml.h:109:25: note: previous declaration of â??xml_print_strsâ?? was here
static int xml_print_strs(hid_t, int);
^
h5dump_xml.c:37:25: warning: redundant redeclaration of
â??xml_escape_the_stringâ?? [-Wredundant-decls]
static char *xml_escape_the_string(const char *, int);
^
In file included from h5dump_xml.c:25:0:
h5dump_xml.h:110:25: note: previous declaration of â??xml_escape_the_stringâ??
was here
static char *xml_escape_the_string(const char *, int);
^
h5dump_xml.c:38:25: warning: redundant redeclaration of
â??xml_escape_the_nameâ?? [-Wredundant-decls]
static char *xml_escape_the_name(const char *);
^
In file included from h5dump_xml.c:25:0:
h5dump_xml.h:111:25: note: previous declaration of â??xml_escape_the_nameâ??
was here
static char *xml_escape_the_name(const char *);
^
h5dump_xml.c: In function â??xml_dump_all_cbâ??:
h5dump_xml.c:78:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_xml.c:166:114: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat,
&ctx, &buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:182:114: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat,
&ctx, &buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:219:114: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat,
&ctx, &buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:233:114: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat,
&ctx, &buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:243:114: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat,
&ctx, &buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:119:9: warning: enumeration value â??H5O_TYPE_UNKNOWNâ?? not
handled in switch [-Wswitch-enum]
switch(oinfo.type) {
^
h5dump_xml.c:119:9: warning: enumeration value â??H5O_TYPE_NTYPESâ?? not
handled in switch [-Wswitch-enum]
h5dump_xml.c:346:110: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:367:110: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:430:110: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:471:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:289:9: warning: enumeration value â??H5L_TYPE_ERRORâ?? not handled
in switch [-Wswitch-enum]
switch(linfo->type) {
^
h5dump_xml.c:289:9: warning: enumeration value â??H5L_TYPE_HARDâ?? not handled
in switch [-Wswitch-enum]
h5dump_xml.c:289:9: warning: enumeration value â??H5L_TYPE_MAXâ?? not handled
in switch [-Wswitch-enum]
h5dump_xml.c: In function â??xml_escape_the_stringâ??:
h5dump_xml.c:669:9: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
len = slen;
^
h5dump_xml.c: In function â??xml_print_datatypeâ??:
h5dump_xml.c:792:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_xml.c:837:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:850:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:862:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:876:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:889:13: warning: enumeration value â??H5T_ORDER_ERRORâ?? not
handled in switch [-Wswitch-enum]
switch (ord) {
^
h5dump_xml.c:889:13: warning: enumeration value â??H5T_ORDER_MIXEDâ?? not
handled in switch [-Wswitch-enum]
h5dump_xml.c:889:13: warning: enumeration value â??H5T_ORDER_NONEâ?? not
handled in switch [-Wswitch-enum]
h5dump_xml.c:903:13: warning: enumeration value â??H5T_SGN_ERRORâ?? not handled
in switch [-Wswitch-enum]
switch (sgn) {
^
h5dump_xml.c:903:13: warning: enumeration value â??H5T_NSGNâ?? not handled in
switch [-Wswitch-enum]
h5dump_xml.c:918:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:927:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:943:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:953:13: warning: enumeration value â??H5T_ORDER_ERRORâ?? not
handled in switch [-Wswitch-enum]
switch (ord) {
^
h5dump_xml.c:953:13: warning: enumeration value â??H5T_ORDER_MIXEDâ?? not
handled in switch [-Wswitch-enum]
h5dump_xml.c:953:13: warning: enumeration value â??H5T_ORDER_NONEâ?? not
handled in switch [-Wswitch-enum]
h5dump_xml.c:974:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:983:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:993:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1002:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1012:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1028:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1060:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1069:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1082:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1092:13: warning: enumeration value â??H5T_ORDER_ERRORâ?? not
handled in switch [-Wswitch-enum]
switch (ord) {
^
h5dump_xml.c:1092:13: warning: enumeration value â??H5T_ORDER_MIXEDâ?? not
handled in switch [-Wswitch-enum]
h5dump_xml.c:1092:13: warning: enumeration value â??H5T_ORDER_NONEâ?? not
handled in switch [-Wswitch-enum]
h5dump_xml.c:1106:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1115:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1127:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1140:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1149:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1156:39: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
nmembers = H5Tget_nmembers(type);
^
h5dump_xml.c:1164:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1184:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1197:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1210:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1220:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1231:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1241:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1251:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1260:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1269:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1278:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1291:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1301:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1310:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1320:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1330:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1341:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1354:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1364:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1380:39: warning: conversion to â??unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
ndims = H5Tget_array_ndims(type);
^
h5dump_xml.c:1382:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1396:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1409:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1422:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1432:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1444:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:868:9: warning: enumeration value â??H5T_NO_CLASSâ?? not handled
in switch [-Wswitch-enum]
switch (H5Tget_class(type)) {
^
h5dump_xml.c:868:9: warning: enumeration value â??H5T_NCLASSESâ?? not handled
in switch [-Wswitch-enum]
h5dump_xml.c: In function â??xml_dump_datatypeâ??:
h5dump_xml.c:1480:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_xml.c:1530:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1543:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1555:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1565:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1578:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c: In function â??xml_dump_dataspaceâ??:
h5dump_xml.c:1619:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_xml.c:1646:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1659:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1672:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1685:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1695:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1705:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1716:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1742:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1649:5: warning: enumeration value â??H5S_NULLâ?? not handled in
switch [-Wswitch-enum]
switch (space_type) {
^
h5dump_xml.c:1753:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c: In function â??xml_dump_dataâ??:
h5dump_xml.c:1795:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_xml.c:1828:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1838:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1928:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1944:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1954:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:1785:25: warning: unused variable â??stdindentâ??
[-Wunused-variable]
int stdindent = COL; /* should be 3 */
^
h5dump_xml.c: In function â??xml_dump_attrâ??:
h5dump_xml.c:1993:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_xml.c:2018:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2054:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2062:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2070:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2078:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2086:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2099:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2110:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2118:110: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2126:110: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2135:110: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2145:110: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2154:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2164:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2175:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2183:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2191:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2199:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2033:13: warning: enumeration value â??H5T_NO_CLASSâ?? not handled
in switch [-Wswitch-enum]
switch (H5Tget_class(type)) {
^
h5dump_xml.c:2033:13: warning: enumeration value â??H5T_NCLASSESâ?? not handled
in switch [-Wswitch-enum]
h5dump_xml.c:2212:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2222:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2232:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2247:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2262:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2272:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c: In function â??xml_dump_named_datatypeâ??:
h5dump_xml.c:2319:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_xml.c:2366:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2381:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2414:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2424:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2442:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2456:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2467:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c: In function â??xml_dump_groupâ??:
h5dump_xml.c:2544:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_xml.c:2613:110: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2630:110: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2650:110: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2672:110: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2689:110: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2773:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2833:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c: In function â??xml_print_refsâ??:
h5dump_xml.c:2899:9: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
buf = (char *) HDcalloc((size_t)(ssiz * tsiz), sizeof(char));
^
h5dump_xml.c:2915:9: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
buf = (char *) HDcalloc((size_t)(ssiz * tsiz), sizeof(char));
^
h5dump_xml.c:2933:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_xml.c:2963:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:2974:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c: In function â??xml_print_strsâ??:
h5dump_xml.c:3057:9: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
buf = HDmalloc((size_t)(ssiz * tsiz));
^
h5dump_xml.c:3073:9: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
buf = HDmalloc((size_t)(ssiz * tsiz));
^
h5dump_xml.c:3092:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_xml.c:3111:19: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
for (i = 0; i < ssiz; i++) {
^
h5dump_xml.c:3129:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3140:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c: In function â??check_filtersâ??:
h5dump_xml.c:3208:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_xml.c:3248:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3259:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3270:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3318:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c: In function â??xml_dump_fill_valueâ??:
h5dump_xml.c:3348:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_xml.c:3376:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3394:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3402:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3413:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3423:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3433:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3441:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3453:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3461:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3469:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3478:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3485:13: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
h5tools_str_append(&buffer, "\"%f\"", *(float *) buf);
^
h5dump_xml.c:3486:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3494:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3504:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3518:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3526:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3535:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3544:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3552:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3561:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3569:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3578:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3586:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3595:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3603:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3612:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3620:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3629:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3637:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3445:9: warning: enumeration value â??H5T_NO_CLASSâ?? not handled
in switch [-Wswitch-enum]
switch (H5Tget_class(type)) {
^
h5dump_xml.c:3445:9: warning: enumeration value â??H5T_STRINGâ?? not handled in
switch [-Wswitch-enum]
h5dump_xml.c:3445:9: warning: enumeration value â??H5T_REFERENCEâ?? not handled
in switch [-Wswitch-enum]
h5dump_xml.c:3445:9: warning: enumeration value â??H5T_NCLASSESâ?? not handled
in switch [-Wswitch-enum]
h5dump_xml.c:3651:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c: In function â??xml_dump_datasetâ??:
h5dump_xml.c:3711:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_xml.c:3745:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3764:9: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
chsize = (hsize_t *) HDmalloc(maxdims * sizeof(hsize_t));
^
h5dump_xml.c:3774:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3786:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3799:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3808:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3822:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3833:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3843:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3857:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3866:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3875:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3887:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3896:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3905:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3923:5: warning: enumeration value â??H5D_FILL_TIME_ERRORâ?? not
handled in switch [-Wswitch-enum]
switch (ft) {
^
h5dump_xml.c:3940:5: warning: enumeration value â??H5D_ALLOC_TIME_ERRORâ?? not
handled in switch [-Wswitch-enum]
switch (at) {
^
h5dump_xml.c:3957:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3968:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3980:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:3993:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4004:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4057:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4065:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4073:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4081:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4093:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4109:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4117:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4125:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4134:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4144:106: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx,
&buffer, &curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4153:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4165:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4182:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4190:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4198:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4206:102: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4033:9: warning: enumeration value â??H5T_NO_CLASSâ?? not handled
in switch [-Wswitch-enum]
switch (H5Tget_class(type)) {
^
h5dump_xml.c:4033:9: warning: enumeration value â??H5T_NCLASSESâ?? not handled
in switch [-Wswitch-enum]
h5dump_xml.c:4220:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4229:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4238:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4252:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c: In function â??xml_print_enumâ??:
h5dump_xml.c:4293:5: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
ctx.cur_column = dump_indent;
^
h5dump_xml.c:4321:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4331:94: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4382:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4390:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4400:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4408:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4429:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c:4438:98: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
h5tools_render_element(rawoutstream, outputformat, &ctx, &buffer,
&curr_pos, outputformat->line_ncols, 0, 0);
^
h5dump_xml.c: In function â??xml_print_refsâ??:
h5dump_xml.c:2862:17: warning: â??ssizâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
hssize_t ssiz;
^
h5dump_xml.c:2995:17: warning: â??spaceâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
H5Sclose(space);
^
h5dump_xml.c: In function â??xml_print_strsâ??:
h5dump_xml.c:3019:17: warning: â??ssizâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
hssize_t ssiz;
^
h5dump_xml.c:3168:17: warning: â??spaceâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
H5Sclose(space);
^
h5dump_xml.c:3144:12: warning: â??tsizâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
bp += tsiz;
^
CCLD h5dump
CC h5dumpgentest.o
h5dumpgentest.c: In function â??gent_datasetâ??:
h5dumpgentest.c:347:12: warning: size of â??dset2â?? is 4800 bytes
[-Wlarger-than=]
double dset2[30][20];
^
h5dumpgentest.c:372:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dset2[i][j] = 0.0001 * j + i;
^
h5dumpgentest.c: In function â??gent_dataset2â??:
h5dumpgentest.c:388:12: warning: size of â??dset2â?? is 2400 bytes
[-Wlarger-than=]
double dset2[30][10];
^
h5dumpgentest.c: In function â??gent_attributeâ??:
h5dumpgentest.c:467:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
for(i = 0; i < 10; i++) d[i] = 0.1 * i;
^
h5dumpgentest.c: In function â??gent_compound_dtâ??:
h5dumpgentest.c:870:13: warning: size of â??dset3â?? is 2448 bytes
[-Wlarger-than=]
dset3_t dset3[3][6];
^
h5dumpgentest.c:895:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dset1[i].c = (float)(1./(i+1));
^
h5dumpgentest.c:898:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dset2[i].b = (float)(i+ i*0.1);
^
h5dumpgentest.c:904:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dset5[i].b = (float)(i*0.1);
^
h5dumpgentest.c: In function â??gent_compound_dt2â??:
h5dumpgentest.c:1080:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dset1[i].c = (float)(1./(i+1));
^
h5dumpgentest.c:1083:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dset2[i].b = (float)(i+ i*0.1);
^
h5dumpgentest.c:1086:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dset4[i].b = (float)(i*1.0);
^
h5dumpgentest.c:1089:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dset5[i].b = (float)(i*1.0);
^
h5dumpgentest.c: In function â??gent_allâ??:
h5dumpgentest.c:1329:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dset2_1[i] = (float)(i * 0.1 + 1);
^
h5dumpgentest.c:1340:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dset2_2[i][j] = (float)((i + 1) * j * 0.1);
^
h5dumpgentest.c: In function â??gent_manyâ??:
h5dumpgentest.c:1508:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
d[i] = 0.1 * i;
^
h5dumpgentest.c:1520:65: warning: conversion to â??hsize_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
dset1[j].c[i3][i2][i1][i0] = (double)(i0+j+sdim);
^
h5dumpgentest.c:1437:12: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret;
^
h5dumpgentest.c: In function â??gent_strâ??:
h5dumpgentest.c:1656:16: warning: size of â??comp1â?? is 12888 bytes
[-Wlarger-than=]
compound_t comp1[3][6];
^
h5dumpgentest.c: In function â??gent_str2â??:
h5dumpgentest.c:1823:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
start[0] = i;
^
h5dumpgentest.c:1836:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
start[0] = i;
^
h5dumpgentest.c:1856:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
start[0] = i;
^
h5dumpgentest.c:1870:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
start[0] = i;
^
h5dumpgentest.c:1889:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
start[0] = i;
^
h5dumpgentest.c:1903:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
start[0] = i;
^
h5dumpgentest.c: In function â??gent_objrefâ??:
h5dumpgentest.c:1989:21: warning: conversion to â??uint32_tâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
*tu32++ = i * 3;
^
h5dumpgentest.c: In function â??gent_dataregâ??:
h5dumpgentest.c:2094:17: warning: conversion to â??uint8_tâ?? from â??intâ??
may alter its value [-Wconversion]
*tu8++=i*3;
^
h5dumpgentest.c: In function â??gent_attrregâ??:
h5dumpgentest.c:2203:17: warning: conversion to â??uint8_tâ?? from â??intâ??
may alter its value [-Wconversion]
*tu8++=i*3;
^
h5dumpgentest.c: In function â??gent_nestcompâ??:
h5dumpgentest.c:2321:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
s1[i].c = 1./(i+1);
^
h5dumpgentest.c:2322:24: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
s1[i].d.a = 65 + i;
^
h5dumpgentest.c:2323:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
s1[i].d.b[0] = -100.;
^
h5dumpgentest.c:2324:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
s1[i].d.b[1] = 100.;
^
h5dumpgentest.c: In function â??gent_opaqueâ??:
h5dumpgentest.c:2393:9: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
test[x][0] = x;
^
h5dumpgentest.c:2394:25: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
test[x][1] = 99 - x;
^
In file included from h5dumpgentest.c:28:0:
h5dumpgentest.c: In function â??gent_vldatatypesâ??:
h5dumpgentest.c:2494:34: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
wdata[i].p = HDmalloc((i + 1) * sizeof(int));
^
../../src/H5private.h:940:35: note: in definition of macro â??HDmallocâ??
#define HDmalloc(Z) malloc(Z)
^
h5dumpgentest.c:2495:26: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i].len = i + 1;
^
h5dumpgentest.c:2497:9: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for(j = 0; j < i + 1; j++)
^
In file included from h5dumpgentest.c:28:0:
h5dumpgentest.c:2521:34: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
wdata[i].p = HDmalloc((i + 1) * sizeof(float));
^
../../src/H5private.h:940:35: note: in definition of macro â??HDmallocâ??
#define HDmalloc(Z) malloc(Z)
^
h5dumpgentest.c:2522:26: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i].len = i + 1;
^
h5dumpgentest.c:2524:9: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for(j = 0; j < i + 1; j++)
^
h5dumpgentest.c:2525:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((float *)wdata[i].p)[j] = (float)(i * 10 + ((float)j) / 10.0);
^
h5dumpgentest.c:2525:68: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? to match other operand of binary expression [-Wdouble-promotion]
((float *)wdata[i].p)[j] = (float)(i * 10 + ((float)j) / 10.0);
^
h5dumpgentest.c:2486:12: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret=0;
^
h5dumpgentest.c: In function â??gent_vldatatypes2â??:
h5dumpgentest.c:2581:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret; /* Generic return value */
^
h5dumpgentest.c: In function â??gent_vldatatypes3â??:
h5dumpgentest.c:2658:21: warning: conversion to â??intâ?? from â??unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
wdata[i].i=i*10;
^
h5dumpgentest.c:2659:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
wdata[i].f=(float)((i*20)/3.0);
^
h5dumpgentest.c:2654:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret; /* Generic return value */
^
h5dumpgentest.c: In function â??gent_vldatatypes4â??:
h5dumpgentest.c:2730:41: warning: conversion to â??intâ?? from â??unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
((s1 *)wdata[i].p)[j].i=i*10+j;
^
h5dumpgentest.c:2731:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((s1 *)wdata[i].p)[j].f=(float)((i*20+j)/3.0);
^
h5dumpgentest.c:2723:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret; /* Generic return value */
^
h5dumpgentest.c: In function â??gent_vldatatypes5â??:
h5dumpgentest.c:2796:27: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i].len=i+5;
^
In file included from h5dumpgentest.c:28:0:
h5dumpgentest.c:2797:52: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
wdata[i].p=HDmalloc(sizeof(unsigned)*(i+5));
^
../../src/H5private.h:940:35: note: in definition of macro â??HDmallocâ??
#define HDmalloc(Z) malloc(Z)
^
h5dumpgentest.c:2798:13: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for(j=0; j<i+5; j++)
^
h5dumpgentest.c:2799:46: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
((unsigned *)wdata[i].p)[j]=j*2;
^
h5dumpgentest.c:2787:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret; /* Generic return value */
^
h5dumpgentest.c: In function â??gent_array1_bigâ??:
h5dumpgentest.c:2857:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret; /* Generic return value */
^
h5dumpgentest.c: In function â??gent_array1â??:
h5dumpgentest.c:2948:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret; /* Generic return value */
^
h5dumpgentest.c: In function â??gent_array2â??:
h5dumpgentest.c:2992:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret; /* Generic return value */
^
h5dumpgentest.c: In function â??gent_array3â??:
h5dumpgentest.c:3040:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret; /* Generic return value */
^
h5dumpgentest.c: In function â??gent_array4â??:
h5dumpgentest.c:3102:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
wdata[i][j].f=(float)(i*2.5+j);
^
h5dumpgentest.c:3096:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret; /* Generic return value */
^
h5dumpgentest.c: In function â??gent_array5â??:
h5dumpgentest.c:3170:17: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
wdata[i][j].f[k]=(float)(i*10+j*2.5+k);
^
h5dumpgentest.c:3163:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret; /* Generic return value */
^
In file included from h5dumpgentest.c:28:0:
h5dumpgentest.c: In function â??gent_array6â??:
h5dumpgentest.c:3238:40: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
wdata[i][j].p=HDmalloc((i+j+1)*sizeof(unsigned int));
^
../../src/H5private.h:940:35: note: in definition of macro â??HDmallocâ??
#define HDmalloc(Z) malloc(Z)
^
h5dumpgentest.c:3239:32: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i][j].len=i+j+1;
^
h5dumpgentest.c:3240:13: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for(k=0; k<(i+j+1); k++)
^
h5dumpgentest.c:3241:62: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
((unsigned int *)wdata[i][j].p)[k]=i*100+j*10+k;
^
h5dumpgentest.c:3233:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret; /* Generic return value */
^
In file included from h5dumpgentest.c:28:0:
h5dumpgentest.c: In function â??gent_array7â??:
h5dumpgentest.c:3299:40: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
wdata[i][j].p=HDmalloc((i+j+1)*(sizeof(unsigned int)*ARRAY1_DIM1));
^
../../src/H5private.h:940:35: note: in definition of macro â??HDmallocâ??
#define HDmalloc(Z) malloc(Z)
^
h5dumpgentest.c:3300:32: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
wdata[i][j].len=i+j+1;
^
h5dumpgentest.c:3301:13: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for(k=0; k<(i+j+1); k++)
^
h5dumpgentest.c:3303:87: warning: conversion to â??unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
((unsigned int
*)wdata[i][j].p)[k*ARRAY1_DIM1+l]=i*1000+j*100+k*10+l;
^
h5dumpgentest.c:3294:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret; /* Generic return value */
^
h5dumpgentest.c: In function â??gent_array8â??:
h5dumpgentest.c:3361:17: warning: size of â??wdataâ?? is 16400 bytes
[-Wlarger-than=]
int wdata[(F64_DIM1) * sizeof(int)]; /* Write buffer */
^
h5dumpgentest.c:3369:9: warning: conversion to â??intâ?? from â??unsigned
intâ?? may change the sign of the result [-Wsign-conversion]
wdata[i] = i;
^
h5dumpgentest.c:3358:17: warning: variable â??statusâ?? set but not used
[-Wunused-but-set-variable]
herr_t status = -1;
^
h5dumpgentest.c: In function â??gent_emptyâ??:
h5dumpgentest.c:3414:12: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret=0;
^
h5dumpgentest.c: In function â??gent_multiâ??:
h5dumpgentest.c:3620:10: warning: size of â??svâ?? is 7168 bytes
[-Wlarger-than=]
char sv[H5FD_MEM_NTYPES][1024];
^
In file included from h5dumpgentest.c:28:0:
h5dumpgentest.c:3638:32: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
memb_addr[mt] = MAX(mt - 1,0) * (HADDR_MAX / 10);
^
../../src/H5private.h:305:35: note: in definition of macro â??MAXâ??
#define MAX(a,b) (((a)>(b)) ? (a) : (b))
^
h5dumpgentest.c:3638:9: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
memb_addr[mt] = MAX(mt - 1,0) * (HADDR_MAX / 10);
^
h5dumpgentest.c: In function â??write_attr_inâ??:
h5dumpgentest.c:3808:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
char buf1[2][2]= {"ab","de"}; /* string */
^
h5dumpgentest.c:3808:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:3820:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
char buf12[6][2]= {"ab","cd","ef","gh","ij","kl"}; /* string
*/
^
h5dumpgentest.c:3820:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:3820:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:3820:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:3820:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:3820:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:3831:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
char buf13[24][2]= {"ab","cd","ef","gh","ij","kl","mn","pq",
^
h5dumpgentest.c:3831:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:3831:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:3831:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:3831:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:3831:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:3831:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:3831:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:3832:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
"rs","tu","vw","xz","AB","CD","EF","GH",
^
h5dumpgentest.c:3832:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:3832:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:3832:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:3832:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:3832:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:3832:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:3832:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:3833:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
"IJ","KL","MN","PQ","RS","TU","VW","XZ"}; /* string */
^
h5dumpgentest.c:3833:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:3833:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:3833:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:3833:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:3833:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:3833:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:3833:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
In file included from h5dumpgentest.c:28:0:
h5dumpgentest.c:4025:41: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
buf52[i][j].p = HDmalloc((i + 1) * sizeof(int));
^
../../src/H5private.h:940:35: note: in definition of macro â??HDmallocâ??
#define HDmalloc(Z) malloc(Z)
^
h5dumpgentest.c:4026:33: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
buf52[i][j].len = i + 1;
^
h5dumpgentest.c:4027:13: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for(l = 0; l < i + 1; l++)
^
h5dumpgentest.c:4082:33: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
buf23[i][j][k]=n++;
^
h5dumpgentest.c:4108:35: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
buf33[i][j][k].a=n++;
^
In file included from h5dumpgentest.c:28:0:
h5dumpgentest.c:4157:48: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
buf53[i][j][k].p = HDmalloc((i + 1) * sizeof(int));
^
../../src/H5private.h:940:35: note: in definition of macro â??HDmallocâ??
#define HDmalloc(Z) malloc(Z)
^
h5dumpgentest.c:4158:40: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
buf53[i][j][k].len = i + 1;
^
h5dumpgentest.c:4159:17: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for(l = 0; l < i + 1; l++)
^
h5dumpgentest.c:3802:13: warning: variable â??statusâ?? set but not used
[-Wunused-but-set-variable]
herr_t status;
^
h5dumpgentest.c: In function â??write_dset_inâ??:
h5dumpgentest.c:4250:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
char buf1[2][2]= {"ab","de"}; /* string */
^
h5dumpgentest.c:4250:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:4262:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
char buf12[6][2]= {"ab","cd","ef","gh","ij","kl"}; /* string
*/
^
h5dumpgentest.c:4262:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:4262:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:4262:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:4262:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:4262:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:4273:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
char buf13[24][2]= {"ab","cd","ef","gh","ij","kl","mn","pq",
^
h5dumpgentest.c:4273:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:4273:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:4273:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:4273:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:4273:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:4273:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:4273:5: warning: initializer-string for array chars is too long
for C++ [-Wc++-compat]
h5dumpgentest.c:4274:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
"rs","tu","vw","xz","AB","CD","EF","GH",
^
h5dumpgentest.c:4274:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:4274:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:4274:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:4274:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:4274:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:4274:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:4274:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:4275:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
"IJ","KL","MN","PQ","RS","TU","VW","XZ"}; /* string */
^
h5dumpgentest.c:4275:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:4275:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:4275:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:4275:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:4275:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:4275:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
h5dumpgentest.c:4275:13: warning: initializer-string for array chars is too
long for C++ [-Wc++-compat]
In file included from h5dumpgentest.c:28:0:
h5dumpgentest.c:4467:41: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
buf52[i][j].p = HDmalloc((i + 1) * sizeof(int));
^
../../src/H5private.h:940:35: note: in definition of macro â??HDmallocâ??
#define HDmalloc(Z) malloc(Z)
^
h5dumpgentest.c:4468:33: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
buf52[i][j].len = i + 1;
^
h5dumpgentest.c:4469:13: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for(l = 0; l < i + 1; l++)
^
h5dumpgentest.c:4536:33: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
buf23[i][j][k]=n++;
^
h5dumpgentest.c:4562:35: warning: conversion to â??charâ?? from â??intâ?? may
alter its value [-Wconversion]
buf33[i][j][k].a=n++;
^
In file included from h5dumpgentest.c:28:0:
h5dumpgentest.c:4611:48: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
buf53[i][j][k].p = HDmalloc((i + 1) * sizeof(int));
^
../../src/H5private.h:940:35: note: in definition of macro â??HDmallocâ??
#define HDmalloc(Z) malloc(Z)
^
h5dumpgentest.c:4612:40: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
buf53[i][j][k].len = i + 1;
^
h5dumpgentest.c:4613:17: warning: assuming signed overflow does not occur when
reducing constant in comparison [-Wstrict-overflow]
for(l = 0; l < i + 1; l++)
^
h5dumpgentest.c:4243:13: warning: variable â??statusâ?? set but not used
[-Wunused-but-set-variable]
herr_t status;
^
h5dumpgentest.c: In function â??gent_attr_allâ??:
h5dumpgentest.c:4686:13: warning: variable â??statusâ?? set but not used
[-Wunused-but-set-variable]
herr_t status;
^
h5dumpgentest.c: In function â??gent_compound_complexâ??:
h5dumpgentest.c:4867:43: warning: conversion to â??short intâ?? from â??intâ??
may alter its value [-Wconversion]
Array1[m].d[n][o] = m + n + o;
^
h5dumpgentest.c:4871:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
Array1[m].e = (float)( m * .96 );
^
h5dumpgentest.c:4874:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
Array1[m].f[n] = ( m * 1024.9637 );
^
h5dumpgentest.c:4844:16: warning: variable â??statusâ?? set but not used
[-Wunused-but-set-variable]
herr_t status; /* Error checking variable */
^
h5dumpgentest.c: In function â??gent_named_dtype_attrâ??:
h5dumpgentest.c:4998:12: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
herr_t ret;
^
h5dumpgentest.c: In function â??make_externalâ??:
h5dumpgentest.c:5220:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
int ret;
^
h5dumpgentest.c: In function â??gent_filtersâ??:
h5dumpgentest.c:5268:23: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
int i, j, n, ret;
^
h5dumpgentest.c: In function â??gent_fcontentsâ??:
h5dumpgentest.c:5624:14: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
int ret;
^
h5dumpgentest.c: In function â??gent_fvaluesâ??:
h5dumpgentest.c:5758:16: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
int ret;
^
h5dumpgentest.c: In function â??gent_stringâ??:
h5dumpgentest.c:5918:14: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
int ret;
^
h5dumpgentest.c: In function â??gent_aindicesâ??:
h5dumpgentest.c:6013:29: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
int i, j, k, l, n, ret;
^
h5dumpgentest.c: In function â??gent_longlinksâ??:
h5dumpgentest.c:6082:17: warning: variable â??gid2â?? set but not used
[-Wunused-but-set-variable]
hid_t gid2 = (-1); /* Datatype ID */
^
h5dumpgentest.c: In function â??gent_bigdimsâ??:
h5dumpgentest.c:6261:13: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
int ret;
^
h5dumpgentest.c: In function â??gent_hyperslabâ??:
h5dumpgentest.c:6357:17: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
int i, ret;
^
h5dumpgentest.c: In function â??gent_fpformatâ??:
h5dumpgentest.c:6821:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
double dbuf[6] = {-0.1234567, 0.1234567, 0, 0, 0, 0};
^
h5dumpgentest.c:6821:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
h5dumpgentest.c: In function â??gent_packedbitsâ??:
h5dumpgentest.c:6953:14: warning: size of â??dsetu64â?? is 4096 bytes
[-Wlarger-than=]
uint64_t dsetu64[F66_XDIM][F66_YDIM64], valu64bits;
^
h5dumpgentest.c:6957:13: warning: size of â??dset64â?? is 4096 bytes
[-Wlarger-than=]
int64_t dset64[F66_XDIM][F66_YDIM64], val64bits;
^
h5dumpgentest.c:6972:43: warning: conversion to â??uint8_tâ?? from â??intâ??
may alter its value [-Wconversion]
dsetu8[i][j] = dsetu8[i][j-1] << 1;
^
h5dumpgentest.c:6974:19: warning: conversion to â??uint8_tâ?? from â??intâ??
may alter its value [-Wconversion]
valu8bits <<= 1;
^
h5dumpgentest.c:6990:45: warning: conversion to â??uint16_tâ?? from â??intâ??
may alter its value [-Wconversion]
dsetu16[i][j] = dsetu16[i][j-1] << 1;
^
h5dumpgentest.c:6992:20: warning: conversion to â??uint16_tâ?? from â??intâ??
may alter its value [-Wconversion]
valu16bits <<= 1;
^
h5dumpgentest.c:7044:41: warning: conversion to â??int8_tâ?? from â??intâ?? may
alter its value [-Wconversion]
dset8[i][j] = dset8[i][j-1] << 1;
^
h5dumpgentest.c:7046:18: warning: conversion to â??int8_tâ?? from â??intâ?? may
alter its value [-Wconversion]
val8bits <<= 1;
^
h5dumpgentest.c:7062:43: warning: conversion to â??int16_tâ?? from â??intâ??
may alter its value [-Wconversion]
dset16[i][j] = dset16[i][j-1] << 1;
^
h5dumpgentest.c:7064:19: warning: conversion to â??int16_tâ?? from â??intâ??
may alter its value [-Wconversion]
val16bits <<= 1;
^
h5dumpgentest.c:7114:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsetdbl[i][j] = 0.0001 * j + i;
^
h5dumpgentest.c: In function â??gent_attr_intsizeâ??:
h5dumpgentest.c:7142:14: warning: size of â??dsetu64â?? is 4096 bytes
[-Wlarger-than=]
uint64_t dsetu64[F66_XDIM][F66_YDIM64], valu64bits;
^
h5dumpgentest.c:7146:13: warning: size of â??dset64â?? is 4096 bytes
[-Wlarger-than=]
int64_t dset64[F66_XDIM][F66_YDIM64], val64bits;
^
h5dumpgentest.c:7162:43: warning: conversion to â??uint8_tâ?? from â??intâ??
may alter its value [-Wconversion]
dsetu8[i][j] = dsetu8[i][j-1] << 1;
^
h5dumpgentest.c:7164:19: warning: conversion to â??uint8_tâ?? from â??intâ??
may alter its value [-Wconversion]
valu8bits <<= 1;
^
h5dumpgentest.c:7180:45: warning: conversion to â??uint16_tâ?? from â??intâ??
may alter its value [-Wconversion]
dsetu16[i][j] = dsetu16[i][j-1] << 1;
^
h5dumpgentest.c:7182:20: warning: conversion to â??uint16_tâ?? from â??intâ??
may alter its value [-Wconversion]
valu16bits <<= 1;
^
h5dumpgentest.c:7234:41: warning: conversion to â??int8_tâ?? from â??intâ?? may
alter its value [-Wconversion]
dset8[i][j] = dset8[i][j-1] << 1;
^
h5dumpgentest.c:7236:18: warning: conversion to â??int8_tâ?? from â??intâ?? may
alter its value [-Wconversion]
val8bits <<= 1;
^
h5dumpgentest.c:7252:43: warning: conversion to â??int16_tâ?? from â??intâ??
may alter its value [-Wconversion]
dset16[i][j] = dset16[i][j-1] << 1;
^
h5dumpgentest.c:7254:19: warning: conversion to â??int16_tâ?? from â??intâ??
may alter its value [-Wconversion]
val16bits <<= 1;
^
h5dumpgentest.c:7304:13: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dsetdbl[i][j] = 0.0001 * j + i;
^
h5dumpgentest.c: In function â??gent_charsetsâ??:
h5dumpgentest.c:7329:12: warning: variable â??statusâ?? set but not used
[-Wunused-but-set-variable]
herr_t status;
^
h5dumpgentest.c: In function â??gent_compound_intsizesâ??:
h5dumpgentest.c:7395:18: warning: size of â??Array1â?? is 45568 bytes
[-Wlarger-than=]
Array1Struct Array1[F70_LENGTH];
^
h5dumpgentest.c:7410:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++){
^
h5dumpgentest.c:7412:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 1; o < dims[1]; o++) {
^
h5dumpgentest.c:7413:67: warning: conversion to â??uint8_tâ?? from â??intâ??
may alter its value [-Wconversion]
Array1[m].dsetu8[n][o] = Array1[m].dsetu8[n][o-1] << 1;
^
h5dumpgentest.c:7415:23: warning: conversion to â??uint8_tâ?? from â??intâ??
may alter its value [-Wconversion]
valu8bits <<= 1;
^
h5dumpgentest.c:7422:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++){
^
h5dumpgentest.c:7424:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 1; o < dims[1]; o++) {
^
h5dumpgentest.c:7425:69: warning: conversion to â??uint16_tâ?? from â??intâ??
may alter its value [-Wconversion]
Array1[m].dsetu16[n][o] = Array1[m].dsetu16[n][o-1] << 1;
^
h5dumpgentest.c:7427:24: warning: conversion to â??uint16_tâ?? from â??intâ??
may alter its value [-Wconversion]
valu16bits <<= 1;
^
h5dumpgentest.c:7434:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++){
^
h5dumpgentest.c:7436:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 1; o < dims[1]; o++) {
^
h5dumpgentest.c:7446:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++){
^
h5dumpgentest.c:7448:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 1; o < dims[1]; o++) {
^
h5dumpgentest.c:7458:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++){
^
h5dumpgentest.c:7460:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 1; o < dims[1]; o++) {
^
h5dumpgentest.c:7461:65: warning: conversion to â??int8_tâ?? from â??intâ?? may
alter its value [-Wconversion]
Array1[m].dset8[n][o] = Array1[m].dset8[n][o-1] << 1;
^
h5dumpgentest.c:7463:22: warning: conversion to â??int8_tâ?? from â??intâ?? may
alter its value [-Wconversion]
val8bits <<= 1;
^
h5dumpgentest.c:7470:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++){
^
h5dumpgentest.c:7472:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 1; o < dims[1]; o++) {
^
h5dumpgentest.c:7473:67: warning: conversion to â??int16_tâ?? from â??intâ??
may alter its value [-Wconversion]
Array1[m].dset16[n][o] = Array1[m].dset16[n][o-1] << 1;
^
h5dumpgentest.c:7475:23: warning: conversion to â??int16_tâ?? from â??intâ??
may alter its value [-Wconversion]
val16bits <<= 1;
^
h5dumpgentest.c:7482:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++){
^
h5dumpgentest.c:7484:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 1; o < dims[1]; o++) {
^
h5dumpgentest.c:7494:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++){
^
h5dumpgentest.c:7496:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 1; o < dims[1]; o++) {
^
h5dumpgentest.c:7505:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++)
^
h5dumpgentest.c:7506:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 0; o < dims[1]; o++)
^
h5dumpgentest.c:7507:17: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
Array1[m].dsetdbl[n][o] = 0.0001 * o + n;
^
h5dumpgentest.c:7398:12: warning: variable â??statusâ?? set but not used
[-Wunused-but-set-variable]
herr_t status; /* Error checking variable */
^
h5dumpgentest.c:7360:32: warning: unused variable â??rootâ?? [-Wunused-variable]
hid_t fid, dataset, space, root;
^
h5dumpgentest.c: In function â??gent_compound_attr_intsizesâ??:
h5dumpgentest.c:7670:18: warning: size of â??Array1â?? is 45568 bytes
[-Wlarger-than=]
Array1Struct Array1[F70_LENGTH];
^
h5dumpgentest.c:7685:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++){
^
h5dumpgentest.c:7687:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 1; o < dims[1]; o++) {
^
h5dumpgentest.c:7688:67: warning: conversion to â??uint8_tâ?? from â??intâ??
may alter its value [-Wconversion]
Array1[m].dsetu8[n][o] = Array1[m].dsetu8[n][o-1] << 1;
^
h5dumpgentest.c:7690:23: warning: conversion to â??uint8_tâ?? from â??intâ??
may alter its value [-Wconversion]
valu8bits <<= 1;
^
h5dumpgentest.c:7697:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++){
^
h5dumpgentest.c:7699:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 1; o < dims[1]; o++) {
^
h5dumpgentest.c:7700:69: warning: conversion to â??uint16_tâ?? from â??intâ??
may alter its value [-Wconversion]
Array1[m].dsetu16[n][o] = Array1[m].dsetu16[n][o-1] << 1;
^
h5dumpgentest.c:7702:24: warning: conversion to â??uint16_tâ?? from â??intâ??
may alter its value [-Wconversion]
valu16bits <<= 1;
^
h5dumpgentest.c:7709:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++){
^
h5dumpgentest.c:7711:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 1; o < dims[1]; o++) {
^
h5dumpgentest.c:7721:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++){
^
h5dumpgentest.c:7723:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 1; o < dims[1]; o++) {
^
h5dumpgentest.c:7733:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++){
^
h5dumpgentest.c:7735:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 1; o < dims[1]; o++) {
^
h5dumpgentest.c:7736:65: warning: conversion to â??int8_tâ?? from â??intâ?? may
alter its value [-Wconversion]
Array1[m].dset8[n][o] = Array1[m].dset8[n][o-1] << 1;
^
h5dumpgentest.c:7738:22: warning: conversion to â??int8_tâ?? from â??intâ?? may
alter its value [-Wconversion]
val8bits <<= 1;
^
h5dumpgentest.c:7745:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++){
^
h5dumpgentest.c:7747:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 1; o < dims[1]; o++) {
^
h5dumpgentest.c:7748:67: warning: conversion to â??int16_tâ?? from â??intâ??
may alter its value [-Wconversion]
Array1[m].dset16[n][o] = Array1[m].dset16[n][o-1] << 1;
^
h5dumpgentest.c:7750:23: warning: conversion to â??int16_tâ?? from â??intâ??
may alter its value [-Wconversion]
val16bits <<= 1;
^
h5dumpgentest.c:7757:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++){
^
h5dumpgentest.c:7759:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 1; o < dims[1]; o++) {
^
h5dumpgentest.c:7769:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++){
^
h5dumpgentest.c:7771:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 1; o < dims[1]; o++) {
^
h5dumpgentest.c:7780:22: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(n = 0; n < dims[0]; n++)
^
h5dumpgentest.c:7781:26: warning: comparison between signed and unsigned
integer expressions [-Wsign-compare]
for(o = 0; o < dims[1]; o++)
^
h5dumpgentest.c:7782:17: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
Array1[m].dsetdbl[n][o] = 0.0001 * o + n;
^
h5dumpgentest.c:7673:12: warning: variable â??statusâ?? set but not used
[-Wunused-but-set-variable]
herr_t status; /* Error checking variable */
^
h5dumpgentest.c: In function â??gent_nested_compound_dtâ??:
h5dumpgentest.c:7951:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dset2[i].b = (float)(i+i*0.1);
^
h5dumpgentest.c:7957:17: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dset3[i].b[j][k] = (float)(i*j*k*1.0);
^
h5dumpgentest.c:7961:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
dset3[i].c.b = (float)(i*1.0);
^
h5dumpgentest.c:7937:13: warning: unused variable â??dset5â??
[-Wunused-variable]
dset1_t dset5[10];
^
h5dumpgentest.c: In function â??gent_attr_intsizeâ??:
h5dumpgentest.c:7135:1: warning: stack usage is 11456 bytes [-Wstack-usage=]
gent_attr_intsize(void)
^
h5dumpgentest.c: In function â??gent_packedbitsâ??:
h5dumpgentest.c:6946:1: warning: stack usage is 11472 bytes [-Wstack-usage=]
gent_packedbits(void)
^
h5dumpgentest.c: In function â??gent_array8â??:
h5dumpgentest.c:3352:13: warning: stack usage is 16496 bytes [-Wstack-usage=]
static void gent_array8(void)
^
h5dumpgentest.c:3403:1: warning: the frame size of 16432 bytes is larger than
16384 bytes [-Wframe-larger-than=]
}
^
h5dumpgentest.c: In function â??gent_compound_intsizesâ??:
h5dumpgentest.c:7359:13: warning: stack usage is 45760 bytes [-Wstack-usage=]
static void gent_compound_intsizes(void) {
^
h5dumpgentest.c:7632:1: warning: the frame size of 45676 bytes is larger than
16384 bytes [-Wframe-larger-than=]
}
^
h5dumpgentest.c: In function â??gent_compound_attr_intsizesâ??:
h5dumpgentest.c:7634:13: warning: stack usage is 45744 bytes [-Wstack-usage=]
static void gent_compound_attr_intsizes(void) {
^
h5dumpgentest.c:7909:1: warning: the frame size of 45676 bytes is larger than
16384 bytes [-Wframe-larger-than=]
}
^
h5dumpgentest.c: In function â??gent_strâ??:
h5dumpgentest.c:1621:13: warning: stack usage is 13568 bytes [-Wstack-usage=]
static void gent_str(void) {
^
h5dumpgentest.c: In function â??mainâ??:
h5dumpgentest.c:2798:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
for(j=0; j<i+5; j++)
^
h5dumpgentest.c:2798:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
h5dumpgentest.c:2798:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
h5dumpgentest.c:2798:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
h5dumpgentest.c:2798:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
h5dumpgentest.c:2798:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
h5dumpgentest.c:2798:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
h5dumpgentest.c:2798:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
h5dumpgentest.c: At top level:
h5dumpgentest.c:97:0: warning: macro "FILE65" is not used [-Wunused-macros]
#define FILE65 "tattrreg.h5"
^
CCLD h5dumpgentest
CC binread.o
binread.c: In function â??mainâ??:
binread.c:83:18: warning: conversion to â??intâ?? from â??size_tâ?? may alter
its value [-Wconversion]
numread = fread( buf, sizeof( TYPE ), nelmts, stream );
^
CCLD binread
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5dump'
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools'
Making all in .
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10'
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/perform'
CC sio_perf.o
sio_perf.c:108:28: warning: size of â??l_optsâ?? is 2624 bytes [-Wlarger-than=]
static struct long_options l_opts[] = {
^
sio_perf.c: In function â??run_test_loopâ??:
sio_perf.c:409:26: warning: conversion to â??hsize_tâ?? from â??off_tâ?? may
change the sign of the result [-Wsign-conversion]
parms.h5_align = opts->h5_alignment;
^
sio_perf.c:410:27: warning: conversion to â??hsize_tâ?? from â??off_tâ?? may
change the sign of the result [-Wsign-conversion]
parms.h5_thresh = opts->h5_threshold;
^
sio_perf.c: In function â??run_testâ??:
sio_perf.c:464:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
minmax write_sys_mm = {0.0, 0.0, 0.0, 0};
^
sio_perf.c:464:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:464:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:465:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
minmax write_mm = {0.0, 0.0, 0.0, 0};
^
sio_perf.c:465:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:465:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:466:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
minmax write_gross_mm = {0.0, 0.0, 0.0, 0};
^
sio_perf.c:466:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:466:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:467:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
minmax write_raw_mm = {0.0, 0.0, 0.0, 0};
^
sio_perf.c:467:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:467:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:468:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
minmax read_sys_mm = {0.0, 0.0, 0.0, 0};
^
sio_perf.c:468:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:468:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:469:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
minmax read_mm = {0.0, 0.0, 0.0, 0};
^
sio_perf.c:469:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:469:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:470:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
minmax read_gross_mm = {0.0, 0.0, 0.0, 0};
^
sio_perf.c:470:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:470:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:471:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
minmax read_raw_mm = {0.0, 0.0, 0.0, 0};
^
sio_perf.c:471:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:471:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:478:5: warning: switch missing default case [-Wswitch-default]
switch (iot) {
^
sio_perf.c:489:24: warning: request for implicit conversion from â??void *â??
to â??struct minmax *â?? not permitted in C++ [-Wc++-compat]
write_sys_mm_table = calloc((size_t)parms.num_iters , sizeof(minmax));
^
sio_perf.c:490:20: warning: request for implicit conversion from â??void *â??
to â??struct minmax *â?? not permitted in C++ [-Wc++-compat]
write_mm_table = calloc((size_t)parms.num_iters , sizeof(minmax));
^
sio_perf.c:491:26: warning: request for implicit conversion from â??void *â??
to â??struct minmax *â?? not permitted in C++ [-Wc++-compat]
write_gross_mm_table = calloc((size_t)parms.num_iters , sizeof(minmax));
^
sio_perf.c:492:24: warning: request for implicit conversion from â??void *â??
to â??struct minmax *â?? not permitted in C++ [-Wc++-compat]
write_raw_mm_table = calloc((size_t)parms.num_iters , sizeof(minmax));
^
sio_perf.c:495:27: warning: request for implicit conversion from â??void *â??
to â??struct minmax *â?? not permitted in C++ [-Wc++-compat]
read_sys_mm_table = calloc((size_t)parms.num_iters , sizeof(minmax));
^
sio_perf.c:496:23: warning: request for implicit conversion from â??void *â??
to â??struct minmax *â?? not permitted in C++ [-Wc++-compat]
read_mm_table = calloc((size_t)parms.num_iters , sizeof(minmax));
^
sio_perf.c:497:29: warning: request for implicit conversion from â??void *â??
to â??struct minmax *â?? not permitted in C++ [-Wc++-compat]
read_gross_mm_table = calloc((size_t)parms.num_iters , sizeof(minmax));
^
sio_perf.c:498:27: warning: request for implicit conversion from â??void *â??
to â??struct minmax *â?? not permitted in C++ [-Wc++-compat]
read_raw_mm_table = calloc((size_t)parms.num_iters , sizeof(minmax));
^
sio_perf.c: In function â??accumulate_minmax_stuffâ??:
sio_perf.c:725:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
total_mm.sum = 0.0;
^
sio_perf.c: In function â??output_resultsâ??:
sio_perf.c:768:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
output_report("Maximum Throughput: %6.2f MB/s",
MB_PER_SEC(data_size,total_mm.min));
^
sio_perf.c:71:34: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
#define MB_PER_SEC(bytes,t) (((t)==0.0) ? 0.0 : ((((double)bytes) / ONE_MB) /
(t)))
^
sio_perf.c:768:53: note: in expansion of macro â??MB_PER_SECâ??
output_report("Maximum Throughput: %6.2f MB/s",
MB_PER_SEC(data_size,total_mm.min));
^
sio_perf.c:768:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
output_report("Maximum Throughput: %6.2f MB/s",
MB_PER_SEC(data_size,total_mm.min));
^
sio_perf.c:776:19: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
MB_PER_SEC(data_size,total_mm.sum / total_mm.num));
^
sio_perf.c:71:34: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
#define MB_PER_SEC(bytes,t) (((t)==0.0) ? 0.0 : ((((double)bytes) / ONE_MB) /
(t)))
^
sio_perf.c:776:19: note: in expansion of macro â??MB_PER_SECâ??
MB_PER_SEC(data_size,total_mm.sum / total_mm.num));
^
sio_perf.c:776:19: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
sio_perf.c:783:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
output_report("Minimum Throughput: %6.2f MB/s",
MB_PER_SEC(data_size,total_mm.max));
^
sio_perf.c:71:34: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
#define MB_PER_SEC(bytes,t) (((t)==0.0) ? 0.0 : ((((double)bytes) / ONE_MB) /
(t)))
^
sio_perf.c:783:53: note: in expansion of macro â??MB_PER_SECâ??
output_report("Minimum Throughput: %6.2f MB/s",
MB_PER_SEC(data_size,total_mm.max));
^
sio_perf.c:783:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
output_report("Minimum Throughput: %6.2f MB/s",
MB_PER_SEC(data_size,total_mm.max));
^
sio_perf.c: In function â??output_reportâ??:
sio_perf.c:803:9: warning: function might be possible candidate for
â??gnu_printfâ?? format attribute [-Wsuggest-attribute=format]
vfprintf(output, fmt, ap);
^
sio_perf.c: In function â??parse_command_lineâ??:
sio_perf.c:965:35: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
cl_opts->buf_size[i]=(i+1)*10;
^
sio_perf.c:967:35: warning: conversion to â??size_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
cl_opts->chk_size[i]=(i+1)*10;
^
sio_perf.c:983:36: warning: to be safe all intermediate pointers in cast from
â??char **â?? to â??const char **â?? must be â??constâ?? qualified [-Wcast-qual]
while ((opt = get_option(argc, (const char **)argv, s_opts, l_opts)) !=
EOF) {
^
sio_perf.c:1039:64: warning: conversion to â??size_tâ?? from â??off_tâ?? may
change the sign of the result [-Wsign-conversion]
cl_opts->chk_size[j] = parse_size_directive(buf);
^
sio_perf.c:1193:64: warning: conversion to â??size_tâ?? from â??off_tâ?? may
change the sign of the result [-Wsign-conversion]
cl_opts->buf_size[j] = parse_size_directive(buf);
^
sio_perf.c:1221:61: warning: conversion to â??intâ?? from â??off_tâ?? may alter
its value [-Wconversion]
cl_opts->order[j] = parse_size_directive(buf);
^
sio_perf.c: In function â??run_testâ??:
sio_perf.c:504:13: warning: function call has aggregate value
[-Waggregate-return]
res = do_sio(parms);
^
CC sio_engine.o
sio_engine.c: In function â??do_sioâ??:
sio_engine.c:162:17: warning: size of â??fnameâ?? is 4096 bytes [-Wlarger-than=]
char fname[FILENAME_MAX]; /* test file name */
^
sio_engine.c:203:29: warning: conversion to â??long unsigned intâ?? from
â??off_tâ?? may change the sign of the result [-Wsign-conversion]
if ((param.dset_size[i]%param.buf_size[i])!=0) {
^
sio_engine.c:214:17: warning: request for implicit conversion from â??void *â??
to â??char *â?? not permitted in C++ [-Wc++-compat]
if ((buffer = malloc(linear_buf_size)) == NULL){
^
sio_engine.c:280:5: warning: switch missing default case [-Wswitch-default]
switch (iot) {
^
sio_engine.c: In function â??sio_create_filenameâ??:
sio_engine.c:323:5: warning: switch missing default case [-Wswitch-default]
switch (iot) {
^
sio_engine.c: In function â??do_writeâ??:
sio_engine.c:441:17: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
for (i=0; i < linear_buf_size; i++)
^
sio_engine.c:442:19: warning: conversion to â??unsigned charâ?? from â??long
intâ?? may alter its value [-Wconversion]
buf_p[i]=i%128;
^
sio_engine.c:458:39: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (parms->buf_size[i]==parms->dset_size[i])
^
sio_engine.c:459:21: warning: conversion to â??intâ?? from â??long intâ?? may
alter its value [-Wconversion]
cont_dim = i;
^
sio_engine.c:474:41: warning: conversion to â??hsize_tâ?? from â??off_tâ?? may
change the sign of the result [-Wsign-conversion]
h5dims[i] = parms->dset_size[i];
^
sio_engine.c:451:5: warning: switch missing default case [-Wswitch-default]
switch (parms->io_type) {
^
sio_engine.c:513:5: warning: switch missing default case [-Wswitch-default]
switch (parms->io_type) {
^
sio_engine.c: In function â??dset_writeâ??:
sio_engine.c:636:5: warning: conversion to â??long unsigned intâ?? from â??long
intâ?? may change the sign of the result [-Wsign-conversion]
for (i=0; i < parms->dset_size[cur_dim]; i += parms->buf_size[cur_dim]){
^
sio_engine.c:636:48: warning: conversion to â??long intâ?? from â??long
unsigned intâ?? may change the sign of the result [-Wsign-conversion]
for (i=0; i < parms->dset_size[cur_dim]; i += parms->buf_size[cur_dim]){
^
sio_engine.c:668:37: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (dims[k] <= h5offset[k]) {
^
sio_engine.c:646:13: warning: switch missing default case [-Wswitch-default]
switch (parms->io_type) {
^
sio_engine.c: In function â??posix_buffer_writeâ??:
sio_engine.c:715:21: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
for (i=0; i < parms->buf_size[local_dim]; i += dtype_size) {
^
sio_engine.c:716:13: warning: conversion to â??size_tâ?? from â??long intâ??
may change the sign of the result [-Wsign-conversion]
buf_offset[local_dim] = i;
^
sio_engine.c:734:21: warning: conversion to â??intâ?? from â??long intâ?? may
alter its value [-Wconversion]
for (j=i+1; j < parms->rank; j++)
^
sio_engine.c:735:45: warning: conversion to â??long unsigned intâ?? from
â??off_tâ?? may change the sign of the result [-Wsign-conversion]
d_offset *= parms->dset_size[j];
^
sio_engine.c:737:42: warning: conversion to â??long unsigned intâ?? from
â??off_tâ?? may change the sign of the result [-Wsign-conversion]
linear_dset_offset += (offset[i]+buf_offset[i])*d_offset;
^
sio_engine.c:741:9: warning: conversion to â??__off64_tâ?? from â??size_tâ??
may change the sign of the result [-Wsign-conversion]
rc = POSIXSEEK(fd->posixfd, linear_dset_offset) < 0 ? -1 : 0;
^
sio_engine.c: In function â??do_readâ??:
sio_engine.c:785:18: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
for(i = 0; i < linear_buf_size; i++)
^
sio_engine.c:786:24: warning: conversion to â??charâ?? from â??long intâ?? may
alter its value [-Wconversion]
buffer2[i] = i % 128;
^
sio_engine.c:798:39: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (parms->buf_size[i]==parms->dset_size[i])
^
sio_engine.c:799:21: warning: conversion to â??intâ?? from â??long intâ?? may
alter its value [-Wconversion]
cont_dim = i;
^
sio_engine.c:811:41: warning: conversion to â??hsize_tâ?? from â??off_tâ?? may
change the sign of the result [-Wsign-conversion]
h5dims[i] = parms->dset_size[i];
^
sio_engine.c:793:5: warning: switch missing default case [-Wswitch-default]
switch (parms->io_type) {
^
sio_engine.c:841:5: warning: switch missing default case [-Wswitch-default]
switch (parms->io_type) {
^
sio_engine.c: In function â??dset_readâ??:
sio_engine.c:940:5: warning: conversion to â??long unsigned intâ?? from â??long
intâ?? may change the sign of the result [-Wsign-conversion]
for (i=0; i < parms->dset_size[cur_dim]; i += parms->buf_size[cur_dim]){
^
sio_engine.c:940:48: warning: conversion to â??long intâ?? from â??long
unsigned intâ?? may change the sign of the result [-Wsign-conversion]
for (i=0; i < parms->dset_size[cur_dim]; i += parms->buf_size[cur_dim]){
^
sio_engine.c:952:13: warning: switch missing default case [-Wswitch-default]
switch (parms->io_type) {
^
sio_engine.c: In function â??posix_buffer_readâ??:
sio_engine.c:1004:21: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
for (i=0; i < parms->buf_size[local_dim]; i += dtype_size) {
^
sio_engine.c:1005:13: warning: conversion to â??size_tâ?? from â??long intâ??
may change the sign of the result [-Wsign-conversion]
buf_offset[local_dim] = i;
^
sio_engine.c:1018:21: warning: conversion to â??intâ?? from â??long intâ?? may
alter its value [-Wconversion]
for (j=i+1; j<parms->rank; j++)
^
sio_engine.c:1019:45: warning: conversion to â??long unsigned intâ?? from
â??off_tâ?? may change the sign of the result [-Wsign-conversion]
d_offset *= parms->dset_size[j];
^
sio_engine.c:1021:42: warning: conversion to â??long unsigned intâ?? from
â??off_tâ?? may change the sign of the result [-Wsign-conversion]
linear_dset_offset += (offset[i]+buf_offset[i])*d_offset;
^
sio_engine.c:1025:9: warning: conversion to â??__off64_tâ?? from â??size_tâ??
may change the sign of the result [-Wsign-conversion]
rc = POSIXSEEK(fd->posixfd, linear_dset_offset) < 0 ? -1 : 0;
^
sio_engine.c: In function â??do_fopenâ??:
sio_engine.c:1053:5: warning: switch missing default case [-Wswitch-default]
switch (param->io_type) {
^
sio_engine.c: In function â??set_vfdâ??:
sio_engine.c:1106:11: warning: declaration of â??faplâ?? shadows a global
declaration [-Wshadow]
hid_t fapl = -1;
^
sio_engine.c:130:20: warning: shadowed declaration is here [-Wshadow]
static hid_t fapl; /* file access list */
^
sio_engine.c:1133:14: warning: size of â??svâ?? is 7168 bytes [-Wlarger-than=]
char sv[H5FD_MEM_NTYPES][1024];
^
In file included from sio_perf.h:20:0,
from sio_engine.c:35:
sio_engine.c:1147:35: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
memb_addr[mt] = MAX(mt-1,0)*(HADDR_MAX/10);
^
../src/H5private.h:305:35: note: in definition of macro â??MAXâ??
#define MAX(a,b) (((a)>(b)) ? (a) : (b))
^
sio_engine.c:1147:13: warning: assuming signed overflow does not occur when
changing X +- C1 cmp C2 to X cmp C1 +- C2 [-Wstrict-overflow]
memb_addr[mt] = MAX(mt-1,0)*(HADDR_MAX/10);
^
sio_engine.c: In function â??do_fcloseâ??:
sio_engine.c:1189:5: warning: switch missing default case [-Wswitch-default]
switch (iot) {
^
sio_engine.c: In function â??do_cleanupfileâ??:
sio_engine.c:1247:21: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
HDsnprintf(temp, sizeof temp, filename, j);
^
sio_engine.c:1247:21: warning: format not a string literal, argument types not
checked [-Wformat-nonliteral]
sio_engine.c:1237:6: warning: switch missing default case [-Wswitch-default]
switch (iot) {
^
sio_engine.c: In function â??do_sioâ??:
sio_engine.c:151:1: warning: function returns an aggregate [-Waggregate-return]
do_sio(parameters param)
^
sio_engine.c: At top level:
sio_engine.c:52:0: warning: macro "MSG" is not used [-Wunused-macros]
#define MSG(mesg) { \
^
sio_engine.c:42:0: warning: macro "ELMT_SIZE" is not used [-Wunused-macros]
#define ELMT_SIZE (sizeof(unsigned char)) /* we're doing bytes */
^
sio_engine.c:46:0: warning: macro "GOTODONE" is not used [-Wunused-macros]
#define GOTODONE { goto done; }
^
CC sio_timer.o
sio_timer.c: In function â??sub_timeâ??:
sio_timer.c:48:6: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((double)a->tv_usec) / MICROSECOND) -
^
sio_timer.c:50:4: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((double)b->tv_usec) / MICROSECOND));
^
sio_timer.c: In function â??set_timeâ??:
sio_timer.c:137:13: warning: enumeration value â??HDF5_FILE_READ_OPENâ?? not
handled in switch [-Wswitch-enum]
switch (t) {
^
sio_timer.c:137:13: warning: enumeration value â??HDF5_FILE_READ_CLOSEâ?? not
handled in switch [-Wswitch-enum]
sio_timer.c:137:13: warning: enumeration value â??HDF5_FILE_WRITE_OPENâ?? not
handled in switch [-Wswitch-enum]
sio_timer.c:137:13: warning: enumeration value â??HDF5_FILE_WRITE_CLOSEâ?? not
handled in switch [-Wswitch-enum]
sio_timer.c:137:13: warning: enumeration value â??NUM_TIMERSâ?? not handled in
switch [-Wswitch-enum]
CCLD h5perf_serial
CC iopipe.o
iopipe.c: In function â??print_statsâ??:
iopipe.c:84:9: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
(double)(r_stop->ru_utime.tv_usec)/1000000.0) -
^
iopipe.c:86:9: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
(double)(r_start->ru_utime.tv_usec)/1000000.0);
^
iopipe.c:89:9: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
(double)(r_stop->ru_stime.tv_usec)/1000000.0) -
^
iopipe.c:91:9: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
(double)(r_start->ru_stime.tv_usec)/1000000.0);
^
iopipe.c:95:9: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
(double)(t_stop->tv_usec)/1000000.0) -
^
iopipe.c:97:9: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
(double)(t_start->tv_usec)/1000000.0);
^
iopipe.c: In function â??mainâ??:
iopipe.c:194:7: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
(double)(hssize_t)(size[0]*size[1])/1024.0*1024);
^
iopipe.c:179:14: warning: variable â??offsetâ?? set but not used
[-Wunused-but-set-variable]
off_t offset;
^
iopipe.c:178:17: warning: variable â??nâ?? set but not used
[-Wunused-but-set-variable]
hssize_t n;
^
iopipe.c:169:15: warning: variable â??statusâ?? set but not used
[-Wunused-but-set-variable]
herr_t status;
^
CCLD iopipe
CC chunk.o
chunk.c: In function â??create_datasetâ??:
chunk.c:166:9: warning: request for implicit conversion from â??void *â?? to
â??signed char *â?? not permitted in C++ [-Wc++-compat]
buf = calloc(1, SQUARE (DS_SIZE*CH_SIZE));
^
chunk.c: In function â??test_rowmajâ??:
chunk.c:197:24: warning: request for implicit conversion from â??void *â?? to
â??signed char *â?? not permitted in C++ [-Wc++-compat]
signed char *buf = calloc (1, (size_t)(SQUARE(io_size)));
^
chunk.c:206:5: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
w0 = RM_W0;
^
chunk.c: In function â??test_diagâ??:
chunk.c:276:24: warning: request for implicit conversion from â??void *â?? to
â??signed char *â?? not permitted in C++ [-Wc++-compat]
signed char *buf = calloc (1, (size_t)(SQUARE (io_size)));
^
chunk.c:323:34: warning: conversion to â??doubleâ?? from â??long long intâ??
may alter its value [-Wconversion]
return (double)(hssize_t)nio/(hssize_t)nio_g;
^
chunk.c: In function â??mainâ??:
chunk.c:393:2: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
for (io_percent=RM_START; io_percent<=RM_END; io_percent+=RM_DELTA) {
^
chunk.c:393:2: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
chunk.c:393:2: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
chunk.c:439:2: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
for (io_percent=RM_START; io_percent<=RM_END; io_percent+=RM_DELTA) {
^
chunk.c:439:2: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
chunk.c:439:2: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
chunk.c:482:2: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
for (io_percent=DIAG_START;
^
chunk.c:483:7: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
io_percent<=DIAG_END;
^
chunk.c:484:7: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
io_percent+=DIAG_DELTA) {
^
chunk.c:527:2: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
for (io_percent=DIAG_START;
^
chunk.c:528:7: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
io_percent<=DIAG_END;
^
chunk.c:529:7: warning: unsuffixed float constant [-Wunsuffixed-float-constants]
io_percent+=DIAG_DELTA) {
^
CCLD chunk
CC overhead.o
overhead.c: In function â??testâ??:
overhead.c:212:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
if(H5Pset_cache(fapl, mdc_nelmts, 0, 0, 0.0) < 0) goto error;
^
overhead.c:226:13: warning: request for implicit conversion from â??void *â??
to â??int *â?? not permitted in C++ [-Wc++-compat]
had = calloc((size_t)cur_size[0], sizeof(int));
^
overhead.c:243:13: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
hs_start[0] = j%2 ? j/2 : (hssize_t)cur_size[0]-j/2;
^
overhead.c:243:60: warning: conversion to â??hsize_tâ?? from â??long long
intâ?? may change the sign of the result [-Wsign-conversion]
hs_start[0] = j%2 ? j/2 : (hssize_t)cur_size[0]-j/2;
^
overhead.c:248:13: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
hs_start[0] = j;
^
overhead.c:231:9: warning: switch missing default case [-Wswitch-default]
switch (fill_style) {
^
overhead.c:273:42: warning: conversion to â??long long unsigned intâ?? from
â??__off_tâ?? may change the sign of the result [-Wsign-conversion]
(double)(hssize_t)(sb.st_size-i*sizeof(int))/(hssize_t)i);
^
overhead.c:273:66: warning: conversion to â??doubleâ?? from â??long long intâ??
may alter its value [-Wconversion]
(double)(hssize_t)(sb.st_size-i*sizeof(int))/(hssize_t)i);
^
overhead.c:290:9: warning: switch missing default case [-Wswitch-default]
switch (fill_style) {
^
overhead.c:312:38: warning: conversion to â??long long unsigned intâ?? from
â??__off_tâ?? may change the sign of the result [-Wsign-conversion]
(double)(hssize_t)(sb.st_size-cur_size[0]*sizeof(int))/
^
overhead.c:313:17: warning: conversion to â??doubleâ?? from â??long long intâ??
may alter its value [-Wconversion]
(hssize_t)cur_size[0]);
^
CCLD overhead
CC zip_perf.o
zip_perf.c: In function â??errorâ??:
zip_perf.c:161:5: warning: function might be possible candidate for
â??gnu_printfâ?? format attribute [-Wsuggest-attribute=format]
vfprintf(stderr, fmt, ap);
^
zip_perf.c: In function â??write_fileâ??:
zip_perf.c:191:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
destLen = (uLongf)((double)sourceLen + ((double)sourceLen * 0.1)) + 12;
^
zip_perf.c:202:29: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((double)timer_stop.tv_usec) / MICROSECOND) -
^
zip_perf.c:204:29: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((double)timer_start.tv_usec) / MICROSECOND);
^
zip_perf.c:224:9: warning: conversion to â??uLongfâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
d_len -= rc;
^
zip_perf.c: In function â??fill_with_random_dataâ??:
zip_perf.c:437:13: warning: conversion to â??long unsigned intâ?? from
â??ssize_tâ?? may change the sign of the result [-Wsign-conversion]
len -= rc;
^
zip_perf.c:447:9: warning: conversion to â??uLongfâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
unsigned long s = src_len * compress_percent / 100;
^
zip_perf.c: In function â??do_write_testâ??:
zip_perf.c:473:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
compression_time = 0.0;
^
zip_perf.c:513:17: warning: conversion to â??long unsigned intâ?? from
â??ssize_tâ?? may change the sign of the result [-Wsign-conversion]
s_len -= rc;
^
zip_perf.c:522:29: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((double)timer_stop.tv_usec) / MICROSECOND) -
^
zip_perf.c:524:29: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((double)timer_start.tv_usec) / MICROSECOND);
^
zip_perf.c:528:16: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
MB_PER_SEC(file_size, total_time));
^
zip_perf.c:528:16: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
zip_perf.c:548:29: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((double)timer_stop.tv_usec) / MICROSECOND) -
^
zip_perf.c:550:29: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
((double)timer_start.tv_usec) / MICROSECOND);
^
zip_perf.c:554:16: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
MB_PER_SEC(file_size, total_time));
^
zip_perf.c:554:16: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
zip_perf.c: In function â??mainâ??:
zip_perf.c:581:36: warning: to be safe all intermediate pointers in cast from
â??char **â?? to â??const char **â?? must be â??constâ?? qualified [-Wcast-qual]
while ((opt = get_option(argc, (const char **)argv, s_opts, l_opts)) > 0) {
^
zip_perf.c: At top level:
zip_perf.c:45:0: warning: macro "GZ_SUFFIX" is not used [-Wunused-macros]
# define GZ_SUFFIX ".gz"
^
CCLD zip_perf
CC perf_meta.o
CCLD perf_meta
CC perf.o
CCLD perf
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/perform'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10'
Making all in hl
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl'
Making all in src
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/src'
CC H5DS.lo
H5DS.c: In function 'H5DSattach_scale':
H5DS.c:242:9: warning: conversion to 'hsize_t' from 'int' may change the sign
of the result [-Wsign-conversion]
dims[0] = rank;
^
H5DS.c:345:31: warning: conversion to 'int' from 'size_t' may alter its value
[-Wconversion]
len = buf[idx].len;
^
H5DS.c:346:17: warning: conversion to 'long unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
buf[idx].p = realloc(buf[idx].p, len * sizeof(hobj_ref_t));
^
H5DS.c:411:9: warning: conversion to 'int' from 'unsigned int' may change the
sign of the result [-Wsign-conversion]
dsl.dim_idx = idx;
^
H5DS.c:473:9: warning: conversion to 'int' from 'unsigned int' may change the
sign of the result [-Wsign-conversion]
dsl.dim_idx = idx;
^
H5DS.c:477:9: warning: conversion to 'hsize_t' from 'hssize_t' may change the
sign of the result [-Wsign-conversion]
dims[0] = nelmts;
^
H5DS.c: In function 'H5DSdetach_scale':
H5DS.c:853:9: warning: conversion to 'hsize_t' from 'hssize_t' may change the
sign of the result [-Wsign-conversion]
dims[0] = nelmts;
^
H5DS.c: In function 'H5DSset_label':
H5DS.c:1475:9: warning: conversion to 'hsize_t' from 'int' may change the sign
of the result [-Wsign-conversion]
dims[0] = rank;
^
H5DS.c:1546:18: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
free((void *)buf[idx]);
^
H5DS.c:1562:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
free((void *)buf[i]);
^
H5DS.c:1589:22: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
free((void *)buf[i]);
^
CC H5IM.lo
H5IM.c: In function 'H5IMlink_palette':
H5IM.c:595:26: warning: conversion to 'hsize_t' from 'hssize_t' may change the
sign of the result [-Wsign-conversion]
dim_ref = n_refs + 1;
^
H5IM.c:597:60: warning: conversion to 'long unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
refbuf = (hobj_ref_t*)malloc( sizeof(hobj_ref_t) * (int)dim_ref );
^
H5IM.c: In function 'H5IMget_palette_info':
H5IM.c:900:9: warning: conversion to 'hsize_t' from 'hssize_t' may change the
sign of the result [-Wsign-conversion]
dim_ref = n_refs;
^
H5IM.c:902:60: warning: conversion to 'long unsigned int' from 'int' may change
the sign of the result [-Wsign-conversion]
refbuf = (hobj_ref_t*)malloc( sizeof(hobj_ref_t) * (int)dim_ref );
^
H5IM.c: In function 'H5IMget_palette':
H5IM.c:1011:9: warning: conversion to 'hsize_t' from 'hssize_t' may change the
sign of the result [-Wsign-conversion]
dim_ref = n_refs;
^
H5IM.c:1013:60: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
refbuf = (hobj_ref_t*)malloc( sizeof(hobj_ref_t) * (int)dim_ref );
^
H5IM.c: In function 'H5IMget_image_info':
H5IM.c:381:13: warning: 'atid' may be used uninitialized in this function
[-Wmaybe-uninitialized]
H5Tclose( atid );
^
H5IM.c:380:13: warning: 'asid' may be used uninitialized in this function
[-Wmaybe-uninitialized]
H5Sclose( asid );
^
H5IM.c:379:13: warning: 'aid' may be used uninitialized in this function
[-Wmaybe-uninitialized]
H5Aclose( aid );
^
CC H5LT.lo
H5LT.c: In function 'H5LTopen_file_image':
H5LT.c:890:5: warning: conversion to 'double' from 'size_t' may alter its value
[-Wconversion]
if ((buf_prcnt * buf_size) > min_incr)
^
H5LT.c:891:9: warning: conversion to 'double' from 'size_t' may alter its value
[-Wconversion]
alloc_incr = (size_t)(buf_prcnt * buf_size);
^
H5LT.c: In function 'H5LTfind_dataset':
H5LT.c:1389:76: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
return H5Literate(loc_id, H5_INDEX_NAME, H5_ITER_INC, 0, find_dataset,
(void *)dset_name);
^
H5LT.c: In function 'H5LT_find_attribute':
H5LT.c:1996:77: warning: cast discards '__attribute__((const))' qualifier from
pointer target type [-Wcast-qual]
return H5Aiterate2(loc_id, H5_INDEX_NAME, H5_ITER_INC, NULL, find_attr,
(void *)attr_name);
^
H5LT.c: In function 'H5LTtext_to_dtype':
H5LT.c:2164:5: warning: nested extern declaration of 'H5LTyyparse'
[-Wnested-externs]
extern int H5LTyyparse(void);
^
H5LT.c:2175:23: warning: conversion to 'int' from 'size_t' may alter its value
[-Wconversion]
input_len = strlen(text);
^
H5LT.c: In function 'print_enum':
H5LT.c:2319:9: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
if(H5Tget_member_value(type, (unsigned)i, value + i * super_size) < 0)
^
H5LT.c:2347:9: warning: conversion to 'size_t' from 'int' may change the sign
of the result [-Wsign-conversion]
copy = value+i*dst_size;
^
H5LT.c: In function 'H5LT_dtype_to_text':
H5LT.c:2476:5: warning: enumeration value 'H5T_NO_CLASS' not handled in switch
[-Wswitch-enum]
switch (tcls) {
^
H5LT.c:2476:5: warning: enumeration value 'H5T_REFERENCE' not handled in switch
[-Wswitch-enum]
H5LT.c:2476:5: warning: enumeration value 'H5T_NCLASSES' not handled in switch
[-Wswitch-enum]
H5LT.c: In function 'H5LTopen_file_image':
H5LT.c:955:17: warning: 'fapl' may be used uninitialized in this function
[-Wmaybe-uninitialized]
H5Pclose(fapl);
^
CC H5LTanalyze.lo
H5LTanalyze.c:755:22: warning: size of 'yy_state_buf' is 65544 bytes
[-Wlarger-than=]
184, 181, 180, 179, 176, 174, 172, 171, 170, 169,
^
H5LTanalyze.l:52:24: warning: size of 'arr_stack' is 4224 bytes [-Wlarger-than=]
extern struct arr_info arr_stack[STACK_SIZE];
^
H5LTanalyze.c:876:5: warning: "YY_STACK_USED" is not defined [-Wundef]
#endif
^
H5LTanalyze.c:34:15: warning: no previous prototype for 'H5LTyylex'
[-Wmissing-prototypes]
#define yylex H5LTyylex
^
H5LTanalyze.c:969:21: note: in expansion of macro 'yylex'
/* No semi-colon after return; correct usage is to write "yyterminate();" -
^
H5LTanalyze.c:987:1: note: in expansion of macro 'YY_DECL'
/* Default declaration of generated scanner - a define so the user can
^
H5LTanalyze.c: In function 'H5LTyylex':
H5LTanalyze.c:1040:33: warning: conversion to 'YY_CHAR' from 'int' may alter
its value [-Wconversion]
^
H5LTanalyze.c:1045:20: warning: conversion to 'YY_CHAR' from 'int' may alter
its value [-Wconversion]
{
^
H5LTanalyze.c:1047:4: warning: conversion to 'unsigned int' from 'short int'
may change the sign of the result [-Wsign-conversion]
^
H5LTanalyze.l:174:1: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
%%
^
H5LTanalyze.c:1504:8: warning: switch missing default case [-Wswitch-default]
* will run more slowly).
^
H5LTanalyze.c: In function 'yy_get_next_buffer':
H5LTanalyze.c:1574:12: warning: old-style function definition
[-Wold-style-definition]
yy_bp = yytext_ptr + YY_MORE_ADJ;
^
H5LTanalyze.c:1621:4: warning: conversion to 'yy_size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
*/
^
H5LTanalyze.c:1621:52: warning: conversion to 'int' from 'yy_size_t' may change
the sign of the result [-Wsign-conversion]
*/
^
H5LTanalyze.c: In function 'yy_get_previous_state':
H5LTanalyze.c:1706:22: warning: old-style function definition
[-Wold-style-definition]
{
^
H5LTanalyze.c:1717:42: warning: conversion to 'YY_CHAR' from 'int' may alter
its value [-Wconversion]
yy_current_buffer->yy_ch_buf[yy_n_chars] = YY_END_OF_BUFFER_CHAR;
^
H5LTanalyze.c:1722:19: warning: conversion to 'YY_CHAR' from 'int' may alter
its value [-Wconversion]
return ret_val;
^
H5LTanalyze.c:1724:3: warning: conversion to 'unsigned int' from 'short int'
may change the sign of the result [-Wsign-conversion]
^
H5LTanalyze.c: In function 'yy_try_NUL_trans':
H5LTanalyze.c:1752:18: warning: conversion to 'YY_CHAR' from 'int' may alter
its value [-Wconversion]
^
H5LTanalyze.c:1754:2: warning: conversion to 'unsigned int' from 'short int'
may change the sign of the result [-Wsign-conversion]
/* yy_try_NUL_trans - try to make a transition on the NUL character
^
H5LTanalyze.c: In function 'yyunput':
H5LTanalyze.c:1792:34: warning: conversion to 'int' from 'yy_size_t' may change
the sign of the result [-Wsign-conversion]
#endif
^
H5LTanalyze.c: In function 'input':
H5LTanalyze.c:1812:12: warning: old-style function definition
[-Wold-style-definition]
yy_bp += (int) (dest - source);
^
H5LTanalyze.c:1831:28: warning: conversion to 'int' from 'long int' may alter
its value [-Wconversion]
#ifdef __cplusplus
^
H5LTanalyze.c:1834:4: warning: switch missing default case [-Wswitch-default]
static int input()
^
H5LTanalyze.c: In function 'H5LTyy_create_buffer':
H5LTanalyze.c:1954:2: warning: conversion to 'yy_size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
{
^
H5LTanalyze.c: In function 'H5LTyy_init_buffer':
H5LTanalyze.c:2007:5: warning: "YY_ALWAYS_INTERACTIVE" is not defined [-Wundef]
yy_flex_free( (void *) b->yy_ch_buf );
^
H5LTanalyze.c:2010:5: warning: "YY_NEVER_INTERACTIVE" is not defined [-Wundef]
}
^
H5LTanalyze.c:2013:2: warning: implicit declaration of function 'isatty'
[-Wimplicit-function-declaration]
^
H5LTanalyze.c:2013:2: warning: nested extern declaration of 'isatty'
[-Wnested-externs]
H5LTanalyze.c: In function 'H5LTyy_scan_buffer':
H5LTanalyze.c:2074:19: warning: conversion to 'int' from 'yy_size_t' may change
the sign of the result [-Wsign-conversion]
#else
^
H5LTanalyze.c: In function 'H5LTyy_scan_bytes':
H5LTanalyze.c:2119:10: warning: conversion to 'yy_size_t' from 'int' may change
the sign of the result [-Wsign-conversion]
;
^
H5LTanalyze.c: At top level:
H5LTanalyze.c:144:0: warning: macro "yyless" is not used [-Wunused-macros]
^
H5LTanalyze.c:2301:5: warning: "YY_MAIN" is not defined [-Wundef]
#endif
^
H5LTanalyze.l: In function 'my_yyinput':
H5LTanalyze.l:179:4: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
memcpy(buf, myinput, input_len);
^
H5LTanalyze.l:175:31: warning: unused parameter 'max_size' [-Wunused-parameter]
int my_yyinput(char *buf, int max_size)
^
H5LTanalyze.l: At top level:
H5LTanalyze.l:184:5: warning: no previous prototype for 'H5LTyyerror'
[-Wmissing-prototypes]
int H5LTyyerror(char *msg)
^
H5LTanalyze.l: In function 'H5LTyywrap':
H5LTanalyze.c:38:16: warning: old-style function definition
[-Wold-style-definition]
#define yywrap H5LTyywrap
^
H5LTanalyze.l:190:5: note: in expansion of macro 'yywrap'
int yywrap()
^
H5LTanalyze.l: At top level:
H5LTanalyze.c:1765:13: warning: 'yyunput' defined but not used
[-Wunused-function]
#endif
^
H5LTanalyze.c:1812:12: warning: 'input' defined but not used [-Wunused-function]
yy_bp += (int) (dest - source);
^
H5LTanalyze.l: In function 'H5LTyywrap':
H5LTanalyze.c:38:16: warning: function might be candidate for attribute 'const'
[-Wsuggest-attribute=const]
#define yywrap H5LTyywrap
^
H5LTanalyze.l:190:5: note: in expansion of macro 'yywrap'
int yywrap()
^
H5LTanalyze.l: At top level:
H5LTanalyze.c:316:0: warning: macro "YY_NUM_RULES" is not used [-Wunused-macros]
typedef unsigned char YY_CHAR;
^
H5LTanalyze.c:27:0: warning: macro "YY_FLEX_MAJOR_VERSION" is not used
[-Wunused-macros]
#define yy_flex_debug H5LTyy_flex_debug
^
H5LTanalyze.c:275:0: warning: macro "yy_new_buffer" is not used
[-Wunused-macros]
*/
^
H5LTanalyze.c:2215:0: warning: macro "yyless" is not used [-Wunused-macros]
#endif
^
H5LTanalyze.c:284:0: warning: macro "yy_set_bol" is not used [-Wunused-macros]
void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
^
H5LTanalyze.c:765:0: warning: macro "yymore" is not used [-Wunused-macros]
70, 67, 65, 64, 61, 58, 57, 56, 55, 53,
^
H5LTanalyze.c:236:0: warning: macro "YY_CURRENT_BUFFER" is not used
[-Wunused-macros]
#define YY_BUFFER_NEW 0
^
H5LTanalyze.c:155:0: warning: macro "unput" is not used [-Wunused-macros]
* else
^
H5LTanalyze.c:26:0: warning: macro "FLEX_SCANNER" is not used [-Wunused-macros]
#define yy_scan_bytes H5LTyy_scan_bytes
^
H5LTanalyze.c:957:0: warning: macro "YY_START_STACK_INCR" is not used
[-Wunused-macros]
buf[n] = (char) c; \
^
H5LTanalyze.c:277:0: warning: macro "yy_set_interactive" is not used
[-Wunused-macros]
^
H5LTanalyze.c:27:0: warning: macro "yy_flex_debug" is not used [-Wunused-macros]
#define yy_flex_debug H5LTyy_flex_debug
^
H5LTanalyze.c:106:0: warning: macro "YYSTATE" is not used [-Wunused-macros]
/* Returned upon end-of-file. */
^
H5LTanalyze.c:28:0: warning: macro "YY_FLEX_MINOR_VERSION" is not used
[-Wunused-macros]
#define yy_init_buffer H5LTyy_init_buffer
^
H5LTanalyze.c:291:0: warning: macro "YY_AT_BOL" is not used [-Wunused-macros]
^
H5LTanalyze.c:265:0: warning: macro "YY_FLUSH_BUFFER" is not used
[-Wunused-macros]
^
CC H5LTparse.lo
H5LTparse.c:32:1: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
static int yygrowstack();
^
H5LTparse.y:21:1: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
extern int yylex();
^
H5LTparse.y:49:17: warning: size of 'arr_stack' is 4224 bytes [-Wlarger-than=]
struct arr_info arr_stack[STACK_SIZE];
^
H5LTparse.c:464:12: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
#define YYSTACKSIZE 10000
^
H5LTparse.c: In function 'yygrowstack':
H5LTparse.c:464:12: warning: old-style function definition
[-Wold-style-definition]
H5LTparse.c:476:15: warning: conversion to 'int' from 'long int' may alter its
value [-Wconversion]
YYSTYPE yylval;
^
H5LTparse.c:477:5: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
short *yyss;
^
H5LTparse.c:478:7: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
short *yysslim;
^
H5LTparse.c:483:5: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
{
^
H5LTparse.c:484:7: warning: conversion to 'long unsigned int' from 'int' may
change the sign of the result [-Wsign-conversion]
int newsize, i;
^
H5LTparse.c: At top level:
H5LTparse.c:33:17: warning: no previous prototype for 'H5LTyyparse'
[-Wmissing-prototypes]
#define yyparse H5LTyyparse
^
H5LTparse.c:521:1: note: in expansion of macro 'yyparse'
#else /* ! ANSI-C/C++ */
^
H5LTparse.c: In function 'H5LTyyparse':
H5LTparse.c:543:22: warning: conversion to 'short int' from 'int' may alter its
value [-Wconversion]
#if YYDEBUG
^
H5LTparse.c:573:28: warning: conversion to 'short int' from 'int' may alter its
value [-Wconversion]
if (!yys) yys = "illegal-symbol";
^
H5LTparse.c:590:5: warning: passing argument 1 of 'H5LTyyerror' discards
'const' qualifier from pointer target type [enabled by default]
}
^
H5LTparse.c:35:17: note: expected 'char *' but argument is of type 'const char
*'
#define yyerror H5LTyyerror
^
H5LTparse.y:22:12: note: in expansion of macro 'yyerror'
extern int yyerror(char *);
^
H5LTparse.c:614:36: warning: conversion to 'short int' from 'int' may alter its
value [-Wconversion]
yyinrecovery:
^
H5LTparse.y:173:83: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
new_size = H5Tget_size($<ival>1) + $<ival>6;
^
H5LTparse.y:176:78: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
H5Tinsert(dtype_id, $<sval>4, $<ival>6,
$<ival>1);
^
H5LTparse.y:187:57: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
new_size = $<ival>6 +
H5Tget_size($<ival>1);
^
H5LTparse.y:189:82: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
H5Tinsert(dtype_id, $<sval>4, $<ival>6,
$<ival>1);
^
H5LTparse.y:264:54: warning: conversion to 'size_t' from 'int' may change the
sign of the result [-Wsign-conversion]
str_size = yylval.ival;
^
H5LTparse.y:270:37: warning: enum conversion in assignment is invalid in C++
[-Wc++-compat]
str_pad = H5T_STR_NULLTERM;
^
H5LTparse.y:272:37: warning: enum conversion in assignment is invalid in C++
[-Wc++-compat]
str_pad = H5T_STR_NULLPAD;
^
H5LTparse.y:274:37: warning: enum conversion in assignment is invalid in C++
[-Wc++-compat]
str_pad = H5T_STR_SPACEPAD;
^
H5LTparse.y:302:33: warning: enum conversion when passing argument 2 of
'H5Tset_strpad' is invalid in C++ [-Wc++-compat]
H5Tset_strpad(str_id, str_pad);
^
In file included from ../../src/H5Lpublic.h:32:0,
from ../../src/H5Opublic.h:33,
from ../../src/H5Apublic.h:24,
from ../../src/hdf5.h:25,
from H5LTparse.y:19:
../../src/H5Tpublic.h:583:15: note: expected 'H5T_str_t' but argument is of
type 'H5T_pad_t'
H5_DLL herr_t H5Tset_strpad(hid_t type_id, H5T_str_t strpad);
^
H5LTparse.c:655:5: warning: switch missing default case [-Wswitch-default]
yys = 0;
^
H5LTparse.c:1122:5: warning: conversion to 'short int' from 'int' may alter its
value [-Wconversion]
}
^
H5LTparse.c:1126:5: warning: passing argument 1 of 'H5LTyyerror' discards
'const' qualifier from pointer target type [enabled by default]
if ((yyn = yygindex[yym]) && (yyn += yystate) >= 0 &&
^
H5LTparse.c:35:17: note: expected 'char *' but argument is of type 'const char
*'
#define yyerror H5LTyyerror
^
H5LTparse.y:22:12: note: in expansion of macro 'yyerror'
extern int yyerror(char *);
^
H5LTparse.c:602:69: warning: assuming signed overflow does not occur when
simplifying range test [-Wstrict-overflow]
}
^
H5LTparse.c: At top level:
H5LTparse.c:113:0: warning: macro "H5T_STD_U32LE_TOKEN" is not used
[-Wunused-macros]
int ival; /*for integer token*/
^
H5LTparse.c:106:0: warning: macro "H5T_STD_I64BE_TOKEN" is not used
[-Wunused-macros]
char* enum_memb_symbol; /*enum member symbol string*/
^
H5LTparse.c:446:0: warning: macro "YYSTACKSIZE" is not used [-Wunused-macros]
"enum_list :",
^
H5LTparse.c:154:0: warning: macro "STRING" is not used [-Wunused-macros]
#define STRPAD_TOKEN 293
^
H5LTparse.c:310:0: warning: macro "YYMAXTOKEN" is not used [-Wunused-macros]
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
^
H5LTparse.c:107:0: warning: macro "H5T_STD_I64LE_TOKEN" is not used
[-Wunused-macros]
^
H5LTparse.c:134:0: warning: macro "H5T_STRING_TOKEN" is not used
[-Wunused-macros]
#define H5T_NATIVE_CHAR_TOKEN 273
^
H5LTparse.c:104:0: warning: macro "H5T_STD_I32BE_TOKEN" is not used
[-Wunused-macros]
hbool_t is_enum = 0; /*flag to lexer for enum type*/
^
H5LTparse.c:27:0: warning: macro "YYLEX" is not used [-Wunused-macros]
#define YYLEX yylex()
^
H5LTparse.c:138:0: warning: macro "CTYPE_TOKEN" is not used [-Wunused-macros]
#define H5T_NATIVE_USHORT_TOKEN 277
^
H5LTparse.c:135:0: warning: macro "STRSIZE_TOKEN" is not used [-Wunused-macros]
#define H5T_NATIVE_SCHAR_TOKEN 274
^
H5LTparse.c:28:0: warning: macro "YYEMPTY" is not used [-Wunused-macros]
#define YYEMPTY -1
^
H5LTparse.c:124:0: warning: macro "H5T_NATIVE_ULONG_TOKEN" is not used
[-Wunused-macros]
#define H5T_STD_I64BE_TOKEN 263
^
H5LTparse.c:149:0: warning: macro "OPQ_TAG_TOKEN" is not used [-Wunused-macros]
#define H5T_NATIVE_FLOAT_TOKEN 288
^
H5LTparse.c:494:0: warning: macro "YYABORT" is not used [-Wunused-macros]
i = yyssp - yyss;
^
H5LTparse.c:150:0: warning: macro "H5T_COMPOUND_TOKEN" is not used
[-Wunused-macros]
#define H5T_NATIVE_DOUBLE_TOKEN 289
^
H5LTparse.c:496:0: warning: macro "YYACCEPT" is not used [-Wunused-macros]
(short *)malloc(newsize * sizeof *newss);
^
H5LTparse.c:131:0: warning: macro "H5T_NATIVE_FLOAT_TOKEN" is not used
[-Wunused-macros]
#define H5T_STD_U32LE_TOKEN 270
^
H5LTparse.c:30:0: warning: macro "yyerrok" is not used [-Wunused-macros]
#define yyerrok (yyerrflag=0)
^
H5LTparse.c:112:0: warning: macro "H5T_STD_U32BE_TOKEN" is not used
[-Wunused-macros]
typedef union {
^
H5LTparse.c:495:0: warning: macro "YYREJECT" is not used [-Wunused-macros]
newss = yyss ? (short *)realloc(yyss, newsize * sizeof *newss) :
^
H5LTparse.c:122:0: warning: macro "H5T_NATIVE_UINT_TOKEN" is not used
[-Wunused-macros]
#define H5T_STD_I32BE_TOKEN 261
^
H5LTparse.c:153:0: warning: macro "H5T_VLEN_TOKEN" is not used [-Wunused-macros]
#define STRSIZE_TOKEN 292
^
H5LTparse.c:126:0: warning: macro "H5T_NATIVE_ULLONG_TOKEN" is not used
[-Wunused-macros]
#define H5T_STD_U8BE_TOKEN 265
^
H5LTparse.c:116:0: warning: macro "H5T_NATIVE_CHAR_TOKEN" is not used
[-Wunused-macros]
#line 99 "H5LTparse.c"
^
H5LTparse.c:125:0: warning: macro "H5T_NATIVE_LLONG_TOKEN" is not used
[-Wunused-macros]
#define H5T_STD_I64LE_TOKEN 264
^
H5LTparse.c:497:0: warning: macro "YYERROR" is not used [-Wunused-macros]
if (newss == NULL)
^
H5LTparse.c:115:0: warning: macro "H5T_STD_U64LE_TOKEN" is not used
[-Wunused-macros]
} YYSTYPE;
^
H5LTparse.c:24:0: warning: macro "YYBYACC" is not used [-Wunused-macros]
#define YYBYACC 1
^
H5LTparse.c:118:0: warning: macro "H5T_NATIVE_UCHAR_TOKEN" is not used
[-Wunused-macros]
#define H5T_STD_I8BE_TOKEN 257
^
H5LTparse.c:136:0: warning: macro "STRPAD_TOKEN" is not used [-Wunused-macros]
#define H5T_NATIVE_UCHAR_TOKEN 275
^
H5LTparse.c:137:0: warning: macro "CSET_TOKEN" is not used [-Wunused-macros]
#define H5T_NATIVE_SHORT_TOKEN 276
^
H5LTparse.c:148:0: warning: macro "OPQ_SIZE_TOKEN" is not used [-Wunused-macros]
#define H5T_IEEE_F64LE_TOKEN 287
^
H5LTparse.c:26:0: warning: macro "YYMINOR" is not used [-Wunused-macros]
#define YYMINOR 9
^
H5LTparse.c:29:0: warning: macro "yyclearin" is not used [-Wunused-macros]
#define yyclearin (yychar=(YYEMPTY))
^
H5LTparse.c:25:0: warning: macro "YYMAJOR" is not used [-Wunused-macros]
#define YYMAJOR 1
^
H5LTparse.c:120:0: warning: macro "H5T_NATIVE_USHORT_TOKEN" is not used
[-Wunused-macros]
#define H5T_STD_I16BE_TOKEN 259
^
H5LTparse.c:100:0: warning: macro "H5T_STD_I8BE_TOKEN" is not used
[-Wunused-macros]
hbool_t is_variable = 0; /*variable for variable-length string*/
^
H5LTparse.c:121:0: warning: macro "H5T_NATIVE_INT_TOKEN" is not used
[-Wunused-macros]
#define H5T_STD_I16LE_TOKEN 260
^
H5LTparse.c:56:0: warning: macro "yyrule" is not used [-Wunused-macros]
#define yyrule H5LTyyrule
^
H5LTparse.c:147:0: warning: macro "H5T_OPAQUE_TOKEN" is not used
[-Wunused-macros]
#define H5T_IEEE_F64BE_TOKEN 286
^
H5LTparse.c:119:0: warning: macro "H5T_NATIVE_SHORT_TOKEN" is not used
[-Wunused-macros]
#define H5T_STD_I8LE_TOKEN 258
^
H5LTparse.c:31:0: warning: macro "YYRECOVERING" is not used [-Wunused-macros]
#define YYRECOVERING() (yyerrflag!=0)
^
H5LTparse.c:127:0: warning: macro "H5T_IEEE_F32BE_TOKEN" is not used
[-Wunused-macros]
#define H5T_STD_U8LE_TOKEN 266
^
H5LTparse.c:59:0: warning: macro "YYPREFIX" is not used [-Wunused-macros]
#define YYPREFIX "H5LTyy"
^
H5LTparse.c:111:0: warning: macro "H5T_STD_U16LE_TOKEN" is not used
[-Wunused-macros]
#line 68 "H5LTparse.y"
^
H5LTparse.c:152:0: warning: macro "H5T_ARRAY_TOKEN" is not used
[-Wunused-macros]
#define H5T_STRING_TOKEN 291
^
H5LTparse.c:110:0: warning: macro "H5T_STD_U16BE_TOKEN" is not used
[-Wunused-macros]
^
H5LTparse.c:123:0: warning: macro "H5T_NATIVE_LONG_TOKEN" is not used
[-Wunused-macros]
#define H5T_STD_I32LE_TOKEN 262
^
H5LTparse.c:151:0: warning: macro "H5T_ENUM_TOKEN" is not used [-Wunused-macros]
#define H5T_NATIVE_LDOUBLE_TOKEN 290
^
H5LTparse.c:129:0: warning: macro "H5T_IEEE_F64BE_TOKEN" is not used
[-Wunused-macros]
#define H5T_STD_U16LE_TOKEN 268
^
H5LTparse.c:117:0: warning: macro "H5T_NATIVE_SCHAR_TOKEN" is not used
[-Wunused-macros]
#define YYERRCODE 256
^
H5LTparse.c:155:0: warning: macro "NUMBER" is not used [-Wunused-macros]
#define CSET_TOKEN 294
^
H5LTparse.c:101:0: warning: macro "H5T_STD_I8LE_TOKEN" is not used
[-Wunused-macros]
size_t str_size; /*variable for string size*/
^
H5LTparse.c:105:0: warning: macro "H5T_STD_I32LE_TOKEN" is not used
[-Wunused-macros]
hbool_t is_enum_memb = 0; /*flag to lexer for enum member*/
^
H5LTparse.c:102:0: warning: macro "H5T_STD_I16BE_TOKEN" is not used
[-Wunused-macros]
^
H5LTparse.c:114:0: warning: macro "H5T_STD_U64BE_TOKEN" is not used
[-Wunused-macros]
char *sval; /*for name string*/
^
H5LTparse.c:128:0: warning: macro "H5T_IEEE_F32LE_TOKEN" is not used
[-Wunused-macros]
#define H5T_STD_U16BE_TOKEN 267
^
H5LTparse.c:133:0: warning: macro "H5T_NATIVE_LDOUBLE_TOKEN" is not used
[-Wunused-macros]
#define H5T_STD_U64LE_TOKEN 272
^
H5LTparse.c:109:0: warning: macro "H5T_STD_U8LE_TOKEN" is not used
[-Wunused-macros]
hbool_t is_opq_tag = 0; /*flag to lexer for opaque type tag*/
^
H5LTparse.c:130:0: warning: macro "H5T_IEEE_F64LE_TOKEN" is not used
[-Wunused-macros]
#define H5T_STD_U32BE_TOKEN 269
^
H5LTparse.c:108:0: warning: macro "H5T_STD_U8BE_TOKEN" is not used
[-Wunused-macros]
hbool_t is_opq_size = 0; /*flag to lexer for opaque type size*/
^
H5LTparse.c:55:0: warning: macro "yyname" is not used [-Wunused-macros]
#define yyname H5LTyyname
^
H5LTparse.c:103:0: warning: macro "H5T_STD_I16LE_TOKEN" is not used
[-Wunused-macros]
hid_t enum_id; /*type ID*/
^
H5LTparse.c:132:0: warning: macro "H5T_NATIVE_DOUBLE_TOKEN" is not used
[-Wunused-macros]
#define H5T_STD_U64BE_TOKEN 271
^
CC H5PT.lo
H5PT.c: In function 'H5PTclose':
H5PT.c:374:13: warning: request for implicit conversion from 'void *' to
'struct htbl_t *' not permitted in C++ [-Wc++-compat]
if((table = H5Iremove_verify(table_id, H5PT_ptable_id_type)) ==NULL)
^
CC H5TB.lo
H5TB.c: In function 'H5TB_find_field':
H5TB.c:3374:9: warning: conversion to 'size_t' from 'ptrdiff_t' may change the
sign of the result [-Wsign-conversion]
if(HDstrncmp(start, field, count) == 0 && count == HDstrlen(field) )
^
H5TB.c:3374:57: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if(HDstrncmp(start, field, count) == 0 && count == HDstrlen(field) )
^
CCLD libhdf5_hl.la
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/src'
Making all in test
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/test'
CC test_lite.o
test_lite.c: In function â??test_dsetsâ??:
test_lite.c:302:31: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if ( data_float_in[i] != data_float_out[i] ) {
^
test_lite.c:313:31: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if ( data_float_in[i] != data_float_out[i] ) {
^
test_lite.c:338:32: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if ( data_double_in[i] != data_double_out[i] ) {
^
test_lite.c:349:32: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if ( data_double_in[i] != data_double_out[i] ) {
^
test_lite.c: In function â??make_attributesâ??:
test_lite.c:933:31: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if ( attr_float_in[i] != attr_float_out[i] ) {
^
test_lite.c:944:31: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if ( attr_float_in[i] != attr_float_out[i] ) {
^
test_lite.c:977:32: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if ( attr_double_in[i] != attr_double_out[i] ) {
^
test_lite.c:988:32: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if ( attr_double_in[i] != attr_double_out[i] ) {
^
test_lite.c:1020:5: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
if(NULL==(dims_out = (hsize_t*) HDmalloc( sizeof(hsize_t) * rank_out )))
return -1;
^
test_lite.c: In function â??test_valid_pathâ??:
test_lite.c:1825:9: warning: unused variable â??fpâ?? [-Wunused-variable]
FILE *fp = NULL;
^
test_lite.c:1824:10: warning: variable â??statusâ?? set but not used
[-Wunused-but-set-variable]
herr_t status;
^
In file included from test_lite.c:19:0:
test_lite.c: At top level:
../../test/H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but
not used [-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
../../test/H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CCLD test_lite
CC test_image.o
test_image.c: In function â??test_simpleâ??:
test_image.c:103:19: warning: size of â??buf1â?? is 80000 bytes [-Wlarger-than=]
unsigned char buf1 [ WIDTH*HEIGHT ];
^
test_image.c:108:19: warning: size of â??buf2â?? is 240000 bytes
[-Wlarger-than=]
unsigned char buf2 [ WIDTH*HEIGHT*3 ];
^
test_image.c:111:19: warning: size of â??buf1_outâ?? is 80000 bytes
[-Wlarger-than=]
unsigned char buf1_out [ WIDTH*HEIGHT ];
^
test_image.c:112:19: warning: size of â??buf2_outâ?? is 240000 bytes
[-Wlarger-than=]
unsigned char buf2_out [ WIDTH*HEIGHT*3 ];
^
test_image.c:120:9: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
buf1[i] = n;
^
test_image.c:136:9: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
r = n; g = 0; b = 255-n;
^
test_image.c:136:30: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
r = n; g = 0; b = 255-n;
^
test_image.c:153:9: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
pal[i] =n; /* red */
^
test_image.c:155:21: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
pal[i+2]=255-n; /* blue */
^
test_image.c: In function â??test_dataâ??:
test_image.c:425:9: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
pal[i] =n;
^
test_image.c:427:21: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
pal[i+2]=255-n;
^
In file included from ../../test/h5test.h:26:0,
from h5hltest.h:27,
from test_image.c:18:
test_image.c: In function â??test_generateâ??:
test_image.c:588:44: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
data = (float*) HDmalloc ( imax * jmax * kmax * sizeof( float ));
^
../../src/H5private.h:940:35: note: in definition of macro â??HDmallocâ??
#define HDmalloc(Z) malloc(Z)
^
test_image.c:589:58: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
image_data = (unsigned char*) HDmalloc ( imax * jmax * kmax * sizeof(
unsigned char ));
^
../../src/H5private.h:940:35: note: in definition of macro â??HDmallocâ??
#define HDmalloc(Z) malloc(Z)
^
test_image.c: In function â??read_dataâ??:
test_image.c:773:51: warning: conversion to â??long unsigned intâ?? from
â??intâ?? may change the sign of the result [-Wsign-conversion]
image_data = (unsigned char*) HDmalloc (w * h * color_planes * sizeof(
unsigned char ));
^
../../src/H5private.h:940:35: note: in definition of macro â??HDmallocâ??
#define HDmalloc(Z) malloc(Z)
^
test_image.c: In function â??read_paletteâ??:
test_image.c:923:5: warning: conversion to â??intâ?? from â??unsigned intâ??
may change the sign of the result [-Wsign-conversion]
return nentries;
^
In file included from test_image.c:19:0:
test_image.c: At top level:
../../test/H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but
not used [-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
../../test/H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
test_image.c: In function â??test_simpleâ??:
test_image.c:91:12: warning: stack usage is 641744 bytes [-Wstack-usage=]
static int test_simple(void)
^
test_image.c:302:1: warning: the frame size of 641696 bytes is larger than
16384 bytes [-Wframe-larger-than=]
}
^
In file included from ../../test/h5test.h:26:0,
from h5hltest.h:27,
from test_image.c:18:
test_image.c: In function â??test_generateâ??:
../../src/H5private.h:713:30: warning: â??dataâ?? may be used uninitialized in
this function [-Wmaybe-uninitialized]
#define HDfree(M) free(M)
^
test_image.c:510:15: note: â??dataâ?? was declared here
float *data;
^
CCLD test_image
CC test_file_image.o
CCLD test_file_image
CC test_table.o
test_table.c: In function â??cmp_parâ??:
test_table.c:157:26: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
rbuf[i].pressure != wbuf[j].pressure ||
^
test_table.c:158:29: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
rbuf[i].temperature != wbuf[j].temperature )
^
test_table.c:162:13: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
rbuf[i].name,rbuf[i].longi,rbuf[i].pressure,rbuf[i].temperature,rbuf[i].lati);
^
test_table.c:164:13: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
wbuf[j].name,wbuf[j].longi,wbuf[j].pressure,wbuf[j].temperature,wbuf[j].lati);
^
test_table.c: In function â??test_tableâ??:
test_table.c:209:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
particle_t fill1[1] = { {"no data",-1, -99.0f, -99.0, -1} };
^
test_table.c:237:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
particle_t abuf[2]={{"eight",80,8.0f,80.0,80},{"nine",90,9.0f,90.0,90}};
^
test_table.c:237:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
test_table.c:238:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
particle_t ibuf[2]={{"zero", 0, 0.0f, 0.0, 0},{"zero", 0, 0.0f, 0.0, 0}};
^
test_table.c:238:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
test_table.c:241:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{"zero", 0, 0.0f, 0.0, 0,},
^
test_table.c:242:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{"one", 10, 1.0f, 10.0, 10},
^
test_table.c:243:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{"two", 20, 2.0f, 20.0, 20},
^
test_table.c:244:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{"three",30, 3.0f, 30.0, 30},
^
test_table.c:245:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{"four", 40, 4.0f, 40.0, 40},
^
test_table.c:246:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{"five", 50, 5.0f, 50.0, 50},
^
test_table.c:247:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{"six", 60, 6.0f, 60.0, 60},
^
test_table.c:248:9: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{"seven",70, 7.0f, 70.0, 70}
^
test_table.c:1037:45: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
rbuf[i].pressure != pressure_in[i-NRECORDS_ADD+1] )
^
test_table.c:1040:29: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
rbuf[i].longi,rbuf[i].pressure,rbuf[i].lati);
^
test_table.c:1042:29: warning: implicit conversion from â??floatâ?? to
â??doubleâ?? when passing argument to function [-Wdouble-promotion]
position_in[i].longi,pressure_in[i],position_in[i].lati);
^
test_table.c:1094:30: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if ( pressure_out[i] != pressure_in[i] ) {
^
test_table.c:1157:37: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
namepre_out[i].pressure != namepre_in[i].pressure ) {
^
test_table.c:1186:37: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
namepre_out[i].pressure != namepre_in[iistart+i].pressure ) {
^
test_table.c:1245:41: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
rbuf[i].pressure != pressure_in[i-NRECORDS_ADD+1] )
^
test_table.c:1298:30: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
if ( pressure_out[i] != pressure_in[i] ) {
^
test_table.c:1364:37: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
namepre_out[i].pressure != namepre_in[i].pressure ) {
^
test_table.c:1394:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
if ( ( HDstrcmp( namepre_out[i].name, wbuf[iistart+i].name ) != 0 ) ||
^
test_table.c:1394:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
test_table.c:1394:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
test_table.c:1394:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
test_table.c:1394:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
test_table.c:1394:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
test_table.c:1394:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
test_table.c:1394:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
test_table.c:1394:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
test_table.c:1394:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
test_table.c:1394:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
test_table.c:1394:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
test_table.c:1395:13: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
namepre_out[i].pressure != wbuf[iistart+i].pressure ) {
^
test_table.c:1395:37: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
namepre_out[i].pressure != wbuf[iistart+i].pressure ) {
^
test_table.c:1438:40: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
rbuf2[i].pressure != wbuf[i].pressure ||
^
test_table.c:1439:40: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
rbuf2[i].temperature != wbuf[i].temperature ||
^
test_table.c:1479:38: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
rbuf3[i].temperature != wbuf[i].temperature ) {
^
In file included from test_table.c:19:0:
test_table.c: At top level:
../../test/H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but
not used [-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
../../test/H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CCLD test_table
CC test_ds.o
test_ds.c: In function â??create_long_datasetâ??:
test_ds.c:397:13: warning: size of â??bufâ?? is 2304 bytes [-Wlarger-than=]
long buf[DIM1_SIZE*DIM2_SIZE*DIM3_SIZE*DIM4_SIZE];
^
test_ds.c: In function â??test_cmp_scalenameâ??:
test_ds.c:1130:17: warning: conversion to â??long unsigned intâ?? from
â??ssize_tâ?? may change the sign of the result [-Wsign-conversion]
name_out = (char*)HDmalloc(name_len * sizeof (char));
^
test_ds.c: In function â??test_simpleâ??:
test_ds.c:3177:5: warning: conversion to â??long unsigned intâ?? from
â??ssize_tâ?? may change the sign of the result [-Wsign-conversion]
dim0_labeld = (char*)HDmalloc(dim0_label_size * sizeof (char));
^
test_ds.c:3178:5: warning: conversion to â??long unsigned intâ?? from
â??ssize_tâ?? may change the sign of the result [-Wsign-conversion]
dim1_labeld = (char*)HDmalloc(dim1_label_size * sizeof (char));
^
test_ds.c:3243:5: warning: conversion to â??long unsigned intâ?? from
â??ssize_tâ?? may change the sign of the result [-Wsign-conversion]
name_out = (char*)HDmalloc(name_len * sizeof (char));
^
test_ds.c: In function â??read_scaleâ??:
test_ds.c:3653:9: warning: conversion to â??long long unsigned intâ?? from
â??hssize_tâ?? may change the sign of the result [-Wsign-conversion]
buf=(char *)HDmalloc((size_t)(nelmts*size));
^
test_ds.c: In function â??read_dataâ??:
test_ds.c:5007:9: warning: conversion to â??hsize_tâ?? from â??intâ?? may
change the sign of the result [-Wsign-conversion]
dims[i] = n;
^
test_ds.c:5008:9: warning: conversion to â??size_tâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
nelms *= n;
^
In file included from test_ds.c:19:0:
test_ds.c: At top level:
../../test/H5srcdir.h:38:20: warning: â??H5_get_srcdir_filenameâ?? defined but
not used [-Wunused-function]
static const char *H5_get_srcdir_filename(const char *filename)
^
../../test/H5srcdir.h:68:20: warning: â??H5_get_srcdirâ?? defined but not used
[-Wunused-function]
static const char *H5_get_srcdir(void)
^
CCLD test_ds
CC test_packet.o
test_packet.c:57:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{"zero", 0,0, 0.0f, 0.0},
^
test_packet.c:58:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{"one", 10,10, 1.0f, 10.0},
^
test_packet.c:59:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{"two", 20,20, 2.0f, 20.0},
^
test_packet.c:60:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{"three",30,30, 3.0f, 30.0},
^
test_packet.c:61:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{"four", 40,40, 4.0f, 40.0},
^
test_packet.c:62:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{"five", 50,50, 5.0f, 50.0},
^
test_packet.c:63:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{"six", 60,60, 6.0f, 60.0},
^
test_packet.c:64:5: warning: unsuffixed float constant
[-Wunsuffixed-float-constants]
{"seven",70,70, 7.0f, 70.0}
^
test_packet.c: In function â??cmp_parâ??:
test_packet.c:78:20: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
rbuf[i].pressure != wbuf[j].pressure ||
^
test_packet.c:79:23: warning: comparing floating point with == or != is unsafe
[-Wfloat-equal]
rbuf[i].temperature != wbuf[j].temperature ) {
^
CCLD test_packet
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/test'
Making all in tools
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/tools'
Making all in gif2h5
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/tools/gif2h5'
CC gif2hdf.o
gif2hdf.c: In function â??mainâ??:
gif2hdf.c:102:21: warning: function call has aggregate value
[-Waggregate-return]
GifMemoryStruct = Gif2Mem(MemGif);
^
CC gif2mem.o
gif2mem.c: In function â??Gif2Memâ??:
gif2mem.c:160:52: warning: conversion to â??BYTEâ?? from â??intâ?? may alter
its value [-Wconversion]
ImageArray = (ImageArray << 1) + 1;
^
gif2mem.c:227:72: warning: conversion to â??BYTEâ?? from â??intâ?? may alter
its value [-Wconversion]
PlainTextArray = (PlainTextArray << 1) + 1;
^
gif2mem.c:249:64: warning: conversion to â??BYTEâ?? from â??intâ?? may alter
its value [-Wconversion]
CommentArray = (CommentArray << 1) + 1;
^
gif2mem.c:276:60: warning: conversion to â??BYTEâ?? from â??intâ?? may alter
its value [-Wconversion]
ImageArray = (ImageArray << 1) + 1;
^
gif2mem.c:314:72: warning: conversion to â??BYTEâ?? from â??intâ?? may alter
its value [-Wconversion]
ApplicationArray = (ApplicationArray << 1) + 1;
^
gif2mem.c:43:1: warning: function returns an aggregate [-Waggregate-return]
Gif2Mem(BYTE *MemGif)
^
gif2mem.c: At top level:
gif2mem.c:40:0: warning: macro "GIF2VERSION" is not used [-Wunused-macros]
#define GIF2VERSION "1.00"
^
CC decompress.o
decompress.c:68:5: warning: size of â??Prefixâ?? is 16384 bytes [-Wlarger-than=]
int Prefix[4096];
^
decompress.c:69:5: warning: size of â??Suffixâ?? is 16384 bytes [-Wlarger-than=]
int Suffix[4096];
^
decompress.c:73:5: warning: size of â??OutCodeâ?? is 4100 bytes [-Wlarger-than=]
int OutCode[1025];
^
decompress.c: In function â??ReadCodeâ??:
decompress.c:99:5: warning: conversion to â??WORDâ?? from â??intâ?? may change
the sign of the result [-Wsign-conversion]
BitOffset += CodeSize;
^
decompress.c:99:15: warning: conversion to â??intâ?? from â??WORDâ?? may alter
its value [-Wconversion]
BitOffset += CodeSize;
^
decompress.c: At top level:
decompress.c:23:0: warning: macro "INTERLACEMASK" is not used [-Wunused-macros]
#define INTERLACEMASK 0x40
^
decompress.c:24:0: warning: macro "COLORMAPMASK" is not used [-Wunused-macros]
#define COLORMAPMASK 0x80
^
decompress.c:20:0: warning: macro "NEXTBYTE" is not used [-Wunused-macros]
#define NEXTBYTE (*ptr++)
^
decompress.c:22:0: warning: macro "IMAGESEP" is not used [-Wunused-macros]
#define IMAGESEP 0x2c
^
CC gifread.o
CC writehdf.o
CCLD gif2h5
CC hdf2gif.o
hdf2gif.c: In function â??mainâ??:
hdf2gif.c:197:30: warning: conversion to â??BYTEâ?? from â??intâ?? may alter
its value [-Wconversion]
Red[i] = 255 - i;
^
hdf2gif.c:198:32: warning: conversion to â??BYTEâ?? from â??intâ?? may alter
its value [-Wconversion]
Green[i] = 255 - i;
^
hdf2gif.c:199:31: warning: conversion to â??BYTEâ?? from â??intâ?? may alter
its value [-Wconversion]
Blue[i] = 255 - i;
^
hdf2gif.c:232:17: warning: conversion to â??BYTEâ?? from â??intâ?? may alter
its value [-Wconversion]
pc2nc[i] = nc;
^
hdf2gif.c:204:13: warning: â??numcolsâ?? may be used uninitialized in this
function [-Wmaybe-uninitialized]
for (i = 0 ; i < numcols ; i++)
^
CC hdfgifwr.o
hdfgifwr.c:189:24: warning: size of â??htabâ?? is 40024 bytes [-Wlarger-than=]
static count_int htab [HSIZE];
^
hdfgifwr.c:190:24: warning: size of â??codetabâ?? is 10006 bytes
[-Wlarger-than=]
static unsigned short codetab [HSIZE];
^
hdfgifwr.c: In function â??compressâ??:
hdfgifwr.c:338:37: warning: conversion to â??short unsigned intâ?? from
â??intâ?? may alter its value [-Wconversion]
CodeTabOf (i) = free_ent++; /* code -> hashtable */
^
hdfgifwr.c: In function â??outputâ??:
hdfgifwr.c:381:34: warning: conversion to â??long unsigned intâ?? from â??long
intâ?? may change the sign of the result [-Wsign-conversion]
cur_accum |= ((long)code << cur_bits);
^
hdfgifwr.c:383:9: warning: conversion to â??long unsigned intâ?? from â??intâ??
may change the sign of the result [-Wsign-conversion]
cur_accum = code;
^
hdfgifwr.c: In function â??char_outâ??:
hdfgifwr.c:505:5: warning: conversion to â??charâ?? from â??intâ?? may alter
its value [-Wconversion]
accum[ a_count++ ] = c;
^
hdfgifwr.c: At top level:
hdfgifwr.c:67:0: warning: macro "CONV24_BEST" is not used [-Wunused-macros]
#define CONV24_BEST 7
^
hdfgifwr.c:62:0: warning: macro "CONV24_SEP1" is not used [-Wunused-macros]
#define CONV24_SEP1 2
^
hdfgifwr.c:64:0: warning: macro "CONV24_SEP2" is not used [-Wunused-macros]
#define CONV24_SEP2 4
^
hdfgifwr.c:68:0: warning: macro "CONV24_MAX" is not used [-Wunused-macros]
#define CONV24_MAX 8
^
hdfgifwr.c:71:0: warning: macro "PIC8" is not used [-Wunused-macros]
#define PIC8 CONV24_8BIT
^
hdfgifwr.c:208:0: warning: macro "de_stack" is not used [-Wunused-macros]
#define de_stack ((char_type *)&tab_suffixof(1<<XV_BITS))
^
hdfgifwr.c:63:0: warning: macro "CONV24_LOCK" is not used [-Wunused-macros]
#define CONV24_LOCK 3
^
hdfgifwr.c:61:0: warning: macro "CONV24_24BIT" is not used [-Wunused-macros]
#define CONV24_24BIT 1
^
hdfgifwr.c:65:0: warning: macro "CONV24_FAST" is not used [-Wunused-macros]
#define CONV24_FAST 5
^
hdfgifwr.c:179:0: warning: macro "MSDOS" is not used [-Wunused-macros]
#define MSDOS 1
^
hdfgifwr.c:207:0: warning: macro "tab_suffixof" is not used [-Wunused-macros]
#define tab_suffixof(i) ((char_type *)(htab))[i]
^
hdfgifwr.c:60:0: warning: macro "CONV24_8BIT" is not used [-Wunused-macros]
#define CONV24_8BIT 0
^
hdfgifwr.c:206:0: warning: macro "tab_prefixof" is not used [-Wunused-macros]
#define tab_prefixof(i) CodeTabOf(i)
^
hdfgifwr.c:75:0: warning: macro "MONO" is not used [-Wunused-macros]
#define MONO(rd,gn,bl) (((rd)*11 + (gn)*16 + (bl)*5) >> 5) /*.33R+ .5G+ .17B*/
^
hdfgifwr.c:72:0: warning: macro "PIC24" is not used [-Wunused-macros]
#define PIC24 CONV24_24BIT
^
hdfgifwr.c:176:0: warning: macro "min" is not used [-Wunused-macros]
#define min(a,b) ((a>b) ? b : a)
^
hdfgifwr.c:66:0: warning: macro "CONV24_SLOW" is not used [-Wunused-macros]
#define CONV24_SLOW 6
^
CCLD h52gif
CC h52gifgentst.o
h52gifgentst.c: In function â??mainâ??:
h52gifgentst.c:52:19: warning: size of â??bufâ?? is 80000 bytes [-Wlarger-than=]
unsigned char buf [ WIDTH*HEIGHT ];
^
h52gifgentst.c:67:9: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
buf[i] = n;
^
h52gifgentst.c:86:9: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
pal[i] =n; /* red */
^
h52gifgentst.c:88:21: warning: conversion to â??unsigned charâ?? from â??intâ??
may alter its value [-Wconversion]
pal[i+2]=255-n; /* blue */
^
h52gifgentst.c:48:5: warning: stack usage is 80800 bytes [-Wstack-usage=]
int main(void)
^
h52gifgentst.c:103:1: warning: the frame size of 80784 bytes is larger than
16384 bytes [-Wframe-larger-than=]
}
^
CCLD h52gifgentst
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/tools/gif2h5'
make[7]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/tools'
make[7]: Nothing to be done for `all-am'.
make[7]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/tools'
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/tools'
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl'
Making all in perform
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/perform'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/perform'
Making install in src
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/src'
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/src'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/lib'
/bin/sh ../libtool --mode=install /bin/install -c libhdf5.la
'/home/gempak/NAWIPS/os/linux64/lib'
libtool: install: /bin/install -c .libs/libhdf5.lai
/home/gempak/NAWIPS/os/linux64/lib/libhdf5.la
libtool: install: /bin/install -c .libs/libhdf5.a
/home/gempak/NAWIPS/os/linux64/lib/libhdf5.a
libtool: install: chmod 644 /home/gempak/NAWIPS/os/linux64/lib/libhdf5.a
libtool: install: ranlib /home/gempak/NAWIPS/os/linux64/lib/libhdf5.a
libtool: finish:
PATH="/root/perl5/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/home/gempak/NAWIPS/os/linux64/bin:/home/gempak/NAWIPS/bin:/home/gempak/NAWIPS/os/linux64/bin:/home/gempak/NAWIPS/bin:/sbin"
ldconfig -n /home/gempak/NAWIPS/os/linux64/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/gempak/NAWIPS/os/linux64/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/include'
/bin/install -c -m 644 hdf5.h H5api_adpt.h H5overflow.h H5pubconf.h H5public.h
H5version.h H5Apublic.h H5ACpublic.h H5Cpublic.h H5Dpublic.h H5Epubgen.h
H5Epublic.h H5Fpublic.h H5FDpublic.h H5FDcore.h H5FDdirect.h H5FDfamily.h
H5FDlog.h H5FDmpi.h H5FDmpio.h H5FDmpiposix.h H5FDmulti.h H5FDsec2.h
H5FDstdio.h H5Gpublic.h H5Ipublic.h H5Lpublic.h H5MMpublic.h H5Opublic.h
H5Ppublic.h H5Rpublic.h H5Spublic.h H5Tpublic.h H5Zpublic.h
'/home/gempak/NAWIPS/os/linux64/include'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/lib'
/bin/install -c -m 644 libhdf5.settings '/home/gempak/NAWIPS/os/linux64/lib'
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/src'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/src'
Making install in test
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/test'
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/test'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/test'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/test'
Making install in tools
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools'
Making install in lib
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/lib'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/lib'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/lib'
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/lib'
Making install in h5diff
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5diff'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5diff'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/sh ../../libtool --mode=install /bin/install -c h5diff
'/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c h5diff
/home/gempak/NAWIPS/os/linux64/bin/h5diff
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5diff'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5diff'
Making install in h5ls
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5ls'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5ls'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/sh ../../libtool --mode=install /bin/install -c h5ls
'/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c h5ls /home/gempak/NAWIPS/os/linux64/bin/h5ls
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5ls'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5ls'
Making install in misc
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/misc'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/misc'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/sh ../../libtool --mode=install /bin/install -c h5debug h5repart
h5mkgrp '/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c h5debug
/home/gempak/NAWIPS/os/linux64/bin/h5debug
libtool: install: /bin/install -c h5repart
/home/gempak/NAWIPS/os/linux64/bin/h5repart
libtool: install: /bin/install -c h5mkgrp
/home/gempak/NAWIPS/os/linux64/bin/h5mkgrp
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/install -c h5redeploy '/home/gempak/NAWIPS/os/linux64/bin'
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/misc'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/misc'
Making install in h5import
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5import'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5import'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/sh ../../libtool --mode=install /bin/install -c h5import
'/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c h5import
/home/gempak/NAWIPS/os/linux64/bin/h5import
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5import'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5import'
Making install in h5repack
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5repack'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5repack'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/sh ../../libtool --mode=install /bin/install -c h5repack
'/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c h5repack
/home/gempak/NAWIPS/os/linux64/bin/h5repack
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5repack'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5repack'
Making install in h5jam
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5jam'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5jam'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/sh ../../libtool --mode=install /bin/install -c h5jam h5unjam
'/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c h5jam /home/gempak/NAWIPS/os/linux64/bin/h5jam
libtool: install: /bin/install -c h5unjam
/home/gempak/NAWIPS/os/linux64/bin/h5unjam
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5jam'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5jam'
Making install in h5copy
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5copy'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5copy'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/sh ../../libtool --mode=install /bin/install -c h5copy
'/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c h5copy
/home/gempak/NAWIPS/os/linux64/bin/h5copy
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5copy'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5copy'
Making install in h5stat
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5stat'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5stat'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/sh ../../libtool --mode=install /bin/install -c h5stat
'/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c h5stat
/home/gempak/NAWIPS/os/linux64/bin/h5stat
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5stat'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5stat'
Making install in h5dump
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5dump'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5dump'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/sh ../../libtool --mode=install /bin/install -c h5dump
'/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c h5dump
/home/gempak/NAWIPS/os/linux64/bin/h5dump
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5dump'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools/h5dump'
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools'
make[7]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools'
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/tools'
Making install in .
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10'
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/perform'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/perform'
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10'
make[7]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/perform'
make[8]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/perform'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/sh ../libtool --mode=install /bin/install -c h5perf_serial
'/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c h5perf_serial
/home/gempak/NAWIPS/os/linux64/bin/h5perf_serial
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/perform'
make[7]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/perform'
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10'
Making install in hl
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl'
Making install in src
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/src'
make[7]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/src'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/lib'
/bin/sh ../../libtool --mode=install /bin/install -c libhdf5_hl.la
'/home/gempak/NAWIPS/os/linux64/lib'
libtool: install: /bin/install -c .libs/libhdf5_hl.lai
/home/gempak/NAWIPS/os/linux64/lib/libhdf5_hl.la
libtool: install: /bin/install -c .libs/libhdf5_hl.a
/home/gempak/NAWIPS/os/linux64/lib/libhdf5_hl.a
libtool: install: chmod 644 /home/gempak/NAWIPS/os/linux64/lib/libhdf5_hl.a
libtool: install: ranlib /home/gempak/NAWIPS/os/linux64/lib/libhdf5_hl.a
libtool: finish:
PATH="/root/perl5/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/home/gempak/NAWIPS/os/linux64/bin:/home/gempak/NAWIPS/bin:/home/gempak/NAWIPS/os/linux64/bin:/home/gempak/NAWIPS/bin:/sbin"
ldconfig -n /home/gempak/NAWIPS/os/linux64/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/gempak/NAWIPS/os/linux64/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/include'
/bin/install -c -m 644 hdf5_hl.h H5IMpublic.h H5LTpublic.h H5TBpublic.h
H5DSpublic.h H5PTpublic.h '/home/gempak/NAWIPS/os/linux64/include'
make[7]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/src'
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/src'
Making install in test
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/test'
make[7]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/test'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/test'
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/test'
Making install in tools
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/tools'
Making install in gif2h5
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/tools/gif2h5'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/tools/gif2h5'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/sh ../../../libtool --mode=install /bin/install -c gif2h5 h52gif
'/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c gif2h5
/home/gempak/NAWIPS/os/linux64/bin/gif2h5
libtool: install: /bin/install -c h52gif
/home/gempak/NAWIPS/os/linux64/bin/h52gif
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/tools/gif2h5'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/tools/gif2h5'
make[7]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/tools'
make[8]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/tools'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/tools'
make[7]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/tools'
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/tools'
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl'
make[7]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl'
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl'
Making install in perform
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/perform'
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/perform'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/sh ../libtool --mode=install /bin/install -c h5perf_serial
'/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c h5perf_serial
/home/gempak/NAWIPS/os/linux64/bin/h5perf_serial
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/perform'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/perform'
+ for d in examples hl
+ cd examples
+ make install-examples
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/examples'
../bin/mkdirs /home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c
+ /bin/install -c ./h5_write.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c ./h5_read.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c ./h5_extend_write.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c ./h5_chunk_read.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c ./h5_compound.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c ./h5_group.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c ./h5_select.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c ./h5_attribute.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c ./h5_mount.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c ./h5_reference.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c ./h5_drivers.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c ./h5_extlink.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c ./h5_elink_unix2win.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c ./h5_ref2reg.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c ./h5_shared_mesg.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c ./ph5example.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c run-c-ex.sh
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/c/.
+ /bin/install -c ./README /home/gempak/NAWIPS/os/linux64/share/hdf5_examples/.
+ /bin/install -c ./run-all-ex.sh
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/.
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/examples'
+ for d in examples hl
+ cd hl
+ make install-examples
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl'
+ for d in examples
+ cd examples
+ make install-examples
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/examples'
../../bin/mkdirs /home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c
+ /bin/install -c ./ex_lite1.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_lite2.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_lite3.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ptExampleFL.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ptExampleVL.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_image1.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_image2.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_table_01.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_table_02.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_table_03.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_table_04.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_table_05.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_table_06.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_table_07.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_table_08.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_table_09.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_table_10.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_table_11.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_table_12.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./ex_ds1.c
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./image24pixel.txt
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./image8.txt
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./pal_rgb.h
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c run-hlc-ex.sh
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/c/.
+ /bin/install -c ./run-hl-ex.sh
/home/gempak/NAWIPS/os/linux64/share/hdf5_examples/hl/.
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl/examples'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10/hl'
make[4]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5/v1.8.10'
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5'
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/HDF5'
making in /home/gempak/GEMPAK7/extlibs/GPC
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/GPC'
( cd libgpc; echo "making all in `pwd`" ; \
make -w all )
making all in /home/gempak/GEMPAK7/extlibs/GPC/libgpc
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/GPC/v2.32'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gpc.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/libgpc.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/libgpc.a
a - gpc.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/GPC/v2.32'
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/GPC'
making in /home/gempak/GEMPAK7/extlibs/AODT
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/AODT'
/home/gempak/GEMPAK7/extlibs/AODT/v64/odtlib
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/AODT/v64/odtlib'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtauto.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtdata.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtfft.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtfuncs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odthistory.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtintensity.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtoutput.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtscene.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odttopo.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/libAODT_v64.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/libAODT_v64.a
a - odtauto.o
a - odtdata.o
a - odtfft.o
a - odtfuncs.o
a - odthistory.o
a - odtintensity.o
a - odtoutput.o
a - odtscene.o
a - odttopo.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/AODT/v64/odtlib'
/home/gempak/GEMPAK7/extlibs/AODT/v64/odtapi
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/AODT/v64/odtapi'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtatcfoutputfile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtautomode1.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtautomode2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtbulletinoutput.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtdiagnostics.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odteyecloudtemp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtfreememory.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtgsIRimage.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtgsdomain.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtgsforecastfile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtgshistory.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtgslocation.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtgsmiscopts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtgsscenetypes.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtgssstvalue.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtgsstartstr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtgstopovalue.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtgsversion.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odthistorybullfmt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odthistorycomment.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odthistorydelete.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odthistoryinsertrec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odthistorylistfmt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odthistorynextrec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odthistorywrite.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtinitialize.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtintensityest.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtloadIRimage.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtmessages.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtreadtopofile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtscenemap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtscenetype.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtsetdatetime.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtwarmeyetemp.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/libAODT_v64.a *.o
a - odtatcfoutputfile.o
a - odtautomode1.o
a - odtautomode2.o
a - odtbulletinoutput.o
a - odtdiagnostics.o
a - odteyecloudtemp.o
a - odtfreememory.o
a - odtgsdomain.o
a - odtgsforecastfile.o
a - odtgshistory.o
a - odtgsIRimage.o
a - odtgslocation.o
a - odtgsmiscopts.o
a - odtgsscenetypes.o
a - odtgssstvalue.o
a - odtgsstartstr.o
a - odtgstopovalue.o
a - odtgsversion.o
a - odthistorybullfmt.o
a - odthistorycomment.o
a - odthistorydelete.o
a - odthistoryinsertrec.o
a - odthistorylistfmt.o
a - odthistorynextrec.o
a - odthistorywrite.o
a - odtinitialize.o
a - odtintensityest.o
a - odtloadIRimage.o
a - odtmessages.o
a - odtreadtopofile.o
a - odtscenemap.o
a - odtscenetype.o
a - odtsetdatetime.o
a - odtwarmeyetemp.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/AODT/v64/odtapi'
/home/gempak/GEMPAK7/extlibs/AODT/v64/inc
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/AODT/v64/inc'
updated /home/gempak/NAWIPS/os/linux64/include/AODT/v64/odtapi.h
updated /home/gempak/NAWIPS/os/linux64/include/AODT/v64/odtextern.h
updated /home/gempak/NAWIPS/os/linux64/include/AODT/v64/odtlibdefs.h
updated /home/gempak/NAWIPS/os/linux64/include/AODT/v64/odtlibdefs-x.h
updated /home/gempak/NAWIPS/os/linux64/include/AODT/v64/odtlibfuncs.h
updated /home/gempak/NAWIPS/os/linux64/include/AODT/v64/odtlib.h
updated /home/gempak/NAWIPS/os/linux64/include/AODT/v64/odtmcidas.h
updated /home/gempak/NAWIPS/os/linux64/include/AODT/v64/odtremap.h
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/AODT/v64/inc'
/home/gempak/GEMPAK7/extlibs/AODT/v72/odtlib
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/AODT/v72/odtlib'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtauto.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtdata.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtfft.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtfuncs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odthistory.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtintensity.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtoutput.c
odtoutput.c: In function â??aodtv72_textscreenoutputâ??:
odtoutput.c:181:9: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
ptr = (int)scenetype;
^
odtoutput.c:182:10: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
ptr2 = (int)strchr(scenetype,'*');
^
odtoutput.c:187:11: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
ptr = (int)scenetypemax;
^
odtoutput.c:188:12: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
ptr2 = (int)strchr(scenetypemax,'*');
^
odtoutput.c:192:11: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
ptr = (int)scenetypemaxll;
^
odtoutput.c:193:12: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
ptr2 = (int)strchr(scenetypemaxll,'*');
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtscene.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odttopo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtwinds.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/libAODT_v72.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/libAODT_v72.a
a - odtauto.o
a - odtdata.o
a - odtfft.o
a - odtfuncs.o
a - odthistory.o
a - odtintensity.o
a - odtoutput.o
a - odtscene.o
a - odttopo.o
a - odtwinds.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/AODT/v72/odtlib'
/home/gempak/GEMPAK7/extlibs/AODT/v72/odtapi
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/AODT/v72/odtapi'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtatcfoutputfile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtautomode1.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtautomode2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtbulletinoutput.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtdiagnostics.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odteyecloudtemp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtfreememory.c
odtfreememory.c: In function â??aodtv72_freememoryâ??:
odtfreememory.c:24:34: warning: comparison of distinct pointer types lacks a
cast [enabled by default]
} while (odthistoryfirst_v72 != (struct aodtdata *)NULL); /* added by
CDB */
^
odtfreememory.c:33:11: warning: assignment from incompatible pointer type
[enabled by default]
ptr2=tcircfirst_v72->nextrec;
^
odtfreememory.c:35:21: warning: assignment from incompatible pointer type
[enabled by default]
tcircfirst_v72=ptr2;
^
odtfreememory.c:56:18: warning: comparison of distinct pointer types lacks a
cast [enabled by default]
if(fcstlat_v72 != (char *)NULL) {
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtgetwindprofile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtgsIRimage.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtgsdomain.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtgsforecastfile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtgshistory.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtgslocation.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtgsmiscopts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtgsscenetypes.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtgssstvalue.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtgsstartstr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtgstopovalue.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtgsversion.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odthistorybullfmt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odthistorycomment.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odthistorydelete.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odthistoryinsertrec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odthistorylistfmt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odthistorynextrec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odthistorywrite.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtinitialize.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtintensityest.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtloadIRimage.c
odtloadIRimage.c: In function â??aodtv72_loadIRimageâ??:
odtloadIRimage.c:18:19: warning: comparison of distinct pointer types lacks a
cast [enabled by default]
if(areadata_v72 != (struct ringdata *)NULL) free(areadata_v72);
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtmessages.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtreadtopofile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtscenemap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c odtscenetype.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtsetdatetime.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
odtwarmeyetemp.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/libAODT_v72.a *.o
a - odtatcfoutputfile.o
a - odtautomode1.o
a - odtautomode2.o
a - odtbulletinoutput.o
a - odtdiagnostics.o
a - odteyecloudtemp.o
a - odtfreememory.o
a - odtgetwindprofile.o
a - odtgsdomain.o
a - odtgsforecastfile.o
a - odtgshistory.o
a - odtgsIRimage.o
a - odtgslocation.o
a - odtgsmiscopts.o
a - odtgsscenetypes.o
a - odtgssstvalue.o
a - odtgsstartstr.o
a - odtgstopovalue.o
a - odtgsversion.o
a - odthistorybullfmt.o
a - odthistorycomment.o
a - odthistorydelete.o
a - odthistoryinsertrec.o
a - odthistorylistfmt.o
a - odthistorynextrec.o
a - odthistorywrite.o
a - odtinitialize.o
a - odtintensityest.o
a - odtloadIRimage.o
a - odtmessages.o
a - odtreadtopofile.o
a - odtscenemap.o
a - odtscenetype.o
a - odtsetdatetime.o
a - odtwarmeyetemp.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/AODT/v72/odtapi'
/home/gempak/GEMPAK7/extlibs/AODT/v72/inc
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/AODT/v72/inc'
updated /home/gempak/NAWIPS/os/linux64/include/AODT/v72/odtapi.h
updated /home/gempak/NAWIPS/os/linux64/include/AODT/v72/odtextern.h
updated /home/gempak/NAWIPS/os/linux64/include/AODT/v72/odtlibdefs.h
updated /home/gempak/NAWIPS/os/linux64/include/AODT/v72/odtlibdefs-x.h
updated /home/gempak/NAWIPS/os/linux64/include/AODT/v72/odtlibfuncs.h
updated /home/gempak/NAWIPS/os/linux64/include/AODT/v72/odtlib.h
updated /home/gempak/NAWIPS/os/linux64/include/AODT/v72/odtmcidas.h
updated /home/gempak/NAWIPS/os/linux64/include/AODT/v72/odtremap.h
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/AODT/v72/inc'
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/AODT'
making in /home/gempak/GEMPAK7/extlibs/melBUFR
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/melBUFR'
making all in /home/gempak/GEMPAK7/extlibs/melBUFR/melbufr
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/melBUFR/v5.2'
/home/gempak/GEMPAK7/extlibs/melBUFR/melbufr/include
make[4]: Entering directory `/home/gempak/GEMPAK7/extlibs/melBUFR/v5.2/include'
updated /home/gempak/NAWIPS/os/linux64/include/mel_bufr_defaults.h
updated /home/gempak/NAWIPS/os/linux64/include/mel_bufr_functions.h
updated /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h
updated /home/gempak/NAWIPS/os/linux64/include/mel_bufr_tables.h
updated /home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h
make[4]: Leaving directory `/home/gempak/GEMPAK7/extlibs/melBUFR/v5.2/include'
/home/gempak/GEMPAK7/extlibs/melBUFR/melbufr/src
make[4]: Entering directory `/home/gempak/GEMPAK7/extlibs/melBUFR/v5.2/src'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c dump_print.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from dump_print.c:11:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c AL_Clear.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from AL_Clear.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c AL_Destroy.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from AL_Destroy.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c AL_First.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from AL_First.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c AL_Init.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from AL_Init.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c AL_Last.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from AL_Last.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c AL_Print.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from AL_Print.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c AL_Put.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from AL_Put.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c AL_Remove.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from AL_Remove.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c AL_Size.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from AL_Size.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c BS_Destroy.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from BS_Destroy.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c BS_Flush.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from BS_Flush.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c BS_Get.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from BS_Get.c:13:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c BS_Increase.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from BS_Increase.c:16:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c BS_Init.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from BS_Init.c:15:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c BS_Position.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from BS_Position.c:14:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c BS_Put.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from BS_Put.c:17:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c BS_Rewind.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from BS_Rewind.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Abort.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Abort.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Add_AF.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Add_AF.c:10:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_AtEOD.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_AtEOD.c:15:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
B_AtEOD.c: In function â??BUFR_AtEODâ??:
B_AtEOD.c:34:33: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( BUFR_Msg.FileName[0] == (char) NULL )
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_AtEOF.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_AtEOF.c:14:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
B_AtEOF.c: In function â??BUFR_AtEOFâ??:
B_AtEOF.c:33:33: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( BUFR_Msg.FileName[0] == (char) NULL )
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_AtEOM.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_AtEOM.c:14:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
B_AtEOM.c: In function â??BUFR_AtEOMâ??:
B_AtEOM.c:33:33: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( BUFR_Msg.FileName[0] == (char) NULL )
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_BitWidth.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_BitWidth.c:15:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Cancel_AF.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Cancel_AF.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Change_DW.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Change_DW.c:19:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Change_RV.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Change_RV.c:20:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Change_S.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Change_S.c:19:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Close.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Close.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_DS_Empty.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_DS_Empty.c:23:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_DS_Entry_Put.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_DS_Entry_Put.c:23:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_DS_Free.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_DS_Free.c:23:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_DS_Init.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_DS_Init.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Debug.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Debug.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_DebugLevel.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_DebugLevel.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Decode.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Decode.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Def_Dataset.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Def_Dataset.c:37:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Destroy.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Destroy.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Encode.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Encode.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Err_Clear.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Err_Clear.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Err_Init.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Err_Init.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Err_Log.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Err_Log.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Err_Print.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Err_Print.c:13:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Err_Set.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Err_Set.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_FTP_GetFile.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_FTP_GetFile.c:26:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
B_FTP_GetFile.c: In function â??BUFR_FTP_GetFileâ??:
B_FTP_GetFile.c:63:50: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( FullFileName == NULL || *FullFileName == (char) NULL )
^
B_FTP_GetFile.c:72:42: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( FTP_Host == NULL || *FTP_Host == (char) NULL )
^
B_FTP_GetFile.c:81:42: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( FTP_Path == NULL || *FTP_Path == (char) NULL )
^
B_FTP_GetFile.c:97:19: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
*cp = (char) NULL; /* Split FullFileName into two strings. */
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_FindSeq.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_FindSeq.c:14:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Find_End.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Find_End.c:18:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Get_Array.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Get_Array.c:21:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Get_Dataset.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Get_Dataset.c:38:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Get_OptData.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Get_OptData.c:14:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Get_S3Data.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Get_S3Data.c:17:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Get_S4Data.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Get_S4Data.c:17:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Get_Value.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Get_Value.c:46:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
B_Get_Value.c: In function â??BUFR_Get_Valueâ??:
B_Get_Value.c:716:23: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
*cp = (char) NULL; /* Terminate string. */
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Globals.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Globals.c:7:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Info_Init.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Info_Init.c:21:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Info_Print.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Info_Print.c:18:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
B_Info_Print.c: In function â??svalâ??:
B_Info_Print.c:48:32: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( val == NULL || *val == (char) NULL )
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Info_Verify.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Info_Verify.c:15:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Init.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Init.c:37:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Init_Sub.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Init_Sub.c:32:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
B_Init_Sub.c: In function â??BUFR_Init_Subâ??:
B_Init_Sub.c:92:44: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( BUFR_File == NULL || *BUFR_File == (char)NULL )
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_IsComment.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_IsComment.c:16:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
B_IsComment.c: In function â??BUFR_IsCommentâ??:
B_IsComment.c:34:21: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
for( ; *Line != (char) NULL; Line++ )
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_IsError.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_IsError.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_MaxVal.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_MaxVal.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Mix_Print.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Mix_Print.c:11:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_NumDatasets.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_NumDatasets.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Pos_Msg.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Pos_Msg.c:18:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Print.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Print.c:20:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_ProcMethod.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_ProcMethod.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_ProcType.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_ProcType.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Put_Array.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Put_Array.c:35:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Put_MixArray.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Put_MixArray.c:44:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Put_OptData.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Put_OptData.c:13:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Put_S3Data.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Put_S3Data.c:16:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Put_S4Data.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Put_S4Data.c:18:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Put_String.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Put_String.c:18:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Put_Value.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Put_Value.c:14:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Read_Msg.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Read_Msg.c:27:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Read_Tables.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Read_Tables.c:41:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
B_Read_Tables.c: In function â??BUFR_Read_Tablesâ??:
B_Read_Tables.c:185:55: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
for( table_char=&table_letters[0]; *table_char != (char)NULL; table_char++
)
^
B_Read_Tables.c:213:42: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( master != NULL && *master != (char) NULL )
^
B_Read_Tables.c:237:41: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( default_table_dir[0] == (char) NULL )
^
B_Read_Tables.c:549:55: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
for( table_char=&table_letters[2]; *table_char != (char)NULL; table_char++
)
^
B_Read_Tables.c:568:40: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( local != NULL && *local != (char) NULL )
^
B_Read_Tables.c:605:39: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( default_table_dir[0] == (char)NULL )
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Reset_DW.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Reset_DW.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Reset_RV.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Reset_RV.c:16:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Reset_S.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Reset_S.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Set_Missing_Value.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Set_Missing_Value.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Set_Multiple_Msg_Flag.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Set_Multiple_Msg_Flag.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_TO_Multiple_Msg_Flag.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_TO_Multiple_Msg_Flag.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Trace.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Trace.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_TraceLevel.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_TraceLevel.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_ValArray_Destroy.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_ValArray_Destroy.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Val_Array_free.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Val_Array_free.c:15:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Val_Print.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Val_Print.c:14:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Val_free.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Val_free.c:11:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_Write_Msg.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_Write_Msg.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_perror.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_perror.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c B_strdup.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from B_strdup.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c BytesInBits.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from BytesInBits.c:13:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Check_Compress.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Check_Compress.c:5:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Compression.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Compression.c:5:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
Compression.c: In function â??Compressionâ??:
Compression.c:409:23: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
*cp = (char) NULL;
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Create_TableB.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Create_TableB.c:34:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
Create_TableB.c: In function â??Create_TableBâ??:
Create_TableB.c:215:20: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
units[i] = (char) NULL;
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Create_TableD.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Create_TableD.c:18:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c DL_Destroy.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from DL_Destroy.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c DL_Encode.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from DL_Encode.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c DL_First.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from DL_First.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c DL_Init.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from DL_Init.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c DL_Last.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from DL_Last.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c DL_NumFXYs.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from DL_NumFXYs.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c DL_Print.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from DL_Print.c:10:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c DL_Put.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from DL_Put.c:10:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c DL_Size.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from DL_Size.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c D_Compression.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from D_Compression.c:6:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
D_Compression.c: In function â??D_Compressionâ??:
D_Compression.c:364:23: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
*cp = (char) NULL; /* Terminate string. */
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c EV_Destroy.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from EV_Destroy.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c EV_Get.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from EV_Get.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c EV_Init.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from EV_Init.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c EV_IsBad.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from EV_IsBad.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c EV_Print.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from EV_Print.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c EV_RVSet.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from EV_RVSet.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c EV_Set.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from EV_Set.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c EncodeValue.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from EncodeValue.c:10:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FL_Destroy.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FL_Destroy.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FL_Expand.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FL_Expand.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FL_First.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FL_First.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FL_Get.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FL_Get.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FL_Init.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FL_Init.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FL_Insert.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FL_Insert.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FL_Last.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FL_Last.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FL_Prev.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FL_Prev.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FL_Print.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FL_Print.c:6:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FL_Put.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FL_Put.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FL_Remove.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FL_Remove.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FL_Size.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FL_Size.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_Expand.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_Expand.c:13:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_F_Value.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_F_Value.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_Get_DW.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_Get_DW.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_Get_RV.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_Get_RV.c:13:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_Get_S.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_Get_S.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_Get_Vals.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_Get_Vals.c:10:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_IsLocal.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_IsLocal.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_IsRepl.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_IsRepl.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_IsTableB.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_IsTableB.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_IsTableC.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_IsTableC.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_IsTableD.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_IsTableD.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_Pack.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_Pack.c:15:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_Pack_Dec.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_Pack_Dec.c:11:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_Print.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_Print.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_PrintVals.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_PrintVals.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_PtrInc.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_PtrInc.c:14:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_String.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_String.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_Units.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_Units.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_UnitsType.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_UnitsType.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_Unpack.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_Unpack.c:16:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_Unpack_Dec.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_Unpack_Dec.c:16:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_X_Value.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_X_Value.c:14:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FXY_Y_Value.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FXY_Y_Value.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c F_Print_R.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from F_Print_R.c:31:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c FileExists.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from FileExists.c:13:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
FileExists.c: In function â??FileExistsâ??:
FileExists.c:35:22: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( *FileName == (char) NULL ) /* File name is "" (empty file name) */
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Find_Data_Type.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Find_Data_Type.c:5:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Find_Status.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Find_Status.c:15:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Flag_Print.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Flag_Print.c:7:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_BUFR_Edition.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_BUFR_Edition.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_BUFR_Log_File.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_BUFR_Log_File.c:7:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_BUFR_Log_File_prt.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_BUFR_Log_File_prt.c:7:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_BUFR_MasterTableNum.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_BUFR_MasterTableNum.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_Century.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_Century.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_DataCategory.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_DataCategory.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_DataSubCategory.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_DataSubCategory.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_Day.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_Day.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_Hour.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_Hour.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_HourMinute.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_HourMinute.c:5:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_LocalTableVer.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_LocalTableVer.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_MasterTableVer.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_MasterTableVer.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_Minute.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_Minute.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_Month.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_Month.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_ObservedDataFlag.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_ObservedDataFlag.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_OriginatingCenter.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_OriginatingCenter.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_OriginatingCenterID.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_OriginatingCenterID.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_SubCenter.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_SubCenter.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_UpdateSeqNum.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_UpdateSeqNum.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_Val_Double.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_Val_Double.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_Val_FXY.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_Val_FXY.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_Val_Int.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_Val_Int.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_Val_Scale.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_Val_Scale.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_Val_String.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_Val_String.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_Val_Type.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_Val_Type.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_YMD.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_YMD.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Get_Year.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Get_Year.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c HS_Destroy.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from HS_Destroy.c:10:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c HS_Get.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from HS_Get.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c HS_GetBit.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from HS_GetBit.c:26:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c HS_RVSet.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from HS_RVSet.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c HS_Set.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from HS_Set.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c HS_SetBit.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from HS_SetBit.c:26:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Int2ToInt.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Int2ToInt.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Int3ToInt.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Int3ToInt.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c IntToInt2.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from IntToInt2.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c IntToInt3.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from IntToInt3.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Is_Val_Missing.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Is_Val_Missing.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Loop_T_Data_Type.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Loop_T_Data_Type.c:5:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Miss_ValRep.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Miss_ValRep.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Num_Messages.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Num_Messages.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c PrintDivider.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from PrintDivider.c:10:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Prn_Comprss.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Prn_Comprss.c:13:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Set_Center_Info.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Set_Center_Info.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Set_Compress.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Set_Compress.c:5:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Set_DataCategory.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Set_DataCategory.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Set_Date.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Set_Date.c:5:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Set_Edition_MastTab.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Set_Edition_MastTab.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Set_Flag.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Set_Flag.c:7:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Set_MasterTableVer.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Set_MasterTableVer.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Set_ObservedData.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Set_ObservedData.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Set_Status.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Set_Status.c:14:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Set_Time.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Set_Time.c:5:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c Set_UpdateSequence.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from Set_UpdateSequence.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c T0_Destroy.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from T0_Destroy.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c T0_Init.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from T0_Init.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c T0_Print.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from T0_Print.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c T0_Read.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from T0_Read.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
T0_Read.c: In function â??Table0_Readâ??:
T0_Read.c:185:42: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( FileName == NULL && *FileName == (char) NULL )
^
T0_Read.c:224:21: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
*valp = (char) NULL;
^
T0_Read.c:290:49: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
for( valp=ndxp+strlen(ndxp)+1; *valp != (char) NULL; valp++ )
^
T0_Read.c:298:39: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( *valp == '\n' || *valp == (char) NULL )
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c T0_Value.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from T0_Value.c:10:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TA_Destroy.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TA_Destroy.c:10:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TA_Init.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TA_Init.c:11:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TA_Print.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TA_Print.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TA_Read.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TA_Read.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
TA_Read.c: In function â??TableA_Readâ??:
TA_Read.c:170:42: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( FileName == NULL || *FileName == (char) NULL )
^
TA_Read.c:212:21: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
*valp = (char) NULL;
^
TA_Read.c:265:49: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
for( valp=ndxp+strlen(ndxp)+1; *valp != (char) NULL; valp++ )
^
TA_Read.c:273:39: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( *valp == '\n' || *valp == (char) NULL )
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TA_Value.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TA_Value.c:13:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TB_Destroy.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TB_Destroy.c:28:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TB_Get.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TB_Get.c:10:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TB_GetUnits.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TB_GetUnits.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
TB_GetUnits.c: In function â??TableB_GetUnitsâ??:
TB_GetUnits.c:44:29: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
for( u=&ua[0]; *u->s != (char)NULL; u++ )
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TB_Init.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TB_Init.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TB_Print.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TB_Print.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TB_Put.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TB_Put.c:10:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TB_Read.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TB_Read.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
TB_Read.c: In function â??TableB_Readâ??:
TB_Read.c:281:42: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( FileName == NULL && *FileName == (char) NULL )
^
TB_Read.c:319:21: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
*valp = (char) NULL;
^
TB_Read.c:445:51: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
for( valp=units+strlen(units)+1; *valp != (char) NULL; valp++ )
^
TB_Read.c:453:39: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( *valp == '\n' || *valp == (char) NULL )
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TC_Find.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TC_Find.c:10:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TDS_Destroy.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TDS_Destroy.c:11:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TDS_Init.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TDS_Init.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TDS_Put.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TDS_Put.c:13:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TD_Destroy.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TD_Destroy.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TD_Expand.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TD_Expand.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TD_Init.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TD_Init.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TD_Match.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TD_Match.c:10:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TD_Print.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TD_Print.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TD_Read.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TD_Read.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
TD_Read.c: In function â??TableD_Readâ??:
TD_Read.c:212:42: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( FileName == NULL && *FileName == (char) NULL )
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TenPow.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TenPow.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TruncateValue.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TruncateValue.c:23:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
TruncateValue.c: In function â??TruncateValueâ??:
TruncateValue.c:45:29: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
for( bp=&buf[0]; *bp != (char) NULL; bp++ )
^
TruncateValue.c:50:19: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
*bp = (char) NULL;
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c TwoPow.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from TwoPow.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c VS_Clear.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from VS_Clear.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c VS_Destroy.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from VS_Destroy.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c VS_Get.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from VS_Get.c:13:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c VS_Init.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from VS_Init.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c VS_IsEmpty.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from VS_IsEmpty.c:12:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c VS_Pop.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from VS_Pop.c:13:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c VS_Push.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from VS_Push.c:13:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c VoidInc.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from VoidInc.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c VoidVal.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from VoidVal.c:4:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
ar rv /home/gempak/NAWIPS/os/linux64/lib/libmel_bufr.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/libmel_bufr.a
a - AL_Clear.o
a - AL_Destroy.o
a - AL_First.o
a - AL_Init.o
a - AL_Last.o
a - AL_Print.o
a - AL_Put.o
a - AL_Remove.o
a - AL_Size.o
a - B_Abort.o
a - B_Add_AF.o
a - B_AtEOD.o
a - B_AtEOF.o
a - B_AtEOM.o
a - B_BitWidth.o
a - B_Cancel_AF.o
a - B_Change_DW.o
a - B_Change_RV.o
a - B_Change_S.o
a - B_Close.o
a - B_DebugLevel.o
a - B_Debug.o
a - B_Decode.o
a - B_Def_Dataset.o
a - B_Destroy.o
a - B_DS_Empty.o
a - B_DS_Entry_Put.o
a - B_DS_Free.o
a - B_DS_Init.o
a - B_Encode.o
a - B_Err_Clear.o
a - B_Err_Init.o
a - B_Err_Log.o
a - B_Err_Print.o
a - B_Err_Set.o
a - B_Find_End.o
a - B_FindSeq.o
a - B_FTP_GetFile.o
a - B_Get_Array.o
a - B_Get_Dataset.o
a - B_Get_OptData.o
a - B_Get_S3Data.o
a - B_Get_S4Data.o
a - B_Get_Value.o
a - B_Globals.o
a - B_Info_Init.o
a - B_Info_Print.o
a - B_Info_Verify.o
a - B_Init.o
a - B_Init_Sub.o
a - B_IsComment.o
a - B_IsError.o
a - B_MaxVal.o
a - B_Mix_Print.o
a - B_NumDatasets.o
a - B_perror.o
a - B_Pos_Msg.o
a - B_Print.o
a - B_ProcMethod.o
a - B_ProcType.o
a - B_Put_Array.o
a - B_Put_MixArray.o
a - B_Put_OptData.o
a - B_Put_S3Data.o
a - B_Put_S4Data.o
a - B_Put_String.o
a - B_Put_Value.o
a - B_Read_Msg.o
a - B_Read_Tables.o
a - B_Reset_DW.o
a - B_Reset_RV.o
a - B_Reset_S.o
a - BS_Destroy.o
a - B_Set_Missing_Value.o
a - B_Set_Multiple_Msg_Flag.o
a - BS_Flush.o
a - BS_Get.o
a - BS_Increase.o
a - BS_Init.o
a - BS_Position.o
a - BS_Put.o
a - BS_Rewind.o
a - B_strdup.o
a - B_TO_Multiple_Msg_Flag.o
a - B_TraceLevel.o
a - B_Trace.o
a - B_ValArray_Destroy.o
a - B_Val_Array_free.o
a - B_Val_free.o
a - B_Val_Print.o
a - B_Write_Msg.o
a - BytesInBits.o
a - Check_Compress.o
a - Compression.o
a - Create_TableB.o
a - Create_TableD.o
a - D_Compression.o
a - DL_Destroy.o
a - DL_Encode.o
a - DL_First.o
a - DL_Init.o
a - DL_Last.o
a - DL_NumFXYs.o
a - DL_Print.o
a - DL_Put.o
a - DL_Size.o
a - dump_print.o
a - EncodeValue.o
a - EV_Destroy.o
a - EV_Get.o
a - EV_Init.o
a - EV_IsBad.o
a - EV_Print.o
a - EV_RVSet.o
a - EV_Set.o
a - FileExists.o
a - Find_Data_Type.o
a - Find_Status.o
a - Flag_Print.o
a - FL_Destroy.o
a - FL_Expand.o
a - FL_First.o
a - FL_Get.o
a - FL_Init.o
a - FL_Insert.o
a - FL_Last.o
a - FL_Prev.o
a - FL_Print.o
a - FL_Put.o
a - FL_Remove.o
a - FL_Size.o
a - F_Print_R.o
a - FXY_Expand.o
a - FXY_F_Value.o
a - FXY_Get_DW.o
a - FXY_Get_RV.o
a - FXY_Get_S.o
a - FXY_Get_Vals.o
a - FXY_IsLocal.o
a - FXY_IsRepl.o
a - FXY_IsTableB.o
a - FXY_IsTableC.o
a - FXY_IsTableD.o
a - FXY_Pack_Dec.o
a - FXY_Pack.o
a - FXY_Print.o
a - FXY_PrintVals.o
a - FXY_PtrInc.o
a - FXY_String.o
a - FXY_Units.o
a - FXY_UnitsType.o
a - FXY_Unpack_Dec.o
a - FXY_Unpack.o
a - FXY_X_Value.o
a - FXY_Y_Value.o
a - Get_BUFR_Edition.o
a - Get_BUFR_Log_File.o
a - Get_BUFR_Log_File_prt.o
a - Get_BUFR_MasterTableNum.o
a - Get_Century.o
a - Get_DataCategory.o
a - Get_DataSubCategory.o
a - Get_Day.o
a - Get_HourMinute.o
a - Get_Hour.o
a - Get_LocalTableVer.o
a - Get_MasterTableVer.o
a - Get_Minute.o
a - Get_Month.o
a - Get_ObservedDataFlag.o
a - Get_OriginatingCenterID.o
a - Get_OriginatingCenter.o
a - Get_SubCenter.o
a - Get_UpdateSeqNum.o
a - Get_Val_Double.o
a - Get_Val_FXY.o
a - Get_Val_Int.o
a - Get_Val_Scale.o
a - Get_Val_String.o
a - Get_Val_Type.o
a - Get_Year.o
a - Get_YMD.o
a - HS_Destroy.o
a - HS_GetBit.o
a - HS_Get.o
a - HS_RVSet.o
a - HS_SetBit.o
a - HS_Set.o
a - Int2ToInt.o
a - Int3ToInt.o
a - IntToInt2.o
a - IntToInt3.o
a - Is_Val_Missing.o
a - Loop_T_Data_Type.o
a - Miss_ValRep.o
a - Num_Messages.o
a - PrintDivider.o
a - Prn_Comprss.o
a - Set_Center_Info.o
a - Set_Compress.o
a - Set_DataCategory.o
a - Set_Date.o
a - Set_Edition_MastTab.o
a - Set_Flag.o
a - Set_MasterTableVer.o
a - Set_ObservedData.o
a - Set_Status.o
a - Set_Time.o
a - Set_UpdateSequence.o
a - T0_Destroy.o
a - T0_Init.o
a - T0_Print.o
a - T0_Read.o
a - T0_Value.o
a - TA_Destroy.o
a - TA_Init.o
a - TA_Print.o
a - TA_Read.o
a - TA_Value.o
a - TB_Destroy.o
a - TB_Get.o
a - TB_GetUnits.o
a - TB_Init.o
a - TB_Print.o
a - TB_Put.o
a - TB_Read.o
a - TC_Find.o
a - TD_Destroy.o
a - TD_Expand.o
a - TD_Init.o
a - TD_Match.o
a - TD_Print.o
a - TD_Read.o
a - TDS_Destroy.o
a - TDS_Init.o
a - TDS_Put.o
a - TenPow.o
a - TruncateValue.o
a - TwoPow.o
a - VoidInc.o
a - VoidVal.o
a - VS_Clear.o
a - VS_Destroy.o
a - VS_Get.o
a - VS_Init.o
a - VS_IsEmpty.o
a - VS_Pop.o
a - VS_Push.o
rm -f *.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c -o bufr_dump.o bufr_dump.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from bufr_dump.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
bufr_dump.c: In function â??mainâ??:
bufr_dump.c:249:33: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( BUFR_File[0] == (char)NULL )
^
bufr_dump.c:265:25: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( BUFR_File[0] == (char)NULL ) {
^
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
bufr_dump bufr_dump.o /home/gempak/NAWIPS/os/linux64/lib/libmel_bufr.a
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -I../include -DDEBUG_PRINT=0 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1
-DMEMORY_DEBUG=0 -DTRACE_PRINT=0 -c -o dataset_dmp.o dataset_dmp.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from dataset_dmp.c:8:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dataset_dmp dataset_dmp.o /home/gempak/NAWIPS/os/linux64/lib/libmel_bufr.a
make[4]: Leaving directory `/home/gempak/GEMPAK7/extlibs/melBUFR/v5.2/src'
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/melBUFR/v5.2'
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/melBUFR'
making in /home/gempak/GEMPAK7/extlibs/ncepBUFR
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/ncepBUFR'
making all in /home/gempak/GEMPAK7/extlibs/ncepBUFR/libncepBUFR
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/ncepBUFR/v10.2.3'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUNDERSCORE -c
bort_exit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUNDERSCORE -c
ccbfl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUNDERSCORE -c
cmpia.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUNDERSCORE -c
cobfl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUNDERSCORE -c
crbmg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUNDERSCORE -c
cread.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUNDERSCORE -c
cwbmg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUNDERSCORE -c
icvidx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUNDERSCORE -c
nummtb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUNDERSCORE -c
rbytes.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUNDERSCORE -c
restd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUNDERSCORE -c
stseq.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUNDERSCORE -c
wrdesc.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c adn30.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
atrcpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
blocks.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
bfrini.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c bort2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c bort.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c bvers.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cadn30.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c capit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
chekstab.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
chrtrna.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
chrtrn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cktaba.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
closbf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
closmg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cmpmsg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cmsgini.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cnved4.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
conwin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
copybf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
copymg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
copysb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cpbfdx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cpdxmm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cpymem.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cpyupd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
datebf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
datelen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c digit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
drfini.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
drstpl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dumpbf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dxdump.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dxinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dxmini.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
elemdx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
errwrt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
getabdb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
getbmiss.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
getlens.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
getntbe.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gets1loc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gettagpr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gettbh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
getvalnb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
getwin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c i4dy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ibfms.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
icbfms.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ichkstr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
icmpdx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
icopysb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c idn30.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
idxmsg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ifbget.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ifxy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
igetdate.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
igetfxy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
igetntbi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
igetntbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
igetsc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
igettdi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inctab.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
invcon.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
invmrg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
invtag.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
invwin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iok2cpy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ipkm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ipks.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c irev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ireadmg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ireadmm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ireadns.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ireadsb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ishrdx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c isize.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
istdesc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c iupb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iupbs01.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iupbs3.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c iupm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iupvs01.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
jstchr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
jstnum.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lcmgdf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c lmsg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lstjpb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
makestab.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
maxout.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mesgbc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mesgbf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
minimg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mova2i.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mrginv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msgfull.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msgini.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msgupd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msgwrt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtinfo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c mvb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nemock.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nemtab.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nemtba.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nemtbax.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nemtbb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nemtbd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nenubd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c nevn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
newwin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c nmsub.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c nmwrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
numbck.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
numtab.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
numtbd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nvnwin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nwords.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nxtwin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
openbf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
openbt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
openmb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
openmg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c pad.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
padmsg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
parstr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
parusr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
parutg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c pkb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c pkbs1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c pkc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pkftbv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c pktdd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pkvs01.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
posapx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rcstpl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdbfdx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdcmps.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdmemm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdmems.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdmgsb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdmsgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdmsgw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdmtbb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdmtbd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdtree.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdusdx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
readdx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
readerme.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
readlc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
readmg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
readmm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
readmt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
readns.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
readsb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
reads3.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rewnbf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c rjust.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rsvfvm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rtrcpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
seqsdx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
setblock.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
setbmiss.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sntbbe.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sntbde.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
status.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stbfdx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stdmsg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stndrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stntbia.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stntbi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strcln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strcpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
string.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strlng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strnum.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strsuc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tabent.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tabsub.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
trybump.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbcnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbcpy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbcup.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbdmp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbevn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbget.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbin3.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbinx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbmem.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbmex.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbmms.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbmns.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbovr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbpos.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbqcd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbqcp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbrep.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbrms.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ufbrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ufbrw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbseq.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ufbsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbstp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbtab.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufbtam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ufdump.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c upbb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c upb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c upc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c upds3.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
upftbv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ups.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c uptdd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
usrtpl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c valx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wrcmps.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wrdxtb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wrdlen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
writcp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
writdx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
writlc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
writsa.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
writsb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wrtree.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wtstat.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/libncepBUFR.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/libncepBUFR.a
a - adn30.o
a - atrcpt.o
a - bfrini.o
a - blocks.o
a - bort2.o
a - bort_exit.o
a - bort.o
a - bvers.o
a - cadn30.o
a - capit.o
a - ccbfl.o
a - chekstab.o
a - chrtrna.o
a - chrtrn.o
a - cktaba.o
a - closbf.o
a - closmg.o
a - cmpia.o
a - cmpmsg.o
a - cmsgini.o
a - cnved4.o
a - cobfl.o
a - conwin.o
a - copybf.o
a - copymg.o
a - copysb.o
a - cpbfdx.o
a - cpdxmm.o
a - cpymem.o
a - cpyupd.o
a - crbmg.o
a - cread.o
a - cwbmg.o
a - datebf.o
a - datelen.o
a - digit.o
a - drfini.o
a - drstpl.o
a - dumpbf.o
a - dxdump.o
a - dxinit.o
a - dxmini.o
a - elemdx.o
a - errwrt.o
a - getabdb.o
a - getbmiss.o
a - getlens.o
a - getntbe.o
a - gets1loc.o
a - gettagpr.o
a - gettbh.o
a - getvalnb.o
a - getwin.o
a - i4dy.o
a - ibfms.o
a - icbfms.o
a - ichkstr.o
a - icmpdx.o
a - icopysb.o
a - icvidx.o
a - idn30.o
a - idxmsg.o
a - ifbget.o
a - ifxy.o
a - igetdate.o
a - igetfxy.o
a - igetntbi.o
a - igetntbl.o
a - igetsc.o
a - igettdi.o
a - inctab.o
a - invcon.o
a - invmrg.o
a - invtag.o
a - invwin.o
a - iok2cpy.o
a - ipkm.o
a - ipks.o
a - ireadmg.o
a - ireadmm.o
a - ireadns.o
a - ireadsb.o
a - irev.o
a - ishrdx.o
a - isize.o
a - istdesc.o
a - iupb.o
a - iupbs01.o
a - iupbs3.o
a - iupm.o
a - iupvs01.o
a - jstchr.o
a - jstnum.o
a - lcmgdf.o
a - lmsg.o
a - lstjpb.o
a - makestab.o
a - maxout.o
a - mesgbc.o
a - mesgbf.o
a - minimg.o
a - mova2i.o
a - mrginv.o
a - msgfull.o
a - msgini.o
a - msgupd.o
a - msgwrt.o
a - mtinfo.o
a - mvb.o
a - nemock.o
a - nemtab.o
a - nemtba.o
a - nemtbax.o
a - nemtbb.o
a - nemtbd.o
a - nenubd.o
a - nevn.o
a - newwin.o
a - nmsub.o
a - nmwrd.o
a - numbck.o
a - nummtb.o
a - numtab.o
a - numtbd.o
a - nvnwin.o
a - nwords.o
a - nxtwin.o
a - openbf.o
a - openbt.o
a - openmb.o
a - openmg.o
a - padmsg.o
a - pad.o
a - parstr.o
a - parusr.o
a - parutg.o
a - pkb.o
a - pkbs1.o
a - pkc.o
a - pkftbv.o
a - pktdd.o
a - pkvs01.o
a - posapx.o
a - rbytes.o
a - rcstpl.o
a - rdbfdx.o
a - rdcmps.o
a - rdmemm.o
a - rdmems.o
a - rdmgsb.o
a - rdmsgb.o
a - rdmsgw.o
a - rdmtbb.o
a - rdmtbd.o
a - rdtree.o
a - rdusdx.o
a - readdx.o
a - readerme.o
a - readlc.o
a - readmg.o
a - readmm.o
a - readmt.o
a - readns.o
a - reads3.o
a - readsb.o
a - restd.o
a - rewnbf.o
a - rjust.o
a - rsvfvm.o
a - rtrcpt.o
a - seqsdx.o
a - setblock.o
a - setbmiss.o
a - sntbbe.o
a - sntbde.o
a - status.o
a - stbfdx.o
a - stdmsg.o
a - stndrd.o
a - stntbia.o
a - stntbi.o
a - strcln.o
a - strcpt.o
a - string.o
a - strlng.o
a - strnum.o
a - strsuc.o
a - stseq.o
a - tabent.o
a - tabsub.o
a - trybump.o
a - ufbcnt.o
a - ufbcpy.o
a - ufbcup.o
a - ufbdmp.o
a - ufbevn.o
a - ufbget.o
a - ufbin3.o
a - ufbint.o
a - ufbinx.o
a - ufbmem.o
a - ufbmex.o
a - ufbmms.o
a - ufbmns.o
a - ufbovr.o
a - ufbpos.o
a - ufbqcd.o
a - ufbqcp.o
a - ufbrep.o
a - ufbrms.o
a - ufbrp.o
a - ufbrw.o
a - ufbseq.o
a - ufbsp.o
a - ufbstp.o
a - ufbtab.o
a - ufbtam.o
a - ufdump.o
a - upbb.o
a - upb.o
a - upc.o
a - upds3.o
a - upftbv.o
a - ups.o
a - uptdd.o
a - usrtpl.o
a - valx.o
a - wrcmps.o
a - wrdesc.o
a - wrdlen.o
a - wrdxtb.o
a - writcp.o
a - writdx.o
a - writlc.o
a - writsa.o
a - writsb.o
a - wrtree.o
a - wtstat.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/ncepBUFR/v10.2.3'
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/ncepBUFR'
making in /home/gempak/GEMPAK7/extlibs/netCDF
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/netCDF'
look netcdf /home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
make lnetcdf "CPPFLAGS=-DNDEBUG -Df2cFortran" "FFLAGS=-O -Wno-globals"
"CFLAGS=-O "-I../libsrc"" "CXX= " "FC= " "F77= " "F90= " "CPP= " "CXXCPP= "
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/netCDF'
Creating /home/gempak/NAWIPS/os/linux64
/home/gempak/GEMPAK7/extlibs/netCDF/netcdf
make[4]: Entering directory `/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1'
make[4]: *** No rule to make target `distclean'. Stop.
make[4]: Leaving directory `/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1'
configure: netCDF 4.3.1.1
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: checking user options
checking whether a win32 DLL is desired... no
checking whether a NCIO_MINBLOCKSIZE was specified... 256
checking if fsync support is enabled... no
checking whether extra valgrind tests should be run... no
checking whether we should try to build netCDF-4... no
checking do we require hdf5 dynamic-loading support... xno
checking whether reading of HDF4 SD files is to be enabled... no
checking whether to fetch some sample HDF4 files from Unidata ftp site to test
HDF4 reading (requires wget)... no
checking whether parallel I/O for classic and 64-bit offset files using
parallel-netcdf is to be enabled... no
checking whether extra example tests should be run... no
checking whether parallel IO tests should be run... no
checking whether a default chunk size in bytes was specified... 4194304
checking whether a maximum per-variable cache size for HDF5 was specified...
67108864
checking whether a number of chunks for the default per-variable cache was
specified... 10
checking whether a default file cache size for HDF5 was specified... 4194304
checking whether a default file cache maximum number of elements for HDF5 was
specified... 1009
checking whether a default cache preemption for HDF5 was specified... 0.75
checking whether netCDF-4 logging is enabled... no
checking whether cdmremote client is to be built... no
checking whether DAP client is to be built... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for curl_easy_setopt in -lcurl... yes
checking whether dap remote testing should be enabled (default on)... no
checking whether netcdf4 group names should be enabled (default on)...
configure: dap groups disabled because dap disabled or netcdf-4 disabled
no
checking whether the time-consuming dap tests should be enabled (default
off)... no
checking whether netCDF extra tests should be run (developers only)... no
checking whether FFIO will be used... no
checking whether examples should be built... yes
checking whether v2 netCDF API should be built... yes
checking whether the ncgen/ncdump/nccopy should be built... yes
checking whether test should be built and run... yes
checking whether large file (> 2GB) tests should be run... no
checking whether benchmaks should be run (experimental)... no
checking whether extreme numbers should be used in tests... yes
checking where to put large temp files if large file tests are run... .
configure: finding C compiler
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for an ANSI C-conforming const... yes
checking whether a CURLOPT_KEYPASSWD is defined... yes
configure: setting up libtool
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to
x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain
format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: finding other utilities
checking for doxygen... no
configure: WARNING: Doxygen not found - documentation will not be built
checking for dot... no
configure: WARNING: dot not found - will use simple charts in documentation
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
configure: displaying some results
checking CPPFLAGS... -DNDEBUG -Df2cFortran
checking CC CFLAGS... gcc -O -I../libsrc
checking type gcc... gcc is /bin/gcc
checking CXX... unset
checking FC... unset
checking F90... unset
checking AR... ar
checking AR_FLAGS... cru
checking type ar... ar is /bin/ar
checking NM... /bin/nm -B
checking NMFLAGS...
configure: checking types, headers, and functions
checking for stdlib.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for vprintf... yes
checking for _doprnt... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for strlcat... no
checking for strerror... yes
checking for snprintf... yes
checking for strchr... yes
checking for strrchr... yes
checking for strcat... yes
checking for strcpy... yes
checking for strdup... yes
checking for strcasecmp... yes
checking for strtod... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strstr... yes
checking for mkstemp... yes
checking for rand... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for fsync... yes
checking for MPI_Comm_f2c... no
checking whether in-memory files are enabled... yes
checking for memmove... yes
checking for getpagesize... yes
checking for sysconf... yes
checking whether mmap is enabled for in-memory files... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for mremap... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether isnan is declared... yes
checking whether isinf is declared... yes
checking whether isfinite is declared... yes
checking whether signbit is declared... yes
checking for struct stat.st_blksize... yes
checking for IEEE floating point format... yes
checking for size_t... (cached) yes
checking for off_t... yes
checking for ssize_t... yes
checking for ptrdiff_t... yes
checking for uchar... no
checking for longlong... no
checking whether char is unsigned... no
checking whether byte ordering is bigendian... no
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of float... 4
checking size of double... 8
checking size of off_t... 8
checking size of size_t... 8
checking for floor in -lm... yes
checking what to call the output of the ftpbin target...
binary-netcdf-4.3.1.1_nc3.tar
checking value of LIBS... -lm
configure: generating header files and makefiles
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nc-config
config.status: creating netcdf.pc
config.status: creating include/Makefile
config.status: creating h5_test/Makefile
config.status: creating man4/Makefile
config.status: creating man4/images/Makefile
config.status: creating libsrc/Makefile
config.status: creating libsrc4/Makefile
config.status: creating libsrc5/Makefile
config.status: creating nctest/Makefile
config.status: creating nc_test4/Makefile
config.status: creating nc_test/Makefile
config.status: creating ncdump/Makefile
config.status: creating ncgen3/Makefile
config.status: creating ncgen/Makefile
config.status: creating examples/Makefile
config.status: creating examples/C/Makefile
config.status: creating examples/CDL/Makefile
config.status: creating oc2/Makefile
config.status: creating libdap2/Makefile
config.status: creating libdispatch/Makefile
config.status: creating liblib/Makefile
config.status: creating ncdump/cdl4/Makefile
config.status: creating ncdump/expected4/Makefile
config.status: creating ncdap_test/Makefile
config.status: creating ncdap_test/testdata3/Makefile
config.status: creating ncdap_test/expected3/Makefile
config.status: creating ncdap_test/expected4/Makefile
config.status: creating ncdap_test/expectremote3/Makefile
config.status: creating ncdap_test/expectremote4/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[4]: Entering directory `/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1'
make all-recursive
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1'
Making all in include
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/include'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/include'
Making all in libdispatch
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/libdispatch'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-dparallel.lo -MD -MP -MF .deps/libdispatch_la-dparallel.Tpo -c
-o libdispatch_la-dparallel.lo `test -f 'dparallel.c' || echo './'`dparallel.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dparallel.lo -MD -MP -MF
.deps/libdispatch_la-dparallel.Tpo -c dparallel.c -fPIC -DPIC -o
.libs/libdispatch_la-dparallel.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dparallel.lo -MD -MP -MF
.deps/libdispatch_la-dparallel.Tpo -c dparallel.c -o libdispatch_la-dparallel.o
>/dev/null 2>&1
mv -f .deps/libdispatch_la-dparallel.Tpo .deps/libdispatch_la-dparallel.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-dcopy.lo -MD -MP -MF .deps/libdispatch_la-dcopy.Tpo -c -o
libdispatch_la-dcopy.lo `test -f 'dcopy.c' || echo './'`dcopy.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dcopy.lo -MD -MP -MF
.deps/libdispatch_la-dcopy.Tpo -c dcopy.c -fPIC -DPIC -o
.libs/libdispatch_la-dcopy.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dcopy.lo -MD -MP -MF
.deps/libdispatch_la-dcopy.Tpo -c dcopy.c -o libdispatch_la-dcopy.o >/dev/null
2>&1
mv -f .deps/libdispatch_la-dcopy.Tpo .deps/libdispatch_la-dcopy.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-dfile.lo -MD -MP -MF .deps/libdispatch_la-dfile.Tpo -c -o
libdispatch_la-dfile.lo `test -f 'dfile.c' || echo './'`dfile.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dfile.lo -MD -MP -MF
.deps/libdispatch_la-dfile.Tpo -c dfile.c -fPIC -DPIC -o
.libs/libdispatch_la-dfile.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dfile.lo -MD -MP -MF
.deps/libdispatch_la-dfile.Tpo -c dfile.c -o libdispatch_la-dfile.o >/dev/null
2>&1
mv -f .deps/libdispatch_la-dfile.Tpo .deps/libdispatch_la-dfile.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-ddim.lo -MD -MP -MF .deps/libdispatch_la-ddim.Tpo -c -o
libdispatch_la-ddim.lo `test -f 'ddim.c' || echo './'`ddim.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-ddim.lo -MD -MP -MF
.deps/libdispatch_la-ddim.Tpo -c ddim.c -fPIC -DPIC -o
.libs/libdispatch_la-ddim.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-ddim.lo -MD -MP -MF
.deps/libdispatch_la-ddim.Tpo -c ddim.c -o libdispatch_la-ddim.o >/dev/null 2>&1
mv -f .deps/libdispatch_la-ddim.Tpo .deps/libdispatch_la-ddim.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-datt.lo -MD -MP -MF .deps/libdispatch_la-datt.Tpo -c -o
libdispatch_la-datt.lo `test -f 'datt.c' || echo './'`datt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-datt.lo -MD -MP -MF
.deps/libdispatch_la-datt.Tpo -c datt.c -fPIC -DPIC -o
.libs/libdispatch_la-datt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-datt.lo -MD -MP -MF
.deps/libdispatch_la-datt.Tpo -c datt.c -o libdispatch_la-datt.o >/dev/null 2>&1
mv -f .deps/libdispatch_la-datt.Tpo .deps/libdispatch_la-datt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-dattinq.lo -MD -MP -MF .deps/libdispatch_la-dattinq.Tpo -c -o
libdispatch_la-dattinq.lo `test -f 'dattinq.c' || echo './'`dattinq.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dattinq.lo -MD -MP -MF
.deps/libdispatch_la-dattinq.Tpo -c dattinq.c -fPIC -DPIC -o
.libs/libdispatch_la-dattinq.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dattinq.lo -MD -MP -MF
.deps/libdispatch_la-dattinq.Tpo -c dattinq.c -o libdispatch_la-dattinq.o
>/dev/null 2>&1
mv -f .deps/libdispatch_la-dattinq.Tpo .deps/libdispatch_la-dattinq.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-dattput.lo -MD -MP -MF .deps/libdispatch_la-dattput.Tpo -c -o
libdispatch_la-dattput.lo `test -f 'dattput.c' || echo './'`dattput.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dattput.lo -MD -MP -MF
.deps/libdispatch_la-dattput.Tpo -c dattput.c -fPIC -DPIC -o
.libs/libdispatch_la-dattput.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dattput.lo -MD -MP -MF
.deps/libdispatch_la-dattput.Tpo -c dattput.c -o libdispatch_la-dattput.o
>/dev/null 2>&1
mv -f .deps/libdispatch_la-dattput.Tpo .deps/libdispatch_la-dattput.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-dattget.lo -MD -MP -MF .deps/libdispatch_la-dattget.Tpo -c -o
libdispatch_la-dattget.lo `test -f 'dattget.c' || echo './'`dattget.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dattget.lo -MD -MP -MF
.deps/libdispatch_la-dattget.Tpo -c dattget.c -fPIC -DPIC -o
.libs/libdispatch_la-dattget.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dattget.lo -MD -MP -MF
.deps/libdispatch_la-dattget.Tpo -c dattget.c -o libdispatch_la-dattget.o
>/dev/null 2>&1
mv -f .deps/libdispatch_la-dattget.Tpo .deps/libdispatch_la-dattget.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-derror.lo -MD -MP -MF .deps/libdispatch_la-derror.Tpo -c -o
libdispatch_la-derror.lo `test -f 'derror.c' || echo './'`derror.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-derror.lo -MD -MP -MF
.deps/libdispatch_la-derror.Tpo -c derror.c -fPIC -DPIC -o
.libs/libdispatch_la-derror.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-derror.lo -MD -MP -MF
.deps/libdispatch_la-derror.Tpo -c derror.c -o libdispatch_la-derror.o
>/dev/null 2>&1
mv -f .deps/libdispatch_la-derror.Tpo .deps/libdispatch_la-derror.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-dvar.lo -MD -MP -MF .deps/libdispatch_la-dvar.Tpo -c -o
libdispatch_la-dvar.lo `test -f 'dvar.c' || echo './'`dvar.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dvar.lo -MD -MP -MF
.deps/libdispatch_la-dvar.Tpo -c dvar.c -fPIC -DPIC -o
.libs/libdispatch_la-dvar.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dvar.lo -MD -MP -MF
.deps/libdispatch_la-dvar.Tpo -c dvar.c -o libdispatch_la-dvar.o >/dev/null 2>&1
mv -f .deps/libdispatch_la-dvar.Tpo .deps/libdispatch_la-dvar.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-dvarget.lo -MD -MP -MF .deps/libdispatch_la-dvarget.Tpo -c -o
libdispatch_la-dvarget.lo `test -f 'dvarget.c' || echo './'`dvarget.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dvarget.lo -MD -MP -MF
.deps/libdispatch_la-dvarget.Tpo -c dvarget.c -fPIC -DPIC -o
.libs/libdispatch_la-dvarget.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dvarget.lo -MD -MP -MF
.deps/libdispatch_la-dvarget.Tpo -c dvarget.c -o libdispatch_la-dvarget.o
>/dev/null 2>&1
mv -f .deps/libdispatch_la-dvarget.Tpo .deps/libdispatch_la-dvarget.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-dvarput.lo -MD -MP -MF .deps/libdispatch_la-dvarput.Tpo -c -o
libdispatch_la-dvarput.lo `test -f 'dvarput.c' || echo './'`dvarput.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dvarput.lo -MD -MP -MF
.deps/libdispatch_la-dvarput.Tpo -c dvarput.c -fPIC -DPIC -o
.libs/libdispatch_la-dvarput.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dvarput.lo -MD -MP -MF
.deps/libdispatch_la-dvarput.Tpo -c dvarput.c -o libdispatch_la-dvarput.o
>/dev/null 2>&1
mv -f .deps/libdispatch_la-dvarput.Tpo .deps/libdispatch_la-dvarput.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-dvarinq.lo -MD -MP -MF .deps/libdispatch_la-dvarinq.Tpo -c -o
libdispatch_la-dvarinq.lo `test -f 'dvarinq.c' || echo './'`dvarinq.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dvarinq.lo -MD -MP -MF
.deps/libdispatch_la-dvarinq.Tpo -c dvarinq.c -fPIC -DPIC -o
.libs/libdispatch_la-dvarinq.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dvarinq.lo -MD -MP -MF
.deps/libdispatch_la-dvarinq.Tpo -c dvarinq.c -o libdispatch_la-dvarinq.o
>/dev/null 2>&1
mv -f .deps/libdispatch_la-dvarinq.Tpo .deps/libdispatch_la-dvarinq.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-ddispatch.lo -MD -MP -MF .deps/libdispatch_la-ddispatch.Tpo -c
-o libdispatch_la-ddispatch.lo `test -f 'ddispatch.c' || echo './'`ddispatch.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-ddispatch.lo -MD -MP -MF
.deps/libdispatch_la-ddispatch.Tpo -c ddispatch.c -fPIC -DPIC -o
.libs/libdispatch_la-ddispatch.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-ddispatch.lo -MD -MP -MF
.deps/libdispatch_la-ddispatch.Tpo -c ddispatch.c -o libdispatch_la-ddispatch.o
>/dev/null 2>&1
mv -f .deps/libdispatch_la-ddispatch.Tpo .deps/libdispatch_la-ddispatch.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-nclog.lo -MD -MP -MF .deps/libdispatch_la-nclog.Tpo -c -o
libdispatch_la-nclog.lo `test -f 'nclog.c' || echo './'`nclog.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-nclog.lo -MD -MP -MF
.deps/libdispatch_la-nclog.Tpo -c nclog.c -fPIC -DPIC -o
.libs/libdispatch_la-nclog.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-nclog.lo -MD -MP -MF
.deps/libdispatch_la-nclog.Tpo -c nclog.c -o libdispatch_la-nclog.o >/dev/null
2>&1
mv -f .deps/libdispatch_la-nclog.Tpo .deps/libdispatch_la-nclog.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-dstring.lo -MD -MP -MF .deps/libdispatch_la-dstring.Tpo -c -o
libdispatch_la-dstring.lo `test -f 'dstring.c' || echo './'`dstring.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dstring.lo -MD -MP -MF
.deps/libdispatch_la-dstring.Tpo -c dstring.c -fPIC -DPIC -o
.libs/libdispatch_la-dstring.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dstring.lo -MD -MP -MF
.deps/libdispatch_la-dstring.Tpo -c dstring.c -o libdispatch_la-dstring.o
>/dev/null 2>&1
mv -f .deps/libdispatch_la-dstring.Tpo .deps/libdispatch_la-dstring.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-dutf8proc.lo -MD -MP -MF .deps/libdispatch_la-dutf8proc.Tpo -c
-o libdispatch_la-dutf8proc.lo `test -f 'dutf8proc.c' || echo './'`dutf8proc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dutf8proc.lo -MD -MP -MF
.deps/libdispatch_la-dutf8proc.Tpo -c dutf8proc.c -fPIC -DPIC -o
.libs/libdispatch_la-dutf8proc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dutf8proc.lo -MD -MP -MF
.deps/libdispatch_la-dutf8proc.Tpo -c dutf8proc.c -o libdispatch_la-dutf8proc.o
>/dev/null 2>&1
mv -f .deps/libdispatch_la-dutf8proc.Tpo .deps/libdispatch_la-dutf8proc.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-ncuri.lo -MD -MP -MF .deps/libdispatch_la-ncuri.Tpo -c -o
libdispatch_la-ncuri.lo `test -f 'ncuri.c' || echo './'`ncuri.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-ncuri.lo -MD -MP -MF
.deps/libdispatch_la-ncuri.Tpo -c ncuri.c -fPIC -DPIC -o
.libs/libdispatch_la-ncuri.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-ncuri.lo -MD -MP -MF
.deps/libdispatch_la-ncuri.Tpo -c ncuri.c -o libdispatch_la-ncuri.o >/dev/null
2>&1
mv -f .deps/libdispatch_la-ncuri.Tpo .deps/libdispatch_la-ncuri.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-nclist.lo -MD -MP -MF .deps/libdispatch_la-nclist.Tpo -c -o
libdispatch_la-nclist.lo `test -f 'nclist.c' || echo './'`nclist.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-nclist.lo -MD -MP -MF
.deps/libdispatch_la-nclist.Tpo -c nclist.c -fPIC -DPIC -o
.libs/libdispatch_la-nclist.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-nclist.lo -MD -MP -MF
.deps/libdispatch_la-nclist.Tpo -c nclist.c -o libdispatch_la-nclist.o
>/dev/null 2>&1
mv -f .deps/libdispatch_la-nclist.Tpo .deps/libdispatch_la-nclist.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-ncbytes.lo -MD -MP -MF .deps/libdispatch_la-ncbytes.Tpo -c -o
libdispatch_la-ncbytes.lo `test -f 'ncbytes.c' || echo './'`ncbytes.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-ncbytes.lo -MD -MP -MF
.deps/libdispatch_la-ncbytes.Tpo -c ncbytes.c -fPIC -DPIC -o
.libs/libdispatch_la-ncbytes.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-ncbytes.lo -MD -MP -MF
.deps/libdispatch_la-ncbytes.Tpo -c ncbytes.c -o libdispatch_la-ncbytes.o
>/dev/null 2>&1
mv -f .deps/libdispatch_la-ncbytes.Tpo .deps/libdispatch_la-ncbytes.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-nchashmap.lo -MD -MP -MF .deps/libdispatch_la-nchashmap.Tpo -c
-o libdispatch_la-nchashmap.lo `test -f 'nchashmap.c' || echo './'`nchashmap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-nchashmap.lo -MD -MP -MF
.deps/libdispatch_la-nchashmap.Tpo -c nchashmap.c -fPIC -DPIC -o
.libs/libdispatch_la-nchashmap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-nchashmap.lo -MD -MP -MF
.deps/libdispatch_la-nchashmap.Tpo -c nchashmap.c -o libdispatch_la-nchashmap.o
>/dev/null 2>&1
mv -f .deps/libdispatch_la-nchashmap.Tpo .deps/libdispatch_la-nchashmap.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-nctime.lo -MD -MP -MF .deps/libdispatch_la-nctime.Tpo -c -o
libdispatch_la-nctime.lo `test -f 'nctime.c' || echo './'`nctime.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-nctime.lo -MD -MP -MF
.deps/libdispatch_la-nctime.Tpo -c nctime.c -fPIC -DPIC -o
.libs/libdispatch_la-nctime.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-nctime.lo -MD -MP -MF
.deps/libdispatch_la-nctime.Tpo -c nctime.c -o libdispatch_la-nctime.o
>/dev/null 2>&1
mv -f .deps/libdispatch_la-nctime.Tpo .deps/libdispatch_la-nctime.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-dsubstrate.lo -MD -MP -MF .deps/libdispatch_la-dsubstrate.Tpo -c
-o libdispatch_la-dsubstrate.lo `test -f 'dsubstrate.c' || echo
'./'`dsubstrate.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dsubstrate.lo -MD -MP -MF
.deps/libdispatch_la-dsubstrate.Tpo -c dsubstrate.c -fPIC -DPIC -o
.libs/libdispatch_la-dsubstrate.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-dsubstrate.lo -MD -MP -MF
.deps/libdispatch_la-dsubstrate.Tpo -c dsubstrate.c -o
libdispatch_la-dsubstrate.o >/dev/null 2>&1
mv -f .deps/libdispatch_la-dsubstrate.Tpo .deps/libdispatch_la-dsubstrate.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT libdispatch_la-nc.lo
-MD -MP -MF .deps/libdispatch_la-nc.Tpo -c -o libdispatch_la-nc.lo `test -f
'nc.c' || echo './'`nc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-nc.lo -MD -MP -MF
.deps/libdispatch_la-nc.Tpo -c nc.c -fPIC -DPIC -o .libs/libdispatch_la-nc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-nc.lo -MD -MP -MF
.deps/libdispatch_la-nc.Tpo -c nc.c -o libdispatch_la-nc.o >/dev/null 2>&1
mv -f .deps/libdispatch_la-nc.Tpo .deps/libdispatch_la-nc.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libdispatch_la-nclistmgr.lo -MD -MP -MF .deps/libdispatch_la-nclistmgr.Tpo -c
-o libdispatch_la-nclistmgr.lo `test -f 'nclistmgr.c' || echo './'`nclistmgr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-nclistmgr.lo -MD -MP -MF
.deps/libdispatch_la-nclistmgr.Tpo -c nclistmgr.c -fPIC -DPIC -o
.libs/libdispatch_la-nclistmgr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libdispatch_la-nclistmgr.lo -MD -MP -MF
.deps/libdispatch_la-nclistmgr.Tpo -c nclistmgr.c -o libdispatch_la-nclistmgr.o
>/dev/null 2>&1
mv -f .deps/libdispatch_la-nclistmgr.Tpo .deps/libdispatch_la-nclistmgr.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -O -I../libsrc -o
libdispatch.la libdispatch_la-dparallel.lo libdispatch_la-dcopy.lo
libdispatch_la-dfile.lo libdispatch_la-ddim.lo libdispatch_la-datt.lo
libdispatch_la-dattinq.lo libdispatch_la-dattput.lo libdispatch_la-dattget.lo
libdispatch_la-derror.lo libdispatch_la-dvar.lo libdispatch_la-dvarget.lo
libdispatch_la-dvarput.lo libdispatch_la-dvarinq.lo libdispatch_la-ddispatch.lo
libdispatch_la-nclog.lo libdispatch_la-dstring.lo libdispatch_la-dutf8proc.lo
libdispatch_la-ncuri.lo libdispatch_la-nclist.lo libdispatch_la-ncbytes.lo
libdispatch_la-nchashmap.lo libdispatch_la-nctime.lo
libdispatch_la-dsubstrate.lo libdispatch_la-nc.lo libdispatch_la-nclistmgr.lo
-lm
libtool: link: ar cru .libs/libdispatch.a .libs/libdispatch_la-dparallel.o
.libs/libdispatch_la-dcopy.o .libs/libdispatch_la-dfile.o
.libs/libdispatch_la-ddim.o .libs/libdispatch_la-datt.o
.libs/libdispatch_la-dattinq.o .libs/libdispatch_la-dattput.o
.libs/libdispatch_la-dattget.o .libs/libdispatch_la-derror.o
.libs/libdispatch_la-dvar.o .libs/libdispatch_la-dvarget.o
.libs/libdispatch_la-dvarput.o .libs/libdispatch_la-dvarinq.o
.libs/libdispatch_la-ddispatch.o .libs/libdispatch_la-nclog.o
.libs/libdispatch_la-dstring.o .libs/libdispatch_la-dutf8proc.o
.libs/libdispatch_la-ncuri.o .libs/libdispatch_la-nclist.o
.libs/libdispatch_la-ncbytes.o .libs/libdispatch_la-nchashmap.o
.libs/libdispatch_la-nctime.o .libs/libdispatch_la-dsubstrate.o
.libs/libdispatch_la-nc.o .libs/libdispatch_la-nclistmgr.o
libtool: link: ranlib .libs/libdispatch.a
libtool: link: ( cd ".libs" && rm -f "libdispatch.la" && ln -s
"../libdispatch.la" "libdispatch.la" )
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DDLL_EXPORT -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libnetcdf2_la-dv2i.lo -MD -MP -MF .deps/libnetcdf2_la-dv2i.Tpo -c -o
libnetcdf2_la-dv2i.lo `test -f 'dv2i.c' || echo './'`dv2i.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDLL_EXPORT
-DNDEBUG -Df2cFortran -O -I../libsrc -MT libnetcdf2_la-dv2i.lo -MD -MP -MF
.deps/libnetcdf2_la-dv2i.Tpo -c dv2i.c -fPIC -DPIC -o
.libs/libnetcdf2_la-dv2i.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDLL_EXPORT
-DNDEBUG -Df2cFortran -O -I../libsrc -MT libnetcdf2_la-dv2i.lo -MD -MP -MF
.deps/libnetcdf2_la-dv2i.Tpo -c dv2i.c -o libnetcdf2_la-dv2i.o >/dev/null 2>&1
mv -f .deps/libnetcdf2_la-dv2i.Tpo .deps/libnetcdf2_la-dv2i.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -O -I../libsrc -o
libnetcdf2.la libnetcdf2_la-dv2i.lo -lm
libtool: link: ar cru .libs/libnetcdf2.a .libs/libnetcdf2_la-dv2i.o
libtool: link: ranlib .libs/libnetcdf2.a
libtool: link: ( cd ".libs" && rm -f "libnetcdf2.la" && ln -s
"../libnetcdf2.la" "libnetcdf2.la" )
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/libdispatch'
Making all in libsrc
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/libsrc'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libnetcdf3_la-v1hpg.lo -MD -MP -MF .deps/libnetcdf3_la-v1hpg.Tpo -c -o
libnetcdf3_la-v1hpg.lo `test -f 'v1hpg.c' || echo './'`v1hpg.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-v1hpg.lo -MD -MP -MF
.deps/libnetcdf3_la-v1hpg.Tpo -c v1hpg.c -fPIC -DPIC -o
.libs/libnetcdf3_la-v1hpg.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-v1hpg.lo -MD -MP -MF
.deps/libnetcdf3_la-v1hpg.Tpo -c v1hpg.c -o libnetcdf3_la-v1hpg.o >/dev/null
2>&1
mv -f .deps/libnetcdf3_la-v1hpg.Tpo .deps/libnetcdf3_la-v1hpg.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libnetcdf3_la-putget.lo -MD -MP -MF .deps/libnetcdf3_la-putget.Tpo -c -o
libnetcdf3_la-putget.lo `test -f 'putget.c' || echo './'`putget.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-putget.lo -MD -MP -MF
.deps/libnetcdf3_la-putget.Tpo -c putget.c -fPIC -DPIC -o
.libs/libnetcdf3_la-putget.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-putget.lo -MD -MP -MF
.deps/libnetcdf3_la-putget.Tpo -c putget.c -o libnetcdf3_la-putget.o >/dev/null
2>&1
mv -f .deps/libnetcdf3_la-putget.Tpo .deps/libnetcdf3_la-putget.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT libnetcdf3_la-attr.lo
-MD -MP -MF .deps/libnetcdf3_la-attr.Tpo -c -o libnetcdf3_la-attr.lo `test -f
'attr.c' || echo './'`attr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-attr.lo -MD -MP -MF
.deps/libnetcdf3_la-attr.Tpo -c attr.c -fPIC -DPIC -o
.libs/libnetcdf3_la-attr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-attr.lo -MD -MP -MF
.deps/libnetcdf3_la-attr.Tpo -c attr.c -o libnetcdf3_la-attr.o >/dev/null 2>&1
mv -f .deps/libnetcdf3_la-attr.Tpo .deps/libnetcdf3_la-attr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libnetcdf3_la-nc3dispatch.lo -MD -MP -MF .deps/libnetcdf3_la-nc3dispatch.Tpo -c
-o libnetcdf3_la-nc3dispatch.lo `test -f 'nc3dispatch.c' || echo
'./'`nc3dispatch.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-nc3dispatch.lo -MD -MP -MF
.deps/libnetcdf3_la-nc3dispatch.Tpo -c nc3dispatch.c -fPIC -DPIC -o
.libs/libnetcdf3_la-nc3dispatch.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-nc3dispatch.lo -MD -MP -MF
.deps/libnetcdf3_la-nc3dispatch.Tpo -c nc3dispatch.c -o
libnetcdf3_la-nc3dispatch.o >/dev/null 2>&1
mv -f .deps/libnetcdf3_la-nc3dispatch.Tpo .deps/libnetcdf3_la-nc3dispatch.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libnetcdf3_la-nc3internal.lo -MD -MP -MF .deps/libnetcdf3_la-nc3internal.Tpo -c
-o libnetcdf3_la-nc3internal.lo `test -f 'nc3internal.c' || echo
'./'`nc3internal.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-nc3internal.lo -MD -MP -MF
.deps/libnetcdf3_la-nc3internal.Tpo -c nc3internal.c -fPIC -DPIC -o
.libs/libnetcdf3_la-nc3internal.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-nc3internal.lo -MD -MP -MF
.deps/libnetcdf3_la-nc3internal.Tpo -c nc3internal.c -o
libnetcdf3_la-nc3internal.o >/dev/null 2>&1
mv -f .deps/libnetcdf3_la-nc3internal.Tpo .deps/libnetcdf3_la-nc3internal.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT libnetcdf3_la-var.lo
-MD -MP -MF .deps/libnetcdf3_la-var.Tpo -c -o libnetcdf3_la-var.lo `test -f
'var.c' || echo './'`var.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-var.lo -MD -MP -MF
.deps/libnetcdf3_la-var.Tpo -c var.c -fPIC -DPIC -o .libs/libnetcdf3_la-var.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-var.lo -MD -MP -MF
.deps/libnetcdf3_la-var.Tpo -c var.c -o libnetcdf3_la-var.o >/dev/null 2>&1
mv -f .deps/libnetcdf3_la-var.Tpo .deps/libnetcdf3_la-var.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT libnetcdf3_la-dim.lo
-MD -MP -MF .deps/libnetcdf3_la-dim.Tpo -c -o libnetcdf3_la-dim.lo `test -f
'dim.c' || echo './'`dim.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-dim.lo -MD -MP -MF
.deps/libnetcdf3_la-dim.Tpo -c dim.c -fPIC -DPIC -o .libs/libnetcdf3_la-dim.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-dim.lo -MD -MP -MF
.deps/libnetcdf3_la-dim.Tpo -c dim.c -o libnetcdf3_la-dim.o >/dev/null 2>&1
mv -f .deps/libnetcdf3_la-dim.Tpo .deps/libnetcdf3_la-dim.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT libnetcdf3_la-ncx.lo
-MD -MP -MF .deps/libnetcdf3_la-ncx.Tpo -c -o libnetcdf3_la-ncx.lo `test -f
'ncx.c' || echo './'`ncx.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-ncx.lo -MD -MP -MF
.deps/libnetcdf3_la-ncx.Tpo -c ncx.c -fPIC -DPIC -o .libs/libnetcdf3_la-ncx.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-ncx.lo -MD -MP -MF
.deps/libnetcdf3_la-ncx.Tpo -c ncx.c -o libnetcdf3_la-ncx.o >/dev/null 2>&1
mv -f .deps/libnetcdf3_la-ncx.Tpo .deps/libnetcdf3_la-ncx.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libnetcdf3_la-lookup3.lo -MD -MP -MF .deps/libnetcdf3_la-lookup3.Tpo -c -o
libnetcdf3_la-lookup3.lo `test -f 'lookup3.c' || echo './'`lookup3.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-lookup3.lo -MD -MP -MF
.deps/libnetcdf3_la-lookup3.Tpo -c lookup3.c -fPIC -DPIC -o
.libs/libnetcdf3_la-lookup3.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-lookup3.lo -MD -MP -MF
.deps/libnetcdf3_la-lookup3.Tpo -c lookup3.c -o libnetcdf3_la-lookup3.o
>/dev/null 2>&1
mv -f .deps/libnetcdf3_la-lookup3.Tpo .deps/libnetcdf3_la-lookup3.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT libnetcdf3_la-ncio.lo
-MD -MP -MF .deps/libnetcdf3_la-ncio.Tpo -c -o libnetcdf3_la-ncio.lo `test -f
'ncio.c' || echo './'`ncio.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-ncio.lo -MD -MP -MF
.deps/libnetcdf3_la-ncio.Tpo -c ncio.c -fPIC -DPIC -o
.libs/libnetcdf3_la-ncio.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-ncio.lo -MD -MP -MF
.deps/libnetcdf3_la-ncio.Tpo -c ncio.c -o libnetcdf3_la-ncio.o >/dev/null 2>&1
mv -f .deps/libnetcdf3_la-ncio.Tpo .deps/libnetcdf3_la-ncio.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libnetcdf3_la-memio.lo -MD -MP -MF .deps/libnetcdf3_la-memio.Tpo -c -o
libnetcdf3_la-memio.lo `test -f 'memio.c' || echo './'`memio.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-memio.lo -MD -MP -MF
.deps/libnetcdf3_la-memio.Tpo -c memio.c -fPIC -DPIC -o
.libs/libnetcdf3_la-memio.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-memio.lo -MD -MP -MF
.deps/libnetcdf3_la-memio.Tpo -c memio.c -o libnetcdf3_la-memio.o >/dev/null
2>&1
mv -f .deps/libnetcdf3_la-memio.Tpo .deps/libnetcdf3_la-memio.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libnetcdf3_la-posixio.lo -MD -MP -MF .deps/libnetcdf3_la-posixio.Tpo -c -o
libnetcdf3_la-posixio.lo `test -f 'posixio.c' || echo './'`posixio.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-posixio.lo -MD -MP -MF
.deps/libnetcdf3_la-posixio.Tpo -c posixio.c -fPIC -DPIC -o
.libs/libnetcdf3_la-posixio.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf3_la-posixio.lo -MD -MP -MF
.deps/libnetcdf3_la-posixio.Tpo -c posixio.c -o libnetcdf3_la-posixio.o
>/dev/null 2>&1
mv -f .deps/libnetcdf3_la-posixio.Tpo .deps/libnetcdf3_la-posixio.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -O -I../libsrc -o
libnetcdf3.la libnetcdf3_la-v1hpg.lo libnetcdf3_la-putget.lo
libnetcdf3_la-attr.lo libnetcdf3_la-nc3dispatch.lo libnetcdf3_la-nc3internal.lo
libnetcdf3_la-var.lo libnetcdf3_la-dim.lo libnetcdf3_la-ncx.lo
libnetcdf3_la-lookup3.lo libnetcdf3_la-ncio.lo libnetcdf3_la-memio.lo
libnetcdf3_la-posixio.lo -lm
libtool: link: ar cru .libs/libnetcdf3.a .libs/libnetcdf3_la-v1hpg.o
.libs/libnetcdf3_la-putget.o .libs/libnetcdf3_la-attr.o
.libs/libnetcdf3_la-nc3dispatch.o .libs/libnetcdf3_la-nc3internal.o
.libs/libnetcdf3_la-var.o .libs/libnetcdf3_la-dim.o .libs/libnetcdf3_la-ncx.o
.libs/libnetcdf3_la-lookup3.o .libs/libnetcdf3_la-ncio.o
.libs/libnetcdf3_la-memio.o .libs/libnetcdf3_la-posixio.o
libtool: link: ranlib .libs/libnetcdf3.a
libtool: link: ( cd ".libs" && rm -f "libnetcdf3.la" && ln -s
"../libnetcdf3.la" "libnetcdf3.la" )
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/libsrc'
Making all in liblib
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/liblib'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I../include -DNDEBUG -Df2cFortran -O -I../libsrc -MT
libnetcdf_la-stub.lo -MD -MP -MF .deps/libnetcdf_la-stub.Tpo -c -o
libnetcdf_la-stub.lo `test -f 'stub.c' || echo './'`stub.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf_la-stub.lo -MD -MP -MF
.deps/libnetcdf_la-stub.Tpo -c stub.c -fPIC -DPIC -o .libs/libnetcdf_la-stub.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG
-Df2cFortran -O -I../libsrc -MT libnetcdf_la-stub.lo -MD -MP -MF
.deps/libnetcdf_la-stub.Tpo -c stub.c -o libnetcdf_la-stub.o >/dev/null 2>&1
mv -f .deps/libnetcdf_la-stub.Tpo .deps/libnetcdf_la-stub.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -O -I../libsrc -version-info
9:0:2 -o libnetcdf.la -rpath /home/gempak/NAWIPS/os/linux64/lib
libnetcdf_la-stub.lo ../libdispatch/libnetcdf2.la ../libdispatch/libdispatch.la
../libsrc/libnetcdf3.la -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/libnetcdf_la-stub.o
-Wl,--whole-archive ../libdispatch/.libs/libnetcdf2.a
../libdispatch/.libs/libdispatch.a ../libsrc/.libs/libnetcdf3.a
-Wl,--no-whole-archive -lm -O -Wl,-soname -Wl,libnetcdf.so.7 -o
.libs/libnetcdf.so.7.2.0
libtool: link: (cd ".libs" && rm -f "libnetcdf.so.7" && ln -s
"libnetcdf.so.7.2.0" "libnetcdf.so.7")
libtool: link: (cd ".libs" && rm -f "libnetcdf.so" && ln -s
"libnetcdf.so.7.2.0" "libnetcdf.so")
libtool: link: (cd .libs/libnetcdf.lax/libnetcdf2.a && ar x
"/home/gempak/GEMPAK7/extlibs/netCDF/netcdf/liblib/../libdispatch/.libs/libnetcdf2.a")
libtool: link: (cd .libs/libnetcdf.lax/libdispatch.a && ar x
"/home/gempak/GEMPAK7/extlibs/netCDF/netcdf/liblib/../libdispatch/.libs/libdispatch.a")
libtool: link: (cd .libs/libnetcdf.lax/libnetcdf3.a && ar x
"/home/gempak/GEMPAK7/extlibs/netCDF/netcdf/liblib/../libsrc/.libs/libnetcdf3.a")
libtool: link: ar cru .libs/libnetcdf.a libnetcdf_la-stub.o
.libs/libnetcdf.lax/libnetcdf2.a/libnetcdf2_la-dv2i.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-datt.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dattget.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dattinq.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dattput.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dcopy.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-ddim.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-ddispatch.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-derror.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dfile.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dparallel.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dstring.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dsubstrate.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dutf8proc.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dvar.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dvarget.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dvarinq.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dvarput.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-nc.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-ncbytes.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-nchashmap.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-nclist.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-nclistmgr.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-nclog.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-nctime.o
.libs/libnetcdf.lax/libdispatch.a/libdispatch_la-ncuri.o
.libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-attr.o
.libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-dim.o
.libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-lookup3.o
.libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-memio.o
.libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-nc3dispatch.o
.libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-nc3internal.o
.libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-ncio.o
.libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-ncx.o
.libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-posixio.o
.libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-putget.o
.libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-v1hpg.o
.libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-var.o
libtool: link: ranlib .libs/libnetcdf.a
libtool: link: rm -fr .libs/libnetcdf.lax
libtool: link: ( cd ".libs" && rm -f "libnetcdf.la" && ln -s "../libnetcdf.la"
"libnetcdf.la" )
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/liblib'
Making all in ncgen3
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncgen3'
depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT main.o -MD -MP -MF $depbase.Tpo -c -o main.o main.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo load.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT load.o -MD -MP -MF $depbase.Tpo -c -o load.o load.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo escapes.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT escapes.o -MD -MP -MF $depbase.Tpo -c -o escapes.o escapes.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo getfill.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT getfill.o -MD -MP -MF $depbase.Tpo -c -o getfill.o getfill.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo init.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT init.o -MD -MP -MF $depbase.Tpo -c -o init.o init.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo genlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT genlib.o -MD -MP -MF $depbase.Tpo -c -o genlib.o genlib.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ncgentab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT ncgentab.o -MD -MP -MF $depbase.Tpo -c -o ncgentab.o ncgentab.c
&&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -O -I../libsrc -o ncgen3
main.o load.o escapes.o getfill.o init.o genlib.o ncgentab.o
../liblib/libnetcdf.la -lm
libtool: link: gcc -O -I../libsrc -o .libs/ncgen3 main.o load.o escapes.o
getfill.o init.o genlib.o ncgentab.o ../liblib/.libs/libnetcdf.so -lm
-Wl,-rpath -Wl,/home/gempak/NAWIPS/os/linux64/lib
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncgen3'
Making all in ncgen
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncgen'
depbase=`echo generate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT generate.o -MD -MP -MF $depbase.Tpo -c -o generate.o generate.c
&&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT main.o -MD -MP -MF $depbase.Tpo -c -o main.o main.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo cdata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT cdata.o -MD -MP -MF $depbase.Tpo -c -o cdata.o cdata.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo bindata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT bindata.o -MD -MP -MF $depbase.Tpo -c -o bindata.o bindata.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo genchar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT genchar.o -MD -MP -MF $depbase.Tpo -c -o genchar.o genchar.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo cvt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT cvt.o -MD -MP -MF $depbase.Tpo -c -o cvt.o cvt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT data.o -MD -MP -MF $depbase.Tpo -c -o data.o data.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o debug.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo escapes.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT escapes.o -MD -MP -MF $depbase.Tpo -c -o escapes.o escapes.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo genc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT genc.o -MD -MP -MF $depbase.Tpo -c -o genc.o genc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo genbin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT genbin.o -MD -MP -MF $depbase.Tpo -c -o genbin.o genbin.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo generr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT generr.o -MD -MP -MF $depbase.Tpo -c -o generr.o generr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo genlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT genlib.o -MD -MP -MF $depbase.Tpo -c -o genlib.o genlib.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo getfill.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT getfill.o -MD -MP -MF $depbase.Tpo -c -o getfill.o getfill.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo odom.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT odom.o -MD -MP -MF $depbase.Tpo -c -o odom.o odom.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo offsets.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT offsets.o -MD -MP -MF $depbase.Tpo -c -o offsets.o offsets.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo semantics.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT semantics.o -MD -MP -MF $depbase.Tpo -c -o semantics.o
semantics.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ncgentab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT ncgentab.o -MD -MP -MF $depbase.Tpo -c -o ncgentab.o ncgentab.c
&&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo dump.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT dump.o -MD -MP -MF $depbase.Tpo -c -o dump.o dump.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT util.o -MD -MP -MF $depbase.Tpo -c -o util.o util.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo bytebuffer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT bytebuffer.o -MD -MP -MF $depbase.Tpo -c -o bytebuffer.o
bytebuffer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT list.o -MD -MP -MF $depbase.Tpo -c -o list.o list.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo genf77.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT genf77.o -MD -MP -MF $depbase.Tpo -c -o genf77.o genf77.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo f77data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT f77data.o -MD -MP -MF $depbase.Tpo -c -o f77data.o f77data.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo genj.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT genj.o -MD -MP -MF $depbase.Tpo -c -o genj.o genj.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo jdata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT jdata.o -MD -MP -MF $depbase.Tpo -c -o jdata.o jdata.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo nc_iter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT nc_iter.o -MD -MP -MF $depbase.Tpo -c -o nc_iter.o nc_iter.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ConvertUTF.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT ConvertUTF.o -MD -MP -MF $depbase.Tpo -c -o ConvertUTF.o
ConvertUTF.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -O -I../libsrc -o ncgen
generate.o main.o cdata.o bindata.o genchar.o cvt.o data.o debug.o escapes.o
genc.o genbin.o generr.o genlib.o getfill.o odom.o offsets.o semantics.o
ncgentab.o dump.o util.o bytebuffer.o list.o genf77.o f77data.o genj.o jdata.o
nc_iter.o ConvertUTF.o ../liblib/libnetcdf.la -lm
libtool: link: gcc -O -I../libsrc -o .libs/ncgen generate.o main.o cdata.o
bindata.o genchar.o cvt.o data.o debug.o escapes.o genc.o genbin.o generr.o
genlib.o getfill.o odom.o offsets.o semantics.o ncgentab.o dump.o util.o
bytebuffer.o list.o genf77.o f77data.o genj.o jdata.o nc_iter.o ConvertUTF.o
../liblib/.libs/libnetcdf.so -lm -Wl,-rpath
-Wl,/home/gempak/NAWIPS/os/linux64/lib
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncgen'
Making all in ncdump
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump'
make all-recursive
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump'
Making all in cdl4
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump/cdl4'
make[8]: Nothing to be done for `all'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump/cdl4'
Making all in expected4
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump/expected4'
make[8]: Nothing to be done for `all'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump/expected4'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump'
depbase=`echo ncdump.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT ncdump.o -MD -MP -MF $depbase.Tpo -c -o ncdump.o ncdump.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo vardata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT vardata.o -MD -MP -MF $depbase.Tpo -c -o vardata.o vardata.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo dumplib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT dumplib.o -MD -MP -MF $depbase.Tpo -c -o dumplib.o dumplib.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo indent.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT indent.o -MD -MP -MF $depbase.Tpo -c -o indent.o indent.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo nctime0.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT nctime0.o -MD -MP -MF $depbase.Tpo -c -o nctime0.o nctime0.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo utils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT utils.o -MD -MP -MF $depbase.Tpo -c -o utils.o utils.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo nciter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT nciter.o -MD -MP -MF $depbase.Tpo -c -o nciter.o nciter.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -O -I../libsrc -o ncdump
ncdump.o vardata.o dumplib.o indent.o nctime0.o utils.o nciter.o
../liblib/libnetcdf.la -lm
libtool: link: gcc -O -I../libsrc -o .libs/ncdump ncdump.o vardata.o dumplib.o
indent.o nctime0.o utils.o nciter.o ../liblib/.libs/libnetcdf.so -lm
-Wl,-rpath -Wl,/home/gempak/NAWIPS/os/linux64/lib
depbase=`echo nccopy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT nccopy.o -MD -MP -MF $depbase.Tpo -c -o nccopy.o nccopy.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo chunkspec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT chunkspec.o -MD -MP -MF $depbase.Tpo -c -o chunkspec.o
chunkspec.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo dimmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DNDEBUG -Df2cFortran -O
-I../libsrc -MT dimmap.o -MD -MP -MF $depbase.Tpo -c -o dimmap.o dimmap.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -O -I../libsrc -o nccopy
nccopy.o nciter.o chunkspec.o utils.o dimmap.o ../liblib/libnetcdf.la -lm
libtool: link: gcc -O -I../libsrc -o .libs/nccopy nccopy.o nciter.o chunkspec.o
utils.o dimmap.o ../liblib/.libs/libnetcdf.so -lm -Wl,-rpath
-Wl,/home/gempak/NAWIPS/os/linux64/lib
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump'
Making all in nctest
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/nctest'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/nctest'
Making all in nc_test
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/nc_test'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/nc_test'
Making all in man4
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/man4'
Making all in images
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/man4/images'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/man4/images'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/man4'
make[7]: Nothing to be done for `all-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/man4'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/man4'
Making all in examples
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples'
Making all in C
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples/C'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples/C'
Making all in CDL
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples/CDL'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples/CDL'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples'
make[7]: Nothing to be done for `all-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples'
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1'
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1'
Making install in include
make[5]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/include'
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/include'
make[6]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/include'
/bin/install -c -m 644 netcdf.h '/home/gempak/NAWIPS/os/linux64/include'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/include'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/include'
Making install in libdispatch
make[5]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/libdispatch'
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/libdispatch'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/libdispatch'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/libdispatch'
Making install in libsrc
make[5]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/libsrc'
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/libsrc'
make[6]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/share/man/man3'
/bin/install -c -m 644 netcdf.3 '/home/gempak/NAWIPS/os/linux64/share/man/man3'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/libsrc'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/libsrc'
Making install in liblib
make[5]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/liblib'
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/liblib'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/lib'
/bin/sh ../libtool --mode=install /bin/install -c libnetcdf.la
'/home/gempak/NAWIPS/os/linux64/lib'
libtool: install: /bin/install -c .libs/libnetcdf.so.7.2.0
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.so.7.2.0
libtool: install: (cd /home/gempak/NAWIPS/os/linux64/lib && { ln -s -f
libnetcdf.so.7.2.0 libnetcdf.so.7 || { rm -f libnetcdf.so.7 && ln -s
libnetcdf.so.7.2.0 libnetcdf.so.7; }; })
libtool: install: (cd /home/gempak/NAWIPS/os/linux64/lib && { ln -s -f
libnetcdf.so.7.2.0 libnetcdf.so || { rm -f libnetcdf.so && ln -s
libnetcdf.so.7.2.0 libnetcdf.so; }; })
libtool: install: /bin/install -c .libs/libnetcdf.lai
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.la
libtool: install: /bin/install -c .libs/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
libtool: install: chmod 644 /home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
libtool: install: ranlib /home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
libtool: finish:
PATH="/root/perl5/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/home/gempak/NAWIPS/os/linux64/bin:/home/gempak/NAWIPS/bin:/home/gempak/NAWIPS/os/linux64/bin:/home/gempak/NAWIPS/bin:/sbin"
ldconfig -n /home/gempak/NAWIPS/os/linux64/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/gempak/NAWIPS/os/linux64/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/liblib'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/liblib'
Making install in ncgen3
make[5]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncgen3'
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncgen3'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/sh ../libtool --mode=install /bin/install -c ncgen3
'/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c .libs/ncgen3
/home/gempak/NAWIPS/os/linux64/bin/ncgen3
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/share/man/man1'
/bin/install -c -m 644 ncgen3.1 '/home/gempak/NAWIPS/os/linux64/share/man/man1'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncgen3'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncgen3'
Making install in ncgen
make[5]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncgen'
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncgen'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/sh ../libtool --mode=install /bin/install -c ncgen
'/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c .libs/ncgen
/home/gempak/NAWIPS/os/linux64/bin/ncgen
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/share/man/man1'
/bin/install -c -m 644 ncgen.1 '/home/gempak/NAWIPS/os/linux64/share/man/man1'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncgen'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncgen'
Making install in ncdump
make[5]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump'
make install-recursive
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump'
Making install in cdl4
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump/cdl4'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump/cdl4'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump/cdl4'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump/cdl4'
Making install in expected4
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump/expected4'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump/expected4'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump/expected4'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump/expected4'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/sh ../libtool --mode=install /bin/install -c ncdump nccopy
'/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c .libs/ncdump
/home/gempak/NAWIPS/os/linux64/bin/ncdump
libtool: install: /bin/install -c .libs/nccopy
/home/gempak/NAWIPS/os/linux64/bin/nccopy
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/share/man/man1'
/bin/install -c -m 644 ncdump.1 nccopy.1
'/home/gempak/NAWIPS/os/linux64/share/man/man1'
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/ncdump'
Making install in nctest
make[5]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/nctest'
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/nctest'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/nctest'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/nctest'
Making install in nc_test
make[5]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/nc_test'
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/nc_test'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/nc_test'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/nc_test'
Making install in man4
make[5]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/man4'
Making install in images
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/man4/images'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/man4/images'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/man4/images'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/man4/images'
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/man4'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/man4'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/man4'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/man4'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/man4'
Making install in examples
make[5]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples'
Making install in C
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples/C'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples/C'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples/C'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples/C'
Making install in CDL
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples/CDL'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples/CDL'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples/CDL'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples/CDL'
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1/examples'
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1'
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/install -c nc-config '/home/gempak/NAWIPS/os/linux64/bin'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/lib/pkgconfig'
/bin/install -c -m 644 netcdf.pc '/home/gempak/NAWIPS/os/linux64/lib/pkgconfig'
make install-data-hook
make[7]: Entering directory `/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1'
+-------------------------------------------------------------+
| Congratulations! You have successfully installed netCDF! |
| |
| You can use script "nc-config" to find out the relevant |
| compiler options to build your application. Enter |
| |
| nc-config --help |
| |
| for additional information. |
| |
| CAUTION: |
| |
| If you have not already run "make check", then we strongly |
| recommend you do so. It does not take very long. |
| |
| Before using netCDF to store important data, test your |
| build with "make check". |
| |
| NetCDF is tested nightly on many platforms at Unidata |
| but your platform is probably different in some ways. |
| |
| If any tests fail, please see the netCDF web site: |
| http://www.unidata.ucar.edu/software/netcdf/ |
| |
| NetCDF is developed and maintained at the Unidata Program |
| Center. Unidata provides a broad array of data and software |
| tools for use in geoscience education and research. |
| http://www.unidata.ucar.edu |
+-------------------------------------------------------------+
make[7]: Leaving directory `/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1'
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1'
make[4]: Leaving directory `/home/gempak/GEMPAK7/extlibs/netCDF/netcdf-4.3.1.1'
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/netCDF'
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/netCDF'
making in /home/gempak/GEMPAK7/extlibs/OHSHEF
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/OHSHEF'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh2adj.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh2beg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh2bla.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shcurd.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh2dt2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh2fnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh2loc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh2nu2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh2num.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh2nxd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh2skp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh2st1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh2st2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh2tya.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh2tyd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3ad7.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3add.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3adh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3adk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3adt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3ady.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3dec.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3dlm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3dt0.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3dt1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3dt2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3dt3.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3dt4.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3dt5.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3dt6.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3dt7.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3dt8.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh3tz0.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh4dt0.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sh4dt2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shcdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shctim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shdble.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shdeca.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shdecb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shdece.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shdotb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shdriv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shdura.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shedln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c sherr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sherrk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sherrm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sherrs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shexcd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shfact.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shfmt1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shfmt2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shgcal.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shgetk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shgjul.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shhrfx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shieom.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c shihr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shijul.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c shimn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c shimo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c shise.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c shiyr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shmaxe.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c shout.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shoza1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shoze1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shoze2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shpabg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shpcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shpdec.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c shpos.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shprob.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shqual.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shquot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shsava.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shsavd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shsavi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shsavj.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shsavk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shsavl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shsavm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shsavn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shsavp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shsavq.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shsavs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shsavu.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shsend.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shtscd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shtypa.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shtypd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shtype.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shvern.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shyear.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/libOHSHEF.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/libOHSHEF.a
a - sh2adj.o
a - sh2beg.o
a - sh2bla.o
a - sh2dt2.o
a - sh2fnd.o
a - sh2loc.o
a - sh2nu2.o
a - sh2num.o
a - sh2nxd.o
a - sh2skp.o
a - sh2st1.o
a - sh2st2.o
a - sh2tya.o
a - sh2tyd.o
a - sh3ad7.o
a - sh3add.o
a - sh3adh.o
a - sh3adk.o
a - sh3adt.o
a - sh3ady.o
a - sh3dec.o
a - sh3dlm.o
a - sh3dt0.o
a - sh3dt1.o
a - sh3dt2.o
a - sh3dt3.o
a - sh3dt4.o
a - sh3dt5.o
a - sh3dt6.o
a - sh3dt7.o
a - sh3dt8.o
a - sh3tz0.o
a - sh4dt0.o
a - sh4dt2.o
a - shcdat.o
a - shctim.o
a - shcurd.o
a - shdble.o
a - shdcod.o
a - shdeca.o
a - shdecb.o
a - shdece.o
a - shdotb.o
a - shdriv.o
a - shdura.o
a - shedln.o
a - sherrk.o
a - sherrm.o
a - sherr.o
a - sherrs.o
a - shexcd.o
a - shfact.o
a - shfmt1.o
a - shfmt2.o
a - shgcal.o
a - shgetk.o
a - shgjul.o
a - shhrfx.o
a - shieom.o
a - shihr.o
a - shijul.o
a - shimn.o
a - shimo.o
a - shise.o
a - shiyr.o
a - shline.o
a - shmaxe.o
a - shout.o
a - shoza1.o
a - shoze1.o
a - shoze2.o
a - shpabg.o
a - shpcod.o
a - shpdec.o
a - shpos.o
a - shprob.o
a - shqual.o
a - shquot.o
a - shsava.o
a - shsavd.o
a - shsavi.o
a - shsavj.o
a - shsavk.o
a - shsavl.o
a - shsavm.o
a - shsavn.o
a - shsavp.o
a - shsavq.o
a - shsavs.o
a - shsavu.o
a - shsend.o
a - shtscd.o
a - shtypa.o
a - shtypd.o
a - shtype.o
a - shvern.o
a - shyear.o
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/OHSHEF'
making in /home/gempak/GEMPAK7/extlibs/xml2
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/xml2'
make -w _xml2
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/xml2'
make[4]: Entering directory `/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1'
make[4]: *** No rule to make target `distclean'. Stop.
make[4]: Leaving directory `/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1'
make[3]: [clean] Error 2 (ignored)
Creating /home/gempak/NAWIPS/os/linux64
Making in /home/gempak/GEMPAK7/extlibs/xml2/libxml2
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for mv... /bin/mv
checking for tar... /bin/tar
checking for perl... /bin/perl
checking for wget... /bin/wget
checking for xmllint... /bin/xmllint
checking for xsltproc... /bin/xsltproc
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to
x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain
format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
Checking zlib
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzread in -lz... yes
Checking lzma
Disabling compression support
Checking headers
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking ansidecl.h usability... no
checking ansidecl.h presence... no
checking for ansidecl.h... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking nan.h usability... no
checking nan.h presence... no
checking for nan.h... no
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking fp_class.h usability... no
checking fp_class.h presence... no
checking for fp_class.h... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for stdlib.h... (cached) yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for arpa/nameser.h... yes
checking for resolv.h... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for dlfcn.h... (cached) yes
Checking types
checking for uint32_t... yes
Checking libraries
checking for strftime... yes
checking for strdup... yes
checking for strndup... yes
checking for strerror... yes
checking for finite... yes
checking for isnand... no
checking for fp_class... no
checking for class... no
checking for fpclass... no
checking for strftime... (cached) yes
checking for localtime... yes
checking for gettimeofday... yes
checking for ftime... yes
checking for stat... yes
checking for _stat... no
checking for signal... yes
checking for rand... yes
checking for rand_r... yes
checking for srand... yes
checking for time... yes
checking for isascii... yes
checking for mmap... yes
checking for munmap... yes
checking for putenv... yes
checking for va_copy... yes
checking for library containing gethostent... none required
checking for library containing setsockopt... none required
checking for library containing connect... none required
checking for type of socket length (socklen_t)... socklen_t *
checking whether to enable IPv6... yes
checking struct sockaddr::ss_family... yes
checking for getaddrinfo... yes
checking for isnan... yes
checking for isinf... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
Checking configuration requirements
Enabling multithreaded support
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_join in -lpthread... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft,
char * *outbuf, size_t *outbytesleft);
Disabling ICU support
Enabled Schematron support
Enabled Schemas/Relax-NG support
Disabling DEBUG support
checking for printf... yes
checking for sprintf... yes
checking for fprintf... yes
checking for snprintf... yes
checking for vfprintf... yes
checking for vsprintf... yes
checking for vsnprintf... yes
checking for sscanf... yes
Disabling code coverage for GCC
configure: creating ./config.status
config.status: creating libxml2.spec
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/libxml/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/devhelp/Makefile
config.status: creating example/Makefile
config.status: creating python/Makefile
config.status: creating python/tests/Makefile
config.status: creating xstc/Makefile
config.status: creating include/libxml/xmlversion.h
config.status: creating xml2-config
config.status: creating libxml-2.0.pc
config.status: creating libxml-2.0-uninstalled.pc
config.status: creating python/setup.py
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Done configuring
make[4]: Entering directory `/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1'
make install-recursive
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1'
Making install in include
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/include'
Making install in libxml
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/include/libxml'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/include/libxml'
make[8]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/include/libxml2/libxml'
/bin/install -c -m 644 SAX.h entities.h encoding.h parser.h parserInternals.h
xmlerror.h HTMLparser.h HTMLtree.h debugXML.h tree.h list.h hash.h xpath.h
xpathInternals.h xpointer.h xinclude.h xmlIO.h xmlmemory.h nanohttp.h nanoftp.h
uri.h valid.h xlink.h xmlversion.h DOCBparser.h catalog.h threads.h globals.h
c14n.h xmlautomata.h xmlregexp.h xmlmodule.h xmlschemas.h schemasInternals.h
xmlschemastypes.h xmlstring.h xmlunicode.h xmlreader.h relaxng.h dict.h
'/home/gempak/NAWIPS/os/linux64/include/libxml2/libxml'
/bin/install -c -m 644 SAX2.h xmlexports.h xmlwriter.h chvalid.h pattern.h
xmlsave.h schematron.h '/home/gempak/NAWIPS/os/linux64/include/libxml2/libxml'
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/include/libxml'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/include/libxml'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/include'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/include'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/include'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/include'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/include'
Making install in .
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1'
CC SAX.lo
CC entities.lo
CC encoding.lo
CC error.lo
CC parserInternals.lo
CC parser.lo
parser.c: In function 'xmlParseInNodeContext':
parser.c:13610:9: warning: pointer targets in passing argument 1 of
'xmlFindCharEncodingHandler' differ in signedness [-Wpointer-sign]
hdlr = xmlFindCharEncodingHandler(doc->encoding);
^
In file included from ./include/libxml/parser.h:810:0,
from ./include/libxml/globals.h:18,
from ./include/libxml/threads.h:35,
from ./include/libxml/xmlmemory.h:218,
from parser.c:46:
./include/libxml/encoding.h:175:2: note: expected 'const char *' but argument
is of type 'const xmlChar *'
xmlFindCharEncodingHandler (const char *name);
^
CC tree.lo
CC hash.lo
CC list.lo
CC xmlIO.lo
CC xmlmemory.lo
CC uri.lo
CC valid.lo
CC xlink.lo
CC HTMLparser.lo
CC HTMLtree.lo
CC debugXML.lo
CC xpath.lo
xpath.c: In function 'xmlXPathRegisterFuncNS':
xpath.c:4870:5: warning: ISO C forbids passing argument 4 of 'xmlHashAddEntry2'
between function pointer and 'void *' [-Wpedantic]
return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f)));
^
In file included from ./include/libxml/parser.h:18:0,
from ./include/libxml/globals.h:18,
from ./include/libxml/threads.h:35,
from ./include/libxml/xmlmemory.h:218,
from xpath.c:38:
./include/libxml/hash.h:128:4: note: expected 'void *' but argument is of type
'xmlXPathFunction'
xmlHashAddEntry2(xmlHashTablePtr table,
^
xpath.c: In function 'xmlXPathFunctionLookupNS':
xpath.c:4951:24: warning: ISO C forbids assignment between function pointer and
'void *' [-Wpedantic]
XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
^
xpath.c: In function 'xmlXPathCompOpEval':
xpath.c:13535:41: warning: ISO C forbids assignment between function pointer
and 'void *' [-Wpedantic]
XML_CAST_FPTR(func) = op->cache;
^
xpath.c:13562:31: warning: ISO C forbids assignment between function pointer
and 'void *' [-Wpedantic]
op->cache = XML_CAST_FPTR(func);
^
In file included from xpath.c:185:0:
xpath.c: At top level:
trionan.c:218:1: warning: 'trio_is_negative' defined but not used
[-Wunused-function]
trio_is_negative
^
CC xpointer.lo
CC xinclude.lo
CC nanohttp.lo
CC nanoftp.lo
CC catalog.lo
CC globals.lo
CC threads.lo
threads.c:53:12: warning: redundant redeclaration of 'pthread_once'
[-Wredundant-decls]
extern int pthread_once (pthread_once_t *__once_control,
^
In file included from threads.c:28:0:
/usr/include/pthread.h:485:12: note: previous declaration of 'pthread_once' was
here
extern int pthread_once (pthread_once_t *__once_control,
^
threads.c:56:14: warning: redundant redeclaration of 'pthread_getspecific'
[-Wredundant-decls]
extern void *pthread_getspecific (pthread_key_t __key)
^
In file included from threads.c:28:0:
/usr/include/pthread.h:1110:14: note: previous declaration of
'pthread_getspecific' was here
extern void *pthread_getspecific (pthread_key_t __key) __THROW;
^
threads.c:58:12: warning: redundant redeclaration of 'pthread_setspecific'
[-Wredundant-decls]
extern int pthread_setspecific (pthread_key_t __key,
^
In file included from threads.c:28:0:
/usr/include/pthread.h:1113:12: note: previous declaration of
'pthread_setspecific' was here
extern int pthread_setspecific (pthread_key_t __key,
^
threads.c:61:12: warning: redundant redeclaration of 'pthread_key_create'
[-Wredundant-decls]
extern int pthread_key_create (pthread_key_t *__key,
^
In file included from threads.c:28:0:
/usr/include/pthread.h:1102:12: note: previous declaration of
'pthread_key_create' was here
extern int pthread_key_create (pthread_key_t *__key,
^
threads.c:64:12: warning: redundant redeclaration of 'pthread_key_delete'
[-Wredundant-decls]
extern int pthread_key_delete (pthread_key_t __key)
^
In file included from threads.c:28:0:
/usr/include/pthread.h:1107:12: note: previous declaration of
'pthread_key_delete' was here
extern int pthread_key_delete (pthread_key_t __key) __THROW;
^
threads.c:67:5: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
__attribute((weak));
^
threads.c:66:12: warning: redundant redeclaration of 'pthread_mutex_init'
[-Wredundant-decls]
extern int pthread_mutex_init ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:740:12: note: previous declaration of
'pthread_mutex_init' was here
extern int pthread_mutex_init (pthread_mutex_t *__mutex,
^
threads.c:69:5: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
__attribute((weak));
^
threads.c:68:12: warning: redundant redeclaration of 'pthread_mutex_destroy'
[-Wredundant-decls]
extern int pthread_mutex_destroy ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:745:12: note: previous declaration of
'pthread_mutex_destroy' was here
extern int pthread_mutex_destroy (pthread_mutex_t *__mutex)
^
threads.c:71:5: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
__attribute((weak));
^
threads.c:70:12: warning: redundant redeclaration of 'pthread_mutex_lock'
[-Wredundant-decls]
extern int pthread_mutex_lock ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:753:12: note: previous declaration of
'pthread_mutex_lock' was here
extern int pthread_mutex_lock (pthread_mutex_t *__mutex)
^
threads.c:73:5: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
__attribute((weak));
^
threads.c:72:12: warning: redundant redeclaration of 'pthread_mutex_unlock'
[-Wredundant-decls]
extern int pthread_mutex_unlock ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:764:12: note: previous declaration of
'pthread_mutex_unlock' was here
extern int pthread_mutex_unlock (pthread_mutex_t *__mutex)
^
threads.c:75:5: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
__attribute((weak));
^
threads.c:74:12: warning: redundant redeclaration of 'pthread_cond_init'
[-Wredundant-decls]
extern int pthread_cond_init ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:959:12: note: previous declaration of
'pthread_cond_init' was here
extern int pthread_cond_init (pthread_cond_t *__restrict __cond,
^
threads.c:77:5: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
__attribute((weak));
^
threads.c:76:12: warning: redundant redeclaration of 'pthread_cond_destroy'
[-Wredundant-decls]
extern int pthread_cond_destroy ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:964:12: note: previous declaration of
'pthread_cond_destroy' was here
extern int pthread_cond_destroy (pthread_cond_t *__cond)
^
threads.c:79:5: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
__attribute((weak));
^
threads.c:78:12: warning: redundant redeclaration of 'pthread_cond_wait'
[-Wredundant-decls]
extern int pthread_cond_wait ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:980:12: note: previous declaration of
'pthread_cond_wait' was here
extern int pthread_cond_wait (pthread_cond_t *__restrict __cond,
^
threads.c:81:5: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
__attribute((weak));
^
threads.c:80:12: warning: redundant redeclaration of 'pthread_equal'
[-Wredundant-decls]
extern int pthread_equal ()
^
In file included from /usr/include/features.h:375:0,
from /usr/include/stdio.h:27,
from libxml.h:49,
from threads.c:11:
/usr/include/pthread.h:1144:1: note: previous definition of 'pthread_equal' was
here
__NTH (pthread_equal (pthread_t __thread1, pthread_t __thread2))
^
threads.c:83:5: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
__attribute((weak));
^
threads.c:82:18: warning: redundant redeclaration of 'pthread_self'
[-Wredundant-decls]
extern pthread_t pthread_self ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:274:18: note: previous declaration of 'pthread_self' was
here
extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__));
^
threads.c:85:5: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
__attribute((weak));
^
threads.c:84:12: warning: redundant redeclaration of 'pthread_key_create'
[-Wredundant-decls]
extern int pthread_key_create ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:1102:12: note: previous declaration of
'pthread_key_create' was here
extern int pthread_key_create (pthread_key_t *__key,
^
threads.c:87:5: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
__attribute((weak));
^
threads.c:86:12: warning: redundant redeclaration of 'pthread_key_delete'
[-Wredundant-decls]
extern int pthread_key_delete ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:1107:12: note: previous declaration of
'pthread_key_delete' was here
extern int pthread_key_delete (pthread_key_t __key) __THROW;
^
threads.c:89:5: warning: function declaration isn't a prototype
[-Wstrict-prototypes]
__attribute((weak));
^
threads.c:88:12: warning: redundant redeclaration of 'pthread_cond_signal'
[-Wredundant-decls]
extern int pthread_cond_signal ()
^
In file included from threads.c:28:0:
/usr/include/pthread.h:968:12: note: previous declaration of
'pthread_cond_signal' was here
extern int pthread_cond_signal (pthread_cond_t *__cond)
^
CC c14n.lo
CC xmlstring.lo
CC buf.lo
CC xmlregexp.lo
CC xmlschemas.lo
CC xmlschemastypes.lo
CC xmlunicode.lo
CC xmlreader.lo
CC relaxng.lo
CC dict.lo
CC SAX2.lo
CC xmlwriter.lo
CC legacy.lo
CC chvalid.lo
CC pattern.lo
CC xmlsave.lo
CC xmlmodule.lo
CC schematron.lo
CC xzlib.lo
CCLD libxml2.la
CC testdso.lo
CCLD testdso.la
CC xmllint.o
CCLD xmllint
CC xmlcatalog.o
CCLD xmlcatalog
CC testSchemas.o
CCLD testSchemas
CC testRelax.o
CCLD testRelax
CC testSAX.o
CCLD testSAX
CC testHTML.o
CCLD testHTML
CC testXPath.o
CCLD testXPath
CC testURI.o
CCLD testURI
CC testThreads.o
CCLD testThreads
CC testC14N.o
CCLD testC14N
CC testAutomata.o
CCLD testAutomata
CC testRegexp.o
CCLD testRegexp
CC testReader.o
CCLD testReader
CC testapi.o
testapi.c:386:14: warning: â??gen_debug_FILE_ptrâ?? defined but not used
[-Wunused-function]
static FILE *gen_debug_FILE_ptr(int no ATTRIBUTE_UNUSED, int nr
ATTRIBUTE_UNUSED) {
^
testapi.c:389:13: warning: â??des_debug_FILE_ptrâ?? defined but not used
[-Wunused-function]
static void des_debug_FILE_ptr(int no ATTRIBUTE_UNUSED, FILE *val, int nr
ATTRIBUTE_UNUSED) {
^
testapi.c:18033:25: warning: â??gen_xmlSchematronPtrâ?? defined but not used
[-Wunused-function]
static xmlSchematronPtr gen_xmlSchematronPtr(int no ATTRIBUTE_UNUSED, int nr
ATTRIBUTE_UNUSED) {
^
testapi.c:18036:13: warning: â??des_xmlSchematronPtrâ?? defined but not used
[-Wunused-function]
static void des_xmlSchematronPtr(int no ATTRIBUTE_UNUSED, xmlSchematronPtr val
ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
^
testapi.c:18053:35: warning: â??gen_xmlSchematronParserCtxtPtrâ?? defined but
not used [-Wunused-function]
static xmlSchematronParserCtxtPtr gen_xmlSchematronParserCtxtPtr(int no
ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
^
testapi.c:18056:13: warning: â??des_xmlSchematronParserCtxtPtrâ?? defined but
not used [-Wunused-function]
static void des_xmlSchematronParserCtxtPtr(int no ATTRIBUTE_UNUSED,
xmlSchematronParserCtxtPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
^
testapi.c:34482:27: warning: â??gen_xmlSAXHandlerPtr_ptrâ?? defined but not
used [-Wunused-function]
static xmlSAXHandlerPtr * gen_xmlSAXHandlerPtr_ptr(int no ATTRIBUTE_UNUSED,
int nr ATTRIBUTE_UNUSED) {
^
testapi.c:34485:13: warning: â??des_xmlSAXHandlerPtr_ptrâ?? defined but not
used [-Wunused-function]
static void des_xmlSAXHandlerPtr_ptr(int no ATTRIBUTE_UNUSED, xmlSAXHandlerPtr
* val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
^
CCLD testapi
CC testModule.o
CCLD testModule
CC runtest.o
runtest.c: In function â??streamProcessTestâ??:
runtest.c:2096:65: warning: unused parameter â??optionsâ?? [-Wunused-parameter]
xmlTextReaderPtr reader, const char *rng, int options) {
^
CCLD runtest
CC runsuite.o
CCLD runsuite
CC testchar.o
CCLD testchar
CC testdict.o
testdict.c: In function â??run_test2â??:
testdict.c:155:20: warning: variable â??tmpâ?? set but not used
[-Wunused-but-set-variable]
const xmlChar *tmp;
^
testdict.c: In function â??run_test1â??:
testdict.c:318:20: warning: variable â??tmpâ?? set but not used
[-Wunused-but-set-variable]
const xmlChar *tmp;
^
CCLD testdict
CC runxmlconf.o
CCLD runxmlconf
CC testrecurse.o
CCLD testrecurse
CC testlimits.o
CCLD testlimits
sed -e 's?\@XML_LIBDIR\@?-L/home/gempak/NAWIPS/os/linux64/lib?g' \
-e
's?\@XML_INCLUDEDIR\@?-I/home/gempak/NAWIPS/os/linux64/include/libxml2?g' \
-e 's?\@VERSION\@?2.9.1?g' \
-e 's?\@XML_LIBS\@?-lxml2 -L/home/gempak/NAWIPS/os/linux64/lib -lz -lm
?g' \
< ./xml2Conf.sh.in > xml2Conf.tmp \
&& mv xml2Conf.tmp xml2Conf.sh
make[7]: Entering directory `/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/lib'
/bin/sh ./libtool --mode=install /bin/install -c libxml2.la
'/home/gempak/NAWIPS/os/linux64/lib'
libtool: install: /bin/install -c .libs/libxml2.lai
/home/gempak/NAWIPS/os/linux64/lib/libxml2.la
libtool: install: /bin/install -c .libs/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
libtool: install: chmod 644 /home/gempak/NAWIPS/os/linux64/lib/libxml2.a
libtool: install: ranlib /home/gempak/NAWIPS/os/linux64/lib/libxml2.a
libtool: finish:
PATH="/root/perl5/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/home/gempak/NAWIPS/os/linux64/bin:/home/gempak/NAWIPS/bin:/home/gempak/NAWIPS/os/linux64/bin:/home/gempak/NAWIPS/bin:/sbin"
ldconfig -n /home/gempak/NAWIPS/os/linux64/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/gempak/NAWIPS/os/linux64/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/sh ./libtool --mode=install /bin/install -c xmllint xmlcatalog
'/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c xmllint
/home/gempak/NAWIPS/os/linux64/bin/xmllint
libtool: install: /bin/install -c xmlcatalog
/home/gempak/NAWIPS/os/linux64/bin/xmlcatalog
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/bin'
/bin/install -c xml2-config '/home/gempak/NAWIPS/os/linux64/bin'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/lib'
/bin/install -c -m 644 xml2Conf.sh '/home/gempak/NAWIPS/os/linux64/lib'
/bin/mkdir -p /home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1
/bin/install -c -m 0644 ./Copyright
/home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1
/bin/mkdir -p /home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/examples
/bin/install -c -m 0644 ./xmllint.c
/home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/examples
/bin/install -c -m 0644 ./testSAX.c
/home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/examples
/bin/install -c -m 0644 ./testHTML.c
/home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/examples
/bin/install -c -m 0644 ./testXPath.c
/home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/examples
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/share/aclocal'
/bin/install -c -m 644 libxml.m4 '/home/gempak/NAWIPS/os/linux64/share/aclocal'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/share/man/man1'
/bin/install -c -m 644 xml2-config.1
'/home/gempak/NAWIPS/os/linux64/share/man/man1'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/share/man/man3'
/bin/install -c -m 644 libxml.3 '/home/gempak/NAWIPS/os/linux64/share/man/man3'
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/lib/pkgconfig'
/bin/install -c -m 644 libxml-2.0.pc
'/home/gempak/NAWIPS/os/linux64/lib/pkgconfig'
make[7]: Leaving directory `/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1'
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1'
Making install in doc
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/doc'
Making install in .
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/doc'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/doc'
make[8]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p /home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/html
/bin/install -c -m 0644 ./xml.html ./encoding.html ./FAQ.html ./structure.gif
./DOM.gif ./smallfootonly.gif ./redhat.gif ./libxml.gif ./w3c.png
./Libxml2-Logo-180x168.gif ./Libxml2-Logo-90x34.gif
/home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/html
/bin/mkdir -p /home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/html/html
/bin/install -c -m 0644 ./html/*.html
/home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/html/html
/bin/install -c -m 0644 ./html/*.png
/home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/html/html
/bin/mkdir -p
/home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/html/tutorial
/bin/install -c -m 0644 ./tutorial/*.* \
/home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/html/tutorial
/bin/mkdir -p
/home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/html/tutorial/images
/bin/install -c -m 0644 ./tutorial/images/*.* \
/home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/html/tutorial/images
/bin/mkdir -p
/home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/html/tutorial/images/callouts
/bin/install -c -m 0644 ./tutorial/images/callouts/*.* \
/home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/html/tutorial/images/callouts
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/share/man/man1'
/bin/install -c -m 644 xmllint.1 xmlcatalog.1
'/home/gempak/NAWIPS/os/linux64/share/man/man1'
make[8]: Leaving directory `/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/doc'
make[7]: Leaving directory `/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/doc'
Making install in devhelp
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/doc/devhelp'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/doc/devhelp'
make[8]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/home/gempak/NAWIPS/os/linux64/share/gtk-doc/html/libxml2'
/bin/install -c -m 644 libxml2.devhelp general.html index.html
libxml2-c14n.html libxml2-catalog.html libxml2-chvalid.html
libxml2-debugXML.html libxml2-dict.html libxml2-DOCBparser.html
libxml2-encoding.html libxml2-entities.html libxml2-globals.html
libxml2-hash.html libxml2-HTMLparser.html libxml2-HTMLtree.html
libxml2-list.html libxml2-nanoftp.html libxml2-nanohttp.html
libxml2-parser.html libxml2-parserInternals.html libxml2-pattern.html
libxml2-relaxng.html libxml2-SAX2.html libxml2-SAX.html
libxml2-schemasInternals.html libxml2-schematron.html libxml2-threads.html
libxml2-tree.html libxml2-uri.html libxml2-valid.html libxml2-xinclude.html
libxml2-xlink.html libxml2-xmlautomata.html libxml2-xmlerror.html
libxml2-xmlexports.html libxml2-xmlIO.html libxml2-xmlmemory.html
libxml2-xmlmodule.html libxml2-xmlreader.html libxml2-xmlregexp.html
'/home/gempak/NAWIPS/os/linux64/share/gtk-doc/html/libxml2'
/bin/install -c -m 644 libxml2-xmlsave.html libxml2-xmlschemas.html
libxml2-xmlschemastypes.html libxml2-xmlstring.html libxml2-xmlunicode.html
libxml2-xmlversion.html libxml2-xmlwriter.html libxml2-xpath.html
libxml2-xpathInternals.html libxml2-xpointer.html home.png left.png right.png
up.png style.css '/home/gempak/NAWIPS/os/linux64/share/gtk-doc/html/libxml2'
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/doc/devhelp'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/doc/devhelp'
Making install in examples
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/doc/examples'
CC io1.o
CCLD io1
CC io2.o
CCLD io2
CC parse1.o
CCLD parse1
CC parse2.o
CCLD parse2
CC parse3.o
CCLD parse3
CC parse4.o
CCLD parse4
CC reader1.o
CCLD reader1
CC reader2.o
CCLD reader2
CC reader3.o
CCLD reader3
CC reader4.o
CCLD reader4
CC testWriter.o
CCLD testWriter
CC tree1.o
CCLD tree1
CC tree2.o
tree2.c: In function â??mainâ??:
tree2.c:30:15: warning: variable â??dtdâ?? set but not used
[-Wunused-but-set-variable]
xmlDtdPtr dtd = NULL; /* DTD pointer */
^
CCLD tree2
CC xpath1.o
CCLD xpath1
CC xpath2.o
CCLD xpath2
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/doc/examples'
make[8]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p /home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/html
/bin/install -c -m 0644 ./*.html ./*.c ./*.xml ./*.xsl ./*.res
/home/gempak/NAWIPS/os/linux64/share/doc/libxml2-2.9.1/html
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/doc/examples'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/doc/examples'
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/doc'
Making install in example
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/example'
CC gjobread.o
CCLD gjobread
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/example'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/example'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/example'
Making install in xstc
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/xstc'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/xstc'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/xstc'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1/xstc'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1'
make[4]: Leaving directory `/home/gempak/GEMPAK7/extlibs/xml2/libxml2-2.9.1'
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/xml2'
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/xml2'
making in /home/gempak/GEMPAK7/extlibs/xslt
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/xslt'
make -w _xslt
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/xslt'
make[4]: Entering directory `/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28'
make[4]: *** No rule to make target `distclean'. Stop.
make[4]: Leaving directory `/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28'
make[3]: [clean] Error 2 (ignored)
Creating /home/gempak/NAWIPS/os/linux64
Making in /home/gempak/GEMPAK7/extlibs/xslt/libxslt
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for a BSD-compatible install... /bin/install -c
checking how to run the C preprocessor... gcc -E
checking for rm... /bin/rm
checking for mv... /bin/mv
checking for tar... /bin/tar
checking for xmllint... /bin/xmllint
checking for xsltproc... /bin/xsltproc
checking for ANSI C header files... (cached) yes
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... /bin/rm: cannot remove 'conftest*': No
such file or directory
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking how to pass version script to the linker (/bin/ld -m elf_x86_64)...
-Wl,--version-script=
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_join in -lpthread... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking if xlocale program link... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking nan.h usability... no
checking nan.h presence... no
checking for nan.h... no
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking fp_class.h usability... no
checking fp_class.h presence... no
checking for fp_class.h... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking ansidecl.h usability... no
checking ansidecl.h presence... no
checking for ansidecl.h... no
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for sys/stat.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stat... yes
checking for _stat... no
checking for pow... no
checking for pow in -lm... yes
checking for floor... no
checking for floor in -lm... yes
checking for fabs... no
checking for fabs in -lm... yes
checking for gettimeofday... yes
checking for mktime... yes
checking for localtime... yes
checking for localtime_r... yes
checking for asctime... yes
checking for time... yes
checking for gmtime... yes
checking for gmtime_r... yes
checking for ftime... yes
checking for printf... yes
checking for sprintf... yes
checking for fprintf... yes
checking for snprintf... yes
checking for vfprintf... yes
checking for vsprintf... yes
checking for vsnprintf... yes
checking for sscanf... yes
checking for clock_gettime... yes
checking for perl... perl
Found python in /bin/python
PYTHON is pointing at /bin/python
Found Python version 2.7
Warning: Missing libxml2-python
checking for libgcrypt-config... no
Crypto extensions will not be available. Install libgcrypt and reconfigure to
make available.
Disabling debug support
Disabling debugger
checking for libxml libraries >= 2.6.27... 2.9.1 found
checking whether shared libraries will be built (required for plugins)... no
configure: WARNING: Disabling plugin support.
configure: WARNING: Plugins require that shared libraries be built.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libxslt.pc
config.status: creating libexslt.pc
config.status: creating libxslt/Makefile
config.status: creating libxslt/xsltconfig.h
config.status: creating libxslt/xsltwin32config.h
config.status: creating libexslt/Makefile
config.status: creating libexslt/exsltconfig.h
config.status: creating xsltproc/Makefile
config.status: creating python/Makefile
config.status: creating python/tests/Makefile
config.status: creating tests/Makefile
config.status: creating tests/docs/Makefile
config.status: creating tests/REC1/Makefile
config.status: creating tests/REC2/Makefile
config.status: creating tests/REC/Makefile
config.status: creating tests/general/Makefile
config.status: creating tests/reports/Makefile
config.status: creating tests/extensions/Makefile
config.status: creating tests/namespaces/Makefile
config.status: creating tests/keys/Makefile
config.status: creating tests/numbers/Makefile
config.status: creating tests/documents/Makefile
config.status: creating tests/xmlspec/Makefile
config.status: creating tests/multiple/Makefile
config.status: creating tests/xinclude/Makefile
config.status: creating tests/XSLTMark/Makefile
config.status: creating tests/docbook/Makefile
config.status: creating tests/exslt/Makefile
config.status: creating tests/exslt/common/Makefile
config.status: creating tests/exslt/functions/Makefile
config.status: creating tests/exslt/math/Makefile
config.status: creating tests/exslt/sets/Makefile
config.status: creating tests/exslt/strings/Makefile
config.status: creating tests/exslt/date/Makefile
config.status: creating tests/exslt/dynamic/Makefile
config.status: creating tests/plugins/Makefile
config.status: creating doc/Makefile
config.status: creating xslt-config
config.status: creating libxslt.spec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
/bin/rm: cannot remove 'libtoolT': No such file or directory
make[4]: Entering directory `/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28'
Making install in libxslt
make[5]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/libxslt'
CC attrvt.lo
CC xslt.lo
CC xsltlocale.lo
xsltlocale.c:210:1: warning: â??xsltDefaultRegionâ?? defined but not used
[-Wunused-function]
xsltDefaultRegion(const xmlChar *localeName) {
^
CC xsltutils.lo
CC pattern.lo
CC templates.lo
CC variables.lo
CC keys.lo
CC numbers.lo
CC extensions.lo
extensions.c: In function â??xsltRegisterExtModuleElementâ??:
extensions.c:1625:9: warning: variable â??retâ?? set but not used
[-Wunused-but-set-variable]
int ret;
^
CC extra.lo
CC functions.lo
functions.c: In function â??xsltGenerateIdFunctionâ??:
functions.c:668:15: warning: variable â??docâ?? set but not used
[-Wunused-but-set-variable]
xmlDocPtr doc;
^
CC namespaces.lo
CC imports.lo
CC attributes.lo
CC documents.lo
CC preproc.lo
preproc.c: In function â??xsltElementCompâ??:
preproc.c:932:37: warning: variable â??nameâ?? set but not used
[-Wunused-but-set-variable]
const xmlChar *prefix = NULL, *name;
^
preproc.c: In function â??xsltAttributeCompâ??:
preproc.c:1056:37: warning: variable â??nameâ?? set but not used
[-Wunused-but-set-variable]
const xmlChar *prefix = NULL, *name;
^
CC transform.lo
transform.c:2104:1: warning: â??xsltDebuggerStartSequenceConstructorâ?? defined
but not used [-Wunused-function]
xsltDebuggerStartSequenceConstructor(xsltTransformContextPtr ctxt,
^
CC security.lo
CCLD libxslt.la
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/libxslt'
test -z "/home/gempak/NAWIPS/os/linux64/lib" || /bin/mkdir -p
"/home/gempak/NAWIPS/os/linux64/lib"
/bin/sh ../libtool --mode=install /bin/install -c libxslt.la
'/home/gempak/NAWIPS/os/linux64/lib'
libtool: install: /bin/install -c .libs/libxslt.lai
/home/gempak/NAWIPS/os/linux64/lib/libxslt.la
libtool: install: /bin/install -c .libs/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
libtool: install: chmod 644 /home/gempak/NAWIPS/os/linux64/lib/libxslt.a
libtool: install: ranlib /home/gempak/NAWIPS/os/linux64/lib/libxslt.a
libtool: finish:
PATH="/root/perl5/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/home/gempak/NAWIPS/os/linux64/bin:/home/gempak/NAWIPS/bin:/home/gempak/NAWIPS/os/linux64/bin:/home/gempak/NAWIPS/bin:/sbin"
ldconfig -n /home/gempak/NAWIPS/os/linux64/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/gempak/NAWIPS/os/linux64/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make install-exec-hook
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/libxslt'
/bin/mkdir -p "/home/gempak/NAWIPS/os/linux64/lib/libxslt-plugins"
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/libxslt'
test -z "/home/gempak/NAWIPS/os/linux64/share/man/man3" || /bin/mkdir -p
"/home/gempak/NAWIPS/os/linux64/share/man/man3"
/bin/install -c -m 644 libxslt.3
'/home/gempak/NAWIPS/os/linux64/share/man/man3'
test -z "/home/gempak/NAWIPS/os/linux64/include/libxslt" || /bin/mkdir -p
"/home/gempak/NAWIPS/os/linux64/include/libxslt"
/bin/install -c -m 644 xslt.h xsltutils.h pattern.h templates.h variables.h
keys.h numbersInternals.h extensions.h extra.h functions.h namespaces.h
imports.h attributes.h documents.h preproc.h transform.h security.h
xsltInternals.h xsltconfig.h xsltexports.h xsltlocale.h
'/home/gempak/NAWIPS/os/linux64/include/libxslt'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/libxslt'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/libxslt'
Making install in libexslt
make[5]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/libexslt'
CC exslt.lo
CC common.lo
CC crypto.lo
CC math.lo
CC sets.lo
CC functions.lo
CC strings.lo
CC date.lo
CC saxon.lo
CC dynamic.lo
CCLD libexslt.la
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/libexslt'
test -z "/home/gempak/NAWIPS/os/linux64/lib" || /bin/mkdir -p
"/home/gempak/NAWIPS/os/linux64/lib"
/bin/sh ../libtool --mode=install /bin/install -c libexslt.la
'/home/gempak/NAWIPS/os/linux64/lib'
libtool: install: /bin/install -c .libs/libexslt.lai
/home/gempak/NAWIPS/os/linux64/lib/libexslt.la
libtool: install: /bin/install -c .libs/libexslt.a
/home/gempak/NAWIPS/os/linux64/lib/libexslt.a
libtool: install: chmod 644 /home/gempak/NAWIPS/os/linux64/lib/libexslt.a
libtool: install: ranlib /home/gempak/NAWIPS/os/linux64/lib/libexslt.a
libtool: finish:
PATH="/root/perl5/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/home/gempak/NAWIPS/os/linux64/bin:/home/gempak/NAWIPS/bin:/home/gempak/NAWIPS/os/linux64/bin:/home/gempak/NAWIPS/bin:/sbin"
ldconfig -n /home/gempak/NAWIPS/os/linux64/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/gempak/NAWIPS/os/linux64/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/gempak/NAWIPS/os/linux64/include/libexslt" || /bin/mkdir -p
"/home/gempak/NAWIPS/os/linux64/include/libexslt"
/bin/install -c -m 644 exslt.h exsltconfig.h exsltexports.h
'/home/gempak/NAWIPS/os/linux64/include/libexslt'
test -z "/home/gempak/NAWIPS/os/linux64/share/man/man3" || /bin/mkdir -p
"/home/gempak/NAWIPS/os/linux64/share/man/man3"
/bin/install -c -m 644 libexslt.3
'/home/gempak/NAWIPS/os/linux64/share/man/man3'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/libexslt'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/libexslt'
Making install in xsltproc
make[5]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/xsltproc'
CC xsltproc.o
xsltproc.c:74:12: warning: â??debugâ?? defined but not used [-Wunused-variable]
static int debug = 0;
^
CCLD xsltproc
CC testThreads.o
CCLD testThreads
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/xsltproc'
test -z "/home/gempak/NAWIPS/os/linux64/bin" || /bin/mkdir -p
"/home/gempak/NAWIPS/os/linux64/bin"
/bin/sh ../libtool --mode=install /bin/install -c xsltproc
'/home/gempak/NAWIPS/os/linux64/bin'
libtool: install: /bin/install -c xsltproc
/home/gempak/NAWIPS/os/linux64/bin/xsltproc
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/xsltproc'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/xsltproc'
Making install in doc
make[5]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/doc'
I/O error : Attempt to load network entity
http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
./xsltproc.xml:8: warning: failed to load external entity
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
]>
^
I/O error : Attempt to load network entity
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
error
xsltParseStylesheetFile : cannot parse
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
compilation error: file ./xsltproc.xml line 10 element refentry
xsltParseStylesheetProcess : document is not a stylesheet
make[5]: [xsltproc.1] Error 5 (ignored)
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/doc'
make[6]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p /home/gempak/NAWIPS/os/linux64/share/doc/libxslt-1.1.28/html
/bin/install -c -m 0644 ./*.html
/home/gempak/NAWIPS/os/linux64/share/doc/libxslt-1.1.28/html
/bin/install -c -m 0644 ./*.gif
/home/gempak/NAWIPS/os/linux64/share/doc/libxslt-1.1.28/html
/bin/mkdir -p /home/gempak/NAWIPS/os/linux64/share/doc/libxslt-1.1.28/html/html
/bin/install -c -m 0644 ./html/*.html
/home/gempak/NAWIPS/os/linux64/share/doc/libxslt-1.1.28/html/html
/bin/install -c -m 0644 ./html/*.png
/home/gempak/NAWIPS/os/linux64/share/doc/libxslt-1.1.28/html/html
/bin/install -c -m 0644 ./html/index.sgml
/home/gempak/NAWIPS/os/linux64/share/doc/libxslt-1.1.28/html/html
/bin/install: cannot stat â??./html/index.sgmlâ??: No such file or directory
make[6]: [install-data-local] Error 1 (ignored)
/bin/mkdir -p /home/gempak/NAWIPS/os/linux64/share/doc/libxslt-1.1.28/html/EXSLT
/bin/install -c -m 0644 ./EXSLT/*.html
/home/gempak/NAWIPS/os/linux64/share/doc/libxslt-1.1.28/html/EXSLT
/bin/mkdir -p
/home/gempak/NAWIPS/os/linux64/share/doc/libxslt-1.1.28/html/tutorial
/bin/install -c -m 0644 ./tutorial/*
/home/gempak/NAWIPS/os/linux64/share/doc/libxslt-1.1.28/html/tutorial
/bin/mkdir -p
/home/gempak/NAWIPS/os/linux64/share/doc/libxslt-1.1.28/html/tutorial2
/bin/install -c -m 0644 ./tutorial2/*
/home/gempak/NAWIPS/os/linux64/share/doc/libxslt-1.1.28/html/tutorial2
I/O error : Attempt to load network entity
http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
./xsltproc.xml:8: warning: failed to load external entity
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
]>
^
I/O error : Attempt to load network entity
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
error
xsltParseStylesheetFile : cannot parse
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
compilation error: file ./xsltproc.xml line 10 element refentry
xsltParseStylesheetProcess : document is not a stylesheet
make[6]: [xsltproc.1] Error 5 (ignored)
test -z "/home/gempak/NAWIPS/os/linux64/share/man/man1" || /bin/mkdir -p
"/home/gempak/NAWIPS/os/linux64/share/man/man1"
/bin/install -c -m 644 ./xsltproc.1
'/home/gempak/NAWIPS/os/linux64/share/man/man1'
/bin/install: cannot stat â??./xsltproc.1â??: No such file or directory
make[6]: *** [install-man1] Error 1
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/doc'
make[5]: *** [install-am] Error 2
make[5]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28/doc'
make[4]: *** [install-recursive] Error 1
make[4]: Leaving directory `/home/gempak/GEMPAK7/extlibs/xslt/libxslt-1.1.28'
make[3]: *** [_xslt] Error 2
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/xslt'
make[2]: *** [/home/gempak/NAWIPS/os/linux64/lib/libxslt.a] Error 2
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/xslt'
making in /home/gempak/GEMPAK7/extlibs/JasPer
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/JasPer'
make _jasper
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/JasPer'
/home/gempak/GEMPAK7/extlibs/JasPer/jasper
make[4]: Entering directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1'
make[4]: *** No rule to make target `distclean'. Stop.
make[4]: Leaving directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1'
checking build system type... x86_64-redhat-linux-gnu
checking host system type... x86_64-redhat-linux-gnu
checking target system type... x86_64-redhat-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /bin/install -c
checking for ranlib... ranlib
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for /bin/ld option to reload object files... -r
checking for BSD-compatible nm... /bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... (cached) ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking whether variable-length arrays are supported... yes
checking for glutInit in -lglut... no
checking GL/glut.h usability... no
checking GL/glut.h presence... no
checking for GL/glut.h... no
checking whether OpenGL libraries and headers were detected... no
checking for main in -lm... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for uchar... no
checking for ushort... yes
checking for uint... yes
checking for ulong... yes
checking for longlong... no
checking for ulonglong... no
checking for ssize_t... yes
checking for gettimeofday... yes
checking for getrusage... yes
checking for vprintf... yes
checking for _doprnt... no
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating src/Makefile
config.status: WARNING: 'src/Makefile.in' seems to ignore the --datarootdir
setting
config.status: creating src/appl/Makefile
config.status: WARNING: 'src/appl/Makefile.in' seems to ignore the
--datarootdir setting
config.status: creating src/libjasper/Makefile
config.status: WARNING: 'src/libjasper/Makefile.in' seems to ignore the
--datarootdir setting
config.status: creating src/libjasper/base/Makefile
config.status: WARNING: 'src/libjasper/base/Makefile.in' seems to ignore the
--datarootdir setting
config.status: creating src/libjasper/bmp/Makefile
config.status: WARNING: 'src/libjasper/bmp/Makefile.in' seems to ignore the
--datarootdir setting
config.status: creating src/libjasper/include/Makefile
config.status: WARNING: 'src/libjasper/include/Makefile.in' seems to ignore
the --datarootdir setting
config.status: creating src/libjasper/include/jasper/Makefile
config.status: WARNING: 'src/libjasper/include/jasper/Makefile.in' seems to
ignore the --datarootdir setting
config.status: creating src/libjasper/jp2/Makefile
config.status: WARNING: 'src/libjasper/jp2/Makefile.in' seems to ignore the
--datarootdir setting
config.status: creating src/libjasper/jpc/Makefile
config.status: WARNING: 'src/libjasper/jpc/Makefile.in' seems to ignore the
--datarootdir setting
config.status: creating src/libjasper/jpg/Makefile
config.status: WARNING: 'src/libjasper/jpg/Makefile.in' seems to ignore the
--datarootdir setting
config.status: creating src/libjasper/mif/Makefile
config.status: WARNING: 'src/libjasper/mif/Makefile.in' seems to ignore the
--datarootdir setting
config.status: creating src/libjasper/pgx/Makefile
config.status: WARNING: 'src/libjasper/pgx/Makefile.in' seems to ignore the
--datarootdir setting
config.status: creating src/libjasper/pnm/Makefile
config.status: WARNING: 'src/libjasper/pnm/Makefile.in' seems to ignore the
--datarootdir setting
config.status: creating src/libjasper/ras/Makefile
config.status: WARNING: 'src/libjasper/ras/Makefile.in' seems to ignore the
--datarootdir setting
config.status: creating src/msvc/Makefile
config.status: WARNING: 'src/msvc/Makefile.in' seems to ignore the
--datarootdir setting
config.status: creating jasper.spec
config.status: creating src/libjasper/include/jasper/jas_config.h
config.status: executing depfiles commands
make[4]: Entering directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1'
Making all in src
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src'
Making all in libjasper
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper'
Making all in include
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include'
Making all in jasper
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include/jasper'
make all-am
make[9]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include/jasper'
make[9]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include/jasper'
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include/jasper'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include'
make[8]: Nothing to be done for `all-am'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include'
Making all in base
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/base'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jas_cm.lo -MD -MP -MF ".deps/jas_cm.Tpo" -c -o jas_cm.lo jas_cm.c; \
then mv -f ".deps/jas_cm.Tpo" ".deps/jas_cm.Plo"; else rm -f
".deps/jas_cm.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jas_cm.lo -MD -MP -MF .deps/jas_cm.Tpo
-c jas_cm.c -o jas_cm.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jas_debug.lo -MD -MP -MF ".deps/jas_debug.Tpo" -c -o jas_debug.lo
jas_debug.c; \
then mv -f ".deps/jas_debug.Tpo" ".deps/jas_debug.Plo"; else rm -f
".deps/jas_debug.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jas_debug.lo -MD -MP -MF
.deps/jas_debug.Tpo -c jas_debug.c -o jas_debug.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jas_getopt.lo -MD -MP -MF ".deps/jas_getopt.Tpo" -c -o jas_getopt.lo
jas_getopt.c; \
then mv -f ".deps/jas_getopt.Tpo" ".deps/jas_getopt.Plo"; else rm -f
".deps/jas_getopt.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jas_getopt.lo -MD -MP -MF
.deps/jas_getopt.Tpo -c jas_getopt.c -o jas_getopt.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jas_image.lo -MD -MP -MF ".deps/jas_image.Tpo" -c -o jas_image.lo
jas_image.c; \
then mv -f ".deps/jas_image.Tpo" ".deps/jas_image.Plo"; else rm -f
".deps/jas_image.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jas_image.lo -MD -MP -MF
.deps/jas_image.Tpo -c jas_image.c -o jas_image.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jas_icc.lo -MD -MP -MF ".deps/jas_icc.Tpo" -c -o jas_icc.lo jas_icc.c; \
then mv -f ".deps/jas_icc.Tpo" ".deps/jas_icc.Plo"; else rm -f
".deps/jas_icc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jas_icc.lo -MD -MP -MF
.deps/jas_icc.Tpo -c jas_icc.c -o jas_icc.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jas_iccdata.lo -MD -MP -MF ".deps/jas_iccdata.Tpo" -c -o jas_iccdata.lo
jas_iccdata.c; \
then mv -f ".deps/jas_iccdata.Tpo" ".deps/jas_iccdata.Plo"; else rm -f
".deps/jas_iccdata.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jas_iccdata.lo -MD -MP -MF
.deps/jas_iccdata.Tpo -c jas_iccdata.c -o jas_iccdata.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jas_init.lo -MD -MP -MF ".deps/jas_init.Tpo" -c -o jas_init.lo jas_init.c; \
then mv -f ".deps/jas_init.Tpo" ".deps/jas_init.Plo"; else rm -f
".deps/jas_init.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jas_init.lo -MD -MP -MF
.deps/jas_init.Tpo -c jas_init.c -o jas_init.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jas_malloc.lo -MD -MP -MF ".deps/jas_malloc.Tpo" -c -o jas_malloc.lo
jas_malloc.c; \
then mv -f ".deps/jas_malloc.Tpo" ".deps/jas_malloc.Plo"; else rm -f
".deps/jas_malloc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jas_malloc.lo -MD -MP -MF
.deps/jas_malloc.Tpo -c jas_malloc.c -o jas_malloc.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jas_seq.lo -MD -MP -MF ".deps/jas_seq.Tpo" -c -o jas_seq.lo jas_seq.c; \
then mv -f ".deps/jas_seq.Tpo" ".deps/jas_seq.Plo"; else rm -f
".deps/jas_seq.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jas_seq.lo -MD -MP -MF
.deps/jas_seq.Tpo -c jas_seq.c -o jas_seq.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jas_stream.lo -MD -MP -MF ".deps/jas_stream.Tpo" -c -o jas_stream.lo
jas_stream.c; \
then mv -f ".deps/jas_stream.Tpo" ".deps/jas_stream.Plo"; else rm -f
".deps/jas_stream.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jas_stream.lo -MD -MP -MF
.deps/jas_stream.Tpo -c jas_stream.c -o jas_stream.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jas_string.lo -MD -MP -MF ".deps/jas_string.Tpo" -c -o jas_string.lo
jas_string.c; \
then mv -f ".deps/jas_string.Tpo" ".deps/jas_string.Plo"; else rm -f
".deps/jas_string.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jas_string.lo -MD -MP -MF
.deps/jas_string.Tpo -c jas_string.c -o jas_string.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jas_tmr.lo -MD -MP -MF ".deps/jas_tmr.Tpo" -c -o jas_tmr.lo jas_tmr.c; \
then mv -f ".deps/jas_tmr.Tpo" ".deps/jas_tmr.Plo"; else rm -f
".deps/jas_tmr.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jas_tmr.lo -MD -MP -MF
.deps/jas_tmr.Tpo -c jas_tmr.c -o jas_tmr.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jas_tvp.lo -MD -MP -MF ".deps/jas_tvp.Tpo" -c -o jas_tvp.lo jas_tvp.c; \
then mv -f ".deps/jas_tvp.Tpo" ".deps/jas_tvp.Plo"; else rm -f
".deps/jas_tvp.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jas_tvp.lo -MD -MP -MF
.deps/jas_tvp.Tpo -c jas_tvp.c -o jas_tvp.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jas_version.lo -MD -MP -MF ".deps/jas_version.Tpo" -c -o jas_version.lo
jas_version.c; \
then mv -f ".deps/jas_version.Tpo" ".deps/jas_version.Plo"; else rm -f
".deps/jas_version.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jas_version.lo -MD -MP -MF
.deps/jas_version.Tpo -c jas_version.c -o jas_version.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc -O -o libbase.la
jas_cm.lo jas_debug.lo jas_getopt.lo jas_image.lo jas_icc.lo jas_iccdata.lo
jas_init.lo jas_malloc.lo jas_seq.lo jas_stream.lo jas_string.lo jas_tmr.lo
jas_tvp.lo jas_version.lo -lm
mkdir .libs
ar cru .libs/libbase.a jas_cm.o jas_debug.o jas_getopt.o jas_image.o jas_icc.o
jas_iccdata.o jas_init.o jas_malloc.o jas_seq.o jas_stream.o jas_string.o
jas_tmr.o jas_tvp.o jas_version.o
ranlib .libs/libbase.a
creating libbase.la
(cd .libs && rm -f libbase.la && ln -s ../libbase.la libbase.la)
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/base'
Making all in bmp
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/bmp'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT bmp_cod.lo -MD -MP -MF ".deps/bmp_cod.Tpo" -c -o bmp_cod.lo bmp_cod.c; \
then mv -f ".deps/bmp_cod.Tpo" ".deps/bmp_cod.Plo"; else rm -f
".deps/bmp_cod.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT bmp_cod.lo -MD -MP -MF
.deps/bmp_cod.Tpo -c bmp_cod.c -o bmp_cod.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT bmp_dec.lo -MD -MP -MF ".deps/bmp_dec.Tpo" -c -o bmp_dec.lo bmp_dec.c; \
then mv -f ".deps/bmp_dec.Tpo" ".deps/bmp_dec.Plo"; else rm -f
".deps/bmp_dec.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT bmp_dec.lo -MD -MP -MF
.deps/bmp_dec.Tpo -c bmp_dec.c -o bmp_dec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT bmp_enc.lo -MD -MP -MF ".deps/bmp_enc.Tpo" -c -o bmp_enc.lo bmp_enc.c; \
then mv -f ".deps/bmp_enc.Tpo" ".deps/bmp_enc.Plo"; else rm -f
".deps/bmp_enc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT bmp_enc.lo -MD -MP -MF
.deps/bmp_enc.Tpo -c bmp_enc.c -o bmp_enc.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc -O -o libbmp.la
bmp_cod.lo bmp_dec.lo bmp_enc.lo -lm
mkdir .libs
ar cru .libs/libbmp.a bmp_cod.o bmp_dec.o bmp_enc.o
ranlib .libs/libbmp.a
creating libbmp.la
(cd .libs && rm -f libbmp.la && ln -s ../libbmp.la libbmp.la)
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/bmp'
Making all in jp2
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jp2'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jp2_cod.lo -MD -MP -MF ".deps/jp2_cod.Tpo" -c -o jp2_cod.lo jp2_cod.c; \
then mv -f ".deps/jp2_cod.Tpo" ".deps/jp2_cod.Plo"; else rm -f
".deps/jp2_cod.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jp2_cod.lo -MD -MP -MF
.deps/jp2_cod.Tpo -c jp2_cod.c -o jp2_cod.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jp2_dec.lo -MD -MP -MF ".deps/jp2_dec.Tpo" -c -o jp2_dec.lo jp2_dec.c; \
then mv -f ".deps/jp2_dec.Tpo" ".deps/jp2_dec.Plo"; else rm -f
".deps/jp2_dec.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jp2_dec.lo -MD -MP -MF
.deps/jp2_dec.Tpo -c jp2_dec.c -o jp2_dec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jp2_enc.lo -MD -MP -MF ".deps/jp2_enc.Tpo" -c -o jp2_enc.lo jp2_enc.c; \
then mv -f ".deps/jp2_enc.Tpo" ".deps/jp2_enc.Plo"; else rm -f
".deps/jp2_enc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jp2_enc.lo -MD -MP -MF
.deps/jp2_enc.Tpo -c jp2_enc.c -o jp2_enc.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc -O -o libjp2.la
jp2_cod.lo jp2_dec.lo jp2_enc.lo -lm
mkdir .libs
ar cru .libs/libjp2.a jp2_cod.o jp2_dec.o jp2_enc.o
ranlib .libs/libjp2.a
creating libjp2.la
(cd .libs && rm -f libjp2.la && ln -s ../libjp2.la libjp2.la)
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jp2'
Making all in jpc
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jpc'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_bs.lo -MD -MP -MF ".deps/jpc_bs.Tpo" -c -o jpc_bs.lo jpc_bs.c; \
then mv -f ".deps/jpc_bs.Tpo" ".deps/jpc_bs.Plo"; else rm -f
".deps/jpc_bs.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_bs.lo -MD -MP -MF .deps/jpc_bs.Tpo
-c jpc_bs.c -o jpc_bs.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_cs.lo -MD -MP -MF ".deps/jpc_cs.Tpo" -c -o jpc_cs.lo jpc_cs.c; \
then mv -f ".deps/jpc_cs.Tpo" ".deps/jpc_cs.Plo"; else rm -f
".deps/jpc_cs.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_cs.lo -MD -MP -MF .deps/jpc_cs.Tpo
-c jpc_cs.c -o jpc_cs.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_dec.lo -MD -MP -MF ".deps/jpc_dec.Tpo" -c -o jpc_dec.lo jpc_dec.c; \
then mv -f ".deps/jpc_dec.Tpo" ".deps/jpc_dec.Plo"; else rm -f
".deps/jpc_dec.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_dec.lo -MD -MP -MF
.deps/jpc_dec.Tpo -c jpc_dec.c -o jpc_dec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_enc.lo -MD -MP -MF ".deps/jpc_enc.Tpo" -c -o jpc_enc.lo jpc_enc.c; \
then mv -f ".deps/jpc_enc.Tpo" ".deps/jpc_enc.Plo"; else rm -f
".deps/jpc_enc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_enc.lo -MD -MP -MF
.deps/jpc_enc.Tpo -c jpc_enc.c -o jpc_enc.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_math.lo -MD -MP -MF ".deps/jpc_math.Tpo" -c -o jpc_math.lo jpc_math.c; \
then mv -f ".deps/jpc_math.Tpo" ".deps/jpc_math.Plo"; else rm -f
".deps/jpc_math.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_math.lo -MD -MP -MF
.deps/jpc_math.Tpo -c jpc_math.c -o jpc_math.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_mct.lo -MD -MP -MF ".deps/jpc_mct.Tpo" -c -o jpc_mct.lo jpc_mct.c; \
then mv -f ".deps/jpc_mct.Tpo" ".deps/jpc_mct.Plo"; else rm -f
".deps/jpc_mct.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_mct.lo -MD -MP -MF
.deps/jpc_mct.Tpo -c jpc_mct.c -o jpc_mct.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_mqcod.lo -MD -MP -MF ".deps/jpc_mqcod.Tpo" -c -o jpc_mqcod.lo
jpc_mqcod.c; \
then mv -f ".deps/jpc_mqcod.Tpo" ".deps/jpc_mqcod.Plo"; else rm -f
".deps/jpc_mqcod.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_mqcod.lo -MD -MP -MF
.deps/jpc_mqcod.Tpo -c jpc_mqcod.c -o jpc_mqcod.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_mqdec.lo -MD -MP -MF ".deps/jpc_mqdec.Tpo" -c -o jpc_mqdec.lo
jpc_mqdec.c; \
then mv -f ".deps/jpc_mqdec.Tpo" ".deps/jpc_mqdec.Plo"; else rm -f
".deps/jpc_mqdec.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_mqdec.lo -MD -MP -MF
.deps/jpc_mqdec.Tpo -c jpc_mqdec.c -o jpc_mqdec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_mqenc.lo -MD -MP -MF ".deps/jpc_mqenc.Tpo" -c -o jpc_mqenc.lo
jpc_mqenc.c; \
then mv -f ".deps/jpc_mqenc.Tpo" ".deps/jpc_mqenc.Plo"; else rm -f
".deps/jpc_mqenc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_mqenc.lo -MD -MP -MF
.deps/jpc_mqenc.Tpo -c jpc_mqenc.c -o jpc_mqenc.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_qmfb.lo -MD -MP -MF ".deps/jpc_qmfb.Tpo" -c -o jpc_qmfb.lo jpc_qmfb.c; \
then mv -f ".deps/jpc_qmfb.Tpo" ".deps/jpc_qmfb.Plo"; else rm -f
".deps/jpc_qmfb.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_qmfb.lo -MD -MP -MF
.deps/jpc_qmfb.Tpo -c jpc_qmfb.c -o jpc_qmfb.o
jpc_qmfb.c:288:2: warning: initialization from incompatible pointer type
[enabled by default]
jpc_ft_analyze,
^
jpc_qmfb.c:288:2: warning: (near initialization for 'jpc_ft_qmfb2d.analyze')
[enabled by default]
jpc_qmfb.c:295:2: warning: initialization from incompatible pointer type
[enabled by default]
jpc_ns_analyze,
^
jpc_qmfb.c:295:2: warning: (near initialization for 'jpc_ns_qmfb2d.analyze')
[enabled by default]
jpc_qmfb.c:296:2: warning: initialization from incompatible pointer type
[enabled by default]
jpc_ns_synthesize,
^
jpc_qmfb.c:296:2: warning: (near initialization for 'jpc_ns_qmfb2d.synthesize')
[enabled by default]
jpc_qmfb.c: In function 'jpc_ft_synthesize':
jpc_qmfb.c:1607:11: warning: assignment from incompatible pointer type [enabled
by default]
startptr = &a[0];
^
jpc_qmfb.c:1615:11: warning: assignment from incompatible pointer type [enabled
by default]
startptr = &a[0];
^
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_tagtree.lo -MD -MP -MF ".deps/jpc_tagtree.Tpo" -c -o jpc_tagtree.lo
jpc_tagtree.c; \
then mv -f ".deps/jpc_tagtree.Tpo" ".deps/jpc_tagtree.Plo"; else rm -f
".deps/jpc_tagtree.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_tagtree.lo -MD -MP -MF
.deps/jpc_tagtree.Tpo -c jpc_tagtree.c -o jpc_tagtree.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_t1cod.lo -MD -MP -MF ".deps/jpc_t1cod.Tpo" -c -o jpc_t1cod.lo
jpc_t1cod.c; \
then mv -f ".deps/jpc_t1cod.Tpo" ".deps/jpc_t1cod.Plo"; else rm -f
".deps/jpc_t1cod.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_t1cod.lo -MD -MP -MF
.deps/jpc_t1cod.Tpo -c jpc_t1cod.c -o jpc_t1cod.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_t1dec.lo -MD -MP -MF ".deps/jpc_t1dec.Tpo" -c -o jpc_t1dec.lo
jpc_t1dec.c; \
then mv -f ".deps/jpc_t1dec.Tpo" ".deps/jpc_t1dec.Plo"; else rm -f
".deps/jpc_t1dec.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_t1dec.lo -MD -MP -MF
.deps/jpc_t1dec.Tpo -c jpc_t1dec.c -o jpc_t1dec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_t1enc.lo -MD -MP -MF ".deps/jpc_t1enc.Tpo" -c -o jpc_t1enc.lo
jpc_t1enc.c; \
then mv -f ".deps/jpc_t1enc.Tpo" ".deps/jpc_t1enc.Plo"; else rm -f
".deps/jpc_t1enc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_t1enc.lo -MD -MP -MF
.deps/jpc_t1enc.Tpo -c jpc_t1enc.c -o jpc_t1enc.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_tsfb.lo -MD -MP -MF ".deps/jpc_tsfb.Tpo" -c -o jpc_tsfb.lo jpc_tsfb.c; \
then mv -f ".deps/jpc_tsfb.Tpo" ".deps/jpc_tsfb.Plo"; else rm -f
".deps/jpc_tsfb.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_tsfb.lo -MD -MP -MF
.deps/jpc_tsfb.Tpo -c jpc_tsfb.c -o jpc_tsfb.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_t2cod.lo -MD -MP -MF ".deps/jpc_t2cod.Tpo" -c -o jpc_t2cod.lo
jpc_t2cod.c; \
then mv -f ".deps/jpc_t2cod.Tpo" ".deps/jpc_t2cod.Plo"; else rm -f
".deps/jpc_t2cod.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_t2cod.lo -MD -MP -MF
.deps/jpc_t2cod.Tpo -c jpc_t2cod.c -o jpc_t2cod.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_t2dec.lo -MD -MP -MF ".deps/jpc_t2dec.Tpo" -c -o jpc_t2dec.lo
jpc_t2dec.c; \
then mv -f ".deps/jpc_t2dec.Tpo" ".deps/jpc_t2dec.Plo"; else rm -f
".deps/jpc_t2dec.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_t2dec.lo -MD -MP -MF
.deps/jpc_t2dec.Tpo -c jpc_t2dec.c -o jpc_t2dec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_t2enc.lo -MD -MP -MF ".deps/jpc_t2enc.Tpo" -c -o jpc_t2enc.lo
jpc_t2enc.c; \
then mv -f ".deps/jpc_t2enc.Tpo" ".deps/jpc_t2enc.Plo"; else rm -f
".deps/jpc_t2enc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_t2enc.lo -MD -MP -MF
.deps/jpc_t2enc.Tpo -c jpc_t2enc.c -o jpc_t2enc.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpc_util.lo -MD -MP -MF ".deps/jpc_util.Tpo" -c -o jpc_util.lo jpc_util.c; \
then mv -f ".deps/jpc_util.Tpo" ".deps/jpc_util.Plo"; else rm -f
".deps/jpc_util.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpc_util.lo -MD -MP -MF
.deps/jpc_util.Tpo -c jpc_util.c -o jpc_util.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc -O -o libjpc.la
jpc_bs.lo jpc_cs.lo jpc_dec.lo jpc_enc.lo jpc_math.lo jpc_mct.lo jpc_mqcod.lo
jpc_mqdec.lo jpc_mqenc.lo jpc_qmfb.lo jpc_tagtree.lo jpc_t1cod.lo jpc_t1dec.lo
jpc_t1enc.lo jpc_tsfb.lo jpc_t2cod.lo jpc_t2dec.lo jpc_t2enc.lo jpc_util.lo
-lm
mkdir .libs
ar cru .libs/libjpc.a jpc_bs.o jpc_cs.o jpc_dec.o jpc_enc.o jpc_math.o
jpc_mct.o jpc_mqcod.o jpc_mqdec.o jpc_mqenc.o jpc_qmfb.o jpc_tagtree.o
jpc_t1cod.o jpc_t1dec.o jpc_t1enc.o jpc_tsfb.o jpc_t2cod.o jpc_t2dec.o
jpc_t2enc.o jpc_util.o
ranlib .libs/libjpc.a
creating libjpc.la
(cd .libs && rm -f libjpc.la && ln -s ../libjpc.la libjpc.la)
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jpc'
Making all in jpg
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jpg'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpg_dummy.lo -MD -MP -MF ".deps/jpg_dummy.Tpo" -c -o jpg_dummy.lo
jpg_dummy.c; \
then mv -f ".deps/jpg_dummy.Tpo" ".deps/jpg_dummy.Plo"; else rm -f
".deps/jpg_dummy.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpg_dummy.lo -MD -MP -MF
.deps/jpg_dummy.Tpo -c jpg_dummy.c -o jpg_dummy.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT jpg_val.lo -MD -MP -MF ".deps/jpg_val.Tpo" -c -o jpg_val.lo jpg_val.c; \
then mv -f ".deps/jpg_val.Tpo" ".deps/jpg_val.Plo"; else rm -f
".deps/jpg_val.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT jpg_val.lo -MD -MP -MF
.deps/jpg_val.Tpo -c jpg_val.c -o jpg_val.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc -O -o libjpg.la
jpg_dummy.lo jpg_val.lo -lm
mkdir .libs
ar cru .libs/libjpg.a jpg_dummy.o jpg_val.o
ranlib .libs/libjpg.a
creating libjpg.la
(cd .libs && rm -f libjpg.la && ln -s ../libjpg.la libjpg.la)
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jpg'
Making all in mif
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/mif'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT mif_cod.lo -MD -MP -MF ".deps/mif_cod.Tpo" -c -o mif_cod.lo mif_cod.c; \
then mv -f ".deps/mif_cod.Tpo" ".deps/mif_cod.Plo"; else rm -f
".deps/mif_cod.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT mif_cod.lo -MD -MP -MF
.deps/mif_cod.Tpo -c mif_cod.c -o mif_cod.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc -O -o libmif.la
mif_cod.lo -lm
mkdir .libs
ar cru .libs/libmif.a mif_cod.o
ranlib .libs/libmif.a
creating libmif.la
(cd .libs && rm -f libmif.la && ln -s ../libmif.la libmif.la)
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/mif'
Making all in pgx
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/pgx'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT pgx_cod.lo -MD -MP -MF ".deps/pgx_cod.Tpo" -c -o pgx_cod.lo pgx_cod.c; \
then mv -f ".deps/pgx_cod.Tpo" ".deps/pgx_cod.Plo"; else rm -f
".deps/pgx_cod.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT pgx_cod.lo -MD -MP -MF
.deps/pgx_cod.Tpo -c pgx_cod.c -o pgx_cod.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT pgx_dec.lo -MD -MP -MF ".deps/pgx_dec.Tpo" -c -o pgx_dec.lo pgx_dec.c; \
then mv -f ".deps/pgx_dec.Tpo" ".deps/pgx_dec.Plo"; else rm -f
".deps/pgx_dec.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT pgx_dec.lo -MD -MP -MF
.deps/pgx_dec.Tpo -c pgx_dec.c -o pgx_dec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT pgx_enc.lo -MD -MP -MF ".deps/pgx_enc.Tpo" -c -o pgx_enc.lo pgx_enc.c; \
then mv -f ".deps/pgx_enc.Tpo" ".deps/pgx_enc.Plo"; else rm -f
".deps/pgx_enc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT pgx_enc.lo -MD -MP -MF
.deps/pgx_enc.Tpo -c pgx_enc.c -o pgx_enc.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc -O -o libpgx.la
pgx_cod.lo pgx_dec.lo pgx_enc.lo -lm
mkdir .libs
ar cru .libs/libpgx.a pgx_cod.o pgx_dec.o pgx_enc.o
ranlib .libs/libpgx.a
creating libpgx.la
(cd .libs && rm -f libpgx.la && ln -s ../libpgx.la libpgx.la)
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/pgx'
Making all in pnm
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/pnm'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT pnm_cod.lo -MD -MP -MF ".deps/pnm_cod.Tpo" -c -o pnm_cod.lo pnm_cod.c; \
then mv -f ".deps/pnm_cod.Tpo" ".deps/pnm_cod.Plo"; else rm -f
".deps/pnm_cod.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT pnm_cod.lo -MD -MP -MF
.deps/pnm_cod.Tpo -c pnm_cod.c -o pnm_cod.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT pnm_dec.lo -MD -MP -MF ".deps/pnm_dec.Tpo" -c -o pnm_dec.lo pnm_dec.c; \
then mv -f ".deps/pnm_dec.Tpo" ".deps/pnm_dec.Plo"; else rm -f
".deps/pnm_dec.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT pnm_dec.lo -MD -MP -MF
.deps/pnm_dec.Tpo -c pnm_dec.c -o pnm_dec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT pnm_enc.lo -MD -MP -MF ".deps/pnm_enc.Tpo" -c -o pnm_enc.lo pnm_enc.c; \
then mv -f ".deps/pnm_enc.Tpo" ".deps/pnm_enc.Plo"; else rm -f
".deps/pnm_enc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT pnm_enc.lo -MD -MP -MF
.deps/pnm_enc.Tpo -c pnm_enc.c -o pnm_enc.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc -O -o libpnm.la
pnm_cod.lo pnm_dec.lo pnm_enc.lo -lm
mkdir .libs
ar cru .libs/libpnm.a pnm_cod.o pnm_dec.o pnm_enc.o
ranlib .libs/libpnm.a
creating libpnm.la
(cd .libs && rm -f libpnm.la && ln -s ../libpnm.la libpnm.la)
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/pnm'
Making all in ras
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/ras'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT ras_cod.lo -MD -MP -MF ".deps/ras_cod.Tpo" -c -o ras_cod.lo ras_cod.c; \
then mv -f ".deps/ras_cod.Tpo" ".deps/ras_cod.Plo"; else rm -f
".deps/ras_cod.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT ras_cod.lo -MD -MP -MF
.deps/ras_cod.Tpo -c ras_cod.c -o ras_cod.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT ras_dec.lo -MD -MP -MF ".deps/ras_dec.Tpo" -c -o ras_dec.lo ras_dec.c; \
then mv -f ".deps/ras_dec.Tpo" ".deps/ras_dec.Plo"; else rm -f
".deps/ras_dec.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT ras_dec.lo -MD -MP -MF
.deps/ras_dec.Tpo -c ras_dec.c -o ras_dec.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../../src/libjasper/include/jasper -I../../../src/libjasper/include -O
-MT ras_enc.lo -MD -MP -MF ".deps/ras_enc.Tpo" -c -o ras_enc.lo ras_enc.c; \
then mv -f ".deps/ras_enc.Tpo" ".deps/ras_enc.Plo"; else rm -f
".deps/ras_enc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/libjasper/include/jasper
-I../../../src/libjasper/include -O -MT ras_enc.lo -MD -MP -MF
.deps/ras_enc.Tpo -c ras_enc.c -o ras_enc.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc -O -o libras.la
ras_cod.lo ras_dec.lo ras_enc.lo -lm
mkdir .libs
ar cru .libs/libras.a ras_cod.o ras_dec.o ras_enc.o
ranlib .libs/libras.a
creating libras.la
(cd .libs && rm -f libras.la && ln -s ../libras.la libras.la)
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/ras'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper'
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../src/libjasper/include/jasper -O -MT dummy.lo -MD -MP -MF
".deps/dummy.Tpo" -c -o dummy.lo dummy.c; \
then mv -f ".deps/dummy.Tpo" ".deps/dummy.Plo"; else rm -f ".deps/dummy.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../src/libjasper/include/jasper -O -MT
dummy.lo -MD -MP -MF .deps/dummy.Tpo -c dummy.c -o dummy.o
/bin/sh ../../libtool --tag=CC --mode=link gcc -O -o libjasper.la -rpath
/home/gempak/NAWIPS/os/linux64/lib -version-info 1:0:0 dummy.lo base/libbase.la
bmp/libbmp.la jp2/libjp2.la jpc/libjpc.la jpg/libjpg.la mif/libmif.la
pgx/libpgx.la pnm/libpnm.la ras/libras.la -lm
mkdir .libs
rm -fr .libs/libjasper.lax
mkdir .libs/libjasper.lax
rm -fr .libs/libjasper.lax/libbase.a
mkdir .libs/libjasper.lax/libbase.a
(cd .libs/libjasper.lax/libbase.a && ar x
/home/gempak/GEMPAK7/extlibs/JasPer/jasper/src/libjasper/base/.libs/libbase.a)
rm -fr .libs/libjasper.lax/libbmp.a
mkdir .libs/libjasper.lax/libbmp.a
(cd .libs/libjasper.lax/libbmp.a && ar x
/home/gempak/GEMPAK7/extlibs/JasPer/jasper/src/libjasper/bmp/.libs/libbmp.a)
rm -fr .libs/libjasper.lax/libjp2.a
mkdir .libs/libjasper.lax/libjp2.a
(cd .libs/libjasper.lax/libjp2.a && ar x
/home/gempak/GEMPAK7/extlibs/JasPer/jasper/src/libjasper/jp2/.libs/libjp2.a)
rm -fr .libs/libjasper.lax/libjpc.a
mkdir .libs/libjasper.lax/libjpc.a
(cd .libs/libjasper.lax/libjpc.a && ar x
/home/gempak/GEMPAK7/extlibs/JasPer/jasper/src/libjasper/jpc/.libs/libjpc.a)
rm -fr .libs/libjasper.lax/libjpg.a
mkdir .libs/libjasper.lax/libjpg.a
(cd .libs/libjasper.lax/libjpg.a && ar x
/home/gempak/GEMPAK7/extlibs/JasPer/jasper/src/libjasper/jpg/.libs/libjpg.a)
rm -fr .libs/libjasper.lax/libmif.a
mkdir .libs/libjasper.lax/libmif.a
(cd .libs/libjasper.lax/libmif.a && ar x
/home/gempak/GEMPAK7/extlibs/JasPer/jasper/src/libjasper/mif/.libs/libmif.a)
rm -fr .libs/libjasper.lax/libpgx.a
mkdir .libs/libjasper.lax/libpgx.a
(cd .libs/libjasper.lax/libpgx.a && ar x
/home/gempak/GEMPAK7/extlibs/JasPer/jasper/src/libjasper/pgx/.libs/libpgx.a)
rm -fr .libs/libjasper.lax/libpnm.a
mkdir .libs/libjasper.lax/libpnm.a
(cd .libs/libjasper.lax/libpnm.a && ar x
/home/gempak/GEMPAK7/extlibs/JasPer/jasper/src/libjasper/pnm/.libs/libpnm.a)
rm -fr .libs/libjasper.lax/libras.a
mkdir .libs/libjasper.lax/libras.a
(cd .libs/libjasper.lax/libras.a && ar x
/home/gempak/GEMPAK7/extlibs/JasPer/jasper/src/libjasper/ras/.libs/libras.a)
ar cru .libs/libjasper.a dummy.o .libs/libjasper.lax/libbase.a/jas_cm.o
.libs/libjasper.lax/libbase.a/jas_debug.o
.libs/libjasper.lax/libbase.a/jas_getopt.o
.libs/libjasper.lax/libbase.a/jas_image.o
.libs/libjasper.lax/libbase.a/jas_icc.o
.libs/libjasper.lax/libbase.a/jas_iccdata.o
.libs/libjasper.lax/libbase.a/jas_init.o
.libs/libjasper.lax/libbase.a/jas_malloc.o
.libs/libjasper.lax/libbase.a/jas_seq.o
.libs/libjasper.lax/libbase.a/jas_stream.o
.libs/libjasper.lax/libbase.a/jas_string.o
.libs/libjasper.lax/libbase.a/jas_tmr.o .libs/libjasper.lax/libbase.a/jas_tvp.o
.libs/libjasper.lax/libbase.a/jas_version.o
.libs/libjasper.lax/libbmp.a/bmp_cod.o .libs/libjasper.lax/libbmp.a/bmp_dec.o
.libs/libjasper.lax/libbmp.a/bmp_enc.o .libs/libjasper.lax/libjp2.a/jp2_cod.o
.libs/libjasper.lax/libjp2.a/jp2_dec.o .libs/libjasper.lax/libjp2.a/jp2_enc.o
.libs/libjasper.lax/libjpc.a/jpc_bs.o .libs/libjasper.lax/libjpc.a/jpc_cs.o
.libs/libjasper.lax/libjpc.a/jpc_dec.o .libs/libjasper.lax/libjpc.a/jpc_enc.o
.libs/libjasper.lax/libjpc.a/jpc_math.o .libs/libjasper.lax/libjpc.a/jpc_mct.o
.libs/libjasper.lax/libjpc.a/jpc_mqcod.o
.libs/libjasper.lax/libjpc.a/jpc_mqdec.o
.libs/libjasper.lax/libjpc.a/jpc_mqenc.o
.libs/libjasper.lax/libjpc.a/jpc_qmfb.o
.libs/libjasper.lax/libjpc.a/jpc_tagtree.o
.libs/libjasper.lax/libjpc.a/jpc_t1cod.o
.libs/libjasper.lax/libjpc.a/jpc_t1dec.o
.libs/libjasper.lax/libjpc.a/jpc_t1enc.o
.libs/libjasper.lax/libjpc.a/jpc_tsfb.o
.libs/libjasper.lax/libjpc.a/jpc_t2cod.o
.libs/libjasper.lax/libjpc.a/jpc_t2dec.o
.libs/libjasper.lax/libjpc.a/jpc_t2enc.o
.libs/libjasper.lax/libjpc.a/jpc_util.o
.libs/libjasper.lax/libjpg.a/jpg_dummy.o .libs/libjasper.lax/libjpg.a/jpg_val.o
.libs/libjasper.lax/libmif.a/mif_cod.o .libs/libjasper.lax/libpgx.a/pgx_cod.o
.libs/libjasper.lax/libpgx.a/pgx_dec.o .libs/libjasper.lax/libpgx.a/pgx_enc.o
.libs/libjasper.lax/libpnm.a/pnm_cod.o .libs/libjasper.lax/libpnm.a/pnm_dec.o
.libs/libjasper.lax/libpnm.a/pnm_enc.o .libs/libjasper.lax/libras.a/ras_cod.o
.libs/libjasper.lax/libras.a/ras_dec.o .libs/libjasper.lax/libras.a/ras_enc.o
ranlib .libs/libjasper.a
rm -fr .libs/libjasper.lax
creating libjasper.la
(cd .libs && rm -f libjasper.la && ln -s ../libjasper.la libjasper.la)
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper'
Making all in appl
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/appl'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/libjasper/include/jasper
-I../../src/libjasper/include -O -MT jasper.o -MD -MP -MF ".deps/jasper.Tpo"
-c -o jasper.o jasper.c; \
then mv -f ".deps/jasper.Tpo" ".deps/jasper.Po"; else rm -f ".deps/jasper.Tpo";
exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -O -o jasper jasper.o
../libjasper/libjasper.la -lm
mkdir .libs
gcc -O -o jasper jasper.o ../libjasper/.libs/libjasper.a -lm
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/libjasper/include/jasper
-I../../src/libjasper/include -O -MT imgcmp.o -MD -MP -MF ".deps/imgcmp.Tpo"
-c -o imgcmp.o imgcmp.c; \
then mv -f ".deps/imgcmp.Tpo" ".deps/imgcmp.Po"; else rm -f ".deps/imgcmp.Tpo";
exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -O -o imgcmp imgcmp.o
../libjasper/libjasper.la -lm
gcc -O -o imgcmp imgcmp.o ../libjasper/.libs/libjasper.a -lm
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/libjasper/include/jasper
-I../../src/libjasper/include -O -MT imginfo.o -MD -MP -MF
".deps/imginfo.Tpo" -c -o imginfo.o imginfo.c; \
then mv -f ".deps/imginfo.Tpo" ".deps/imginfo.Po"; else rm -f
".deps/imginfo.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -O -o imginfo imginfo.o
../libjasper/libjasper.la -lm
gcc -O -o imginfo imginfo.o ../libjasper/.libs/libjasper.a -lm
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/libjasper/include/jasper
-I../../src/libjasper/include -O -MT tmrdemo.o -MD -MP -MF
".deps/tmrdemo.Tpo" -c -o tmrdemo.o tmrdemo.c; \
then mv -f ".deps/tmrdemo.Tpo" ".deps/tmrdemo.Po"; else rm -f
".deps/tmrdemo.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -O -o tmrdemo tmrdemo.o
../libjasper/libjasper.la -lm
gcc -O -o tmrdemo tmrdemo.o ../libjasper/.libs/libjasper.a -lm
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/appl'
Making all in msvc
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/msvc'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/msvc'
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src'
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1'
Making install in src
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src'
Making install in libjasper
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper'
Making install in include
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include'
Making install in jasper
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include/jasper'
make[9]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include/jasper'
make[9]: Nothing to be done for `install-exec-am'.
test -z "/home/gempak/NAWIPS/os/linux64/include/jasper" || mkdir -p --
"/home/gempak/NAWIPS/os/linux64/include/jasper"
/bin/install -c -m 644 'jasper.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jasper.h'
/bin/install -c -m 644 'jas_config.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_config.h'
/bin/install -c -m 644 'jas_config2.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_config2.h'
/bin/install -c -m 644 'jas_cm.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_cm.h'
/bin/install -c -m 644 'jas_fix.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_fix.h'
/bin/install -c -m 644 'jas_debug.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_debug.h'
/bin/install -c -m 644 'jas_getopt.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_getopt.h'
/bin/install -c -m 644 'jas_icc.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_icc.h'
/bin/install -c -m 644 'jas_image.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_image.h'
/bin/install -c -m 644 'jas_init.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_init.h'
/bin/install -c -m 644 'jas_malloc.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_malloc.h'
/bin/install -c -m 644 'jas_math.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_math.h'
/bin/install -c -m 644 'jas_seq.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_seq.h'
/bin/install -c -m 644 'jas_stream.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_stream.h'
/bin/install -c -m 644 'jas_string.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_string.h'
/bin/install -c -m 644 'jas_tmr.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_tmr.h'
/bin/install -c -m 644 'jas_tvp.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_tvp.h'
/bin/install -c -m 644 'jas_types.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_types.h'
/bin/install -c -m 644 'jas_version.h'
'/home/gempak/NAWIPS/os/linux64/include/jasper/jas_version.h'
make[9]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include/jasper'
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include/jasper'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include'
make[9]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include'
make[9]: Nothing to be done for `install-exec-am'.
make[9]: Nothing to be done for `install-data-am'.
make[9]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include'
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/include'
Making install in base
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/base'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/base'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/base'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/base'
Making install in bmp
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/bmp'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/bmp'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/bmp'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/bmp'
Making install in jp2
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jp2'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jp2'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jp2'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jp2'
Making install in jpc
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jpc'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jpc'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jpc'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jpc'
Making install in jpg
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jpg'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jpg'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jpg'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/jpg'
Making install in mif
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/mif'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/mif'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/mif'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/mif'
Making install in pgx
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/pgx'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/pgx'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/pgx'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/pgx'
Making install in pnm
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/pnm'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/pnm'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/pnm'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/pnm'
Making install in ras
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/ras'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/ras'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/ras'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper/ras'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper'
make[8]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper'
test -z "/home/gempak/NAWIPS/os/linux64/lib" || mkdir -p --
"/home/gempak/NAWIPS/os/linux64/lib"
/bin/sh ../../libtool --mode=install /bin/install -c 'libjasper.la'
'/home/gempak/NAWIPS/os/linux64/lib/libjasper.la'
/bin/install -c .libs/libjasper.lai
/home/gempak/NAWIPS/os/linux64/lib/libjasper.la
/bin/install -c .libs/libjasper.a /home/gempak/NAWIPS/os/linux64/lib/libjasper.a
chmod 644 /home/gempak/NAWIPS/os/linux64/lib/libjasper.a
ranlib /home/gempak/NAWIPS/os/linux64/lib/libjasper.a
PATH="$PATH:/sbin" ldconfig -n /home/gempak/NAWIPS/os/linux64/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/gempak/NAWIPS/os/linux64/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/libjasper'
Making install in appl
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/appl'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/appl'
test -z "/home/gempak/NAWIPS/os/linux64/bin" || mkdir -p --
"/home/gempak/NAWIPS/os/linux64/bin"
/bin/sh ../../libtool --mode=install /bin/install -c 'jasper'
'/home/gempak/NAWIPS/os/linux64/bin/jasper'
/bin/install -c jasper /home/gempak/NAWIPS/os/linux64/bin/jasper
/bin/sh ../../libtool --mode=install /bin/install -c 'imgcmp'
'/home/gempak/NAWIPS/os/linux64/bin/imgcmp'
/bin/install -c imgcmp /home/gempak/NAWIPS/os/linux64/bin/imgcmp
/bin/sh ../../libtool --mode=install /bin/install -c 'imginfo'
'/home/gempak/NAWIPS/os/linux64/bin/imginfo'
/bin/install -c imginfo /home/gempak/NAWIPS/os/linux64/bin/imginfo
/bin/sh ../../libtool --mode=install /bin/install -c 'tmrdemo'
'/home/gempak/NAWIPS/os/linux64/bin/tmrdemo'
/bin/install -c tmrdemo /home/gempak/NAWIPS/os/linux64/bin/tmrdemo
test -z "/home/gempak/NAWIPS/os/linux64/share/man/man1" || mkdir -p --
"/home/gempak/NAWIPS/os/linux64/share/man/man1"
/bin/install -c -m 644 './imgcmp.1'
'/home/gempak/NAWIPS/os/linux64/share/man/man1/imgcmp.1'
/bin/install -c -m 644 './imginfo.1'
'/home/gempak/NAWIPS/os/linux64/share/man/man1/imginfo.1'
/bin/install -c -m 644 './jasper.1'
'/home/gempak/NAWIPS/os/linux64/share/man/man1/jasper.1'
/bin/install -c -m 644 './jiv.1'
'/home/gempak/NAWIPS/os/linux64/share/man/man1/jiv.1'
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/appl'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/appl'
Making install in msvc
make[6]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/msvc'
make[7]: Entering directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/msvc'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/msvc'
make[6]: Leaving directory
`/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src/msvc'
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src'
make[7]: Entering directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src'
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1/src'
make[5]: Entering directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1'
make[6]: Entering directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1'
make[5]: Leaving directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1'
make[4]: Leaving directory `/home/gempak/GEMPAK7/extlibs/JasPer/v1.900.1'
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/JasPer'
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/JasPer'
making in /home/gempak/GEMPAK7/extlibs/NDFD
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/NDFD'
making all in /home/gempak/GEMPAK7/extlibs/NDFD/mdlg2dec
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/NDFD/mdlg2dec'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
boundary.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
endomess.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ierx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
locpos.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdieee.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c timpr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unboustro.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unearth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_azimuth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_cmplx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_cylinder.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_endian.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_equator.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_grib2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_lambert.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_mercator.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_orthographic.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_polster.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_refer.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_sect0.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_sect1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_sect2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_sect3.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_sect4.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_sect5.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_sect6.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_sect7.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_smple.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_temp40.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_temp41.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_temp42.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_temp420.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_temp430.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_temp48.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_temp49.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpk_trace.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpkbg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpkbmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpkcmbm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpklx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpklxbm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpkoo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpkpo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpkps.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
unpksecdif.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c unpk_swap.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/mdlg2dec.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/mdlg2dec.a
a - boundary.o
a - endomess.o
a - ierx.o
a - locpos.o
a - rdieee.o
a - timpr.o
a - unboustro.o
a - unearth.o
a - unpk_azimuth.o
a - unpkbg.o
a - unpkbmap.o
a - unpkcmbm.o
a - unpk_cmplx.o
a - unpk_cylinder.o
a - unpk_endian.o
a - unpk_equator.o
a - unpk_grib2.o
a - unpk_lambert.o
a - unpklxbm.o
a - unpklx.o
a - unpk_mercator.o
a - unpkoo.o
a - unpk_orthographic.o
a - unpk_polster.o
a - unpkpo.o
a - unpkps.o
a - unpk_refer.o
a - unpksecdif.o
a - unpk_sect0.o
a - unpk_sect1.o
a - unpk_sect2.o
a - unpk_sect3.o
a - unpk_sect4.o
a - unpk_sect5.o
a - unpk_sect6.o
a - unpk_sect7.o
a - unpk_smple.o
a - unpk_swap.o
a - unpk_temp40.o
a - unpk_temp41.o
a - unpk_temp420.o
a - unpk_temp42.o
a - unpk_temp430.o
a - unpk_temp48.o
a - unpk_temp49.o
a - unpk_trace.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/NDFD/mdlg2dec'
making all in /home/gempak/GEMPAK7/extlibs/NDFD/mdlg2enc
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/NDFD/mdlg2enc'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
boustro_flt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
boustro_int.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
check_flt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
check_int.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c earth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c flr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flt_map.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
fmkieee.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
int_map.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
length.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pack_gp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pack_opt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_azimuth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_bmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c pk_c7.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_cmplx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_cylinder.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_endian.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_equator.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_grib2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_lambert.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_mercator.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_missp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_nomiss.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_orthographic.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_polster.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c pk_s7.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_sect0.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_sect1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_sect2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_sect3.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_sect4.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_sect5.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_sect6.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_sect7.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_sect8.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_smple.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_temp40.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_temp41.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_temp42.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_temp420.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_temp430.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_temp48.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_temp49.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pk_trace.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c pkbg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prep_flt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prep_int.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prep_noval.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prep_sect2_int.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prep_sect2_real.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c prepr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
reduce.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c timpr.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pk_swap.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/mdlg2enc.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/mdlg2enc.a
a - boustro_flt.o
a - boustro_int.o
a - check_flt.o
a - check_int.o
a - earth.o
a - flr.o
a - flt_map.o
a - fmkieee.o
a - int_map.o
a - length.o
a - pack_gp.o
a - pack_opt.o
a - pk_azimuth.o
a - pkbg.o
a - pk_bmap.o
a - pk_c7.o
a - pk_cmplx.o
a - pk_cylinder.o
a - pk_endian.o
a - pk_equator.o
a - pk_grib2.o
a - pk_lambert.o
a - pk_mercator.o
a - pk_missp.o
a - pk_nomiss.o
a - pk_orthographic.o
a - pk_polster.o
a - pk_s7.o
a - pk_sect0.o
a - pk_sect1.o
a - pk_sect2.o
a - pk_sect3.o
a - pk_sect4.o
a - pk_sect5.o
a - pk_sect6.o
a - pk_sect7.o
a - pk_sect8.o
a - pk_smple.o
a - pk_swap.o
a - pk_temp40.o
a - pk_temp41.o
a - pk_temp420.o
a - pk_temp42.o
a - pk_temp430.o
a - pk_temp48.o
a - pk_temp49.o
a - pk_trace.o
a - prep_flt.o
a - prep_int.o
a - prep_noval.o
a - prepr.o
a - prep_sect2_int.o
a - prep_sect2_real.o
a - reduce.o
a - timpr.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/NDFD/mdlg2enc'
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/NDFD'
making in /home/gempak/GEMPAK7/extlibs/SHAPE
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/SHAPE'
making all in /home/gempak/GEMPAK7/extlibs/SHAPE/libshp
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/SHAPE/v1.2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dbfopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpopen.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/libshp.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/libshp.a
a - dbfopen.o
a - shpopen.o
rm -f *.o
updated /home/gempak/NAWIPS/os/linux64/include/shapefil.h
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/SHAPE/v1.2'
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/SHAPE'
making in /home/gempak/GEMPAK7/extlibs/GAMET
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/GAMET'
making all in /home/gempak/GEMPAK7/extlibs/GAMET/gametlib
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/GAMET/v1.6'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gamet.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/libGAMET.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/libGAMET.a
a - gamet.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/GAMET/v1.6'
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/GAMET'
making in /home/gempak/GEMPAK7/extlibs/rsl
make[2]: Entering directory `/home/gempak/GEMPAK7/extlibs/rsl'
/home/gempak/GEMPAK7/extlibs/rsl/src
make[3]: Entering directory `/home/gempak/GEMPAK7/extlibs/rsl/src'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
cappi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
carpi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
cube.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
endian.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
gzip.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
image_gen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
interp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
prune.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
radar.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
range.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
ray_indexes.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
sort_rays.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
uf_to_radar.c
uf_to_radar.c: In function â??uf_into_radarâ??:
uf_to_radar.c:342:8: warning: passing argument 1 of â??strlenâ?? from
incompatible pointer type [enabled by default]
if (strncmp(uf_lu,"ZA",2) == 0 || strncmp(uf_lu,"AZ",2) == 0)
^
In file included from uf_to_radar.c:24:0:
/usr/include/string.h:395:15: note: expected â??const char *â?? but argument is
of type â??short int *â??
extern size_t strlen (const char *__s)
^
uf_to_radar.c:342:8: warning: passing argument 1 of â??strlenâ?? from
incompatible pointer type [enabled by default]
if (strncmp(uf_lu,"ZA",2) == 0 || strncmp(uf_lu,"AZ",2) == 0)
^
In file included from uf_to_radar.c:24:0:
/usr/include/string.h:395:15: note: expected â??const char *â?? but argument is
of type â??short int *â??
extern size_t strlen (const char *__s)
^
uf_to_radar.c:342:8: warning: passing argument 1 of â??__builtin_strcmpâ?? from
incompatible pointer type [enabled by default]
if (strncmp(uf_lu,"ZA",2) == 0 || strncmp(uf_lu,"AZ",2) == 0)
^
uf_to_radar.c:342:8: note: expected â??const char *â?? but argument is of type
â??short int *â??
uf_to_radar.c:342:8: warning: passing argument 1 of â??strlenâ?? from
incompatible pointer type [enabled by default]
In file included from uf_to_radar.c:24:0:
/usr/include/string.h:395:15: note: expected â??const char *â?? but argument is
of type â??short int *â??
extern size_t strlen (const char *__s)
^
uf_to_radar.c:342:8: warning: passing argument 1 of â??__builtin_strcmpâ?? from
incompatible pointer type [enabled by default]
if (strncmp(uf_lu,"ZA",2) == 0 || strncmp(uf_lu,"AZ",2) == 0)
^
uf_to_radar.c:342:8: note: expected â??const char *â?? but argument is of type
â??short int *â??
uf_to_radar.c:342:8: warning: passing argument 1 of â??__builtin_strcmpâ?? from
incompatible pointer type [enabled by default]
uf_to_radar.c:342:8: note: expected â??const char *â?? but argument is of type
â??short int *â??
uf_to_radar.c:342:8: warning: passing argument 1 of â??__builtin_strcmpâ?? from
incompatible pointer type [enabled by default]
uf_to_radar.c:342:8: note: expected â??const char *â?? but argument is of type
â??short int *â??
uf_to_radar.c:342:8: warning: passing argument 1 of â??strncmpâ?? from
incompatible pointer type [enabled by default]
In file included from uf_to_radar.c:24:0:
/usr/include/string.h:143:12: note: expected â??const char *â?? but argument is
of type â??short int *â??
extern int strncmp (const char *__s1, const char *__s2, size_t __n)
^
uf_to_radar.c:342:8: warning: passing argument 1 of â??strlenâ?? from
incompatible pointer type [enabled by default]
if (strncmp(uf_lu,"ZA",2) == 0 || strncmp(uf_lu,"AZ",2) == 0)
^
In file included from uf_to_radar.c:24:0:
/usr/include/string.h:395:15: note: expected â??const char *â?? but argument is
of type â??short int *â??
extern size_t strlen (const char *__s)
^
uf_to_radar.c:342:8: warning: passing argument 1 of â??strlenâ?? from
incompatible pointer type [enabled by default]
if (strncmp(uf_lu,"ZA",2) == 0 || strncmp(uf_lu,"AZ",2) == 0)
^
In file included from uf_to_radar.c:24:0:
/usr/include/string.h:395:15: note: expected â??const char *â?? but argument is
of type â??short int *â??
extern size_t strlen (const char *__s)
^
uf_to_radar.c:342:8: warning: passing argument 1 of â??__builtin_strcmpâ?? from
incompatible pointer type [enabled by default]
if (strncmp(uf_lu,"ZA",2) == 0 || strncmp(uf_lu,"AZ",2) == 0)
^
uf_to_radar.c:342:8: note: expected â??const char *â?? but argument is of type
â??short int *â??
uf_to_radar.c:342:8: warning: passing argument 1 of â??strlenâ?? from
incompatible pointer type [enabled by default]
In file included from uf_to_radar.c:24:0:
/usr/include/string.h:395:15: note: expected â??const char *â?? but argument is
of type â??short int *â??
extern size_t strlen (const char *__s)
^
uf_to_radar.c:342:8: warning: passing argument 1 of â??__builtin_strcmpâ?? from
incompatible pointer type [enabled by default]
if (strncmp(uf_lu,"ZA",2) == 0 || strncmp(uf_lu,"AZ",2) == 0)
^
uf_to_radar.c:342:8: note: expected â??const char *â?? but argument is of type
â??short int *â??
uf_to_radar.c:342:8: warning: passing argument 1 of â??__builtin_strcmpâ?? from
incompatible pointer type [enabled by default]
uf_to_radar.c:342:8: note: expected â??const char *â?? but argument is of type
â??short int *â??
uf_to_radar.c:342:8: warning: passing argument 1 of â??__builtin_strcmpâ?? from
incompatible pointer type [enabled by default]
uf_to_radar.c:342:8: note: expected â??const char *â?? but argument is of type
â??short int *â??
uf_to_radar.c:342:8: warning: passing argument 1 of â??strncmpâ?? from
incompatible pointer type [enabled by default]
In file included from uf_to_radar.c:24:0:
/usr/include/string.h:143:12: note: expected â??const char *â?? but argument is
of type â??short int *â??
extern int strncmp (const char *__s1, const char *__s2, size_t __n)
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
volume.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
wsr88d.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
wsr88d_get_site.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -I../include -c
wsr88d_to_radar.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/rsl.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/rsl.a
a - cappi.o
a - carpi.o
a - cube.o
a - endian.o
a - gzip.o
a - image_gen.o
a - interp.o
a - prune.o
a - radar.o
a - range.o
a - ray_indexes.o
a - sort_rays.o
a - uf_to_radar.o
a - volume.o
a - wsr88d_get_site.o
a - wsr88d.o
a - wsr88d_to_radar.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/extlibs/rsl/src'
make[2]: Leaving directory `/home/gempak/GEMPAK7/extlibs/rsl'
make[1]: Leaving directory `/home/gempak/GEMPAK7/extlibs'
Making all in /home/gempak/GEMPAK7/gempak
make[1]: Entering directory `/home/gempak/GEMPAK7/gempak'
making in /home/gempak/GEMPAK7/gempak/source
make[2]: Entering directory `/home/gempak/GEMPAK7/gempak/source'
Making all in /home/gempak/GEMPAK7/gempak/source/nxmlib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/nxmlib'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c spfclnup.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c spfclose.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c spfcreate.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c spfgtfld.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c spfinit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c spfload.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c spfopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c spfread.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c spfwrite.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NuiColorInit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmBusy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmBxmBtn.c
NxmBxmBtn.c: In function â??NxmBxmBtn_initScreenâ??:
NxmBxmBtn.c:1197:19: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if ( _bxmDpth == (int)NULL )
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmClose.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmClrW.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmColorBar.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmColorBlink.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmColorEdit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmColorNameLists.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmColorPalette.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmColorSliders.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmColorTable.c
NxmColorTable.c: In function â??_NxmColTabSaveCallbackâ??:
NxmColorTable.c:466:28: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if (filename[0] != (char)NULL){
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmColrP.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmConfirm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmCtlBtn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmCursor.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmDwell.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmEnhw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmErr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmExit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmGeneric.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmGif.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmGmpk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmHelp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmInitialize.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmLabel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmLineA.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmLoopPanel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmMarkA.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmMenuPulldown.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmPrompt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmPrt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmPushBtnMenu.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmResCheck.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmResources.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmScaleA.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmTxtIn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmVersShowTitle.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmVolcano.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c NxmWarn.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/Nxmlib.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/Nxmlib.a
a - NuiColorInit.o
a - NxmBusy.o
a - NxmBxmBtn.o
a - NxmClose.o
a - NxmClrW.o
a - NxmColorBar.o
a - NxmColorBlink.o
a - NxmColorEdit.o
a - NxmColorNameLists.o
a - NxmColorPalette.o
a - NxmColorSliders.o
a - NxmColorTable.o
a - NxmColrP.o
a - NxmConfirm.o
a - NxmCtlBtn.o
a - NxmCursor.o
a - NxmDwell.o
a - NxmEnhw.o
a - NxmErr.o
a - NxmExit.o
a - NxmGeneric.o
a - NxmGif.o
a - NxmGmpk.o
a - NxmHelp.o
a - NxmInitialize.o
a - NxmLabel.o
a - NxmLineA.o
a - NxmLoopPanel.o
a - NxmMarkA.o
a - NxmMenuPulldown.o
a - NxmPrompt.o
a - NxmPrt.o
a - NxmPushBtnMenu.o
a - NxmResCheck.o
a - NxmResources.o
a - NxmScaleA.o
a - NxmTxtIn.o
a - NxmVersShowTitle.o
a - NxmVolcano.o
a - NxmWarn.o
a - spfclnup.o
a - spfclose.o
a - spfcreate.o
a - spfgtfld.o
a - spfinit.o
a - spfload.o
a - spfopen.o
a - spfread.o
a - spfwrite.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/nxmlib'
Making all in /home/gempak/GEMPAK7/gempak/source/appl
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/appl'
making all in /home/gempak/GEMPAK7/gempak/source/appl/access
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/appl/access'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gendp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ginitp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqmode.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsmode.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/appl.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/appl.a
a - gendp.o
a - ginitp.o
a - gqmode.o
a - gsmode.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/appl/access'
making all in /home/gempak/GEMPAK7/gempak/source/appl/attribute
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/appl/attribute'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqarrw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqbarb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqcmbo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqctyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqcvsc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqdarr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqdash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqfrnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqhash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqicng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqlpat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqmrkr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqptnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqpwth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqrduc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqsizd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gqsky.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqsmth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqspcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqspln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqsysz.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqtext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqturb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqwthr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsarrw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsbarb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gscmbo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gscntr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsctyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsdarr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsdash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsfrnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gshash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsicng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gslpat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsmrkr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsptnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gspwth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsrduc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gssky.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gssmth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsspcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsspln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gstext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gstick.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsturb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gswthr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/appl.a *.o
a - gqarrw.o
a - gqbarb.o
a - gqcmbo.o
a - gqctyp.o
a - gqcvsc.o
a - gqdarr.o
a - gqdash.o
a - gqdatt.o
a - gqfill.o
a - gqfrnt.o
a - gqhash.o
a - gqicng.o
a - gqline.o
a - gqlpat.o
a - gqmrkr.o
a - gqptnd.o
a - gqpwth.o
a - gqrduc.o
a - gqsizd.o
a - gqsky.o
a - gqsmth.o
a - gqspcl.o
a - gqspln.o
a - gqsysz.o
a - gqtext.o
a - gqturb.o
a - gqwthr.o
a - gsarrw.o
a - gsbarb.o
a - gscmbo.o
a - gscntr.o
a - gsctyp.o
a - gsdarr.o
a - gsdash.o
a - gsfill.o
a - gsfrnt.o
a - gshash.o
a - gsicng.o
a - gsline.o
a - gslpat.o
a - gsmrkr.o
a - gsptnd.o
a - gspwth.o
a - gsrduc.o
a - gssky.o
a - gssmth.o
a - gsspcl.o
a - gsspln.o
a - gstext.o
a - gstick.o
a - gsturb.o
a - gswthr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/appl/attribute'
making all in /home/gempak/GEMPAK7/gempak/source/appl/bounds
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/appl/bounds'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gqbnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqview.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsview.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/appl.a *.o
a - gqbnd.o
a - gqview.o
a - gsview.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/appl/bounds'
making all in /home/gempak/GEMPAK7/gempak/source/appl/color
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/appl/color'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqclr2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqclrs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqcolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqcomp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqncol.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsbrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gscint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsclr2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gscnam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gscolb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gscolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gscrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsctbl.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/appl.a *.o
a - gqclr2.o
a - gqclrs.o
a - gqcolr.o
a - gqcomp.o
a - gqncol.o
a - gsbrgb.o
a - gscint.o
a - gsclr2.o
a - gscnam.o
a - gscolb.o
a - gscolr.o
a - gscrgb.o
a - gsctbl.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/appl/color'
making all in /home/gempak/GEMPAK7/gempak/source/appl/control
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/appl/control'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gclear.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gclosp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gclpnl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gegrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
genanm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
geplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggsave.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggtpnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gloopc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gmesg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gqdev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c groam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsdeva.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gsgrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsgtgn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gslwin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsroam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gstanm.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/appl.a *.o
a - gclear.o
a - gclosp.o
a - gclpnl.o
a - gegrp.o
a - genanm.o
a - geplot.o
a - ggsave.o
a - ggtpnt.o
a - gloopc.o
a - gmesg.o
a - gqdev.o
a - groam.o
a - gsdeva.o
a - gsgrp.o
a - gsgtgn.o
a - gslwin.o
a - gsplot.o
a - gsroam.o
a - gstanm.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/appl/control'
making all in /home/gempak/GEMPAK7/gempak/source/appl/curve
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/appl/curve'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gcurve.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gcyevl.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/appl.a *.o
a - gcurve.o
a - gcyevl.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/appl/curve'
making all in /home/gempak/GEMPAK7/gempak/source/appl/graph
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/appl/graph'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gaaxis.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdaxis.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqgmgn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqgraf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsgmgn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsgraf.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/appl.a *.o
a - gaaxis.o
a - gdaxis.o
a - gqgmgn.o
a - gqgraf.o
a - gsgmgn.o
a - gsgraf.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/appl/graph'
making all in /home/gempak/GEMPAK7/gempak/source/appl/grid
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/appl/grid'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqggrf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqgmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqgprj.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsggrf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsgmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsgprj.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/appl.a *.o
a - gqggrf.o
a - gqgmap.o
a - gqgprj.o
a - gsggrf.o
a - gsgmap.o
a - gsgprj.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/appl/grid'
making all in /home/gempak/GEMPAK7/gempak/source/appl/map
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/appl/map'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqmmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqmmgn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqmprj.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsmmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsmmgn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsmprj.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/appl.a *.o
a - gqmmap.o
a - gqmmgn.o
a - gqmprj.o
a - gsmmap.o
a - gsmmgn.o
a - gsmprj.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/appl/map'
making all in /home/gempak/GEMPAK7/gempak/source/appl/plot
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/appl/plot'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c garrw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c garc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gbarb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gcircl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gcmbo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gctyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gdarr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gfrnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ghash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gicng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c glogo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gmark.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gptnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gpwth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gsky.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gspcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gspln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gtext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gtextc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gturb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gtxsy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gwthr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/appl.a *.o
a - garc.o
a - garrw.o
a - gbarb.o
a - gcircl.o
a - gcmbo.o
a - gctyp.o
a - gdarr.o
a - gfill.o
a - gfrnt.o
a - ghash.o
a - gicng.o
a - gline.o
a - glogo.o
a - gmark.o
a - gptnd.o
a - gpwth.o
a - gsky.o
a - gspcl.o
a - gspln.o
a - gtextc.o
a - gtext.o
a - gturb.o
a - gtxsy.o
a - gwthr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/appl/plot'
making all in /home/gempak/GEMPAK7/gempak/source/appl/satellite
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/appl/satellite'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqsatn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsatim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsatmg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsatpx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsicmn.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/appl.a *.o
a - gqsatn.o
a - gsatim.o
a - gsatmg.o
a - gsatpx.o
a - gsicmn.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/appl/satellite'
making all in /home/gempak/GEMPAK7/gempak/source/appl/transform
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/appl/transform'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gptvis.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gtrans.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/appl.a *.o
a - gptvis.o
a - gtrans.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/appl/transform'
making all in /home/gempak/GEMPAK7/gempak/source/appl/utility
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/appl/utility'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdrgrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdrmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
getmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gplbnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqmfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsmfil.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/appl.a *.o
a - gdrgrd.o
a - gdrmap.o
a - getmap.o
a - gplbnd.o
a - gqmfil.o
a - gsmfil.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/appl/utility'
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/appl'
Making all in /home/gempak/GEMPAK7/gempak/source/ncepUT
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/ncepUT'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dbn_bufr.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ut85dy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utbfci.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utbfms.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utbfpa.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utbfpm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utbfpw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utbfri.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utbkgp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utbmri.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utc2r8.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utcbs3.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utcibf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utcurr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utemsg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utiwbf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utmdqi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utmdri.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utqibf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utr82c.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utribf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utribm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utsec3.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
utwbfr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/libncepUT.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/libncepUT.a
a - dbn_bufr.o
a - ut85dy.o
a - utbfci.o
a - utbfms.o
a - utbfpa.o
a - utbfpm.o
a - utbfpw.o
a - utbfri.o
a - utbkgp.o
a - utbmri.o
a - utc2r8.o
a - utcbs3.o
a - utcibf.o
a - utcurr.o
a - utemsg.o
a - utiwbf.o
a - utmdqi.o
a - utmdri.o
a - utqibf.o
a - utr82c.o
a - utribf.o
a - utribm.o
a - utsec3.o
a - utwbfr.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/ncepUT'
Making all in /home/gempak/GEMPAK7/gempak/source/syslib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/syslib'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gget.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ggetb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ggetc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggetnw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ggetr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
giproc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gput.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gputb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gputc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gputr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c grecv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gsend.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsfree.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsgrab.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsproc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ccheck.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cendmq.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgetmq.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ciproc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cigetq.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cnsleep.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crecv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c csend.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c csfree.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c csgrab.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c csproc.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/syslib.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/syslib.a
a - ccheck.o
a - cendmq.o
a - cgetmq.o
a - cigetq.o
a - ciproc.o
a - cnsleep.o
a - crecv.o
a - csend.o
a - csfree.o
a - csgrab.o
a - csproc.o
a - ggetb.o
a - ggetc.o
a - ggetnw.o
a - gget.o
a - ggetr.o
a - giproc.o
a - gputb.o
a - gputc.o
a - gput.o
a - gputr.o
a - grecv.o
a - gsend.o
a - gsfree.o
a - gsgrab.o
a - gsproc.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/syslib'
Making all in /home/gempak/GEMPAK7/gempak/source/device
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/device'
making all in /home/gempak/GEMPAK7/gempak/source/device/access
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/device/access'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dendd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
devent.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dinita.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dinitp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dqdchr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/device.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/device.a
a - dendd.o
a - devent.o
a - dinita.o
a - dinit.o
a - dinitp.o
a - dqdchr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/device/access'
making all in /home/gempak/GEMPAK7/gempak/source/device/attribute
make[4]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/device/attribute'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dqdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dqlpat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsarrw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsbarb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dscmbo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsctyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsdarr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsdash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsfrnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dshash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsicng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dslpat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsmrkr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsptnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dspwth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsrduc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dssky.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dssmth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsspcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsspln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dstext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsturb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dswthr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/device.a *.o
a - dqdatt.o
a - dqlpat.o
a - dsarrw.o
a - dsbarb.o
a - dscmbo.o
a - dsctyp.o
a - dsdarr.o
a - dsdash.o
a - dsdatt.o
a - dsfill.o
a - dsfrnt.o
a - dshash.o
a - dsicng.o
a - dsline.o
a - dslpat.o
a - dsmrkr.o
a - dsptnd.o
a - dspwth.o
a - dsrduc.o
a - dssky.o
a - dssmth.o
a - dsspcl.o
a - dsspln.o
a - dstext.o
a - dsturb.o
a - dswthr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/device/attribute'
making all in /home/gempak/GEMPAK7/gempak/source/device/color
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/device/color'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dqclrs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dqcomp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsbrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dscint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsclr2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dscnam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dscolb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dscolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dscrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsctbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ictabl.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/device.a *.o
a - dqclrs.o
a - dqcomp.o
a - dsbrgb.o
a - dscint.o
a - dsclr2.o
a - dscnam.o
a - dscolb.o
a - dscolr.o
a - dscrgb.o
a - dsctbl.o
a - ictabl.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/device/color'
making all in /home/gempak/GEMPAK7/gempak/source/device/control
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/device/control'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dclear.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dclosp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dclpnl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c degrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
denanm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
deplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgsave.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgtpnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dloopc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dmesg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dqdev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c droam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dsgrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsgtgn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dslwin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsroam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dstanm.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/device.a *.o
a - dclear.o
a - dclosp.o
a - dclpnl.o
a - degrp.o
a - denanm.o
a - deplot.o
a - dgsave.o
a - dgtpnt.o
a - dloopc.o
a - dmesg.o
a - dqdev.o
a - droam.o
a - dsgrp.o
a - dsgtgn.o
a - dslwin.o
a - dsplot.o
a - dsroam.o
a - dstanm.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/device/control'
making all in /home/gempak/GEMPAK7/gempak/source/device/curve
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/device/curve'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcgaus.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
despln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgauss.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmatrx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsplin.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/device.a *.o
a - dcgaus.o
a - despln.o
a - dgauss.o
a - dmatrx.o
a - dsplin.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/device/curve'
making all in /home/gempak/GEMPAK7/gempak/source/device/draw
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/device/draw'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c iarc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c iarrw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ibarb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c icirc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c iclip.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ictyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c idash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c idraw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ifill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c iicng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ikink.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c iline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c imark.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c inoaa.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c inws.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipatln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c iptnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ipwth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c iquad.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c isky.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ispcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ispln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c isymb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
itext1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
itext2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
itext3.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iticmk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c itrif.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c iturb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
itxccf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
itxbox.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
itxgfa.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
itxmlv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c itxsy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c iwthr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/device.a *.o
a - iarc.o
a - iarrw.o
a - ibarb.o
a - icirc.o
a - iclip.o
a - ictyp.o
a - idash.o
a - idraw.o
a - ifill.o
a - iicng.o
a - ikink.o
a - iline.o
a - imark.o
a - inoaa.o
a - inws.o
a - ipatln.o
a - iptnd.o
a - ipwth.o
a - iquad.o
a - isky.o
a - ispcl.o
a - ispln.o
a - isymb.o
a - itext1.o
a - itext2.o
a - itext3.o
a - iticmk.o
a - itrif.o
a - iturb.o
a - itxbox.o
a - itxccf.o
a - itxgfa.o
a - itxmlv.o
a - itxsy.o
a - iwthr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/device/draw'
making all in /home/gempak/GEMPAK7/gempak/source/device/plot
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/device/plot'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c darc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c darrw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dbarb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcircl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dcmbo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcrvtxt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dctyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ddarr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dfrnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dhash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dicng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dlogo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dmark.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dptnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dpwth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dsky.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dspcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dspln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dtext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dtextc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dticmk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dturb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dtxsy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dwthr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/device.a *.o
a - darc.o
a - darrw.o
a - dbarb.o
a - dcircl.o
a - dcmbo.o
a - dcrvtxt.o
a - dctyp.o
a - ddarr.o
a - dfill.o
a - dfrnt.o
a - dhash.o
a - dicng.o
a - dline.o
a - dlogo.o
a - dmark.o
a - dptnd.o
a - dpwth.o
a - dsky.o
a - dspcl.o
a - dspln.o
a - dtextc.o
a - dtext.o
a - dticmk.o
a - dturb.o
a - dtxsy.o
a - dwthr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/device/plot'
making all in /home/gempak/GEMPAK7/gempak/source/device/satellite
make[4]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/device/satellite'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsatim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsatpx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsicmn.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/device.a *.o
a - dsatim.o
a - dsatpx.o
a - dsicmn.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/device/satellite'
making all in /home/gempak/GEMPAK7/gempak/source/device/window
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/device/window'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsclip.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dswndw.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/device.a *.o
a - dsclip.o
a - dswndw.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/device/window'
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/device'
Making all in /home/gempak/GEMPAK7/gempak/source/textlib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/textlib'
making all in /home/gempak/GEMPAK7/gempak/source/textlib/airmet
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/textlib/airmet'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c afapplyattr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c afarearules.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c afbounds.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c afconditions.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c afcreate.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c afcrtfbba.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c afdisplay.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c affmtxml.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c affrom.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c affzlvl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
afgetairmetxml.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c afgroups.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c afreducepts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c afutils.c
afutils.c: In function â??af_checkMtObscStatesâ??:
afutils.c:913:19: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
while( ptr != ( char )NULL ) {
^
afutils.c:913:16: warning: comparison between pointer and integer [enabled by
default]
while( ptr != ( char )NULL ) {
^
ar rv /home/gempak/NAWIPS/os/linux64/lib/textlib.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/textlib.a
a - afapplyattr.o
a - afarearules.o
a - afbounds.o
a - afconditions.o
a - afcreate.o
a - afcrtfbba.o
a - afdisplay.o
a - affmtxml.o
a - affrom.o
a - affzlvl.o
a - afgetairmetxml.o
a - afgroups.o
a - afreducepts.o
a - afutils.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/textlib/airmet'
making all in /home/gempak/GEMPAK7/gempak/source/textlib/bfr
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/textlib/bfr'
gcc -O -DNO_MSG_IPC -ansi -DUNDERSCORE -DLinux
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I/usr/X11R6/include -I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC
-g -c bfrcld.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from bfrcld.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -O -DNO_MSG_IPC -ansi -DUNDERSCORE -DLinux
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I/usr/X11R6/include -I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC
-g -c bfrfrt.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from bfrfrt.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -O -DNO_MSG_IPC -ansi -DUNDERSCORE -DLinux
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I/usr/X11R6/include -I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC
-g -c bfrjet.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from bfrjet.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -O -DNO_MSG_IPC -ansi -DUNDERSCORE -DLinux
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I/usr/X11R6/include -I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC
-g -c bfrmake.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from bfrmake.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -O -DNO_MSG_IPC -ansi -DUNDERSCORE -DLinux
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I/usr/X11R6/include -I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC
-g -c bfrmcld.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from bfrmcld.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -O -DNO_MSG_IPC -ansi -DUNDERSCORE -DLinux
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I/usr/X11R6/include -I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC
-g -c bfrrdfxy.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from bfrrdfxy.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -O -DNO_MSG_IPC -ansi -DUNDERSCORE -DLinux
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I/usr/X11R6/include -I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC
-g -c bfrrdmt.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from bfrrdmt.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -O -DNO_MSG_IPC -ansi -DUNDERSCORE -DLinux
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I/usr/X11R6/include -I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC
-g -c bfrtrp.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from bfrtrp.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -O -DNO_MSG_IPC -ansi -DUNDERSCORE -DLinux
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I/usr/X11R6/include -I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC
-g -c bfrtur.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from bfrtur.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -O -DNO_MSG_IPC -ansi -DUNDERSCORE -DLinux
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I/usr/X11R6/include -I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC
-g -c bfrvts.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from bfrvts.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
ar rv /home/gempak/NAWIPS/os/linux64/lib/textlib.a *.o
a - bfrcld.o
a - bfrfrt.o
a - bfrjet.o
a - bfrmake.o
a - bfrmcld.o
a - bfrrdfxy.o
a - bfrrdmt.o
a - bfrtrp.o
a - bfrtur.o
a - bfrvts.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/textlib/bfr'
making all in /home/gempak/GEMPAK7/gempak/source/textlib/cas
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/textlib/cas'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c casclos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c casopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c casrdcld.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c casrdfrt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c casrdhdr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c casrdjets.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c casrdmcld.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c casrdstm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c casrdtrop.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c casrdturb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c casrdvlrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c caswrcld.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c caswrfrt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c caswrjets.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c caswrmcld.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c caswrmhdr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c caswrstm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c caswrtrop.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c caswrturb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c caswrvlrd.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
a - casclos.o
a - casopen.o
a - casrdcld.o
a - casrdfrt.o
a - casrdhdr.o
a - casrdjets.o
a - casrdmcld.o
a - casrdstm.o
a - casrdtrop.o
a - casrdturb.o
a - casrdvlrd.o
a - caswrcld.o
a - caswrfrt.o
a - caswrjets.o
a - caswrmcld.o
a - caswrmhdr.o
a - caswrstm.o
a - caswrtrop.o
a - caswrturb.o
a - caswrvlrd.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/textlib/cas'
making all in /home/gempak/GEMPAK7/gempak/source/textlib/uka
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/textlib/uka'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ukagrpchk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ukajtin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ukajtsp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ukaptcld.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ukaptfrt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ukaptjet.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ukaptmcld.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ukaptrad.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ukaptstm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ukapttrp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ukapttur.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ukaptvol.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/textlib.a *.o
a - ukagrpchk.o
a - ukajtin.o
a - ukajtsp.o
a - ukaptcld.o
a - ukaptfrt.o
a - ukaptjet.o
a - ukaptmcld.o
a - ukaptrad.o
a - ukaptstm.o
a - ukapttrp.o
a - ukapttur.o
a - ukaptvol.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/textlib/uka'
making all in /home/gempak/GEMPAK7/gempak/source/textlib/utl
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/textlib/utl'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utlampm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utlavcd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utlctim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utlgdat.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utlgdwk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utlgmon.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utlgname.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utlgtod.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utlivet.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utltomin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utlugcp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utlwfos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utlwnmst.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/textlib.a *.o
a - utlampm.o
a - utlavcd.o
a - utlctim.o
a - utlgdat.o
a - utlgdwk.o
a - utlgmon.o
a - utlgname.o
a - utlgtod.o
a - utlivet.o
a - utltomin.o
a - utlugcp.o
a - utlwfos.o
a - utlwnmst.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/textlib/utl'
making all in /home/gempak/GEMPAK7/gempak/source/textlib/wbc
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/textlib/wbc'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c wbcarea.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c wbcdavn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c wbcdcon.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c wbcdcty.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c wbcdelf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c wbcdhdl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c wbcdhwm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c wbcdsts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c wbcmzhv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c wbcmzrm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c wbcvors.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c wbcwcp.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/textlib.a *.o
a - wbcarea.o
a - wbcdavn.o
a - wbcdcon.o
a - wbcdcty.o
a - wbcdelf.o
a - wbcdhdl.o
a - wbcdhwm.o
a - wbcdsts.o
a - wbcmzhv.o
a - wbcmzrm.o
a - wbcvors.o
a - wbcwcp.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/textlib/wbc'
making all in /home/gempak/GEMPAK7/gempak/source/textlib/xml
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/textlib/xml'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxslt
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c xmlcount.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxslt
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c xmlgetsubdoc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxslt
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c xmlreadtable.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxslt
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c xmltransform.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxslt
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c xmlutilities.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxslt
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c xmlvalue.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/textlib.a *.o
a - xmlcount.o
a - xmlgetsubdoc.o
a - xmlreadtable.o
a - xmltransform.o
a - xmlutilities.o
a - xmlvalue.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/textlib/xml'
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/textlib'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/cmm
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/cmm'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmmfree1d.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmmfree2d.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmmmalloc1d.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmmmalloc2d.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
a - cmmfree1d.o
a - cmmfree2d.o
a - cmmmalloc1d.o
a - cmmmalloc2d.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/cmm'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/css
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/css'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cssdate.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cssenvr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cssevt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cssgtim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cssmtyp.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - cssdate.o
a - cssenvr.o
a - cssevt.o
a - cssgtim.o
a - cssmtyp.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/css'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/cst
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/cst'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstabbr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstalnm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstcins.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstclst.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstclstws.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstcrnm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstctod.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstctoi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstctrl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstfind.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstflst.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstgtag.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstilst.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstinch.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstitoc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstitos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstlcuc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstldsp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstlstr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstlstc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstncat.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstncpy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstnocc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstnumb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstopcl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstpadstring.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstptmt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstrang.c
cstrang.c: In function â??cst_rangâ??:
cstrang.c:69:18: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( *(ptr+1) != (char)NULL ) {
^
cstrang.c:85:24: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if( *(ptr+1) != (char)NULL ) {
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstrlch.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstrlst.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstrmbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstrmst.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstrmtag.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstrnan.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstrpst.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstrspc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstrxbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstsort.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstsplit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstsrch.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cststag.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cststoi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c csttims.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstuclc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstunpr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstwrap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstzpad.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - cstabbr.o
a - cstalnm.o
a - cstcins.o
a - cstclst.o
a - cstclstws.o
a - cstcrnm.o
a - cstctod.o
a - cstctoi.o
a - cstctrl.o
a - cstfind.o
a - cstflst.o
a - cstgtag.o
a - cstilst.o
a - cstinch.o
a - cstitoc.o
a - cstitos.o
a - cstlcuc.o
a - cstldsp.o
a - cstlstc.o
a - cstlstr.o
a - cstncat.o
a - cstncpy.o
a - cstnocc.o
a - cstnumb.o
a - cstopcl.o
a - cstpadstring.o
a - cstptmt.o
a - cstrang.o
a - cstrlch.o
a - cstrlst.o
a - cstrmbl.o
a - cstrmst.o
a - cstrmtag.o
a - cstrnan.o
a - cstrpst.o
a - cstrspc.o
a - cstrxbl.o
a - cstsort.o
a - cstsplit.o
a - cstsrch.o
a - cststag.o
a - cststoi.o
a - csttims.o
a - cstuclc.o
a - cstunpr.o
a - cstwrap.o
a - cstzpad.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/cst'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/cfl
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/cfl'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflaopn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflclos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cfldopn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflgfil.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflinqr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cfliret.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflisdir.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflmdat.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflmnam.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflpath.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflperms.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflrdir.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflrdln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflread.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflropn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflscandir.c
cflscandir.c: In function â??cfl_scandirâ??:
cflscandir.c:82:2: warning: passing argument 4 of â??scandirâ?? from
incompatible pointer type [enabled by default]
n_entries = scandir(_cflrdirPath, namelist, filter, compar);
^
In file included from /home/gempak/NAWIPS/gempak/include/geminc.h:24:0,
from cflscandir.c:1:
/usr/include/dirent.h:255:12: note: expected â??int (*)(const struct dirent **,
const struct dirent **)â?? but argument is of type â??int (*)(const void *,
const void *)â??
extern int scandir (const char *__restrict __dir,
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflscnd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflscnt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflseek.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflsrch.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cfltbnr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cfltbop.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cfltinq.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cfltmpo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cfltrln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cfluopn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflwher.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflwopn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cflwrit.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - cflaopn.o
a - cflclos.o
a - cfldopn.o
a - cflgfil.o
a - cflinqr.o
a - cfliret.o
a - cflisdir.o
a - cflmdat.o
a - cflmnam.o
a - cflpath.o
a - cflperms.o
a - cflrdir.o
a - cflrdln.o
a - cflread.o
a - cflropn.o
a - cflscandir.o
a - cflscnd.o
a - cflscnt.o
a - cflseek.o
a - cflsrch.o
a - cfltbnr.o
a - cfltbop.o
a - cfltinq.o
a - cfltmpo.o
a - cfltrln.o
a - cfluopn.o
a - cflwher.o
a - cflwopn.o
a - cflwrit.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/cfl'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/ctb
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/ctb'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbafos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbairmet.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbastn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbawdef.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbawmap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbccfind.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbccrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbdcatitos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbdcatstoi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbdhrsitos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbdhrsstoi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbdscatitos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbdscatstoi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbdtcat.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbdtdump.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbdtget.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbdtlist.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbdtpath.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbdtrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbdttime.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbdttmpl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbfszfnd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbfsznam.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbfszqn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbfszrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbfszval.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbfszxvl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbg2gnam.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbg2gnum.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbg2rdcntr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbg2rdlvl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbg2rdvar.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbg2read.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbhfdump.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbhfgetfont.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbhfread.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctblygetcmode.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctblygetcolor.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctblygetdsply.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctblygetfile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctblygetfmode.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
ctblygetgrptyp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctblygetname.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
ctblygetoutfile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctblyrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbmzgnm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbmzrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbpermccfind.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbpermccrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbpfbool.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbpfread.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbpfstr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbpldump.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbplgcc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbplget.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbpllist.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbplrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbplsdef.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbplset.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbprmt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbprod.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbrbul.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbrdcpf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbrdprf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbrdtyp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbrmtyp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbrstn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbtiff.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbtrkfnd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbtrkitv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbtrkqn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbwrcpf.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - ctbafos.o
a - ctbairmet.o
a - ctbastn.o
a - ctbawdef.o
a - ctbawmap.o
a - ctbccfind.o
a - ctbccrd.o
a - ctbdcatitos.o
a - ctbdcatstoi.o
a - ctbdhrsitos.o
a - ctbdhrsstoi.o
a - ctbdscatitos.o
a - ctbdscatstoi.o
a - ctbdtcat.o
a - ctbdtdump.o
a - ctbdtget.o
a - ctbdtlist.o
a - ctbdtpath.o
a - ctbdtrd.o
a - ctbdttime.o
a - ctbdttmpl.o
a - ctbfszfnd.o
a - ctbfsznam.o
a - ctbfszqn.o
a - ctbfszrd.o
a - ctbfszval.o
a - ctbfszxvl.o
a - ctbg2gnam.o
a - ctbg2gnum.o
a - ctbg2rdcntr.o
a - ctbg2rdlvl.o
a - ctbg2rdvar.o
a - ctbg2read.o
a - ctbhfdump.o
a - ctbhfgetfont.o
a - ctbhfread.o
a - ctblygetcmode.o
a - ctblygetcolor.o
a - ctblygetdsply.o
a - ctblygetfile.o
a - ctblygetfmode.o
a - ctblygetgrptyp.o
a - ctblygetname.o
a - ctblygetoutfile.o
a - ctblyrd.o
a - ctbmzgnm.o
a - ctbmzrd.o
a - ctbpermccfind.o
a - ctbpermccrd.o
a - ctbpfbool.o
a - ctbpfread.o
a - ctbpfstr.o
a - ctbpldump.o
a - ctbplgcc.o
a - ctbplget.o
a - ctbpllist.o
a - ctbplrd.o
a - ctbplsdef.o
a - ctbplset.o
a - ctbprmt.o
a - ctbprod.o
a - ctbrbul.o
a - ctbrdcpf.o
a - ctbrdprf.o
a - ctbrdtyp.o
a - ctbrmtyp.o
a - ctbrstn.o
a - ctbtiff.o
a - ctbtrkfnd.o
a - ctbtrkitv.o
a - ctbtrkqn.o
a - ctbwrcpf.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/ctb'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/cv
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/cv'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cvprmt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cvprm3.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvmdfy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvrduc.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - cvmdfy.o
a - cvprm3.o
a - cvprmt.o
a - cvrduc.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/cv'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/da
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/da'
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dainfo.f
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
daopen.f
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dardtc.f
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dardti.f
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dardtr.f
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dardtrgd.f
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
darfhc.f
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
darfhi.f
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
darfhr.f
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c dagetdtc.c
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c dagetdti.c
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c dagetdtr.c
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c dagetdtrgd.c
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c dagetfilhdc.c
dagetfilhdc.c: In function â??da_getfilhdc_â??:
dagetfilhdc.c:39:6: warning: passing argument 3 of â??cst_inchâ?? makes pointer
from integer without a cast [enabled by default]
cst_inch ( common[gflnum].fhdrs[jj].length, arrlen, ier );
^
In file included from /home/gempak/NAWIPS/gempak/include/proto.h:20:0,
from /home/gempak/NAWIPS/gempak/include/gemprm.h:673,
from da.h:14,
from dagetfilhdc.c:1:
/home/gempak/NAWIPS/gempak/include/proto_cgemlib.h:1682:7: note: expected
â??int *â?? but argument is of type â??intâ??
void cst_inch ( int intg,
^
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c dagetfilhdi.c
dagetfilhdi.c: In function â??da_getfilhdi_â??:
dagetfilhdi.c:39:6: warning: passing argument 3 of â??cst_inchâ?? makes pointer
from integer without a cast [enabled by default]
cst_inch ( common[gflnum].fhdrs[jj].length, arrlen, ier );
^
In file included from /home/gempak/NAWIPS/gempak/include/proto.h:20:0,
from /home/gempak/NAWIPS/gempak/include/gemprm.h:673,
from da.h:14,
from dagetfilhdi.c:1:
/home/gempak/NAWIPS/gempak/include/proto_cgemlib.h:1682:7: note: expected
â??int *â?? but argument is of type â??intâ??
void cst_inch ( int intg,
^
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c dagetfilhdr.c
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c dagetheader.c
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c dagetinfo.c
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c dareadxml.c
make[4]: Circular /home/gempak/NAWIPS/os/linux64/lib/gemlib.a <-
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a dependency dropped.
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c darunpy.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - dagetdtc.o
a - dagetdti.o
a - dagetdtrgd.o
a - dagetdtr.o
a - dagetfilhdc.o
a - dagetfilhdi.o
a - dagetfilhdr.o
a - dagetheader.o
a - dagetinfo.o
a - dainfo.o
a - daopen.o
a - dardtc.o
a - dardti.o
a - dardtrgd.o
a - dardtr.o
a - dareadxml.o
a - darfhc.o
a - darfhi.o
a - darfhr.o
a - darunpy.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/da'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/dm
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/dm'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmafre.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmaspc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmbegs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmchkf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmchng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmclop.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmclos.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmcnst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmcond.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmcret.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmcsrc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmdall.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmdclh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmdcsr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmddat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmdelt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmdpsr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmdrwh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmefre.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmespc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmfkey.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmfspc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmfwrt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmgetf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmggpm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmgspc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmgtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmkeys.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmlssf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmlstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmltim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmnext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmnxtc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmopen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmpack.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmpart.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmpkgd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmpnam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmpsrc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmqdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrch4.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrclh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrdmg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrdtc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrdti.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrdtr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrfhc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrfhi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrfhr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrflt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrhda.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrkey.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrlbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrpkg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrprt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrrec.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrrwh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmrstr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmsgpk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmsrch.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmunpk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwch4.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwclh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwdmg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwdtc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwdti.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwdtr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwfhc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwfhi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwfhr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwflt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwgb2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwhda.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwkey.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwlbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmword.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwpkg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwprt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwrwh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwspc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dmwstr.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dmrpkgc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dmrpkgc2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dmwdtrc.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - dmafre.o
a - dmaspc.o
a - dmbegs.o
a - dmchkf.o
a - dmchng.o
a - dmclop.o
a - dmclos.o
a - dmcnst.o
a - dmcond.o
a - dmcret.o
a - dmcsrc.o
a - dmdall.o
a - dmdclh.o
a - dmdcsr.o
a - dmddat.o
a - dmdelt.o
a - dmdpsr.o
a - dmdrwh.o
a - dmefre.o
a - dmespc.o
a - dmfkey.o
a - dmfspc.o
a - dmfwrt.o
a - dmgetf.o
a - dmggpm.o
a - dmgspc.o
a - dmgtim.o
a - dmkeys.o
a - dmlssf.o
a - dmlstn.o
a - dmltim.o
a - dmnext.o
a - dmnxtc.o
a - dmopen.o
a - dmpack.o
a - dmpart.o
a - dmpkgd.o
a - dmpnam.o
a - dmpsrc.o
a - dmqdat.o
a - dmrch4.o
a - dmrclh.o
a - dmrdmg.o
a - dmrdtc.o
a - dmrdti.o
a - dmrdtr.o
a - dmrfhc.o
a - dmrfhi.o
a - dmrfhr.o
a - dmrfil.o
a - dmrflt.o
a - dmrhda.o
a - dmrint.o
a - dmrkey.o
a - dmrlbl.o
a - dmrpkgc2.o
a - dmrpkgc.o
a - dmrpkg.o
a - dmrprt.o
a - dmrrec.o
a - dmrrwh.o
a - dmrstr.o
a - dmsgpk.o
a - dmsrch.o
a - dmunpk.o
a - dmwch4.o
a - dmwclh.o
a - dmwdmg.o
a - dmwdtc.o
a - dmwdti.o
a - dmwdtrc.o
a - dmwdtr.o
a - dmwfhc.o
a - dmwfhi.o
a - dmwfhr.o
a - dmwfil.o
a - dmwflt.o
a - dmwgb2.o
a - dmwhda.o
a - dmwint.o
a - dmwkey.o
a - dmwlbl.o
a - dmword.o
a - dmwpkg.o
a - dmwprt.o
a - dmwrwh.o
a - dmwspc.o
a - dmwstr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/dm'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/dp
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/dp'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dpendp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dpfile.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dppack.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dppdec.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dppdif.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dppgrb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dpsetp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dpterm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dpudif.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dpugrb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dpugb2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dpunmc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dpunpk.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - dpendp.o
a - dpfile.o
a - dppack.o
a - dppdec.o
a - dppdif.o
a - dppgrb.o
a - dpsetp.o
a - dpterm.o
a - dpudif.o
a - dpugb2.o
a - dpugrb.o
a - dpunmc.o
a - dpunpk.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/dp'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/er
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/er'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
erlmsg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ermmsg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
erstat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
erwmsg.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ergerrmsg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ergnumerr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c erinit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ersmsg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c erwbuf.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - ergerrmsg.o
a - ergnumerr.o
a - erinit.o
a - erlmsg.o
a - ermmsg.o
a - ersmsg.o
a - erstat.o
a - erwbuf.o
a - erwmsg.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/er'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/fl
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/fl'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flapnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flbksp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flcdel.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flclal.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flclos.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
fldcre.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
fldopn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
fldsop.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flflun.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flfpth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flglun.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flgnam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flinqr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flmdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flmfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flmfls.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flmnam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flpath.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flread.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flrewd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flrshr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flscnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flsopn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flsunk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flswop.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
fltbop.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
fltdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
fltinq.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
fltrew.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
flwrit.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - flapnd.o
a - flbksp.o
a - flcdel.o
a - flclal.o
a - flclos.o
a - fldcre.o
a - fldopn.o
a - fldsop.o
a - flflun.o
a - flfpth.o
a - flglun.o
a - flgnam.o
a - flinqr.o
a - flmdat.o
a - flmfil.o
a - flmfls.o
a - flmnam.o
a - flpath.o
a - flread.o
a - flrewd.o
a - flrshr.o
a - flscnd.o
a - flsopn.o
a - flsunk.o
a - flswop.o
a - fltbop.o
a - fltdat.o
a - fltinq.o
a - fltrew.o
a - flwrit.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/fl'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/fortran_wrappers
make[4]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/gemlib/fortran_wrappers'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clvccrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clvcord.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cstnarg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cticcnt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctistan.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - clvccrd.o
a - clvcord.o
a - cstnarg.o
a - cticcnt.o
a - ctistan.o
rm -f *.o
make[4]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/gemlib/fortran_wrappers'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/gg
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/gg'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggairm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggalis.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ggarc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggasaw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggasct.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggasdi.f
ggasdi.f:169.37:
CALL FL_MDAT ( files ( wifl ), templ,
1
Warning: Legacy Extension: REAL array index at (1)
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggasdip.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggasdiqc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c ggasrd.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ggbnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ggbox.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggcbar.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggcpnl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggcsig.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggctrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggcwcp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggdltn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggdmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggency.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ggedr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggedrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggfaxs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ggffa.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gggairm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gghrcn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gginfo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gginit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggisig.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gglnup.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggltln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggltng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggltrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ggmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggmaps.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggmisc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggmotf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggnarp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggnatc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggncon.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggosct.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggpanl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggproj.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggqsct.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggrvec.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c ggrwav.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggscal.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggsdev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggsgrf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggskew.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggsplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggsttl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggtcda.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggtcep.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggtclb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggtcmg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggtcsh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggtcsm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggtctb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggtlbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggtrak.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwact.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwarn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwave.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwcck.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ggwcp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwcur.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwlbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwnck.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwsat.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c ggwsrd.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwstm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwspd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwstr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwtch.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c ggwusc.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwfps.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwwcn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwwcr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwwfo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwwou.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwwtp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggzare.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggzsrt.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c ggosrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c ggqbrd.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from ggqbrd.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c ggqsrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c ggrtrk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c ggwcpb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c ggwcvf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c ggwlso.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c ggrwsp.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - ggairm.o
a - ggalis.o
a - ggarc.o
a - ggasaw.o
a - ggasct.o
a - ggasdi.o
a - ggasdip.o
a - ggasdiqc.o
a - ggasrd.o
a - ggbnd.o
a - ggbox.o
a - ggcbar.o
a - ggcpnl.o
a - ggcsig.o
a - ggctrd.o
a - ggcwcp.o
a - ggdltn.o
a - ggdmap.o
a - ggedr.o
a - ggedrp.o
a - ggency.o
a - ggfaxs.o
a - ggffa.o
a - gggairm.o
a - gghrcn.o
a - gginfo.o
a - gginit.o
a - ggisig.o
a - gglnup.o
a - ggltln.o
a - ggltng.o
a - ggltrp.o
a - ggmap.o
a - ggmaps.o
a - ggmisc.o
a - ggmotf.o
a - ggnarp.o
a - ggnatc.o
a - ggncon.o
a - ggosct.o
a - ggosrd.o
a - ggpanl.o
a - ggproj.o
a - ggqbrd.o
a - ggqsct.o
a - ggqsrd.o
a - ggrtrk.o
a - ggrvec.o
a - ggrwav.o
a - ggrwsp.o
a - ggscal.o
a - ggsdev.o
a - ggsgrf.o
a - ggskew.o
a - ggsplt.o
a - ggsttl.o
a - ggtcda.o
a - ggtcep.o
a - ggtclb.o
a - ggtcmg.o
a - ggtcsh.o
a - ggtcsm.o
a - ggtctb.o
a - ggtlbl.o
a - ggtrak.o
a - ggwact.o
a - ggwarn.o
a - ggwave.o
a - ggwcck.o
a - ggwcpb.o
a - ggwcp.o
a - ggwcur.o
a - ggwcvf.o
a - ggwfps.o
a - ggwlbl.o
a - ggwlso.o
a - ggwnck.o
a - ggwplt.o
a - ggwsat.o
a - ggwspd.o
a - ggwsrd.o
a - ggwstm.o
a - ggwstr.o
a - ggwtch.o
a - ggwusc.o
a - ggwwcn.o
a - ggwwcr.o
a - ggwwfo.o
a - ggwwou.o
a - ggwwtp.o
a - ggzare.o
a - ggzsrt.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/gg'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/gp
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/gp'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpazdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpdraz.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - gpazdr.o
a - gpdraz.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/gp'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/im
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/im'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imar2gm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imbtot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imcalib.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imcalbar.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imcbar.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imchtb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imdrop.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imgtmp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imgi2gm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imgihd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imgm2gi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imisub.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imlabl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imlutf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imnex2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imnidh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imhrnidh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imdpnidh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imnihd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imnohd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imqimg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imqlut.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imqchn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imqsiz.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imqtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imncdf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imnzhd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imrad2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imsimg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imsmgd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imttob.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imunhd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prnlnr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prnlon.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -c imbzsec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -c imdump.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -c imgvtota.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -c imicmn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -c imrnex2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -c imnexz.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -c imaroff.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -c imrcdf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -c imrgin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -c imrqpe.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -c imrtbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -c imsbgn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -c imwgin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -c imnexbz.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -c imnexbzwmo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -c latlon_nws.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - imar2gm.o
a - imaroff.o
a - imbtot.o
a - imbzsec.o
a - imcalbar.o
a - imcalib.o
a - imcbar.o
a - imchtb.o
a - imdpnidh.o
a - imdrop.o
a - imdump.o
a - imgi2gm.o
a - imgihd.o
a - imgm2gi.o
a - imgtmp.o
a - imgvtota.o
a - imhrnidh.o
a - imicmn.o
a - imisub.o
a - imlabl.o
a - imlutf.o
a - imncdf.o
a - imnex2.o
a - imnexbz.o
a - imnexbzwmo.o
a - imnexz.o
a - imnidh.o
a - imnihd.o
a - imnohd.o
a - imnzhd.o
a - imqchn.o
a - imqimg.o
a - imqlut.o
a - imqsiz.o
a - imqtim.o
a - imrad2.o
a - imrcdf.o
a - imrgin.o
a - imrnex2.o
a - imrqpe.o
a - imrtbl.o
a - imsbgn.o
a - imsimg.o
a - imsmgd.o
a - imttob.o
a - imunhd.o
a - imwgin.o
a - latlon_nws.o
a - prnlnr.o
a - prnlon.o
( cd imnids; echo -n "making in " ; \
pwd ; make -w all ; cd .. )
making in /home/gempak/GEMPAK7/gempak/source/gemlib/im/imnids
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/gemlib/im/imnids'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdctbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gplutf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
im_nids_text_output.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
im_nids_alpha_graphic.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
im_nids_driver.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
im_nids_packet_codes.c
im_nids_packet_codes.c: In function â??packet_code_8â??:
im_nids_packet_codes.c:287:20: warning: cast from pointer to integer of
different size [-Wpointer-to-int-cast]
maxstr = plen - ((int)cstr - (int)buf) + 4;
^
im_nids_packet_codes.c:287:32: warning: cast from pointer to integer of
different size [-Wpointer-to-int-cast]
maxstr = plen - ((int)cstr - (int)buf) + 4;
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
im_nids_symbol.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
im_nids_tabular.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c xytolatlon.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - gdctbl.o
a - gplutf.o
a - im_nids_alpha_graphic.o
a - im_nids_driver.o
a - im_nids_packet_codes.o
a - im_nids_symbol.o
a - im_nids_tabular.o
a - im_nids_text_output.o
a - xytolatlon.o
rm -f *.o
make[5]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/im/imnids'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/im'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/in
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/in'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inaxis.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inbdta.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
incbar.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
incclr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inccol.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
incint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
incldt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
incolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
incont.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inctyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inedge.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
infile.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
infill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
infilt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ingskp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inhilo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inhlsy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inicng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inintc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inmark.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inmscl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inmrgd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inmrkr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
innumb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inoutt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inparm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inprmc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inprmf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inptnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inptyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inpwnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inpwth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inrvec.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inscal.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inside.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inskip.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inskyc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
instyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
intaxs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
intext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
intitl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inturb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
intxtn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
intype.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inwind.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
inwsym.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c incatmap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c incoutt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c incpccftxt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c incpgfatxt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c indiscrete.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c indlines.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - inaxis.o
a - inbdta.o
a - incatmap.o
a - incbar.o
a - incclr.o
a - inccol.o
a - incint.o
a - incldt.o
a - incolr.o
a - incont.o
a - incoutt.o
a - incpccftxt.o
a - incpgfatxt.o
a - inctyp.o
a - indiscrete.o
a - indlines.o
a - inedge.o
a - infile.o
a - infill.o
a - infilt.o
a - ingskp.o
a - inhilo.o
a - inhlsy.o
a - inicng.o
a - inintc.o
a - inline.o
a - inmark.o
a - inmrgd.o
a - inmrkr.o
a - inmscl.o
a - innumb.o
a - inoutt.o
a - inparm.o
a - inprmc.o
a - inprmf.o
a - inptnd.o
a - inptyp.o
a - inpwnd.o
a - inpwth.o
a - inrvec.o
a - inscal.o
a - inside.o
a - inskip.o
a - inskyc.o
a - instyp.o
a - intaxs.o
a - intext.o
a - intitl.o
a - inturb.o
a - intxtn.o
a - intype.o
a - inwind.o
a - inwsym.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/in'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/ip
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/ip'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipcwin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipdflt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipdynm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipexit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipfvar.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipgsav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipgtpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iphelp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipidnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iplctl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iplist.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c iplog.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iplutf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipmfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipputv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipresp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iprest.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iprqst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipsave.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipsavf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ipstr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipstrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipsvar.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipswin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ipvers.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - ipcwin.o
a - ipdflt.o
a - ipdynm.o
a - ipexit.o
a - ipfvar.o
a - ipgsav.o
a - ipgtpt.o
a - iphelp.o
a - ipidnt.o
a - ipinit.o
a - iplctl.o
a - iplist.o
a - iplog.o
a - iplutf.o
a - ipmfil.o
a - ipputv.o
a - ipresp.o
a - iprest.o
a - iprqst.o
a - ipsave.o
a - ipsavf.o
a - ipstr.o
a - ipstrp.o
a - ipsvar.o
a - ipswin.o
a - ipvers.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/ip'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/lc
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/lc'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lcabnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lcarea.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lccoun.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lcdist.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lcfloc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lcfstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lcgare.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lcinbn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lcsare.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lcsbnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lcuare.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - lcabnd.o
a - lcarea.o
a - lccoun.o
a - lcdist.o
a - lcfloc.o
a - lcfstn.o
a - lcgare.o
a - lcinbn.o
a - lcsare.o
a - lcsbnd.o
a - lcuare.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/lc'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/lv
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/lv'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lvccrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lvcord.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lvdecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lvdupl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lvgrng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lvinpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lvmanl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lvsort.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lvvasl.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - lvccrd.o
a - lvcord.o
a - lvdecd.o
a - lvdupl.o
a - lvgrng.o
a - lvinpt.o
a - lvmanl.o
a - lvsort.o
a - lvvasl.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/lv'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/lw
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/lw'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lwinpt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - lwinpt.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/lw'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/mr
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/mr'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mrchkw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mrcond.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mrintp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mrintz.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mrmand.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mrmanw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mrmhgt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mrmiss.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mrordr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mrpwnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mrscmz.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mrsigt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mrsigw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mrsrfc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mrtrop.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mruadt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - mrchkw.o
a - mrcond.o
a - mrintp.o
a - mrintz.o
a - mrmand.o
a - mrmanw.o
a - mrmhgt.o
a - mrmiss.o
a - mrordr.o
a - mrpwnd.o
a - mrscmz.o
a - mrsigt.o
a - mrsigw.o
a - mrsrfc.o
a - mrtrop.o
a - mruadt.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/mr'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/mv
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/mv'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mvei32.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mvie32.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mviv32.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mvsw42.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mvswp2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mvswp4.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mvvi32.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c mvbtoi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c mvev32.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c mvitob.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c mvve32.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - mvbtoi.o
a - mvei32.o
a - mvev32.o
a - mvie32.o
a - mvitob.o
a - mviv32.o
a - mvsw42.o
a - mvswp2.o
a - mvswp4.o
a - mvve32.o
a - mvvi32.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/mv'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/ss
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/ss'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sscurs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ssenvr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ssexit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ssgsym.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ssnwait.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sspage.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ssvers.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sswait.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c csleep.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cssleep.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - csleep.o
a - cssleep.o
a - sscurs.o
a - ssenvr.o
a - ssexit.o
a - ssgsym.o
a - ssnwait.o
a - sspage.o
a - ssvers.o
a - sswait.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/ss'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/st
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/st'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stabbr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stalnm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
statoe.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c stc2c.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c stc2i.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c stc2r.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stcls2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stclsl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stclst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stcrnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stcrnm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stctoi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stetoa.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stfind.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stflst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stftlt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stfwrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stgtst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stilsr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stilst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stinch.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stinln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stintg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stistp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stitoc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stitos.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stlcuc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stldsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stlstc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stlstf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stlsti.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stlstr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stnarg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stnocc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stnull.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stnumb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stnxts.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stopcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stpelt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strang.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strlch.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strlst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strmbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strmnm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strmst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strnan.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strnul.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strpsl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strpst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strxbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stsort.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ststoi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stuclc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stunp1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stunpr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stutab.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
stword.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - stabbr.o
a - stalnm.o
a - statoe.o
a - stc2c.o
a - stc2i.o
a - stc2r.o
a - stcls2.o
a - stclsl.o
a - stclst.o
a - stcrnd.o
a - stcrnm.o
a - stctoi.o
a - stetoa.o
a - stfind.o
a - stflst.o
a - stftlt.o
a - stfwrd.o
a - stgtst.o
a - stilsr.o
a - stilst.o
a - stinch.o
a - stinln.o
a - stintg.o
a - stistp.o
a - stitoc.o
a - stitos.o
a - stlcuc.o
a - stldsp.o
a - stlstc.o
a - stlstf.o
a - stlsti.o
a - stlstr.o
a - stnarg.o
a - stnocc.o
a - stnull.o
a - stnumb.o
a - stnxts.o
a - stopcl.o
a - stpelt.o
a - strang.o
a - strlch.o
a - strlst.o
a - strmbl.o
a - strmnm.o
a - strmst.o
a - strnan.o
a - strnul.o
a - strpsl.o
a - strpst.o
a - strxbl.o
a - stsort.o
a - ststoi.o
a - stuclc.o
a - stunp1.o
a - stunpr.o
a - stutab.o
a - stword.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/st'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/tb
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/tb'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tbastn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tbfgeo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tbfont.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tbgrnv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tbidst.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c tbnids.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c tbnidsdb.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tbparm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tbpcnv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tbprmt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tbrstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tbustn.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - tbastn.o
a - tbfgeo.o
a - tbfont.o
a - tbgrnv.o
a - tbidst.o
a - tbnidsdb.o
a - tbnids.o
a - tbparm.o
a - tbpcnv.o
a - tbprmt.o
a - tbrstn.o
a - tbustn.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/tb'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/tg
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/tg'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctgcftm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctgfull.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctgitoc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctgrinc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctgrnoi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctgvald.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctgvi2f.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgcftm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgcrinc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgctoi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgdiff.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgdual.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgfind.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgflst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgftoi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgfull.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgginc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgiftm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgitoc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgitof.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgmtch.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgqrng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgrang.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgrinc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgrincw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgrnoi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgrnoiw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgvald.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgvi2f.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgvtof.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tgyymd.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - ctgcftm.o
a - ctgfull.o
a - ctgitoc.o
a - ctgrinc.o
a - ctgrnoi.o
a - ctgvald.o
a - ctgvi2f.o
a - tgcftm.o
a - tgcrinc.o
a - tgctoi.o
a - tgdiff.o
a - tgdual.o
a - tgfind.o
a - tgflst.o
a - tgftoi.o
a - tgfull.o
a - tgginc.o
a - tgiftm.o
a - tgitoc.o
a - tgitof.o
a - tgmtch.o
a - tgqrng.o
a - tgrang.o
a - tgrinc.o
a - tgrincw.o
a - tgrnoi.o
a - tgrnoiw.o
a - tgvald.o
a - tgvi2f.o
a - tgvtof.o
a - tgyymd.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/tg'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/ti
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/ti'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctimtch.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctirseq.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctitmln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctiyyyy.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tiaddd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tiaddm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c tic2i.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ticcnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ticdtm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tictoi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tidaym.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tidayw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tidifd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tidiff.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tidspl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c tidst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tidtm4.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tielcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tifind.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tiform.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c tii2c.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tiidtm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tiitoc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tiitoj.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tijtoi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tilocl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
timdif.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
timtch.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tirang.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tirseq.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tisort.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tistan.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tistnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tisubd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tisubm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
titmln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
titzdf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tiyy24.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tiyymd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tiyyyy.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - ctimtch.o
a - ctirseq.o
a - ctitmln.o
a - ctiyyyy.o
a - tiaddd.o
a - tiaddm.o
a - tic2i.o
a - ticcnt.o
a - ticdtm.o
a - tictoi.o
a - tidaym.o
a - tidayw.o
a - tidifd.o
a - tidiff.o
a - tidspl.o
a - tidst.o
a - tidtm4.o
a - tielcl.o
a - tifind.o
a - tiform.o
a - tii2c.o
a - tiidtm.o
a - tiitoc.o
a - tiitoj.o
a - tijtoi.o
a - tilocl.o
a - timdif.o
a - timtch.o
a - tirang.o
a - tirseq.o
a - tisort.o
a - tistan.o
a - tistnt.o
a - tisubd.o
a - tisubm.o
a - titmln.o
a - titzdf.o
a - tiyy24.o
a - tiyymd.o
a - tiyyyy.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/ti'
Making all in /home/gempak/GEMPAK7/gempak/source/gemlib/tm
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/tm'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tmaccp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tmchar.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c tmint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tmprom.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tmrchr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tmreal.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c tmstr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c tmwcr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tmwlin.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - tmaccp.o
a - tmchar.o
a - tmint.o
a - tmprom.o
a - tmrchr.o
a - tmreal.o
a - tmstr.o
a - tmwcr.o
a - tmwlin.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/tm'
Linux - making all in /home/gempak/GEMPAK7/gempak/source/gemlib/mv
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gemlib/mv'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib/mv'
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gemlib'
Making all in /home/gempak/GEMPAK7/gempak/source/awlib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/awlib'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
aw2clg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
aw2cst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awachr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awadbt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awalph.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awaplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awgabv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awgcuv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awgdef.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awglsv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awgrph.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awpend.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awpidb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awpinf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awplin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awpmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awpplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awprod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awread.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awscom.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awsdef.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awsver.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awsyst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
awwxsm.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c awrfil.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - aw2clg.o
a - aw2cst.o
a - awachr.o
a - awadbt.o
a - awalph.o
a - awaplt.o
a - awgabv.o
a - awgcuv.o
a - awgdef.o
a - awglsv.o
a - awgrph.o
a - awpend.o
a - awpidb.o
a - awpinf.o
a - awplin.o
a - awpmap.o
a - awpplt.o
a - awprod.o
a - awread.o
a - awrfil.o
a - awscom.o
a - awsdef.o
a - awsver.o
a - awsyst.o
a - awwxsm.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/awlib'
Making all in /home/gempak/GEMPAK7/gempak/source/diaglib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/diaglib'
Making all in /home/gempak/GEMPAK7/gempak/source/diaglib/de
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/diaglib/de'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c decprb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c decval.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dedriv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c deinit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dembr1.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c demode.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c demset.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c depfpn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c deprcntl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c derset.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c desave.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c desavg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c descan.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c desmax.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c desmin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c desrng.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dessprd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dessum.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c deswsprd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c devavg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c devsprd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c devwsprd.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - decprb.o
a - decval.o
a - dedriv.o
a - deinit.o
a - dembr1.o
a - demode.o
a - demset.o
a - depfpn.o
a - deprcntl.o
a - derset.o
a - desave.o
a - desavg.o
a - descan.o
a - desmax.o
a - desmin.o
a - desrng.o
a - dessprd.o
a - dessum.o
a - deswsprd.o
a - devavg.o
a - devsprd.o
a - devwsprd.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/diaglib/de'
Making all in /home/gempak/GEMPAK7/gempak/source/diaglib/df
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/diaglib/df'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfabs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfacos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfadd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfand.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfasin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfatan.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfatn2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfavg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfbeta.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfbool.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfbncdf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfbvsq.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfcorl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfcos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfdden.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfddt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfddx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfddy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfeor.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfeq.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfexp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfexpi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dffosb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfge.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfgele.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfgelt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfgt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfgtle.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfgtlt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfgwfs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfhigh.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfhilo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfibncd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfigpt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfint.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfincd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfjcbn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfjgpt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfknts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dflap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dflav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfldf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfle.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dflog.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dflows.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dflt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfmask.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfmass.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfmiss.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfmixr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfmul.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfncdf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfne.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfnint.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfnmax.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfnmin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfnot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfor.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfpaub.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfplcl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfprcl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfpois.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfquo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfrdfs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfrelh.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfreli.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfsavs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfsbtw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfsge.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfsgmn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfsgmx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfsgt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfsin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfsle.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfslt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfsm5s.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfsm9s.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfsmax.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfsmin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfsqrt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfstab.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfsub.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dftan.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dftav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dftdf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfthan.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfthes.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfthta.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfthte.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfthwc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dftlcl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dftmst.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dftmwk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfwndx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfxav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfxsum.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfxval.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfyav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfysum.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dfyval.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - dfabs.o
a - dfacos.o
a - dfadd.o
a - dfand.o
a - dfasin.o
a - dfatan.o
a - dfatn2.o
a - dfavg.o
a - dfbeta.o
a - dfbncdf.o
a - dfbool.o
a - dfbvsq.o
a - dfcorl.o
a - dfcos.o
a - dfdden.o
a - dfddt.o
a - dfddx.o
a - dfddy.o
a - dfeor.o
a - dfeq.o
a - dfexpi.o
a - dfexp.o
a - dffosb.o
a - dfgele.o
a - dfgelt.o
a - dfge.o
a - dfgtle.o
a - dfgtlt.o
a - dfgt.o
a - dfgwfs.o
a - dfhigh.o
a - dfhilo.o
a - dfibncd.o
a - dfigpt.o
a - dfincd.o
a - dfint.o
a - dfjcbn.o
a - dfjgpt.o
a - dfknts.o
a - dflap.o
a - dflav.o
a - dfldf.o
a - dfle.o
a - dfln.o
a - dflog.o
a - dflows.o
a - dflt.o
a - dfmask.o
a - dfmass.o
a - dfmiss.o
a - dfmixr.o
a - dfmul.o
a - dfncdf.o
a - dfne.o
a - dfnint.o
a - dfnmax.o
a - dfnmin.o
a - dfnot.o
a - dfor.o
a - dfpaub.o
a - dfplcl.o
a - dfpois.o
a - dfprcl.o
a - dfquo.o
a - dfrdfs.o
a - dfrelh.o
a - dfreli.o
a - dfsavs.o
a - dfsbtw.o
a - dfsge.o
a - dfsgmn.o
a - dfsgmx.o
a - dfsgt.o
a - dfsin.o
a - dfsle.o
a - dfslt.o
a - dfsm5s.o
a - dfsm9s.o
a - dfsmax.o
a - dfsmin.o
a - dfsqrt.o
a - dfstab.o
a - dfsub.o
a - dftan.o
a - dftav.o
a - dftdf.o
a - dfthan.o
a - dfthes.o
a - dfthta.o
a - dfthte.o
a - dfthwc.o
a - dftlcl.o
a - dftmst.o
a - dftmwk.o
a - dfwndx.o
a - dfxav.o
a - dfxsum.o
a - dfxval.o
a - dfyav.o
a - dfysum.o
a - dfyval.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/diaglib/df'
Making all in /home/gempak/GEMPAK7/gempak/source/diaglib/dg
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/diaglib/dg'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgadcl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgazst.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgccxgp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcdeg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcfixa.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcflno.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcget.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcglev.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcgrid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgchck.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcinxt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgclcn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgclmp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgclos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcndg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcndtm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcnfil.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcnrdt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcntim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcnwdt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcola.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcone.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcqdtm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcqgrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcqtms.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcset.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcsubg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcvecr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcvect.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgcwbt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgdmsf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgdriv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgdump.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgdwpt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgesub.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgfall.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgfclp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgfget.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgfnds.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgfndv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgfrig.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgg2gc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgg2gi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgg2gs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dggetg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dggetl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dggets.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dggett.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dggetv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dggnfl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dggobs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dggrdr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dggrel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dggrot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dggtmp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dggtvl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dghilo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgiget.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgigrg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgintl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgiset.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgkxky.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dglncr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dglncx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgltln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgmerr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgmhdr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgmnam.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgmscl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgmxnt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgnend.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgnewg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgnrel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgnxts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgnxtv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgoang.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgonav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgorgn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgpfun.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgprcp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgprdr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgprft.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgputs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgputv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgpwts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgqbnd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgqkxy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgqlyr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgqmsl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgqref.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgreal.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgrgrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgrobs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgrpls.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgrplv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgrstm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgsare.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgscal.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgsnav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgsnfl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgssub.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgstlv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgt2ig.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgt2nr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgtadc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgtemp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgtops.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgtopv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgtrig.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgtrot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgtscl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgudig.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgupdh.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgupdv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgupsg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgupvg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgvcrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgwobs.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgcxgp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgfixa.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgflno.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgglev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dggrid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dggridn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dginxt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgndtm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgnfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgnrdt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgntim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgnwdt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgqdtm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgqgrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgqtms.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgsubg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgsubgn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgvecr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgvecrn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgvect.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgvectn.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - dgadcl.o
a - dgazst.o
a - dgccxgp.o
a - dgcdeg.o
a - dgcfixa.o
a - dgcflno.o
a - dgcget.o
a - dgcglev.o
a - dgcgrid.o
a - dgchck.o
a - dgcinxt.o
a - dgclcn.o
a - dgclmp.o
a - dgclos.o
a - dgcndg.o
a - dgcndtm.o
a - dgcnfil.o
a - dgcnrdt.o
a - dgcntim.o
a - dgcnwdt.o
a - dgcola.o
a - dgcone.o
a - dgcqdtm.o
a - dgcqgrd.o
a - dgcqtms.o
a - dgcset.o
a - dgcsubg.o
a - dgcvecr.o
a - dgcvect.o
a - dgcwbt.o
a - dgcxgp.o
a - dgdmsf.o
a - dgdriv.o
a - dgdump.o
a - dgdwpt.o
a - dgesub.o
a - dgfall.o
a - dgfclp.o
a - dgfget.o
a - dgfixa.o
a - dgflno.o
a - dgfnds.o
a - dgfndv.o
a - dgfrig.o
a - dgg2gc.o
a - dgg2gi.o
a - dgg2gs.o
a - dggetg.o
a - dggetl.o
a - dggets.o
a - dggett.o
a - dggetv.o
a - dgglev.o
a - dggnfl.o
a - dggobs.o
a - dggrdr.o
a - dggrel.o
a - dggridn.o
a - dggrid.o
a - dggrot.o
a - dggtmp.o
a - dggtvl.o
a - dghilo.o
a - dgiget.o
a - dgigrg.o
a - dgintl.o
a - dginxt.o
a - dgiset.o
a - dgkxky.o
a - dglncr.o
a - dglncx.o
a - dgltln.o
a - dgmerr.o
a - dgmhdr.o
a - dgmnam.o
a - dgmscl.o
a - dgmxnt.o
a - dgndtm.o
a - dgnend.o
a - dgnewg.o
a - dgnfil.o
a - dgnrdt.o
a - dgnrel.o
a - dgntim.o
a - dgnwdt.o
a - dgnxts.o
a - dgnxtv.o
a - dgoang.o
a - dgonav.o
a - dgorgn.o
a - dgpfun.o
a - dgprcp.o
a - dgprdr.o
a - dgprft.o
a - dgputs.o
a - dgputv.o
a - dgpwts.o
a - dgqbnd.o
a - dgqdtm.o
a - dgqgrd.o
a - dgqkxy.o
a - dgqlyr.o
a - dgqmsl.o
a - dgqref.o
a - dgqtms.o
a - dgreal.o
a - dgrgrd.o
a - dgrobs.o
a - dgrpls.o
a - dgrplv.o
a - dgrstm.o
a - dgsare.o
a - dgscal.o
a - dgsnav.o
a - dgsnfl.o
a - dgssub.o
a - dgstlv.o
a - dgsubgn.o
a - dgsubg.o
a - dgt2ig.o
a - dgt2nr.o
a - dgtadc.o
a - dgtemp.o
a - dgtops.o
a - dgtopv.o
a - dgtrig.o
a - dgtrot.o
a - dgtscl.o
a - dgudig.o
a - dgupdh.o
a - dgupdv.o
a - dgupsg.o
a - dgupvg.o
a - dgvcrd.o
a - dgvecrn.o
a - dgvecr.o
a - dgvectn.o
a - dgvect.o
a - dgwobs.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/diaglib/dg'
Making all in /home/gempak/GEMPAK7/gempak/source/diaglib/dl
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/diaglib/dl'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dldriv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dlfvonisfc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dlinit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dllvls.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dlmxmn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dlsetl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dlswtm.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - dldriv.o
a - dlfvonisfc.o
a - dlinit.o
a - dllvls.o
a - dlmxmn.o
a - dlsetl.o
a - dlswtm.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/diaglib/dl'
Making all in /home/gempak/GEMPAK7/gempak/source/diaglib/dv
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/diaglib/dv'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvadv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvage.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvavor.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvcirc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvcros.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvdef.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvdirn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvdirr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvdiv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvdivt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvdot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvdsub.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvdvdx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvdvdy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvfrnt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvgcir.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvgcwv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvgeo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvgrad.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvgwfv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvinad.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvisal.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvkcrs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvkntv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvltrn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvmag.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvmdiv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvmrad.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvmsdv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvmsfc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvmtng.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvnorm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvnrmv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvobs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvpvor.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvpvr3.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvqvcl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvqvec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvrad.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvrdfv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvrich.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvross.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvrot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvsdiv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvshr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvsm5v.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvsmul.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvsquo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvstr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvtang.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvthrm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvtng.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvtngv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvun.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvur.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvadd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvasv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvavs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvbtw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvecn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvecr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvesd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvge.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvgt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvlav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvldf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvle.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvlt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvmsk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvmul.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvor.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvquo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvvsub.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvwnan.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dvwshr.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - dvadv.o
a - dvage.o
a - dvavor.o
a - dvcirc.o
a - dvcros.o
a - dvdef.o
a - dvdirn.o
a - dvdirr.o
a - dvdiv.o
a - dvdivt.o
a - dvdot.o
a - dvdsub.o
a - dvdvdx.o
a - dvdvdy.o
a - dvfrnt.o
a - dvgcir.o
a - dvgcwv.o
a - dvgeo.o
a - dvgrad.o
a - dvgwfv.o
a - dvinad.o
a - dvisal.o
a - dvkcrs.o
a - dvkntv.o
a - dvltrn.o
a - dvmag.o
a - dvmdiv.o
a - dvmrad.o
a - dvmsdv.o
a - dvmsfc.o
a - dvmtng.o
a - dvnorm.o
a - dvnrmv.o
a - dvobs.o
a - dvpvor.o
a - dvpvr3.o
a - dvqvcl.o
a - dvqvec.o
a - dvrad.o
a - dvrdfv.o
a - dvrich.o
a - dvross.o
a - dvrot.o
a - dvsdiv.o
a - dvshr.o
a - dvsm5v.o
a - dvsmul.o
a - dvsquo.o
a - dvstr.o
a - dvtang.o
a - dvthrm.o
a - dvtng.o
a - dvtngv.o
a - dvun.o
a - dvur.o
a - dvvadd.o
a - dvvasv.o
a - dvvavs.o
a - dvvbtw.o
a - dvvecn.o
a - dvvecr.o
a - dvvesd.o
a - dvvge.o
a - dvvgt.o
a - dvvlav.o
a - dvvldf.o
a - dvvle.o
a - dvvlt.o
a - dvvmsk.o
a - dvvmul.o
a - dvvn.o
a - dvvor.o
a - dvvquo.o
a - dvvr.o
a - dvvsub.o
a - dvwnan.o
a - dvwshr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/diaglib/dv'
Making all in /home/gempak/GEMPAK7/gempak/source/diaglib/grc
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/diaglib/grc'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcacol.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcalgn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grccnav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcdorg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcgeni.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcgtim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grclevl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcltln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcmbn2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcmnav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcpack.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcplin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcploc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcrban.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcrnav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcsetr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcsscl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcsnav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcstat.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcsuba.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcwgb2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcwnmc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grcwtrm.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - grcacol.o
a - grcalgn.o
a - grccnav.o
a - grcdorg.o
a - grcgeni.o
a - grcgtim.o
a - grclevl.o
a - grcltln.o
a - grcmbn2.o
a - grcmnav.o
a - grcpack.o
a - grcplin.o
a - grcploc.o
a - grcrban.o
a - grcrnav.o
a - grcsetr.o
a - grcsnav.o
a - grcsscl.o
a - grcstat.o
a - grcsuba.o
a - grcwgb2.o
a - grcwnmc.o
a - grcwtrm.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/diaglib/grc'
Making all in /home/gempak/GEMPAK7/gempak/source/diaglib/pd
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/diaglib/pd'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pdcape.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pdsuml.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdctot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pddden.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pddrct.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pddwpt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdfosb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdhans.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdheat.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdinmm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdkinx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdknms.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdmixr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdmmin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdmskn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdplcl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdprcp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdprcr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdrelh.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdreli.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdrhdp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdsduv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdshmr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdslvp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdsped.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdswet.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdthta.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdthte.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdthwc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdtlcl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdtmcf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdtmck.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdtmfc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdtmfk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdtmkc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdtmkf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdtmpk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdtmst.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdtmwb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdtotl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdtvrk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pduvsd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdvpmr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdvtot.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - pdcape.o
a - pdctot.o
a - pddden.o
a - pddrct.o
a - pddwpt.o
a - pdfosb.o
a - pdhans.o
a - pdheat.o
a - pdinmm.o
a - pdkinx.o
a - pdknms.o
a - pdmixr.o
a - pdmmin.o
a - pdmskn.o
a - pdplcl.o
a - pdprcp.o
a - pdprcr.o
a - pdrelh.o
a - pdreli.o
a - pdrhdp.o
a - pdsduv.o
a - pdshmr.o
a - pdslvp.o
a - pdsped.o
a - pdsuml.o
a - pdswet.o
a - pdthta.o
a - pdthte.o
a - pdthwc.o
a - pdtlcl.o
a - pdtmcf.o
a - pdtmck.o
a - pdtmfc.o
a - pdtmfk.o
a - pdtmkc.o
a - pdtmkf.o
a - pdtmpk.o
a - pdtmst.o
a - pdtmwb.o
a - pdtotl.o
a - pdtvrk.o
a - pduvsd.o
a - pdvpmr.o
a - pdvtot.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/diaglib/pd'
Making all in /home/gempak/GEMPAK7/gempak/source/diaglib/cgd
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/diaglib/cgd'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgdglev.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgdgnum.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgdgtim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgdngrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgdrdat.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgdwpgd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgdwppg.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - cgdglev.o
a - cgdgnum.o
a - cgdgtim.o
a - cgdngrd.o
a - cgdrdat.o
a - cgdwpgd.o
a - cgdwppg.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/diaglib/cgd'
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/diaglib'
Making all in /home/gempak/GEMPAK7/gempak/source/gridlib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gridlib'
Making all in /home/gempak/GEMPAK7/gempak/source/gridlib/gd
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gridlib/gd'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdaddt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gdcpf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdclos.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcref.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gddelt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gddgrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdfchk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdfltm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdganl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdgeni.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdgcyc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdggrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdgidn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdginf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdglev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdglevw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdgnav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdgnum.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdgnumw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdgtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdgtimw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdgtmf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdhtoi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gditoh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdngrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdofil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdopen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdopnf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdopnr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdrdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdrdatw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdsrtl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdsrtt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdswrt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdwdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdwpgd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdwpgdw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdwpg2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdwppg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdwppgw.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - gdaddt.o
a - gdclos.o
a - gdcpf.o
a - gdcref.o
a - gddelt.o
a - gddgrd.o
a - gdfchk.o
a - gdfltm.o
a - gdganl.o
a - gdgcyc.o
a - gdgeni.o
a - gdggrd.o
a - gdgidn.o
a - gdginf.o
a - gdglev.o
a - gdglevw.o
a - gdgnav.o
a - gdgnum.o
a - gdgnumw.o
a - gdgtim.o
a - gdgtimw.o
a - gdgtmf.o
a - gdhtoi.o
a - gdinit.o
a - gditoh.o
a - gdngrd.o
a - gdofil.o
a - gdopen.o
a - gdopnf.o
a - gdopnr.o
a - gdrdat.o
a - gdrdatw.o
a - gdsrtl.o
a - gdsrtt.o
a - gdswrt.o
a - gdwdat.o
a - gdwpg2.o
a - gdwpgd.o
a - gdwpgdw.o
a - gdwppg.o
a - gdwppgw.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gridlib/gd'
Making all in /home/gempak/GEMPAK7/gempak/source/gridlib/gdu
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gridlib/gdu'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gduglev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdumtch.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - gduglev.o
a - gdumtch.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gridlib/gdu'
Making all in /home/gempak/GEMPAK7/gempak/source/gridlib/gr
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gridlib/gr'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gracol.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gralgn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
graxlv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grclvl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grcmpv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grcnav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grcval.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grdorg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grfixa.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grftim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grgalm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grgtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grintp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grlabl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grlevl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grlist.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grltln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grmban.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grmbn2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grmnav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grmttl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grndcp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grnlev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gropen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grpack.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grplin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grploc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grrarg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grrban.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grrnav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grscal.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grsetr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grshrt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grsnav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grsscl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grstat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grsub2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grsuba.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grsubx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grtitl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grtlst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grtmfl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grvnav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grvscl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grwgb2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grwnmc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grwtrm.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - gracol.o
a - gralgn.o
a - graxlv.o
a - grclvl.o
a - grcmpv.o
a - grcnav.o
a - grcval.o
a - grdorg.o
a - grfixa.o
a - grftim.o
a - grgalm.o
a - grgtim.o
a - grintp.o
a - grlabl.o
a - grlevl.o
a - grlist.o
a - grltln.o
a - grmban.o
a - grmbn2.o
a - grmnav.o
a - grmttl.o
a - grndcp.o
a - grnlev.o
a - gropen.o
a - grpack.o
a - grplin.o
a - grploc.o
a - grrarg.o
a - grrban.o
a - grrnav.o
a - grscal.o
a - grsetr.o
a - grshrt.o
a - grsnav.o
a - grsscl.o
a - grstat.o
a - grsub2.o
a - grsuba.o
a - grsubx.o
a - grtitl.o
a - grtlst.o
a - grtmfl.o
a - grvnav.o
a - grvscl.o
a - grwgb2.o
a - grwnmc.o
a - grwtrm.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gridlib/gr'
Making all in /home/gempak/GEMPAK7/gempak/source/gridlib/gu
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gridlib/gu'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cadjst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ccboxt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ccchck.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cccrss.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ccdraw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ccgtsb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c cclip.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ccoeff.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ccplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ccstrt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
clbbox.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cldriv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
csmthn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ctrang.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ffdriv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ffplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
fgtbox.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
fgtcor.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
fgtsub.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
filbox.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gcboxxf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gcfillf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gclgrnf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqcntr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gscntr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gstrmlf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
strmln.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gcboxx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gcfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gclgrn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gstrml.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - cadjst.o
a - ccboxt.o
a - ccchck.o
a - cccrss.o
a - ccdraw.o
a - ccgtsb.o
a - cclip.o
a - ccoeff.o
a - ccplot.o
a - ccstrt.o
a - clbbox.o
a - cldriv.o
a - csmthn.o
a - ctrang.o
a - ffdriv.o
a - ffplot.o
a - fgtbox.o
a - fgtcor.o
a - fgtsub.o
a - filbox.o
a - gcboxxf.o
a - gcboxx.o
a - gcfillf.o
a - gcfill.o
a - gclgrnf.o
a - gclgrn.o
a - gqcntr.o
a - gscntr.o
a - gstrmlf.o
a - gstrml.o
a - strmln.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gridlib/gu'
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gridlib'
Making all in /home/gempak/GEMPAK7/gempak/source/griblib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/griblib'
Making all in /home/gempak/GEMPAK7/gempak/source/griblib/g2
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/griblib/g2'
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng cmplxpack.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng drstemplates.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng gbits.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng gridtemplates.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng misspack.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng pdstemplates.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_locfld.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_miss.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_pack_gp.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_rdieee.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_reduce.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_unpack1.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_unpack2.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_unpack3.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_unpack4.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_unpack5.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_unpack6.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_unpack7.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_free.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_info.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_getfld.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng simunpack.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng comunpack.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng specpack.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng specunpack.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng mkieee.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng int_power.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng simpack.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng compack.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng jpcpack.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng jpcunpack.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng pngpack.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng pngunpack.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng dec_jpeg2000.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng enc_jpeg2000.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng dec_png.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng enc_png.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_create.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_addlocal.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_addgrid.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_addfield.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng g2_gribend.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng getdim.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng getpoly.c
gcc -c -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DUSE_JPEG2000
-DUSE_PNG -I/home/gempak/NAWIPS/jasper/linux64/include
-I/home/gempak/NAWIPS/gempak/source/libpng seekgb.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - cmplxpack.o
a - compack.o
a - comunpack.o
a - dec_jpeg2000.o
a - dec_png.o
a - drstemplates.o
a - enc_jpeg2000.o
a - enc_png.o
a - g2_addfield.o
a - g2_addgrid.o
a - g2_addlocal.o
a - g2_create.o
a - g2_free.o
a - g2_getfld.o
a - g2_gribend.o
a - g2_info.o
a - g2_locfld.o
a - g2_miss.o
a - g2_pack_gp.o
a - g2_rdieee.o
a - g2_reduce.o
a - g2_unpack1.o
a - g2_unpack2.o
a - g2_unpack3.o
a - g2_unpack4.o
a - g2_unpack5.o
a - g2_unpack6.o
a - g2_unpack7.o
a - gbits.o
a - getdim.o
a - getpoly.o
a - gridtemplates.o
a - int_power.o
a - jpcpack.o
a - jpcunpack.o
a - misspack.o
a - mkieee.o
a - pdstemplates.o
a - pngpack.o
a - pngunpack.o
a - seekgb.o
a - simpack.o
a - simunpack.o
a - specpack.o
a - specunpack.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/griblib/g2'
Making all in /home/gempak/GEMPAK7/gempak/source/griblib/gb
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/griblib/gb'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb22gem.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2clos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2ctim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2diag.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2ens.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2fcsm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2ftim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2gaus.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2gdsnav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2gdtlamb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2gdtltln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2gdtmerc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2gdtpstr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2gmis.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2grid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2gtcntr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
gb2gtlcllvltbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
gb2gtlclvartbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
gb2gtwmolvltbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
gb2gtwmovartbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2lamb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2level2g2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2ltln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2merc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2navgdt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2next.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2open.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2ornt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2param.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2param2g2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2polr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2prob.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2proc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2qlin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2read.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2setftime.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2sklvl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2skparam.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2skvar.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2skvcord.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2stat.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2ugem.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2vcrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2vlev.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gb2wgem.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbbds.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbbms.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbbtoi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbclos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbdiag.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbecmwfclu.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbecmwfcpc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbends.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbensemble.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbftim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbgaus.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbgbdh.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbgds.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbges.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbggds.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbgids.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbgmtx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbgpbd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbgpds.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbgsec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbgspk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbgubd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbids.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gblamb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbltln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbmerc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbnext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbpds.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbpolr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbread.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbrindx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbscan.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbscpk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbsphr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbsspk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbstage.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbtdlens.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbunpk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbvlev.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - gb22gem.o
a - gb2clos.o
a - gb2ctim.o
a - gb2diag.o
a - gb2ens.o
a - gb2fcsm.o
a - gb2ftim.o
a - gb2gaus.o
a - gb2gdsnav.o
a - gb2gdtlamb.o
a - gb2gdtltln.o
a - gb2gdtmerc.o
a - gb2gdtpstr.o
a - gb2gmis.o
a - gb2grid.o
a - gb2gtcntr.o
a - gb2gtlcllvltbl.o
a - gb2gtlclvartbl.o
a - gb2gtwmolvltbl.o
a - gb2gtwmovartbl.o
a - gb2lamb.o
a - gb2level2g2.o
a - gb2ltln.o
a - gb2merc.o
a - gb2navgdt.o
a - gb2next.o
a - gb2open.o
a - gb2ornt.o
a - gb2param2g2.o
a - gb2param.o
a - gb2polr.o
a - gb2prob.o
a - gb2proc.o
a - gb2qlin.o
a - gb2read.o
a - gb2setftime.o
a - gb2sklvl.o
a - gb2skparam.o
a - gb2skvar.o
a - gb2skvcord.o
a - gb2stat.o
a - gb2ugem.o
a - gb2vcrd.o
a - gb2vlev.o
a - gb2wgem.o
a - gbbds.o
a - gbbms.o
a - gbbtoi.o
a - gbclos.o
a - gbdiag.o
a - gbecmwfclu.o
a - gbecmwfcpc.o
a - gbends.o
a - gbensemble.o
a - gbftim.o
a - gbgaus.o
a - gbgbdh.o
a - gbgds.o
a - gbges.o
a - gbggds.o
a - gbgids.o
a - gbgmtx.o
a - gbgpbd.o
a - gbgpds.o
a - gbgsec.o
a - gbgspk.o
a - gbgubd.o
a - gbids.o
a - gblamb.o
a - gbltln.o
a - gbmerc.o
a - gbnext.o
a - gbopen.o
a - gbpds.o
a - gbpolr.o
a - gbread.o
a - gbrindx.o
a - gbscan.o
a - gbscpk.o
a - gbsphr.o
a - gbsspk.o
a - gbstage.o
a - gbtdlens.o
a - gbunpk.o
a - gbvlev.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/griblib/gb'
Making all in /home/gempak/GEMPAK7/gempak/source/griblib/na
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/griblib/na'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c naganl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nagcog.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c naggds.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nagnav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nagssg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nagtbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nainit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nalevl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c narhdr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c narprm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nartbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nasmry.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - naganl.o
a - nagcog.o
a - naggds.o
a - nagnav.o
a - nagssg.o
a - nagtbl.o
a - nainit.o
a - nalevl.o
a - narhdr.o
a - narprm.o
a - nartbl.o
a - nasmry.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/griblib/na'
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/griblib'
Making all in /home/gempak/GEMPAK7/gempak/source/jwblib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/jwblib'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
jbclos.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
jbnext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
jbopen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
jbread.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
jbwerr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
jtbinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
jtbldsq.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
jtbpdmp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
jtbqprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
jtbsplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
jtbtbla.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
jtbtblb.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - jbclos.o
a - jbnext.o
a - jbopen.o
a - jbread.o
a - jbwerr.o
a - jtbinit.o
a - jtbldsq.o
a - jtbpdmp.o
a - jtbqprm.o
a - jtbsplt.o
a - jtbtbla.o
a - jtbtblb.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/jwblib'
Making all in /home/gempak/GEMPAK7/gempak/source/oalib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/oalib'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oabarn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oaboxc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oagfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oagint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oagues.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oaigrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oaltln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oanavg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oasint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oawfsr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oawgrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oawrms.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c oabnd.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - oabarn.o
a - oabnd.o
a - oaboxc.o
a - oagfil.o
a - oagint.o
a - oagues.o
a - oaigrd.o
a - oaltln.o
a - oanavg.o
a - oasint.o
a - oawfsr.o
a - oawgrd.o
a - oawrms.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/oalib'
Making all in /home/gempak/GEMPAK7/gempak/source/prmcnvlib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/prmcnvlib'
Making all in /home/gempak/GEMPAK7/gempak/source/prmcnvlib/pc
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/prmcnvlib/pc'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pccing.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcckpm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcclcd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcclyr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pccmdt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pccmlv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pccmst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pccmvr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pccmvs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pccomp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pccscd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pccstb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcdfls.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcdflv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcdfst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcdhgt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcdpth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcflvl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcfndl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcftop.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcfunc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcgcnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcglev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcinid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcinth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcintp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcintt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pclyrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcmand.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcmeth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcmhgt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcmvrt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcphgt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcpsym.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcpval.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcpwtr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcsfcz.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcsing.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcsint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcslcd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcslyr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcsscd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcsstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcstim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pcsvrt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - pccing.o
a - pcckpm.o
a - pcclcd.o
a - pcclyr.o
a - pccmdt.o
a - pccmlv.o
a - pccmst.o
a - pccmvr.o
a - pccmvs.o
a - pccomp.o
a - pccscd.o
a - pccstb.o
a - pcdfls.o
a - pcdflv.o
a - pcdfst.o
a - pcdhgt.o
a - pcdpth.o
a - pcflvl.o
a - pcfndl.o
a - pcftop.o
a - pcfunc.o
a - pcgcnd.o
a - pcglev.o
a - pcinid.o
a - pcinit.o
a - pcinth.o
a - pcintp.o
a - pcintt.o
a - pclyrd.o
a - pcmand.o
a - pcmeth.o
a - pcmhgt.o
a - pcmvrt.o
a - pcphgt.o
a - pcpsym.o
a - pcpval.o
a - pcpwtr.o
a - pcsfcz.o
a - pcsing.o
a - pcsint.o
a - pcslcd.o
a - pcslyr.o
a - pcsscd.o
a - pcsstn.o
a - pcstim.o
a - pcsvrt.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/prmcnvlib/pc'
Making all in /home/gempak/GEMPAK7/gempak/source/prmcnvlib/pr
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/prmcnvlib/pr'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pralti.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
praltm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
praltp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pramsl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prawnm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prcfct.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prclct.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prclcx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prcldb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prclhx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prcloa.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prcmbc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prcmsl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prcomh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prcoml.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prcomm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prcomt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prcomx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prcsyh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prcsyl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prcsym.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prcsyt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prctcc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prctcf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prd100.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prdden.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prddep.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prdmax.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prdmin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prdrct.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prdwdp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prdwpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prfosb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prhcdm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prheat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prhgfm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prhgfs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prhgkm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prhgmd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prhgmf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prhgmk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prhgnm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prhgsf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prhmtr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prigro.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prinmm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prknmh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prknms.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prlati.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prlhvp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prloni.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prltmp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prm100.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prmhgt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prmhkn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prmixr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prmmin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prmobs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prmskn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prnsym.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prp03c.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prp03d.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prpalt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prpany.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prpkdd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prpkss.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prplcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prpmsl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prpmst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prpr24.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prpr6x.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prpres.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prpspd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prptsy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prpwao.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prquot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prrelh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prreli.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prrhdp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prrzll.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prsali.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prsalt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prsclh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prskyx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prsped.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prstdz.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prthta.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prthte.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prthwc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prtlcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prtmcf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prtmck.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prtmfc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prtmfk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prtmkc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prtmkf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prtmpk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prtmst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prtmwb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prtpfr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prtpwn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prtvrk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pruwnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prvapi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prvapr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prvskn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prvwnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwccv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwceq.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwcfr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwcht.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwcmp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwcms.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwind.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwmao.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwnml.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwphf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwphm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwtnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwvdd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwvis.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwvph.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwvsw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prwxvf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
prxvfr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
przalt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - pralti.o
a - praltm.o
a - praltp.o
a - pramsl.o
a - prawnm.o
a - prcfct.o
a - prclct.o
a - prclcx.o
a - prcldb.o
a - prclhx.o
a - prcloa.o
a - prcmbc.o
a - prcmsl.o
a - prcomh.o
a - prcoml.o
a - prcomm.o
a - prcomt.o
a - prcomx.o
a - prcsyh.o
a - prcsyl.o
a - prcsym.o
a - prcsyt.o
a - prctcc.o
a - prctcf.o
a - prd100.o
a - prdden.o
a - prddep.o
a - prdmax.o
a - prdmin.o
a - prdrct.o
a - prdwdp.o
a - prdwpt.o
a - prfosb.o
a - prhcdm.o
a - prheat.o
a - prhgfm.o
a - prhgfs.o
a - prhgkm.o
a - prhgmd.o
a - prhgmf.o
a - prhgmk.o
a - prhgnm.o
a - prhgsf.o
a - prhmtr.o
a - prigro.o
a - prinmm.o
a - prknmh.o
a - prknms.o
a - prlati.o
a - prlhvp.o
a - prloni.o
a - prltmp.o
a - prm100.o
a - prmhgt.o
a - prmhkn.o
a - prmixr.o
a - prmmin.o
a - prmobs.o
a - prmskn.o
a - prnsym.o
a - prp03c.o
a - prp03d.o
a - prpalt.o
a - prpany.o
a - prpkdd.o
a - prpkss.o
a - prplcl.o
a - prpmsl.o
a - prpmst.o
a - prpr24.o
a - prpr6x.o
a - prpres.o
a - prpspd.o
a - prptsy.o
a - prpwao.o
a - prquot.o
a - prrelh.o
a - prreli.o
a - prrhdp.o
a - prrzll.o
a - prsali.o
a - prsalt.o
a - prsclh.o
a - prskyx.o
a - prsped.o
a - prstdz.o
a - prthta.o
a - prthte.o
a - prthwc.o
a - prtlcl.o
a - prtmcf.o
a - prtmck.o
a - prtmfc.o
a - prtmfk.o
a - prtmkc.o
a - prtmkf.o
a - prtmpk.o
a - prtmst.o
a - prtmwb.o
a - prtpfr.o
a - prtpwn.o
a - prtvrk.o
a - pruwnd.o
a - prvapi.o
a - prvapr.o
a - prvskn.o
a - prvwnd.o
a - prwccv.o
a - prwceq.o
a - prwcfr.o
a - prwcht.o
a - prwcmp.o
a - prwcms.o
a - prwind.o
a - prwmao.o
a - prwnml.o
a - prwphf.o
a - prwphm.o
a - prwtnd.o
a - prwvdd.o
a - prwvis.o
a - prwvph.o
a - prwvsw.o
a - prwxvf.o
a - prxvfr.o
a - przalt.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/prmcnvlib/pr'
Making all in /home/gempak/GEMPAK7/gempak/source/prmcnvlib/ps
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/prmcnvlib/ps'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psbrch.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psbvfq.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psbvpd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psbvsq.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pscape.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pscins.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psctot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pseqlv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pshans.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pskinx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pslaps.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pslcll.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pslfcv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pslift.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psmlmr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psmlth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psprcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psrich.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pssepa.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psshow.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psshrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psshrm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psstab.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psstap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psswet.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pstotl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psustb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
psvtot.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - psbrch.o
a - psbvfq.o
a - psbvpd.o
a - psbvsq.o
a - pscape.o
a - pscins.o
a - psctot.o
a - pseqlv.o
a - pshans.o
a - pskinx.o
a - pslaps.o
a - pslcll.o
a - pslfcv.o
a - pslift.o
a - psmlmr.o
a - psmlth.o
a - psprcl.o
a - psrich.o
a - pssepa.o
a - psshow.o
a - psshrd.o
a - psshrm.o
a - psstab.o
a - psstap.o
a - psswet.o
a - pstotl.o
a - psustb.o
a - psvtot.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/prmcnvlib/ps'
Making all in /home/gempak/GEMPAK7/gempak/source/prmcnvlib/pt
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/prmcnvlib/pt'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptactp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptccnm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptcldn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptclds.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptcmcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptcnvr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptdigr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptdpdx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptdprc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptfqot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptfunc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptpatn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptpwth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptsalt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptswel.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pttice.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
pttpfc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptturb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptvsbc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptvsbf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptwcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptwnmt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptwnum.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptwsym.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ptwtmo.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - ptactp.o
a - ptccnm.o
a - ptcldn.o
a - ptclds.o
a - ptcmcl.o
a - ptcnvr.o
a - ptdigr.o
a - ptdpdx.o
a - ptdprc.o
a - ptfqot.o
a - ptfunc.o
a - ptpatn.o
a - ptpwth.o
a - ptsalt.o
a - ptswel.o
a - pttice.o
a - pttpfc.o
a - ptturb.o
a - ptvsbc.o
a - ptvsbf.o
a - ptwcod.o
a - ptwnmt.o
a - ptwnum.o
a - ptwsym.o
a - ptwtmo.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/prmcnvlib/pt'
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/prmcnvlib'
Making all in /home/gempak/GEMPAK7/gempak/source/sflib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/sflib'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfacny.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfastn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfatim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfbegs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfcacny.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfcclf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfcclp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfcgtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfchkf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfclos.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfcopnf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfcrcn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfcref.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfcrfp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfcsdf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfcsdp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfcstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfctim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfddat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfdstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfdtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sffstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfftim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfftyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfgtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfofil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfopnf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfopnr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfqdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfqspc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfqstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfqtxt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfrbox.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfrdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfrspc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfrstr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfsnxt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfsstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfstat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfstid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfstim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfstst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sftlst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sftnxt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sftstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfttim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfuare.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfustn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfwbox.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfwdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfwsdd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfwspc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfwstr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - sfacny.o
a - sfastn.o
a - sfatim.o
a - sfbegs.o
a - sfcacny.o
a - sfcclf.o
a - sfcclp.o
a - sfcgtim.o
a - sfchkf.o
a - sfclos.o
a - sfcopnf.o
a - sfcrcn.o
a - sfcref.o
a - sfcrfp.o
a - sfcsdf.o
a - sfcsdp.o
a - sfcstn.o
a - sfctim.o
a - sfddat.o
a - sfdstn.o
a - sfdtim.o
a - sffstn.o
a - sfftim.o
a - sfftyp.o
a - sfgtim.o
a - sfofil.o
a - sfopnf.o
a - sfopnr.o
a - sfqdat.o
a - sfqspc.o
a - sfqstn.o
a - sfqtxt.o
a - sfrbox.o
a - sfrdat.o
a - sfrspc.o
a - sfrstr.o
a - sfsnxt.o
a - sfsstn.o
a - sfstat.o
a - sfstid.o
a - sfstim.o
a - sfstst.o
a - sftlst.o
a - sftnxt.o
a - sftstn.o
a - sfttim.o
a - sfuare.o
a - sfustn.o
a - sfwbox.o
a - sfwdat.o
a - sfwsdd.o
a - sfwspc.o
a - sfwstr.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/sflib'
Making all in /home/gempak/GEMPAK7/gempak/source/snlib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/snlib'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snastn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snatim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snbegs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snchkf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snckua.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snclos.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sncref.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sncrfp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sncrua.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sncstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snctim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snddat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snfstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snftim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sngclm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snghgt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sngtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snintc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snmand.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snmerg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snmght.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snmman.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snmspm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snmtyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snofil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snopnf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snopnr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snopnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snqdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snqstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snrdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snrprt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snrstr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snrtyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snrtbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsnxt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snstid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snstim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sntnxt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sntstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snttim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snustn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snwdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snwprt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snwstr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - snastn.o
a - snatim.o
a - snbegs.o
a - snchkf.o
a - snckua.o
a - snclos.o
a - sncref.o
a - sncrfp.o
a - sncrua.o
a - sncstn.o
a - snctim.o
a - snddat.o
a - sndstn.o
a - sndtim.o
a - snfstn.o
a - snftim.o
a - sngclm.o
a - snghgt.o
a - sngtim.o
a - snintc.o
a - snmand.o
a - snmerg.o
a - snmght.o
a - snmman.o
a - snmspm.o
a - snmtyp.o
a - snofil.o
a - snopnf.o
a - snopnr.o
a - snopnt.o
a - snqdat.o
a - snqstn.o
a - snrdat.o
a - snrprt.o
a - snrstr.o
a - snrtbl.o
a - snrtyp.o
a - snsnxt.o
a - snsstn.o
a - snstid.o
a - snstim.o
a - sntnxt.o
a - sntstn.o
a - snttim.o
a - snustn.o
a - snwdat.o
a - snwprt.o
a - snwstr.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/snlib'
Making all in /home/gempak/GEMPAK7/gempak/source/vflib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/vflib'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfampm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfarea.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfasaw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfavcd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfcnsaw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfcnsel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfctim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfgdat.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfgname.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfgtod.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfgttxt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfrdrp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfread.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfrptxt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfsort.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfspc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfstate.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfsval.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vftomin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfvors.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfwnmst.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfwoui.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfwrep.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfwsaw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfwsel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfwsev.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfwwcl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vfwwcp.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - vfampm.o
a - vfarea.o
a - vfasaw.o
a - vfavcd.o
a - vfcnsaw.o
a - vfcnsel.o
a - vfctim.o
a - vfgdat.o
a - vfgname.o
a - vfgtod.o
a - vfgttxt.o
a - vfrdrp.o
a - vfread.o
a - vfrptxt.o
a - vfsort.o
a - vfspc.o
a - vfstate.o
a - vfsval.o
a - vftomin.o
a - vfvors.o
a - vfwnmst.o
a - vfwoui.o
a - vfwrep.o
a - vfwsaw.o
a - vfwsel.o
a - vfwsev.o
a - vfwwcl.o
a - vfwwcp.o
rm -f *.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/vflib'
Making all in /home/gempak/GEMPAK7/gempak/source/cgemlib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/cgemlib'
making all in /home/gempak/GEMPAK7/gempak/source/cgemlib/upc
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/upc'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c mkdirs_open.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - mkdirs_open.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/upc'
making all in /home/gempak/GEMPAK7/gempak/source/cgemlib/cap
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/cap'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c capplclear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c capplclrplace.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
capplgetcenter.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
capplgetdistincr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
capplgetdistoffset.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c capplgetid.c
capplgetid.c: In function â??cap_plgetidâ??:
capplgetid.c:27:15: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
*id = (Handle)NULL;
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
capplgetincntr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c capplgetline.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c capplgetmode.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
capplgetoffset.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c capplgetpcntr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
capplgetplaced.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c capplgetref.c
capplgetref.c: In function â??cap_plgetrefâ??:
capplgetref.c:26:16: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
*ref = (Handle)NULL;
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c capplgetsides.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c capplgettries.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
capplsetcenter.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c capplsetdist.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c capplsetmode.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c capplsetpcntr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c capplsetref.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c capplsetsides.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c capplsettries.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cappsaddpl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cappsclear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cappsclrplaced.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cappsdel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cappsdelpl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cappsfindpl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cappsgetarea.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cappsgetpl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cappsgetplarea.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cappsgetplmaxdist.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cappsiterinit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cappsiternext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cappsmarkint.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cappsnew.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cappsnewpl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cappsplace.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cappssetarea.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cappssetdist.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cappssetincr.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - capplclear.o
a - capplclrplace.o
a - capplgetcenter.o
a - capplgetdistincr.o
a - capplgetdistoffset.o
a - capplgetid.o
a - capplgetincntr.o
a - capplgetline.o
a - capplgetmode.o
a - capplgetoffset.o
a - capplgetpcntr.o
a - capplgetplaced.o
a - capplgetref.o
a - capplgetsides.o
a - capplgettries.o
a - capplsetcenter.o
a - capplsetdist.o
a - capplsetmode.o
a - capplsetpcntr.o
a - capplsetref.o
a - capplsetsides.o
a - capplsettries.o
a - cappsaddpl.o
a - cappsclear.o
a - cappsclrplaced.o
a - cappsdel.o
a - cappsdelpl.o
a - cappsfindpl.o
a - cappsgetarea.o
a - cappsgetplarea.o
a - cappsgetplmaxdist.o
a - cappsgetpl.o
a - cappsiterinit.o
a - cappsiternext.o
a - cappsmarkint.o
a - cappsnew.o
a - cappsnewpl.o
a - cappsplace.o
a - cappssetarea.o
a - cappssetdist.o
a - cappssetincr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/cap'
making all in /home/gempak/GEMPAK7/gempak/source/cgemlib/clz
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/clz'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clzread.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clzrfil.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - clzread.o
a - clzrfil.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/clz'
making all in /home/gempak/GEMPAK7/gempak/source/cgemlib/cgr
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/cgr'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrbisectpt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrbounds.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cgrcanbeformatted.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrcentroid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrcntstrks.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrconcave.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrcsegint.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrdang.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrdist.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrdone.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrgpc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrinit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrinpoly.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrinpolywn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrinsert.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrintersect.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrlindist.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrlineinterp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrlinelen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrlinepoly.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cgrlinepolyint.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrntrsct.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrobjinpoly.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrobjint.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrordrccw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrpoly.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrpolydiff.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrpolyint.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrpolyinterp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrpolylink.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrpolyp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrpolysmear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrpolyunion.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrptonln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrrange.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cgrreducelinepoly.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrreducepts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrreduceptsw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrreorder.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrrolseg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrqrol.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrqsol.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrsegdist.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrsegint.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrsegintwn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cgrsphpolyarea.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrtorad.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrvectxprod.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cgrynxt.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - cgrbisectpt.o
a - cgrbounds.o
a - cgrcanbeformatted.o
a - cgrcentroid.o
a - cgrcntstrks.o
a - cgrconcave.o
a - cgrcsegint.o
a - cgrdang.o
a - cgrdist.o
a - cgrdone.o
a - cgrgpc.o
a - cgrinit.o
a - cgrinpoly.o
a - cgrinpolywn.o
a - cgrinsert.o
a - cgrintersect.o
a - cgrlindist.o
a - cgrlineinterp.o
a - cgrlinelen.o
a - cgrlinepolyint.o
a - cgrlinepoly.o
a - cgrntrsct.o
a - cgrobjinpoly.o
a - cgrobjint.o
a - cgrordrccw.o
a - cgrpolydiff.o
a - cgrpolyinterp.o
a - cgrpolyint.o
a - cgrpolylink.o
a - cgrpoly.o
a - cgrpolyp.o
a - cgrpolysmear.o
a - cgrpolyunion.o
a - cgrptonln.o
a - cgrqrol.o
a - cgrqsol.o
a - cgrrange.o
a - cgrreducelinepoly.o
a - cgrreducepts.o
a - cgrreduceptsw.o
a - cgrreorder.o
a - cgrrolseg.o
a - cgrsegdist.o
a - cgrsegint.o
a - cgrsegintwn.o
a - cgrsphpolyarea.o
a - cgrtorad.o
a - cgrvectxprod.o
a - cgrynxt.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/cgr'
making all in /home/gempak/GEMPAK7/gempak/source/cgemlib/cds
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/cds'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsash.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsatdeflt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsccf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsclass.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdscirc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsdspelm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsfrnt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsgetinx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsgfa.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsgfatxt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsgfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsinit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsjet.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsline.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdslist.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsmatch.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsress.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsrtbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsscal.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsscol.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdssfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdssgwx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdssgwxtxt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdssig.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdssymb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdstc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdstca.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdstext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdstrack.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsvol.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdswbox.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdsccftxt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cdswind.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - cdsash.o
a - cdsatdeflt.o
a - cdsccf.o
a - cdsccftxt.o
a - cdscirc.o
a - cdsclass.o
a - cdsdspelm.o
a - cdsfrnt.o
a - cdsgetinx.o
a - cdsgfa.o
a - cdsgfatxt.o
a - cdsgfill.o
a - cdsinit.o
a - cdsjet.o
a - cdsline.o
a - cdslist.o
a - cdsmatch.o
a - cdsress.o
a - cdsrtbl.o
a - cdsscal.o
a - cdsscol.o
a - cdssfill.o
a - cdssgwx.o
a - cdssgwxtxt.o
a - cdssig.o
a - cdssymb.o
a - cdstca.o
a - cdstc.o
a - cdstext.o
a - cdstrack.o
a - cdsvol.o
a - cdswbox.o
a - cdswind.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/cds'
making all in /home/gempak/GEMPAK7/gempak/source/cgemlib/cvq
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/cvq'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvqgetginf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvqhigp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvqnxtgnm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvqscangrp.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - cvqgetginf.o
a - cvqhigp.o
a - cvqnxtgnm.o
a - cvqscangrp.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/cvq'
making all in /home/gempak/GEMPAK7/gempak/source/cgemlib/ces
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/ces'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cesget.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cesgetflag.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cesgetinx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cesgtgavid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cesgtggrps.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cesgtgid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cesgtginfo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cesgtglbls.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cesgtgmgrps.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cesgtgmsid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cesgtgnam.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cesgtlmstr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cesgtrtbl.c
cesgtrtbl.c: In function â??ces_gtrtbl_â??:
cesgtrtbl.c:163:24: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
while ( iptr != (char)NULL &&
^
cesgtrtbl.c:163:21: warning: comparison between pointer and integer [enabled by
default]
while ( iptr != (char)NULL &&
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cesrtbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cesset.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - cesgetflag.o
a - cesgetinx.o
a - cesget.o
a - cesgtgavid.o
a - cesgtggrps.o
a - cesgtgid.o
a - cesgtginfo.o
a - cesgtglbls.o
a - cesgtgmgrps.o
a - cesgtgmsid.o
a - cesgtgnam.o
a - cesgtlmstr.o
a - cesgtrtbl.o
a - cesrtbl.o
a - cesset.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/ces'
making all in /home/gempak/GEMPAK7/gempak/source/cgemlib/crg
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/crg'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgbuild.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgclear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgclearlayer.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgclroffst.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgdeselect.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crggassocrec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crggbnd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgget.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crggetfilter.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crggetinx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crggetlayer.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
crggetsecrange.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crggettxtbox.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgggbnd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crggginx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgggnel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgggnhl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgggnxt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgggrp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crggoffset.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crggoffsets.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crggrfrsh.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crggsel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crggtyp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crginit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgisauxrec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crglkattr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgmkrange.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgmvallayer.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgnewinx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgrebuild.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgrngpt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsarec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsave.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgset.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsetauxrec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsetcir.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsetfilter.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsetlayer.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsetlist.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsetltln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsetsigmet.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsetsym.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsettxt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsetvac.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsetvol.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsetwnd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsetwbx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsgrp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgsoffset.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgssel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c crgstyp.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - crgbuild.o
a - crgclearlayer.o
a - crgclear.o
a - crgclroffst.o
a - crgdeselect.o
a - crggassocrec.o
a - crggbnd.o
a - crggetfilter.o
a - crggetinx.o
a - crggetlayer.o
a - crgget.o
a - crggetsecrange.o
a - crggettxtbox.o
a - crgggbnd.o
a - crggginx.o
a - crgggnel.o
a - crgggnhl.o
a - crgggnxt.o
a - crgggrp.o
a - crggoffset.o
a - crggoffsets.o
a - crggrfrsh.o
a - crggsel.o
a - crggtyp.o
a - crginit.o
a - crgisauxrec.o
a - crglkattr.o
a - crgmkrange.o
a - crgmvallayer.o
a - crgnewinx.o
a - crgrebuild.o
a - crgrngpt.o
a - crgsarec.o
a - crgsave.o
a - crgsetauxrec.o
a - crgsetcir.o
a - crgsetfilter.o
a - crgsetlayer.o
a - crgsetlist.o
a - crgsetltln.o
a - crgset.o
a - crgsetsigmet.o
a - crgsetsym.o
a - crgsettxt.o
a - crgsetvac.o
a - crgsetvol.o
a - crgsetwbx.o
a - crgsetwnd.o
a - crgsgrp.o
a - crgsoffset.o
a - crgssel.o
a - crgstyp.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/crg'
making all in /home/gempak/GEMPAK7/gempak/source/cgemlib/clo
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/clo'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clobgall.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clobgcent.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clobginfo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clobgnext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clobgrange.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clobinpoly.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cloblasso.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clobofile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clobqtag.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clobrdrec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clobsarea.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clobstag.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clobstype.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
clocleanfmline.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cloclip.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cloclosest.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clocmpdir.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clocmpwds.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clocompass.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clodddec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cloddenc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clodirect.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clodist.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clodltln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clofastates.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clofindcwa.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clofinddesc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clofinddescw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clofindmatch.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clofindnum.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clofindstn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clofindstnw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clofrom.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cloinit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clolonin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cloqformat.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cloqmxpts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cloqnhot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clordbnd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clordstn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cloreorder.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c closnap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c closnaponept.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c closortbnd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c closortstn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clostngall.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clotclosest.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clotdirect.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clotgid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clotgltln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clotgnm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clotgparm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clotgst.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clotimes.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clotinltln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clotinpoly.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clotmatch.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clotqbnd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clotrack.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clowhich.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - clobgall.o
a - clobgcent.o
a - clobginfo.o
a - clobgnext.o
a - clobgrange.o
a - clobinpoly.o
a - cloblasso.o
a - clobofile.o
a - clobqtag.o
a - clobrdrec.o
a - clobsarea.o
a - clobstag.o
a - clobstype.o
a - clocleanfmline.o
a - cloclip.o
a - cloclosest.o
a - clocmpdir.o
a - clocmpwds.o
a - clocompass.o
a - clodddec.o
a - cloddenc.o
a - clodirect.o
a - clodist.o
a - clodltln.o
a - clofastates.o
a - clofindcwa.o
a - clofinddesc.o
a - clofinddescw.o
a - clofindmatch.o
a - clofindnum.o
a - clofindstn.o
a - clofindstnw.o
a - clofrom.o
a - cloinit.o
a - clolonin.o
a - cloqformat.o
a - cloqmxpts.o
a - cloqnhot.o
a - clordbnd.o
a - clordstn.o
a - cloreorder.o
a - closnap.o
a - closnaponept.o
a - closortbnd.o
a - closortstn.o
a - clostngall.o
a - clotclosest.o
a - clotdirect.o
a - clotgid.o
a - clotgltln.o
a - clotgnm.o
a - clotgparm.o
a - clotgst.o
a - clotimes.o
a - clotinltln.o
a - clotinpoly.o
a - clotmatch.o
a - clotqbnd.o
a - clotrack.o
a - clowhich.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/clo'
making all in /home/gempak/GEMPAK7/gempak/source/cgemlib/cvg
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/cvg'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cvgallocgfablock.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgc3e3f.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgc3i3h.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgc3k3j.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgcheckplace.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgcir2lin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgclearplace.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgclos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgcp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgcrall.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgcrvgf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgdeall.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgdelet.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgdrawlayer.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgdump.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgel2hndl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgel2place.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgeladj.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgfreebkpts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgfreeelptr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgfreetc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgfscan.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cvggetelfilter.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvggetfilter.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvggetfld.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cvggetflghtlvl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvggetfname.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvggetoutdir.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cvggettblfilter.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cvggetworkfile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvggfrmtrx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvggmtrx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvggtgnum.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvggtnumpts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvginitelm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvginitplace.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cvglayer4place.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgld4place.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvglevel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgload.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgload2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cvgmatchfilter.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgoldswap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgopenj.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgplaced.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgplenabled.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgplrtbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgqkopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrdele.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrdfilter.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrdgfa.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrdgtn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrdhdr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrdjele.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrdjhdr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrdjrecnoc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrdoldele.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrdrec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrdrecnoc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrdsel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrdtc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrdtca.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cvgrebuildplace.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrebun.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgredraw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrfrsh.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrfrshlayer.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrmfld.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgrndef.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgscan.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgscangfa.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgsetfilter.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgsetfld.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgsetginf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgsetsubtyp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgsetupplace.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgsnapjet.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgsrchgrp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgsubtyp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgsvfhed.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgswap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgt2v.c
cvgt2v.c: In function â??tag2ccfâ??:
cvgt2v.c:1307:5: warning: passing argument 2 of â??cst_crnmâ?? from
incompatible pointer type [enabled by default]
cst_crnm ( "fillhi", &(el->elem.ccf.info.fillhi), &ier );
^
In file included from /home/gempak/NAWIPS/gempak/include/proto.h:20:0,
from /home/gempak/NAWIPS/gempak/include/gemprm.h:673,
from cvgcmn.h:20,
from cvgt2v.c:1:
/home/gempak/NAWIPS/gempak/include/proto_cgemlib.h:1635:7: note: expected
â??float *â?? but argument is of type â??int *â??
void cst_crnm ( char *str,
^
cvgt2v.c:1308:5: warning: passing argument 2 of â??cst_crnmâ?? from
incompatible pointer type [enabled by default]
cst_crnm ( "fillmed", &(el->elem.ccf.info.fillmed), &ier );
^
In file included from /home/gempak/NAWIPS/gempak/include/proto.h:20:0,
from /home/gempak/NAWIPS/gempak/include/gemprm.h:673,
from cvgcmn.h:20,
from cvgt2v.c:1:
/home/gempak/NAWIPS/gempak/include/proto_cgemlib.h:1635:7: note: expected
â??float *â?? but argument is of type â??int *â??
void cst_crnm ( char *str,
^
cvgt2v.c:1309:5: warning: passing argument 2 of â??cst_crnmâ?? from
incompatible pointer type [enabled by default]
cst_crnm ( "filllow", &(el->elem.ccf.info.filllow), &ier );
^
In file included from /home/gempak/NAWIPS/gempak/include/proto.h:20:0,
from /home/gempak/NAWIPS/gempak/include/gemprm.h:673,
from cvgcmn.h:20,
from cvgt2v.c:1:
/home/gempak/NAWIPS/gempak/include/proto_cgemlib.h:1635:7: note: expected
â??float *â?? but argument is of type â??int *â??
void cst_crnm ( char *str,
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgtodev.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgtodev2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgundel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cvgupdateplace.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgv2t.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgv2x.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgvalid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgwrite.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgwriteD.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgwritef.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgwritefD.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgwritgfa.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgwrittc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cvgwrittca.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c compareVgf.c
compareVgf.c: In function â??getVgTypeâ??:
compareVgf.c:1477:11: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
vgType = (char *)vg_type;
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ggdvgf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ctbgfa.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - compareVgf.o
a - ctbgfa.o
a - cvgallocgfablock.o
a - cvgc3e3f.o
a - cvgc3i3h.o
a - cvgc3k3j.o
a - cvgcheckplace.o
a - cvgcir2lin.o
a - cvgclearplace.o
a - cvgclos.o
a - cvgcp.o
a - cvgcrall.o
a - cvgcrvgf.o
a - cvgdeall.o
a - cvgdelet.o
a - cvgdrawlayer.o
a - cvgdump.o
a - cvgel2hndl.o
a - cvgel2place.o
a - cvgeladj.o
a - cvgfreebkpts.o
a - cvgfreeelptr.o
a - cvgfreetc.o
a - cvgfscan.o
a - cvggetelfilter.o
a - cvggetfilter.o
a - cvggetfld.o
a - cvggetflghtlvl.o
a - cvggetfname.o
a - cvggetoutdir.o
a - cvggettblfilter.o
a - cvggetworkfile.o
a - cvggfrmtrx.o
a - cvggmtrx.o
a - cvggtgnum.o
a - cvggtnumpts.o
a - cvginitelm.o
a - cvginitplace.o
a - cvglayer4place.o
a - cvgld4place.o
a - cvglevel.o
a - cvgload2.o
a - cvgload.o
a - cvgmatchfilter.o
a - cvgoldswap.o
a - cvgopenj.o
a - cvgopen.o
a - cvgplaced.o
a - cvgplenabled.o
a - cvgplrtbl.o
a - cvgqkopen.o
a - cvgrdele.o
a - cvgrdfilter.o
a - cvgrdgfa.o
a - cvgrdgtn.o
a - cvgrdhdr.o
a - cvgrdjele.o
a - cvgrdjhdr.o
a - cvgrdjrecnoc.o
a - cvgrdoldele.o
a - cvgrdrecnoc.o
a - cvgrdrec.o
a - cvgrdsel.o
a - cvgrdtca.o
a - cvgrdtc.o
a - cvgrebuildplace.o
a - cvgrebun.o
a - cvgredraw.o
a - cvgrfrshlayer.o
a - cvgrfrsh.o
a - cvgrmfld.o
a - cvgrndef.o
a - cvgscangfa.o
a - cvgscan.o
a - cvgsetfilter.o
a - cvgsetfld.o
a - cvgsetginf.o
a - cvgsetsubtyp.o
a - cvgsetupplace.o
a - cvgsnapjet.o
a - cvgsrchgrp.o
a - cvgsubtyp.o
a - cvgsvfhed.o
a - cvgswap.o
a - cvgt2v.o
a - cvgtodev2.o
a - cvgtodev.o
a - cvgundel.o
a - cvgupdateplace.o
a - cvgv2t.o
a - cvgv2x.o
a - cvgvalid.o
a - cvgwriteD.o
a - cvgwritefD.o
a - cvgwritef.o
a - cvgwrite.o
a - cvgwritgfa.o
a - cvgwrittca.o
a - cvgwrittc.o
a - ggdvgf.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/cvg'
making all in /home/gempak/GEMPAK7/gempak/source/cgemlib/gh
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/gh'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gh0bkp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghbkat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghbkcal.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghbkgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghbkloc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghbkme.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghbkpl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghbkpo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghbkpp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghbkpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghbksq.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghbktb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghcolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghgbkl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghkgar.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghkgat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghkgfl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghkgip.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghkgix.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghkglb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghkglc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghkglp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghkgmp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghkgov.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghkgst.f
ghkgst.f:45.38:
+ 'Lisianski', 'Pearl and\nHermes Atoll',
1
Warning: Initialization string starting at (1) was truncated to fit the
variable (22/23)
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghkgtb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghnopb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghprpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghpuhd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghpsum.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghpsum09.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghrdad.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghrdbd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghrdds.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghrdfv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghrdhd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghrdpb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghrdqd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghrdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghrdtx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghrest.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghrhst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghrprb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghrscl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghsave.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghsplb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghsprb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghsprl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghsvcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghswdf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghswlb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghswln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghswth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghtc2vg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghtclb.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ghtctx.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghtcww.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghtime.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghuhst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwcnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwgrf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwier.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwipl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwpnl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwrel.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwrng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwtbg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwtbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwtpl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwbk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwcv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwcz.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwdi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwdp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwhi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwmv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwov.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwrm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwsg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwsr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwtx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwvc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ghadvn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ghbkrv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ghfstn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ghftbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ghgclr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ghrtbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ghwtcb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ghwtce.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ghwtct.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ghwwat.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwld.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwlg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwlr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwlv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ghwwpr.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ghwwug.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gemlib.a *.o
a - gh0bkp.o
a - ghadvn.o
a - ghbkat.o
a - ghbkcal.o
a - ghbkgb.o
a - ghbkloc.o
a - ghbkme.o
a - ghbkpl.o
a - ghbkpo.o
a - ghbkpp.o
a - ghbkpt.o
a - ghbkrv.o
a - ghbksq.o
a - ghbktb.o
a - ghcolr.o
a - ghfstn.o
a - ghftbl.o
a - ghgbkl.o
a - ghgclr.o
a - ghkgar.o
a - ghkgat.o
a - ghkgfl.o
a - ghkgip.o
a - ghkgix.o
a - ghkglb.o
a - ghkglc.o
a - ghkglp.o
a - ghkgmp.o
a - ghkgov.o
a - ghkgst.o
a - ghkgtb.o
a - ghnopb.o
a - ghprpt.o
a - ghpsum09.o
a - ghpsum.o
a - ghpuhd.o
a - ghrdad.o
a - ghrdbd.o
a - ghrdds.o
a - ghrdfv.o
a - ghrdhd.o
a - ghrdpb.o
a - ghrdqd.o
a - ghrdsp.o
a - ghrdtx.o
a - ghrest.o
a - ghrhst.o
a - ghrprb.o
a - ghrscl.o
a - ghrtbl.o
a - ghsave.o
a - ghsplb.o
a - ghsprb.o
a - ghsprl.o
a - ghsvcl.o
a - ghswdf.o
a - ghswlb.o
a - ghswln.o
a - ghswth.o
a - ghtc2vg.o
a - ghtclb.o
a - ghtctx.o
a - ghtcww.o
a - ghtime.o
a - ghuhst.o
a - ghwcnd.o
a - ghwgrf.o
a - ghwier.o
a - ghwipl.o
a - ghwpnl.o
a - ghwrel.o
a - ghwrng.o
a - ghwtbg.o
a - ghwtbl.o
a - ghwtcb.o
a - ghwtce.o
a - ghwtct.o
a - ghwtpl.o
a - ghwwat.o
a - ghwwbk.o
a - ghwwbl.o
a - ghwwcl.o
a - ghwwcv.o
a - ghwwcz.o
a - ghwwdi.o
a - ghwwdp.o
a - ghwwhi.o
a - ghwwin.o
a - ghwwld.o
a - ghwwlg.o
a - ghwwln.o
a - ghwwlr.o
a - ghwwlv.o
a - ghwwmv.o
a - ghwwov.o
a - ghwwpr.o
a - ghwwrm.o
a - ghwwsg.o
a - ghwwsr.o
a - ghwwst.o
a - ghwwtx.o
a - ghwwug.o
a - ghwwvc.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/gh'
making all in /home/gempak/GEMPAK7/gempak/source/cgemlib/cmd
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/cmd'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdobclear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdobgetbb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdobgetcntr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdobgetcntrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdobgetid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cmdobgetpoints.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdobispoly.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
cmdobisvisible.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdosaddob.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdosclear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdosdel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdosdelob.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdosfindob.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdosgetob.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdositerinit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdositernext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdosnew.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdosnewob.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmdossetarea.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - cmdobclear.o
a - cmdobgetbb.o
a - cmdobgetcntrd.o
a - cmdobgetcntr.o
a - cmdobgetid.o
a - cmdobgetpoints.o
a - cmdobispoly.o
a - cmdobisvisible.o
a - cmdosaddob.o
a - cmdosclear.o
a - cmdosdel.o
a - cmdosdelob.o
a - cmdosfindob.o
a - cmdosgetob.o
a - cmdositerinit.o
a - cmdositernext.o
a - cmdosnew.o
a - cmdosnewob.o
a - cmdossetarea.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/cgemlib/cmd'
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/cgemlib'
Making all in /home/gempak/GEMPAK7/gempak/source/gpltdev
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gpltdev'
making all in /home/gempak/GEMPAK7/gempak/source/gpltdev/access
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gpltdev/access'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dendd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dinita.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dinitp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dqdchr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpltdev.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gpltdev.a
a - dendd.o
a - dinita.o
a - dinitp.o
a - dqdchr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gpltdev/access'
making all in /home/gempak/GEMPAK7/gempak/source/gpltdev/attribute
make[4]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/gpltdev/attribute'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dqdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dqlpat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsarrw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsbarb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dscmbo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsctyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsdarr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsdash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsfrnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dshash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsicng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dslpat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsmrkr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsptnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dspwth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsrduc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dssky.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dssmth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsspcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsspln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dstext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsturb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dswthr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpltdev.a *.o
a - dqdatt.o
a - dqlpat.o
a - dsarrw.o
a - dsbarb.o
a - dscmbo.o
a - dsctyp.o
a - dsdarr.o
a - dsdash.o
a - dsdatt.o
a - dsfill.o
a - dsfrnt.o
a - dshash.o
a - dsicng.o
a - dsline.o
a - dslpat.o
a - dsmrkr.o
a - dsptnd.o
a - dspwth.o
a - dsrduc.o
a - dssky.o
a - dssmth.o
a - dsspcl.o
a - dsspln.o
a - dstext.o
a - dsturb.o
a - dswthr.o
rm -f *.o
make[4]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/gpltdev/attribute'
making all in /home/gempak/GEMPAK7/gempak/source/gpltdev/color
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gpltdev/color'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dqclrs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dqcolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dqcomp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsbrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dscint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsclr2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dscnam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dscolb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dscolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dscrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsctbl.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpltdev.a *.o
a - dqclrs.o
a - dqcolr.o
a - dqcomp.o
a - dsbrgb.o
a - dscint.o
a - dsclr2.o
a - dscnam.o
a - dscolb.o
a - dscolr.o
a - dscrgb.o
a - dsctbl.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gpltdev/color'
making all in /home/gempak/GEMPAK7/gempak/source/gpltdev/control
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gpltdev/control'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dclear.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dclosp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dclpnl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c degrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
denanm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
deplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgsave.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dgtpnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dloopc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dmesg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dqdev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c droam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dsgrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsgtgn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dslwin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsroam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dstanm.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpltdev.a *.o
a - dclear.o
a - dclosp.o
a - dclpnl.o
a - degrp.o
a - denanm.o
a - deplot.o
a - dgsave.o
a - dgtpnt.o
a - dloopc.o
a - dmesg.o
a - dqdev.o
a - droam.o
a - dsgrp.o
a - dsgtgn.o
a - dslwin.o
a - dsplot.o
a - dsroam.o
a - dstanm.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gpltdev/control'
making all in /home/gempak/GEMPAK7/gempak/source/gpltdev/plot
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gpltdev/plot'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c darc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c darrw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dbarb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcircl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dcmbo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dctyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ddarr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dfrnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dhash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dicng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dlogo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dmark.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dptnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dpwth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dsky.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dspcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dspln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dtext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dtextc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dticmk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dturb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dtxsy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c dwthr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpltdev.a *.o
a - darc.o
a - darrw.o
a - dbarb.o
a - dcircl.o
a - dcmbo.o
a - dctyp.o
a - ddarr.o
a - dfill.o
a - dfrnt.o
a - dhash.o
a - dicng.o
a - dline.o
a - dlogo.o
a - dmark.o
a - dptnd.o
a - dpwth.o
a - dsky.o
a - dspcl.o
a - dspln.o
a - dtextc.o
a - dtext.o
a - dticmk.o
a - dturb.o
a - dtxsy.o
a - dwthr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gpltdev/plot'
making all in /home/gempak/GEMPAK7/gempak/source/gpltdev/satellite
make[4]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/gpltdev/satellite'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsatim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsatpx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dsicmn.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpltdev.a *.o
a - dsatim.o
a - dsatpx.o
a - dsicmn.o
rm -f *.o
make[4]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/gpltdev/satellite'
making all in /home/gempak/GEMPAK7/gempak/source/gpltdev/window
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gpltdev/window'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dswndw.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpltdev.a *.o
a - dswndw.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gpltdev/window'
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gpltdev'
Making all in /home/gempak/GEMPAK7/gempak/source/gplt
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt'
making all in /home/gempak/GEMPAK7/gempak/source/gplt/access
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt/access'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gendp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ginit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ginitp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqmode.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsmode.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gplt.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gplt.a
a - gendp.o
a - ginit.o
a - ginitp.o
a - gqmode.o
a - gsmode.o
rm -f *.o
making alt library in /home/gempak/GEMPAK7/gempak/source/gplt/access/alt
make[5]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt/access/alt'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gendp_alt.f
cp gendp_alt.o /home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ginitp_alt.f
cp ginitp_alt.o /home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
rm -f *.o
make[5]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt/access/alt'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt/access'
making all in /home/gempak/GEMPAK7/gempak/source/gplt/attribute
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt/attribute'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqarrw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqbarb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqcmbo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqctyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqcvsc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqdarr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqdash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqfrnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqhash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqicng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqlpat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqmrkr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqptnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqpwth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqrduc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqsizd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gqsky.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqsmth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqspcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqspln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqsysz.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqtext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqturb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqwthr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsarrw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsattr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsbarb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gscmbo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gscntr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsctyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsdarr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsdash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsfrnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gshash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsicng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gslpat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsmrkr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsptnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gspwth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsrduc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gssky.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gssmth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsspcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsspln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gstext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gstick.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsturb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gswthr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gplt.a *.o
a - gqarrw.o
a - gqbarb.o
a - gqcmbo.o
a - gqctyp.o
a - gqcvsc.o
a - gqdarr.o
a - gqdash.o
a - gqdatt.o
a - gqfill.o
a - gqfrnt.o
a - gqhash.o
a - gqicng.o
a - gqline.o
a - gqlpat.o
a - gqmrkr.o
a - gqptnd.o
a - gqpwth.o
a - gqrduc.o
a - gqsizd.o
a - gqsky.o
a - gqsmth.o
a - gqspcl.o
a - gqspln.o
a - gqsysz.o
a - gqtext.o
a - gqturb.o
a - gqwthr.o
a - gsarrw.o
a - gsattr.o
a - gsbarb.o
a - gscmbo.o
a - gscntr.o
a - gsctyp.o
a - gsdarr.o
a - gsdash.o
a - gsfill.o
a - gsfrnt.o
a - gshash.o
a - gsicng.o
a - gsline.o
a - gslpat.o
a - gsmrkr.o
a - gsptnd.o
a - gspwth.o
a - gsrduc.o
a - gssky.o
a - gssmth.o
a - gsspcl.o
a - gsspln.o
a - gstext.o
a - gstick.o
a - gsturb.o
a - gswthr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt/attribute'
making all in /home/gempak/GEMPAK7/gempak/source/gplt/bounds
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt/bounds'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gqbnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqview.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsview.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gplt.a *.o
a - gqbnd.o
a - gqview.o
a - gsview.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt/bounds'
making all in /home/gempak/GEMPAK7/gempak/source/gplt/color
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt/color'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqclr2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqclrs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqcolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqcomp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqncol.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsbrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gscint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsclr2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gscnam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gscolb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gscolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gscrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsctbl.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gplt.a *.o
a - gqclr2.o
a - gqclrs.o
a - gqcolr.o
a - gqcomp.o
a - gqncol.o
a - gsbrgb.o
a - gscint.o
a - gsclr2.o
a - gscnam.o
a - gscolb.o
a - gscolr.o
a - gscrgb.o
a - gsctbl.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt/color'
making all in /home/gempak/GEMPAK7/gempak/source/gplt/control
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt/control'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gclear.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gclosp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gclpnl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gegrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
genanm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
geplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggsave.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggtpnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gloopc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gmesg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gqdev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c groam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsdeva.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gsgrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsgtgn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gslwin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsroam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gstanm.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gplt.a *.o
a - gclear.o
a - gclosp.o
a - gclpnl.o
a - gegrp.o
a - genanm.o
a - geplot.o
a - ggsave.o
a - ggtpnt.o
a - gloopc.o
a - gmesg.o
a - gqdev.o
a - groam.o
a - gsdeva.o
a - gsgrp.o
a - gsgtgn.o
a - gslwin.o
a - gsplot.o
a - gsroam.o
a - gstanm.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt/control'
making all in /home/gempak/GEMPAK7/gempak/source/gplt/coord
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt/coord'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ud2cyl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
udmbnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
updazm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
updcon.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
updcyl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
upddxy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
updgdg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
updgdi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
updgdm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
updgrf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
updgxy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
updmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
updmer.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
updnxy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
updpxy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
updsxy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
updvxy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
upwndw.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gplt.a *.o
a - ud2cyl.o
a - udmbnd.o
a - updazm.o
a - updcon.o
a - updcyl.o
a - upddxy.o
a - updgdg.o
a - updgdi.o
a - updgdm.o
a - updgrf.o
a - updgxy.o
a - updmap.o
a - updmer.o
a - updnxy.o
a - updpxy.o
a - updsxy.o
a - updvxy.o
a - upwndw.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt/coord'
making all in /home/gempak/GEMPAK7/gempak/source/gplt/curve
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt/curve'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gcelin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gcespl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gcflin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gcfpar.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gcfspl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gctype.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gcurve.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gcyevl.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gplt.a *.o
a - gcelin.o
a - gcespl.o
a - gcflin.o
a - gcfpar.o
a - gcfspl.o
a - gctype.o
a - gcurve.o
a - gcyevl.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt/curve'
making all in /home/gempak/GEMPAK7/gempak/source/gplt/graph
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt/graph'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gaaxis.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdaxis.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdaxlb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpaxs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqgmgn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqgraf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsgmgn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsgraf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gtick.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gplt.a *.o
a - gaaxis.o
a - gdaxis.o
a - gdaxlb.o
a - gdpaxs.o
a - gqgmgn.o
a - gqgraf.o
a - gsgmgn.o
a - gsgraf.o
a - gtick.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt/graph'
making all in /home/gempak/GEMPAK7/gempak/source/gplt/grid
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt/grid'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqggrf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqgmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqgprj.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsggrf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsgmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsgprj.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gplt.a *.o
a - gqggrf.o
a - gqgmap.o
a - gqgprj.o
a - gsggrf.o
a - gsgmap.o
a - gsgprj.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt/grid'
making all in /home/gempak/GEMPAK7/gempak/source/gplt/map
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt/map'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqmmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqmmgn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqmprj.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsmmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsmmgn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsmprj.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gplt.a *.o
a - gqmmap.o
a - gqmmgn.o
a - gqmprj.o
a - gsmmap.o
a - gsmmgn.o
a - gsmprj.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt/map'
making all in /home/gempak/GEMPAK7/gempak/source/gplt/plot
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt/plot'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c garc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c garrw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gbarb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gcircl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gcmbo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gctyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gdarr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gfpro.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gfrnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ghash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gicng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c glogo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gmark.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gptnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gpwth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gsky.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gspcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gspln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gtext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gtextc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gturb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gtxsy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gwthr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gplt.a *.o
a - garc.o
a - garrw.o
a - gbarb.o
a - gcircl.o
a - gcmbo.o
a - gctyp.o
a - gdarr.o
a - gfill.o
a - gfpro.o
a - gfrnt.o
a - ghash.o
a - gicng.o
a - gline.o
a - glogo.o
a - gmark.o
a - gptnd.o
a - gpwth.o
a - gsky.o
a - gspcl.o
a - gspln.o
a - gtextc.o
a - gtext.o
a - gturb.o
a - gtxsy.o
a - gwthr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt/plot'
making all in /home/gempak/GEMPAK7/gempak/source/gplt/satellite
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt/satellite'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqsatn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsatim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsatmg.f
gsatmg.f:114.14:
DO xm = xmbndl, xmbndr, xres
1
Warning: Deleted feature: Loop variable at (1) must be integer
gsatmg.f:114.18:
DO xm = xmbndl, xmbndr, xres
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gsatmg.f:114.26:
DO xm = xmbndl, xmbndr, xres
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gsatmg.f:114.34:
DO xm = xmbndl, xmbndr, xres
1
Warning: Deleted feature: Step expression in DO loop at (1) must be integer
gsatmg.f:129.14:
DO xm = xmbndl, xmbndr, xres
1
Warning: Deleted feature: Loop variable at (1) must be integer
gsatmg.f:129.18:
DO xm = xmbndl, xmbndr, xres
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gsatmg.f:129.26:
DO xm = xmbndl, xmbndr, xres
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gsatmg.f:129.34:
DO xm = xmbndl, xmbndr, xres
1
Warning: Deleted feature: Step expression in DO loop at (1) must be integer
gsatmg.f:150.14:
DO ym = ymbndt, ymbndb, yres
1
Warning: Deleted feature: Loop variable at (1) must be integer
gsatmg.f:150.18:
DO ym = ymbndt, ymbndb, yres
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gsatmg.f:150.26:
DO ym = ymbndt, ymbndb, yres
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gsatmg.f:150.34:
DO ym = ymbndt, ymbndb, yres
1
Warning: Deleted feature: Step expression in DO loop at (1) must be integer
gsatmg.f:165.14:
DO ym = ymbndt, ymbndb, yres
1
Warning: Deleted feature: Loop variable at (1) must be integer
gsatmg.f:165.18:
DO ym = ymbndt, ymbndb, yres
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gsatmg.f:165.26:
DO ym = ymbndt, ymbndb, yres
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gsatmg.f:165.34:
DO ym = ymbndt, ymbndb, yres
1
Warning: Deleted feature: Step expression in DO loop at (1) must be integer
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsatpx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsicmn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nvxini.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gplt.a *.o
a - gqsatn.o
a - gsatim.o
a - gsatmg.o
a - gsatpx.o
a - gsicmn.o
a - nvxini.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt/satellite'
making all in /home/gempak/GEMPAK7/gempak/source/gplt/transform
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt/transform'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gazdrm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gazmlm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gazmml.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gconlm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gconml.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gcyllm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gcylml.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdrazm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggrflm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggrfml.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ggtoi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gitog.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gitoq.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gltou.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gmerlm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gmerml.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gmtoq.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gmtow.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gmtowq.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
goeslm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
goesml.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gptvis.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gqtoi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gqtom.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grottl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gtrans.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gutol.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gutow.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gwtom.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gwtou.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
intdlm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rttoxy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
xytort.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gplt.a *.o
a - gazdrm.o
a - gazmlm.o
a - gazmml.o
a - gconlm.o
a - gconml.o
a - gcyllm.o
a - gcylml.o
a - gdrazm.o
a - ggrflm.o
a - ggrfml.o
a - ggtoi.o
a - gitog.o
a - gitoq.o
a - gltou.o
a - gmerlm.o
a - gmerml.o
a - gmtoq.o
a - gmtow.o
a - gmtowq.o
a - goeslm.o
a - goesml.o
a - gptvis.o
a - gqtoi.o
a - gqtom.o
a - grottl.o
a - gtrans.o
a - gutol.o
a - gutow.o
a - gwtom.o
a - gwtou.o
a - intdlm.o
a - rttoxy.o
a - xytort.o
rm -f *.o
making in /home/gempak/GEMPAK7/gempak/source/gplt/transform/mcidas
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/gplt/transform/mcidas'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
asspl2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gms5_nav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c mcnav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nvxeas.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nvxgmsx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nvxgoes.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nvxgvar.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nvxmoll.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nvxrect.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nvxmsat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nvxmsg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nvxradr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nvxsae.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gplt.a *.o
a - asspl2.o
a - gms5_nav.o
a - mcnav.o
a - nvxeas.o
a - nvxgmsx.o
a - nvxgoes.o
a - nvxgvar.o
a - nvxmoll.o
a - nvxmsat.o
a - nvxmsg.o
a - nvxradr.o
a - nvxrect.o
a - nvxsae.o
rm -f *.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/gplt/transform/mcidas'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt/transform'
making all in /home/gempak/GEMPAK7/gempak/source/gplt/utility
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt/utility'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdrgrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdrmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
getmap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gplbnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqmfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsmfil.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gplt.a *.o
a - gdrgrd.o
a - gdrmap.o
a - getmap.o
a - gplbnd.o
a - gqmfil.o
a - gsmfil.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt/utility'
making all in /home/gempak/GEMPAK7/gempak/source/gplt/gplt
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/gplt/gplt'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gplt.f
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/gpltdev.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -o gplt
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt/gplt'
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/gplt'
Making all in /home/gempak/GEMPAK7/gempak/source/bridge
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/af
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/af'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afaflv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afalat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afalon.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afarfg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afatbx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afatim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afatmp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afator.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afatrb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afawnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afawpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afbkgp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afbltp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afcpas.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afdadr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afdarp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afdprp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afdrco.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afdupe.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
affarp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afflvl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afgfld.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afgmpk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afgrpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afhhfm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afhhmm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
aficid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afifiv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afifpt.f
afifpt.f:64.17:
DO jj = 2, rivals ( irntrb )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
afifpt.f:94.17:
DO jj = 2, rivals ( irnicg )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
afifpt.f:122.17:
DO jj = 2, rivals ( irnpwx )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
afifpt.f:149.17:
DO jj = 2, rivals ( irncld )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afifsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afintf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afobdh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afpatp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afpflv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afphaz.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afpicg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afpilr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afploc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afplyr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afpnbd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afprmk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afprsi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afpsky.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afpsl1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afpslr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afptim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afptlr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afptmp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afptop.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afptor.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afptrb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afpwnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afpwxv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afrcld.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
africg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afrpht.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afrswd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afrtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afslat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afslon.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
aftbid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
aftmpc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afwind.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
afxbif.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/bridge.a
a - afaflv.o
a - afalat.o
a - afalon.o
a - afarfg.o
a - afatbx.o
a - afatim.o
a - afatmp.o
a - afator.o
a - afatrb.o
a - afawnd.o
a - afawpt.o
a - afbkgp.o
a - afbltp.o
a - afcpas.o
a - afdadr.o
a - afdarp.o
a - afdcod.o
a - afdprp.o
a - afdrco.o
a - afdupe.o
a - affarp.o
a - afflvl.o
a - afgfld.o
a - afgmpk.o
a - afgrpt.o
a - afhhfm.o
a - afhhmm.o
a - aficid.o
a - afifiv.o
a - afifpt.o
a - afifsp.o
a - afintf.o
a - afobdh.o
a - afpatp.o
a - afpflv.o
a - afphaz.o
a - afpicg.o
a - afpilr.o
a - afploc.o
a - afplyr.o
a - afpnbd.o
a - afprmk.o
a - afprsi.o
a - afpsky.o
a - afpsl1.o
a - afpslr.o
a - afptim.o
a - afptlr.o
a - afptmp.o
a - afptop.o
a - afptor.o
a - afptrb.o
a - afpwnd.o
a - afpwxv.o
a - afrcld.o
a - africg.o
a - afrpht.o
a - afrswd.o
a - afrtim.o
a - afslat.o
a - afslon.o
a - aftbid.o
a - aftmpc.o
a - afwind.o
a - afxbif.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/af'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/am
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/am'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ambnds.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
amdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
amdecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
amflvl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c amhdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c amout.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - ambnds.o
a - amdcod.o
a - amdecd.o
a - amflvl.o
a - amhdr.o
a - amout.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/am'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/br
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/br'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
brbnds.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
brcmtn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
brcnty.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
brdttm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
brgmsk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
brsky6.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
brvald.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
brvisb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
brvtec.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
brwind.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - brbnds.o
a - brcmtn.o
a - brcnty.o
a - brdttm.o
a - brgmsk.o
a - brsky6.o
a - brvald.o
a - brvisb.o
a - brvtec.o
a - brwind.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/br'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/cs
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/cs'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cscbnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
csconv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
csctim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
csdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
csdecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
csflvl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c cshdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
csobnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
csotlk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c csout.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - cscbnd.o
a - csconv.o
a - csctim.o
a - csdcod.o
a - csdecd.o
a - csflvl.o
a - cshdr.o
a - csobnd.o
a - csotlk.o
a - csout.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/cs'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/dc
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/dc'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcbsrc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcbsrh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dccrid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcfcls.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcfcyl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcfint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcghdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcgpil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcgtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dciffp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcifmp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcifpc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcifpr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcitim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcosfc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcosfr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcoshp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcosnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcosnm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcrtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcrtmh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcstns.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dctest.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dctmck.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dctmst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcwlog.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dcwthr.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dcb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dcdira.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dcdlog.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dcexit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dcgbul.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dcgopt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dcinit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dcsgnl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dcwbuf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dcwclg.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - dcb.o
a - dcbsrc.o
a - dcbsrh.o
a - dccrid.o
a - dcdira.o
a - dcdlog.o
a - dcexit.o
a - dcfcls.o
a - dcfcyl.o
a - dcfint.o
a - dcgbul.o
a - dcghdr.o
a - dcgopt.o
a - dcgpil.o
a - dcgtim.o
a - dciffp.o
a - dcifmp.o
a - dcifpc.o
a - dcifpr.o
a - dcinit.o
a - dcitim.o
a - dcosfc.o
a - dcosfr.o
a - dcoshp.o
a - dcosnd.o
a - dcosnm.o
a - dcrtim.o
a - dcrtmh.o
a - dcsgnl.o
a - dcstns.o
a - dctest.o
a - dctmck.o
a - dctmst.o
a - dcwbuf.o
a - dcwclg.o
a - dcwlog.o
a - dcwthr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/dc'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/fa
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/fa'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
facnty.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
fadcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
fadecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c faout.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
favtcn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
favtec.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - facnty.o
a - fadcod.o
a - fadecd.o
a - faout.o
a - favtcn.o
a - favtec.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/fa'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/ff
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/ff'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ffdecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ffglin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ffgtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ffrtim.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - ffdecd.o
a - ffglin.o
a - ffgtim.o
a - ffrtim.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/ff'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/hc
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/hc'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hcctim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hcdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hcdecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hcfvld.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hcghdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hcout.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hcquad.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hcspqd.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - hcctim.o
a - hcdcod.o
a - hcdecd.o
a - hcfvld.o
a - hcghdr.o
a - hcout.o
a - hcquad.o
a - hcspqd.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/hc'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/is
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/is'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isarea.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isbdln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iscbnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iscent.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ischng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iscnar.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iscnda.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iscnph.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iscnpr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iscnrg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iscntm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isdecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iseg2d.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isegao.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isegar.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isegca.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isegfd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
iseggy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isegmv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isegpr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isegtm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isegts.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isesol.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isflvl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isintx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
islorl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isltln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ismov.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isobfc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isosol.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isothr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isotpr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c isout.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isphen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isprmb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
istchu.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
istime.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ists.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isturb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c isva.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
isvloc.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - isarea.o
a - isbdln.o
a - iscbnd.o
a - iscent.o
a - ischng.o
a - iscnar.o
a - iscnda.o
a - iscnph.o
a - iscnpr.o
a - iscnrg.o
a - iscntm.o
a - isdcod.o
a - isdecd.o
a - iseg2d.o
a - isegao.o
a - isegar.o
a - isegca.o
a - isegfd.o
a - iseggy.o
a - isegmv.o
a - isegpr.o
a - isegtm.o
a - isegts.o
a - isesol.o
a - isflvl.o
a - isintx.o
a - islorl.o
a - isltln.o
a - ismov.o
a - isobfc.o
a - isosol.o
a - isothr.o
a - isotpr.o
a - isout.o
a - isphen.o
a - isprmb.o
a - istchu.o
a - istime.o
a - ists.o
a - isturb.o
a - isva.o
a - isvloc.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/is'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/ls
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/ls'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsaaxx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsast0.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsbtyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsckrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lscld1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lscld4.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsclds.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lscmmt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsctmp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsdcd1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lserrs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsfsnw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsgemp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsgeop.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsgrpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsicea.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsifpt.f
lsifpt.f:86.17:
DO jj = 2, rivals ( irnclo )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
lsifpt.f:113.17:
DO jj = 2, rivals ( irncl3 )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
lsifpt.f:140.17:
DO jj = 2, rivals ( irncl4 )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
lsifpt.f:167.17:
DO jj = 2, rivals ( irnswv )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsifsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsiihv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsintf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lslscb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsmawx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsnddf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsobst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lspr24.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsprec.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lspres.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsprs3.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsqctl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsrelh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lssec1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lssec2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lssec3.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lssec4.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lssec5.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lssgrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lsswld.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lstdur.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lstemp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lstsnw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lswgem.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lswspd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lswvh1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lswvph.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - lsaaxx.o
a - lsast0.o
a - lsbtyp.o
a - lsckrp.o
a - lscld1.o
a - lscld4.o
a - lsclds.o
a - lscmmt.o
a - lsctmp.o
a - lsdcd1.o
a - lsdcod.o
a - lserrs.o
a - lsfsnw.o
a - lsgemp.o
a - lsgeop.o
a - lsgrpt.o
a - lsicea.o
a - lsifpt.o
a - lsifsp.o
a - lsiihv.o
a - lsinit.o
a - lsintf.o
a - lslscb.o
a - lsmawx.o
a - lsnddf.o
a - lsobst.o
a - lspr24.o
a - lsprec.o
a - lspres.o
a - lsprs3.o
a - lsqctl.o
a - lsrelh.o
a - lssec1.o
a - lssec2.o
a - lssec3.o
a - lssec4.o
a - lssec5.o
a - lssgrd.o
a - lsswld.o
a - lstdur.o
a - lstemp.o
a - lstsnw.o
a - lswgem.o
a - lswspd.o
a - lswvh1.o
a - lswvph.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/ls'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/ma
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/ma'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
maadjt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mabst0.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mabtyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgar.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgbg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgck.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgcl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgdc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgdt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macggr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgmm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgpr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgrm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgsc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgsl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgvs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgwa.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgwd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgwn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgws.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgwv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macgwx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mackrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macld1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
maclds.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macst0.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
macwnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mad0qc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
madcd1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
madcd2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
madcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
maddff.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mads4q.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mads4r.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
madst0.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
madsvs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
madwph.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
maelev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
maerrs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mafind.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
magemp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
magrpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
maicea.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
maifpt.f
maifpt.f:83.17:
DO jj = 2, rivals ( irndts )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
maifpt.f:111.17:
DO jj = 2, rivals ( irnclo )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
maifpt.f:139.17:
DO jj = 2, rivals ( irncl3 )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
maifpt.f:167.17:
DO jj = 2, rivals ( irncwd )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
maifpt.f:195.17:
DO jj = 2, rivals ( irnswv )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
maifsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
maiihv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mainit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
maintf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
malscb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
malscd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mamawx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
manddf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
maobst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mapkwd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mapr24.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
maprec.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mapres.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
maprs3.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
marelh.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mas4dg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mas4eg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mas4ll.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mas4tp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
masc1b.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
masc1d.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
masc2d.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
masc3d.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
masc4d.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
masec2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
masec3.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
masec5.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
maship.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mastbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
maswld.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
matdur.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
matemp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
matesa.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mawgem.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mawspd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mawvh1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mawvph.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - maadjt.o
a - mabst0.o
a - mabtyp.o
a - macgar.o
a - macgbg.o
a - macgck.o
a - macgcl.o
a - macgdc.o
a - macgdt.o
a - macggr.o
a - macgid.o
a - macgin.o
a - macgmm.o
a - macgpr.o
a - macgpt.o
a - macgrm.o
a - macgsc.o
a - macgsl.o
a - macgst.o
a - macgvs.o
a - macgwa.o
a - macgwd.o
a - macgwn.o
a - macgws.o
a - macgwv.o
a - macgwx.o
a - mackrp.o
a - macld1.o
a - maclds.o
a - macst0.o
a - macwnd.o
a - mad0qc.o
a - madcd1.o
a - madcd2.o
a - madcod.o
a - maddff.o
a - mads4q.o
a - mads4r.o
a - madst0.o
a - madsvs.o
a - madwph.o
a - maelev.o
a - maerrs.o
a - mafind.o
a - magemp.o
a - magrpt.o
a - maicea.o
a - maifpt.o
a - maifsp.o
a - maiihv.o
a - mainit.o
a - maintf.o
a - malscb.o
a - malscd.o
a - mamawx.o
a - manddf.o
a - maobst.o
a - mapkwd.o
a - mapr24.o
a - maprec.o
a - mapres.o
a - maprs3.o
a - marelh.o
a - mas4dg.o
a - mas4eg.o
a - mas4ll.o
a - mas4tp.o
a - masc1b.o
a - masc1d.o
a - masc2d.o
a - masc3d.o
a - masc4d.o
a - masec2.o
a - masec3.o
a - masec5.o
a - maship.o
a - mastbl.o
a - maswld.o
a - matdur.o
a - matemp.o
a - matesa.o
a - mawgem.o
a - mawspd.o
a - mawvh1.o
a - mawvph.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/ma'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/mn
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/mn'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mn3chc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mn3chr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mndecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mnfctm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mnglin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mngrpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mnntdy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c mnsls.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mntitl.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - mn3chc.o
a - mn3chr.o
a - mndecd.o
a - mnfctm.o
a - mnglin.o
a - mngrpt.o
a - mnntdy.o
a - mnsls.o
a - mntitl.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/mn'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/ms
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/ms'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mscdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msclim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msdate.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msdcda.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msdcdm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msfctm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msglin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msgrpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msidat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msidt2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msmiss.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msmxmn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msopnc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msptyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
msstid.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - mscdat.o
a - msclim.o
a - msdate.o
a - msdcda.o
a - msdcdm.o
a - msfctm.o
a - msglin.o
a - msgrpt.o
a - msidat.o
a - msidt2.o
a - msmiss.o
a - msmxmn.o
a - msopnc.o
a - msptyp.o
a - msstid.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/ms'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/mt
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/mt'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtaltm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtauto.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtceil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtcltp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtcncltp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtdate.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtdecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtdrop.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtdsao.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtelog.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtfind.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtgemp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtgrpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtifpt.f
mtifpt.f:78.17:
DO jj = 2, rivals ( irnvsb )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
mtifpt.f:107.17:
DO jj = 2, rivals ( irnrwy )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
mtifpt.f:131.17:
DO jj = 2, rivals ( irnpwx )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
mtifpt.f:152.17:
DO jj = 2, rivals ( irnsky )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtifsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtintf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtmmt6.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtnext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtpkwd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtpos2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtpost.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtprrm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtpten.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtrmks.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtrmmx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtrvr4.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtshdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtsky6.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c mtslp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtsnow.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtsspl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mttdpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mttprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtvisb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtvwnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtwea3.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtwind.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mtwshf.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - mtaltm.o
a - mtauto.o
a - mtceil.o
a - mtcltp.o
a - mtcncltp.o
a - mtdate.o
a - mtdcod.o
a - mtdecd.o
a - mtdrop.o
a - mtdsao.o
a - mtelog.o
a - mtfind.o
a - mtgemp.o
a - mtgrpt.o
a - mtifpt.o
a - mtifsp.o
a - mtinit.o
a - mtintf.o
a - mtmmt6.o
a - mtnext.o
a - mtpkwd.o
a - mtpos2.o
a - mtpost.o
a - mtprrm.o
a - mtpten.o
a - mtrmks.o
a - mtrmmx.o
a - mtrvr4.o
a - mtshdr.o
a - mtsky6.o
a - mtslp.o
a - mtsnow.o
a - mtsspl.o
a - mttdpt.o
a - mttprm.o
a - mtvisb.o
a - mtvwnd.o
a - mtwea3.o
a - mtwind.o
a - mtwshf.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/mt'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/nc
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/nc'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ncbnds.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ncdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ncdecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c nchdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ncout.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ncphen.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - ncbnds.o
a - ncdcod.o
a - ncdecd.o
a - nchdr.o
a - ncout.o
a - ncphen.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/nc'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/ra
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/ra'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rachck.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
raclds.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
raclev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
racsyb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
radecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ragfld.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ragrpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rap24i.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
raptda.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
raptnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rarhdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rarmks.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rartim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rasnow.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ratmpx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ratmst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ravsby.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rawind.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rawthr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - rachck.o
a - raclds.o
a - raclev.o
a - racsyb.o
a - radecd.o
a - ragfld.o
a - ragrpt.o
a - rap24i.o
a - raptda.o
a - raptnd.o
a - rarhdr.o
a - rarmks.o
a - rartim.o
a - rasnow.o
a - ratmpx.o
a - ratmst.o
a - ravsby.o
a - rawind.o
a - rawthr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/ra'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/rd
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/rd'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdcdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rddcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rddcpm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdfctm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdgdte.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdgitm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdglin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdgsgt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdgzon.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdidat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdmv12.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdrngd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdsynt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdtrce.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rdxfhr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - rdcdat.o
a - rddcod.o
a - rddcpm.o
a - rdfctm.o
a - rdgdte.o
a - rdgitm.o
a - rdglin.o
a - rdgsgt.o
a - rdgzon.o
a - rdidat.o
a - rdmv12.o
a - rdrngd.o
a - rdsynt.o
a - rdtrce.o
a - rdxfhr.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/rd'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/rs
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/rs'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rsdeco.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rsdhdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rsdln2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rsgchr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rsggrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rsgrpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rshhde.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rsnmer.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rsnumd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rsreal.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rsrrrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rsrtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rsvvde.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rswsdd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfstnf.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - rsdeco.o
a - rsdhdr.o
a - rsdln2.o
a - rsgchr.o
a - rsggrp.o
a - rsgrpt.o
a - rshhde.o
a - rsnmer.o
a - rsnumd.o
a - rsreal.o
a - rsrrrd.o
a - rsrtim.o
a - rsvvde.o
a - rswsdd.o
a - sfstnf.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/rs'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/ru
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/ru'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ruadjt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rudecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rudrop.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rudrp1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rudrp2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rudupe.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rugbul.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rugfld.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rugrpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ruhght.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rumand.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rumlvl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rummxw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rumsfc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rumtrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ruplvl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ruppaa.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ruppbb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ruppcc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ruppdd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ruppmw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rupwnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rurtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rushdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rusigw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rustmp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rutemp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
rutmst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ruttaa.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ruttbb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ruttcc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ruttdd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ruwhgt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ruwind.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - ruadjt.o
a - rudecd.o
a - rudrop.o
a - rudrp1.o
a - rudrp2.o
a - rudupe.o
a - rugbul.o
a - rugfld.o
a - rugrpt.o
a - ruhght.o
a - rumand.o
a - rumlvl.o
a - rummxw.o
a - rumsfc.o
a - rumtrp.o
a - ruplvl.o
a - ruppaa.o
a - ruppbb.o
a - ruppcc.o
a - ruppdd.o
a - ruppmw.o
a - rupwnd.o
a - rurtim.o
a - rushdr.o
a - rusigw.o
a - rustmp.o
a - rutemp.o
a - rutmst.o
a - ruttaa.o
a - ruttbb.o
a - ruttcc.o
a - ruttdd.o
a - ruwhgt.o
a - ruwind.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/ru'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/sc
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/sc'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sccltp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
scdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
scdecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
scgemp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
scgrpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
scifpt.f
scifpt.f:80.17:
DO jj = 2, rivals ( irnpwx )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
scifsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
scinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
scintf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
scprrm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
scrptm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sctprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
scwea3.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - sccltp.o
a - scdcod.o
a - scdecd.o
a - scgemp.o
a - scgrpt.o
a - scifpt.o
a - scifsp.o
a - scinit.o
a - scintf.o
a - scprrm.o
a - scrptm.o
a - sctprm.o
a - scwea3.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/sc'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/sh
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/sh'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shn5004.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shnbfsq.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shnbufr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shndcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shngemp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shnglin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shnifiv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shnifpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shnintf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shnstor.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
shntdim.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shnclin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shndfhr.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - shn5004.o
a - shnbfsq.o
a - shnbufr.o
a - shnclin.o
a - shndcod.o
a - shndfhr.o
a - shngemp.o
a - shnglin.o
a - shnifiv.o
a - shnifpt.o
a - shnintf.o
a - shnstor.o
a - shntdim.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/sh'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/si
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/si'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sidcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sidecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sigemp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sighdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sigrpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sigtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sitmst.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - sidcod.o
a - sidecd.o
a - sigemp.o
a - sighdr.o
a - sigrpt.o
a - sigtim.o
a - sitmst.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/si'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/sv
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/sv'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
svalnm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
svcntt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
svdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
svghdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c svout.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - svalnm.o
a - svcntt.o
a - svdcod.o
a - svghdr.o
a - svout.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/sv'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/tf
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/tf'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tfctim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tfdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tfdecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tffcin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tfgftm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tfgitm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tfgrpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tfgvtm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tfvnum.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tfmobv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tfshdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tfsy24.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
tfvalt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - tfctim.o
a - tfdcod.o
a - tfdecd.o
a - tffcin.o
a - tfgftm.o
a - tfgitm.o
a - tfgrpt.o
a - tfgvtm.o
a - tfmobv.o
a - tfshdr.o
a - tfsy24.o
a - tfvalt.o
a - tfvnum.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/tf'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/wc
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/wc'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wccnty.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wcdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wcdecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wcghdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c wcout.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wcvtec.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - wccnty.o
a - wcdcod.o
a - wcdecd.o
a - wcghdr.o
a - wcout.o
a - wcvtec.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/wc'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/wn
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/wn'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wndcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wnghdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c wnout.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wnstfs.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - wndcod.o
a - wnghdr.o
a - wnout.o
a - wnstfs.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/wn'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/wo
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/wo'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wocnty.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wodcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wodecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wohdln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c woout.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wosgmt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c wowfo.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - wocnty.o
a - wodcod.o
a - wodecd.o
a - wohdln.o
a - woout.o
a - wosgmt.o
a - wowfo.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/wo'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/wp
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/wp'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wpdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wpdecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wpltln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wpnowt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c wpout.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - wpdcod.o
a - wpdecd.o
a - wpltln.o
a - wpnowt.o
a - wpout.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/wp'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/ws
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/ws'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wsdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wsdecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wshdln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c wsout.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wssgmt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wszone.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - wsdcod.o
a - wsdecd.o
a - wshdln.o
a - wsout.o
a - wssgmt.o
a - wszone.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/ws'
making all in /home/gempak/GEMPAK7/gempak/source/bridge/ww
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/bridge/ww'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wwaxpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wwctim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wwdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wwdecd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c wwout.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wwus40.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c wwus8.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wwwnum.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c wwcrnr.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/bridge.a *.o
a - wwaxpt.o
a - wwcrnr.o
a - wwctim.o
a - wwdcod.o
a - wwdecd.o
a - wwout.o
a - wwus40.o
a - wwus8.o
a - wwwnum.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge/ww'
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/bridge'
Making all in /home/gempak/GEMPAK7/gempak/source/driver
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/driver'
making in /home/gempak/GEMPAK7/gempak/source/driver/active
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/driver/active'
making in /home/gempak/GEMPAK7/gempak/source/driver/active/gn
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/gn'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cctabl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cqcomp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c crarea.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c crastr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c crgini.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c crncdf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c crnexbz.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c crnexz.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c crnex2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c crnfax.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c crnids.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c crnowr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cscnam.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cscrgb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c csctbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c csinit.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hcirc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hclear.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hclosp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hclpnl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hegrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
henanm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hendd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
heplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hevent.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hfrnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hgsave.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hgtpnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hhash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hinita.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hinitp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hlogo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hloopc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hmark.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hmesg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hopen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hqclrs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hqcomp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hqdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hrfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hrline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hroam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hrspln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsatim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsatpx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsbrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hscint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsclr2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hscnam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hscolb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hscolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hscrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsctbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsdash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsfrnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsgrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsgtgn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hshash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsicmn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsltyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hslwid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hslwin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsmark.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsmrkr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsroam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hssmth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsspln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hssymb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hstanm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hstext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hswind.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hsymb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
htext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
htextc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
htxsy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -g -c
hwind.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c pngread.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpgdmpct.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpgfindstart.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpgfindstop.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpggetfile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpggetfname.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpggetsix.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpgmtch.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpgprint.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpgprse.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpgrdhdr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpgreadcuts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpgrindex.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpgrlst.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpgsetbits.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpgshoct.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpgsixrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/extlibs/rsl/include -g -c cpgxplane.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gn.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gn.a
a - cctabl.o
a - cpgdmpct.o
a - cpgfindstart.o
a - cpgfindstop.o
a - cpggetfile.o
a - cpggetfname.o
a - cpggetsix.o
a - cpgmtch.o
a - cpgprint.o
a - cpgprse.o
a - cpgrdhdr.o
a - cpgreadcuts.o
a - cpgrindex.o
a - cpgrlst.o
a - cpgsetbits.o
a - cpgshoct.o
a - cpgsixrd.o
a - cpgxplane.o
a - cqcomp.o
a - crarea.o
a - crastr.o
a - crgini.o
a - crncdf.o
a - crnex2.o
a - crnexbz.o
a - crnexz.o
a - crnfax.o
a - crnids.o
a - crnowr.o
a - cscnam.o
a - cscrgb.o
a - csctbl.o
a - csinit.o
a - hcirc.o
a - hclear.o
a - hclosp.o
a - hclpnl.o
a - hegrp.o
a - henanm.o
a - hendd.o
a - heplot.o
a - hevent.o
a - hfill.o
a - hfrnt.o
a - hgsave.o
a - hgtpnt.o
a - hhash.o
a - hinita.o
a - hinit.o
a - hinitp.o
a - hline.o
a - hlogo.o
a - hloopc.o
a - hmark.o
a - hmesg.o
a - hopen.o
a - hqclrs.o
a - hqcomp.o
a - hqdatt.o
a - hrfill.o
a - hrline.o
a - hroam.o
a - hrspln.o
a - hsatim.o
a - hsatpx.o
a - hsbrgb.o
a - hscint.o
a - hsclr2.o
a - hscnam.o
a - hscolb.o
a - hscolr.o
a - hscrgb.o
a - hsctbl.o
a - hsdash.o
a - hsdatt.o
a - hsfill.o
a - hsfrnt.o
a - hsgrp.o
a - hsgtgn.o
a - hshash.o
a - hsicmn.o
a - hsline.o
a - hsltyp.o
a - hslwid.o
a - hslwin.o
a - hsmark.o
a - hsmrkr.o
a - hsplot.o
a - hsroam.o
a - hssmth.o
a - hsspln.o
a - hssymb.o
a - hstanm.o
a - hstext.o
a - hswind.o
a - hsymb.o
a - htextc.o
a - htext.o
a - htxsy.o
a - hwind.o
a - pngread.o
rm -f *.o
ln -s /home/gempak/NAWIPS/gempak/source/device/main/device.f .
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g device.f
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a -lm -o gn
rm -f device.o
make[5]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/driver/active/gn'
making in /home/gempak/GEMPAK7/gempak/source/driver/active/nc
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/nc'
ln -s /home/gempak/NAWIPS/gempak/source/device/main/device.f .
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclear.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclosp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hendd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hinita.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hmesg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hopen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hqcomp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hqdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hslwid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hstext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c htext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
htextc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mclear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mclose.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mdots.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c minita.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mline.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mmesg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mqcomp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mqdatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mrflhd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mrfrhd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mscolr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c msdatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c msfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mslwid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mstext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mtext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mtextc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mwflhd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mwfrhd.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/nc.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/nc.a
a - hclear.o
a - hclosp.o
a - hendd.o
a - hfill.o
a - hinita.o
a - hinit.o
a - hline.o
a - hmesg.o
a - hopen.o
a - hqcomp.o
a - hqdatt.o
a - hscolr.o
a - hsdatt.o
a - hsfill.o
a - hslwid.o
a - hstext.o
a - htextc.o
a - htext.o
a - mclear.o
a - mclose.o
a - mdots.o
a - mfill.o
a - minita.o
a - mline.o
a - mmesg.o
a - mopen.o
a - mqcomp.o
a - mqdatt.o
a - mrflhd.o
a - mrfrhd.o
a - mscolr.o
a - msdatt.o
a - msfill.o
a - mslwid.o
a - mstext.o
a - mtextc.o
a - mtext.o
a - mwflhd.o
a - mwfrhd.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g device.f
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/nc.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a -lm -o nc
rm -f device.o
make[5]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/driver/active/nc'
making in /home/gempak/GEMPAK7/gempak/source/driver/active/ps
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/ps'
ln -s /home/gempak/NAWIPS/gempak/source/device/main/device.f .
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hcirc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclear.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclosp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hdots.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hendd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hinita.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hopen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hqclrs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hqcomp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hqdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsatim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsbrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscnam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscolb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsicmn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsltyp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hslwid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hstext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c htext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
htextc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pcirc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pclear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pclosp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pcvtclr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pdots.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pendd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pfontn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pinita.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pinitclr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pline.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pqclrs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pqcomp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pqdatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c psatim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pscint.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pscnam.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pscolr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pscrgb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c psdatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c psfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c psicmn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c psltyp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pslwid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c psopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pstext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ptext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ptextc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pupdclr.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/ps.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/ps.a
a - hcirc.o
a - hclear.o
a - hclosp.o
a - hdots.o
a - hendd.o
a - hfill.o
a - hinita.o
a - hinit.o
a - hline.o
a - hopen.o
a - hqclrs.o
a - hqcomp.o
a - hqdatt.o
a - hsatim.o
a - hsbrgb.o
a - hscint.o
a - hscnam.o
a - hscolb.o
a - hscolr.o
a - hscrgb.o
a - hsdatt.o
a - hsfill.o
a - hsicmn.o
a - hsltyp.o
a - hslwid.o
a - hstext.o
a - htextc.o
a - htext.o
a - pcirc.o
a - pclear.o
a - pclosp.o
a - pcvtclr.o
a - pdots.o
a - pendd.o
a - pfill.o
a - pfontn.o
a - pinita.o
a - pinitclr.o
a - pline.o
a - pqclrs.o
a - pqcomp.o
a - pqdatt.o
a - psatim.o
a - pscint.o
a - pscnam.o
a - pscolr.o
a - pscrgb.o
a - psdatt.o
a - psfill.o
a - psicmn.o
a - psltyp.o
a - pslwid.o
a - psopen.o
a - pstext.o
a - ptextc.o
a - ptext.o
a - pupdclr.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g device.f
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/ps.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -lm -o ps
rm -f device.o
make[5]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/driver/active/ps'
making in /home/gempak/GEMPAK7/gempak/source/driver/active/xw
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/xw'
ln -s /home/gempak/NAWIPS/gempak/source/device/main/device.f .
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hcirc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclear.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclosp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclpnl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
henanm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hendd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
heplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hevent.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hgsave.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hgtpnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hinita.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hloopc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hqclrs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hqcomp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hqdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hroam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsatim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsatpx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsbrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscnam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscolb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsctbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsicmn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hslwid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hslwin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsroam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hstanm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hstext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c htext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
htextc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xaiclr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xarea.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xcaloc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xcamgr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xcirc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xclear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xclosp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xclpnl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xclrpxm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xcpypxm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xcpypxm2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xcsdat.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xdot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xdwtbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xenanm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xendd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xg2pxm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xgbank.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xginit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xgsave.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xgsdat.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xgtoff.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xgtpnt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xinita.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xinitclr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xline.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xloopc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xmexpo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xmfrmtg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xmloop.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xmotifw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xmroam.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xopenw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xpgpaste.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xpgrestlp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xpgrfrsh.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xpgsetpg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xpgsetlayer.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xpgsvfrm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xpgsvfrm2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xpgsvlp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xpoint.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xputpxms.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xpxm2win.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xqclrs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xqcmps.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xqcolr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xqcomp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xqcpxm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xqdatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xqgemgc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xqnclr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xqpxms.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xrbpxm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xroam.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xsatim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xsatpx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xscint.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xscnam.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xscolr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xscpxm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xscrgb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xsdatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xselwin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xsetver.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xsfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xsicmn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xsincr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xslwid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xslwin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xsncolr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xsplot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xsroam.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xstanm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xstext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xtext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xtextc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xupdclr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xvgifwr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xwgxor.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xxevnt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c xxflsh.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/xw.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/xw.a
a - hcirc.o
a - hclear.o
a - hclosp.o
a - hclpnl.o
a - henanm.o
a - hendd.o
a - heplot.o
a - hevent.o
a - hfill.o
a - hgsave.o
a - hgtpnt.o
a - hinita.o
a - hinit.o
a - hline.o
a - hloopc.o
a - hqclrs.o
a - hqcomp.o
a - hqdatt.o
a - hroam.o
a - hsatim.o
a - hsatpx.o
a - hsbrgb.o
a - hscint.o
a - hscnam.o
a - hscolb.o
a - hscolr.o
a - hscrgb.o
a - hsctbl.o
a - hsdatt.o
a - hsfill.o
a - hsicmn.o
a - hslwid.o
a - hslwin.o
a - hsplot.o
a - hsroam.o
a - hstanm.o
a - hstext.o
a - htextc.o
a - htext.o
a - xaiclr.o
a - xarea.o
a - xcaloc.o
a - xcamgr.o
a - xcirc.o
a - xclear.o
a - xclosp.o
a - xclpnl.o
a - xclrpxm.o
a - xcpypxm2.o
a - xcpypxm.o
a - xcsdat.o
a - xdot.o
a - xdwtbl.o
a - xenanm.o
a - xendd.o
a - xfill.o
a - xg2pxm.o
a - xgbank.o
a - xginit.o
a - xgsave.o
a - xgsdat.o
a - xgtoff.o
a - xgtpnt.o
a - xinita.o
a - xinitclr.o
a - xline.o
a - xloopc.o
a - xmexpo.o
a - xmfrmtg.o
a - xmloop.o
a - xmotifw.o
a - xmroam.o
a - xopenw.o
a - xpgpaste.o
a - xpgrestlp.o
a - xpgrfrsh.o
a - xpgsetlayer.o
a - xpgsetpg.o
a - xpgsvfrm2.o
a - xpgsvfrm.o
a - xpgsvlp.o
a - xpoint.o
a - xputpxms.o
a - xpxm2win.o
a - xqclrs.o
a - xqcmps.o
a - xqcolr.o
a - xqcomp.o
a - xqcpxm.o
a - xqdatt.o
a - xqgemgc.o
a - xqnclr.o
a - xqpxms.o
a - xrbpxm.o
a - xroam.o
a - xsatim.o
a - xsatpx.o
a - xscint.o
a - xscnam.o
a - xscolr.o
a - xscpxm.o
a - xscrgb.o
a - xsdatt.o
a - xselwin.o
a - xsetver.o
a - xsfill.o
a - xsicmn.o
a - xsincr.o
a - xslwid.o
a - xslwin.o
a - xsncolr.o
a - xsplot.o
a - xsroam.o
a - xstanm.o
a - xstext.o
a - xtextc.o
a - xtext.o
a - xupdclr.o
a - xvgifwr.o
a - xwgxor.o
a - xxevnt.o
a - xxflsh.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g device.f
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/xw.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/X11R6/lib64 -lX11
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o xw
rm -f device.o
make[5]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/driver/active/xw'
making in /home/gempak/GEMPAK7/gempak/source/driver/active/gf
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/gf'
copying xw.a to gf.a
removing xwobjs
compiling c source
adding objects to gf.a
a - gfclosp.o
a - gfdatt.o
a - gfendd.o
a - gfflsh.o
a - gfinita.o
a - gfopenw.o
a - gfselwin.o
a - xwrgif.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclosp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
henanm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hendd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
heplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hinita.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hslwin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hstanm.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gf.a *.o
r - gfclosp.o
r - gfdatt.o
r - gfendd.o
r - gfflsh.o
r - gfinita.o
r - gfopenw.o
r - gfselwin.o
a - hclosp.o
a - henanm.o
a - hendd.o
a - heplot.o
a - hinita.o
a - hsdatt.o
a - hslwin.o
a - hstanm.o
r - xwrgif.o
ln -s /home/gempak/NAWIPS/gempak/source/device/main/device.f .
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g device.f
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gf.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/X11R6/lib64 -lX11
-L/usr/lib64 -lpython2.7 -lpthread -ldl -lutil -lm -o gf
rm -f device.o device.f
make[5]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/driver/active/gf'
making in /home/gempak/GEMPAK7/gempak/source/driver/active/gif
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/gif'
ln -s /home/gempak/NAWIPS/gempak/source/device/main/device.f .
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclear.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclosp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hendd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hinita.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hopen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hqclrs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsatim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsbrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscolb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsctbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsicmn.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -c gd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -c wbcolr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -c wclear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -c wclosp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -c wfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -c winit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -c wline.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -c wsatim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -c wsbrgb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -c wscolb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -c wscolr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -c wsfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -c wsicmn.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gif.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gif.a
a - gd.o
a - hclear.o
a - hclosp.o
a - hendd.o
a - hfill.o
a - hinita.o
a - hinit.o
a - hline.o
a - hopen.o
a - hqclrs.o
a - hsatim.o
a - hsbrgb.o
a - hscint.o
a - hscolb.o
a - hscolr.o
a - hscrgb.o
a - hsctbl.o
a - hsdatt.o
a - hsfill.o
a - hsicmn.o
a - wbcolr.o
a - wclear.o
a - wclosp.o
a - wfill.o
a - winit.o
a - wline.o
a - wsatim.o
a - wsbrgb.o
a - wscolb.o
a - wscolr.o
a - wsfill.o
a - wsicmn.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g device.f
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gif.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -lm -o gif
rm -f device.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/gif'
making in /home/gempak/GEMPAK7/gempak/source/driver/active/xwp
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/xwp'
ln -s /home/gempak/NAWIPS/gempak/source/device/main/device.f .
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hcirc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclear.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclosp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclpnl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
henanm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hendd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
heplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hevent.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hgtpnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hinita.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hinitps.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hinitxw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hloopc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hqclrs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hqcomp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hqdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hroam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsatim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsbrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscnam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscolb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscrgb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsctbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsicmn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hslwid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hslwin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsplot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsroam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hstanm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hstext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c htext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
htextc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c pinita.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/xwp.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/xwp.a
a - hcirc.o
a - hclear.o
a - hclosp.o
a - hclpnl.o
a - henanm.o
a - hendd.o
a - heplot.o
a - hevent.o
a - hfill.o
a - hgtpnt.o
a - hinita.o
a - hinitps.o
a - hinitxw.o
a - hline.o
a - hloopc.o
a - hqclrs.o
a - hqcomp.o
a - hqdatt.o
a - hroam.o
a - hsatim.o
a - hsbrgb.o
a - hscint.o
a - hscnam.o
a - hscolb.o
a - hscolr.o
a - hscrgb.o
a - hsctbl.o
a - hsdatt.o
a - hsfill.o
a - hsicmn.o
a - hslwid.o
a - hslwin.o
a - hsplot.o
a - hsroam.o
a - hstanm.o
a - hstext.o
a - htextc.o
a - htext.o
a - pinita.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g device.f
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/xwp.a
/home/gempak/NAWIPS/os/linux64/lib/xw.a /home/gempak/NAWIPS/os/linux64/lib/ps.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/X11R6/lib64 -lX11
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o xwp
rm -f device.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/xwp'
making in /home/gempak/GEMPAK7/gempak/source/driver/active/fax
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/fax'
ln -s /home/gempak/NAWIPS/gempak/source/device/main/device.f .
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclear.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclosp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hdots.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hendd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hinita.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hopen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsfill.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ras26bit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rbrescirc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rcircpts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rclear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rclosp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rcvt2cdc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rcvt6bt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rdots.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rendd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rinita.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c risched.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rline.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rmapid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ropen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rpadrec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rrunle.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rscnfll.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rscolr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rsdatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rsdump.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rsfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rsndsix.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rspan.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c rwrpxl.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/fax.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/fax.a
a - hclear.o
a - hclosp.o
a - hdots.o
a - hendd.o
a - hfill.o
a - hinita.o
a - hinit.o
a - hline.o
a - hopen.o
a - hscolr.o
a - hsdatt.o
a - hsfill.o
a - ras26bit.o
a - rbrescirc.o
a - rcircpts.o
a - rclear.o
a - rclosp.o
a - rcvt2cdc.o
a - rcvt6bt.o
a - rdots.o
a - rendd.o
a - rfill.o
a - rinita.o
a - risched.o
a - rline.o
a - rmapid.o
a - ropen.o
a - rpadrec.o
a - rrunle.o
a - rscnfll.o
a - rscolr.o
a - rsdatt.o
a - rsdump.o
a - rsfill.o
a - rsndsix.o
a - rspan.o
a - rwrpxl.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g device.f
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/fax.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a -lm -o fax
rm -f device.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/fax'
making in /home/gempak/GEMPAK7/gempak/source/driver/active/utf
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/utf'
ln -s /home/gempak/NAWIPS/gempak/source/device/main/device.f .
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclear.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclosp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hegrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hendd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hinita.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hopen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hqdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hsgrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hstext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hsymb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c htext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
htextc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c uclear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c uclosp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c uegrp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c uendd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ufill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c uinita.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c uline.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c uopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c uqdatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c uscolr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c usdatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c usgrp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ustext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c uswap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c usymb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c utext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c uwrbuf.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/utf.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/utf.a
a - hclear.o
a - hclosp.o
a - hegrp.o
a - hendd.o
a - hfill.o
a - hinita.o
a - hinit.o
a - hline.o
a - hopen.o
a - hqdatt.o
a - hscolr.o
a - hsdatt.o
a - hsgrp.o
a - hstext.o
a - hsymb.o
a - htextc.o
a - htext.o
a - uclear.o
a - uclosp.o
a - uegrp.o
a - uendd.o
a - ufill.o
a - uinita.o
a - uline.o
a - uopen.o
a - uqdatt.o
a - uscolr.o
a - usdatt.o
a - usgrp.o
a - ustext.o
a - uswap.o
a - usymb.o
a - utext.o
a - uwrbuf.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g device.f
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/utf.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a -lm -o utf
rm -f device.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/utf'
making in /home/gempak/GEMPAK7/gempak/source/driver/active/vg
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/vg'
ln -s /home/gempak/NAWIPS/gempak/source/device/main/device.f .
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hcirc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclosp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hegrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hendd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hfrnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hhash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hinita.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hmark.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hopen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hrfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hrline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hrspln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsclr2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsdash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsfrnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hsgrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hshash.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsmark.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hssmth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsspln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hssymb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hstext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsgtgn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hswind.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hsymb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c htext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
htextc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c htxsy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hwind.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vcirc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vclosp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vegrp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vendd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vfrnt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vhash.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vinita.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vline.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vmark.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vsclr2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vscolr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vsdash.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vsdatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vsetgrps.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vsfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vsfrnt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vsgrp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vsgtgn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vshash.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vsline.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vsmark.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vspln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vssmth.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vsspln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vssymb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vstext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vswind.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vsymb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vtext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vtxsy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c vwind.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/vg.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/vg.a
a - hcirc.o
a - hclosp.o
a - hegrp.o
a - hendd.o
a - hfrnt.o
a - hhash.o
a - hinita.o
a - hinit.o
a - hmark.o
a - hopen.o
a - hrfill.o
a - hrline.o
a - hrspln.o
a - hsclr2.o
a - hscolr.o
a - hsdash.o
a - hsdatt.o
a - hsfill.o
a - hsfrnt.o
a - hsgrp.o
a - hsgtgn.o
a - hshash.o
a - hsline.o
a - hsmark.o
a - hssmth.o
a - hsspln.o
a - hssymb.o
a - hstext.o
a - hswind.o
a - hsymb.o
a - htextc.o
a - htext.o
a - htxsy.o
a - hwind.o
a - vcirc.o
a - vclosp.o
a - vegrp.o
a - vendd.o
a - vfill.o
a - vfrnt.o
a - vhash.o
a - vinita.o
a - vline.o
a - vmark.o
a - vopen.o
a - vsclr2.o
a - vscolr.o
a - vsdash.o
a - vsdatt.o
a - vsetgrps.o
a - vsfill.o
a - vsfrnt.o
a - vsgrp.o
a - vsgtgn.o
a - vshash.o
a - vsline.o
a - vsmark.o
a - vspln.o
a - vssmth.o
a - vsspln.o
a - vssymb.o
a - vstext.o
a - vswind.o
a - vsymb.o
a - vtext.o
a - vtxsy.o
a - vwind.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g device.f
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/vg.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a -lm -o vg
rm -f device.f
make[5]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/driver/active/vg'
making in /home/gempak/GEMPAK7/gempak/source/driver/active/rbk
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/rbk'
ln -s /home/gempak/NAWIPS/gempak/source/device/main/device.f .
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c aclear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c aclosp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c aegrp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c aendd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c afill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ainita.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c aline.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c aopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c aqdatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ascolr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c asdatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c asgrp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c astext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c asymb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c atext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c awrbuf.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclear.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclosp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hegrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hendd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hinita.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hopen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hqdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hsgrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hstext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hsymb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c htext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
htextc.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/rbk.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/rbk.a
a - aclear.o
a - aclosp.o
a - aegrp.o
a - aendd.o
a - afill.o
a - ainita.o
a - aline.o
a - aopen.o
a - aqdatt.o
a - ascolr.o
a - asdatt.o
a - asgrp.o
a - astext.o
a - asymb.o
a - atext.o
a - awrbuf.o
a - hclear.o
a - hclosp.o
a - hegrp.o
a - hendd.o
a - hfill.o
a - hinita.o
a - hinit.o
a - hline.o
a - hopen.o
a - hqdatt.o
a - hscolr.o
a - hsdatt.o
a - hsgrp.o
a - hstext.o
a - hsymb.o
a - htextc.o
a - htext.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g device.f
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/rbk.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -lm -o rbk
rm -f device.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/rbk'
making in /home/gempak/GEMPAK7/gempak/source/driver/active/tiff
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/tiff'
ln -s /home/gempak/NAWIPS/gempak/source/device/main/device.f .
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclear.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hclosp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hdots.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hendd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hinita.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c hopen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsatim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hscolr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsdatt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsfill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
hsicmn.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tbrescirc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tcircpts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tclear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tclosp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tdots.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tendd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tg4comp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tinita.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tline.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tsatim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tscnfll.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tscolr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tsdatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tsfill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tsicmn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tsopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tspan.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ttiff.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c tuncomp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c twrpxl.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/tiff.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/tiff.a
a - hclear.o
a - hclosp.o
a - hdots.o
a - hendd.o
a - hfill.o
a - hinita.o
a - hinit.o
a - hline.o
a - hopen.o
a - hsatim.o
a - hscolr.o
a - hsdatt.o
a - hsfill.o
a - hsicmn.o
a - tbrescirc.o
a - tcircpts.o
a - tclear.o
a - tclosp.o
a - tdots.o
a - tendd.o
a - tfill.o
a - tg4comp.o
a - tinita.o
a - tline.o
a - tsatim.o
a - tscnfll.o
a - tscolr.o
a - tsdatt.o
a - tsfill.o
a - tsicmn.o
a - tsopen.o
a - tspan.o
a - ttiff.o
a - tuncomp.o
a - twrpxl.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g device.f
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/tiff.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -lm -o tiff
rm -f device.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/tiff'
making in /home/gempak/GEMPAK7/gempak/source/driver/active/png
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/png'
xpng.c: In function â??WritePNGâ??:
xpng.c:38:1: warning: â??jmpbufâ?? is deprecated (declared at
/home/gempak/NAWIPS/os/linux64/include/png.h:1098) [-Wdeprecated-declarations]
if (setjmp(write_ptr->jmpbuf))
^
a - xclosp.o
a - xendd.o
a - xopenw.o
a - xpng.o
a - xsdatt.o
a - xwrpng.o
a - xxflsh.o
ln -s /home/gempak/NAWIPS/gempak/source/device/main/device.f .
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g device.f
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/png.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/X11R6/lib64 -lX11
-L/usr/lib64 -lpython2.7 -lpthread -ldl -lutil -lm -o png
rm -f device.o device.f
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/driver/active/png'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/driver/active'
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/driver'
Making all in /home/gempak/GEMPAK7/gempak/source/nmaplib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/nmaplib'
making all in /home/gempak/GEMPAK7/gempak/source/nmaplib/ngd
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/nmaplib/ngd'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ngddspl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ngdnlst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ngdrsfl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ngdtlst.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ngdgnms.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ngdgtim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ngdplot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ngdsatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ngdinit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ngdqatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ngdrest.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ngdsave.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/nmaplib.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/nmaplib.a
a - ngddspl.o
a - ngdgnms.o
a - ngdgtim.o
a - ngdinit.o
a - ngdnlst.o
a - ngdplot.o
a - ngdqatt.o
a - ngdrest.o
a - ngdrsfl.o
a - ngdsatt.o
a - ngdsave.o
a - ngdtlst.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/nmaplib/ngd'
making all in /home/gempak/GEMPAK7/gempak/source/nmaplib/nim
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/nmaplib/nim'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nimflnm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nimgfil.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nimgtim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c niminit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nimplot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nimqatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nimrest.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nimsatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nimsave.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/nmaplib.a *.o
a - nimflnm.o
a - nimgfil.o
a - nimgtim.o
a - niminit.o
a - nimplot.o
a - nimqatt.o
a - nimrest.o
a - nimsatt.o
a - nimsave.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/nmaplib/nim'
making all in /home/gempak/GEMPAK7/gempak/source/nmaplib/nmp
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/nmaplib/nmp'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nmpdspl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpgltln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpgmapattr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpgmapnms.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpgmapnum.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpgovlattr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpgovlflg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpgovlnms.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpgovlnum.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpgtruattr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpinit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpmkscl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpmkstn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpplot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmprdeflts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmprestore.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmprstrproj.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpsave.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpsdefmap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpsetmap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpsetmapstr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpsimf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpsimmap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpsmapattr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpsovlattr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpsovlflg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpsproj.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpvalid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmpszoom.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/nmaplib.a *.o
a - nmpdspl.o
a - nmpgltln.o
a - nmpgmapattr.o
a - nmpgmapnms.o
a - nmpgmapnum.o
a - nmpgovlattr.o
a - nmpgovlflg.o
a - nmpgovlnms.o
a - nmpgovlnum.o
a - nmpgtruattr.o
a - nmpinit.o
a - nmpmkscl.o
a - nmpmkstn.o
a - nmpplot.o
a - nmprdeflts.o
a - nmprestore.o
a - nmprstrproj.o
a - nmpsave.o
a - nmpsdefmap.o
a - nmpsetmap.o
a - nmpsetmapstr.o
a - nmpsimf.o
a - nmpsimmap.o
a - nmpsmapattr.o
a - nmpsovlattr.o
a - nmpsovlflg.o
a - nmpsproj.o
a - nmpszoom.o
a - nmpvalid.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/nmaplib/nmp'
making all in /home/gempak/GEMPAK7/gempak/source/nmaplib/nms
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/nmaplib/nms'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nmsdspl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmsinit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmsplot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmsqatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmsrest.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmsrtbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmssatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nmssave.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/nmaplib.a *.o
a - nmsdspl.o
a - nmsinit.o
a - nmsplot.o
a - nmsqatt.o
a - nmsrest.o
a - nmsrtbl.o
a - nmssatt.o
a - nmssave.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/nmaplib/nms'
making all in /home/gempak/GEMPAK7/gempak/source/nmaplib/nsf
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/nmaplib/nsf'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nsfdspl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nsftlst.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nsfgtim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nsfinit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nsfplot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nsfqatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nsfrest.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nsfsatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nsfsave.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/nmaplib.a *.o
a - nsfdspl.o
a - nsfgtim.o
a - nsfinit.o
a - nsfplot.o
a - nsfqatt.o
a - nsfrest.o
a - nsfsatt.o
a - nsfsave.o
a - nsftlst.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/nmaplib/nsf'
making all in /home/gempak/GEMPAK7/gempak/source/nmaplib/nsn
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/nmaplib/nsn'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nsndspl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nsntlst.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nsngtim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nsninit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nsnplot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nsnqatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nsnrest.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nsnsatt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nsnsave.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/nmaplib.a *.o
a - nsndspl.o
a - nsngtim.o
a - nsninit.o
a - nsnplot.o
a - nsnqatt.o
a - nsnrest.o
a - nsnsatt.o
a - nsnsave.o
a - nsntlst.o
rm -f *.o
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/nmaplib/nsn'
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/nmaplib'
Making all in /home/gempak/GEMPAK7/gempak/source/programs
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/programs'
making in /home/gempak/GEMPAK7/gempak/source/programs/gp
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/programs/gp'
making in /home/gempak/GEMPAK7/gempak/source/programs/gp/gpbox
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gpbox'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpbinp.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpbox.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gpbox.a
a - gpbinp.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gpbox.f
/home/gempak/NAWIPS/os/linux64/lib/gpbox.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -o gpbox
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gpbox'
making in /home/gempak/GEMPAK7/gempak/source/programs/gp/gpclear
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gpclear'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gpclear.f /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -o gpclear
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gpclear'
making in /home/gempak/GEMPAK7/gempak/source/programs/gp/gpclose
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gpclose'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpoinp.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpclose.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gpclose.a
a - gpoinp.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gpclose.f /home/gempak/NAWIPS/os/linux64/lib/gpclose.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -o gpclose
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gpclose'
making in /home/gempak/GEMPAK7/gempak/source/programs/gp/gpcolor
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gpcolor'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpcinp.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpcolor.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gpcolor.a
a - gpcinp.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gpcolor.f /home/gempak/NAWIPS/os/linux64/lib/gpcolor.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -o gpcolor
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gpcolor'
making in /home/gempak/GEMPAK7/gempak/source/programs/gp/gpend
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gpend'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gpend.f
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -o gpend
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gpend'
making in /home/gempak/GEMPAK7/gempak/source/programs/gp/gpfax
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gpfax'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpfinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpfopt.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c imrfax.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpfax.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gpfax.a
a - gpfinp.o
a - gpfopt.o
a - imrfax.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gpfax.f
/home/gempak/NAWIPS/os/linux64/lib/gpfax.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gpfax
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gpfax'
making in /home/gempak/GEMPAK7/gempak/source/programs/gp/gpmap
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gpmap'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpmafs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpmaws.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpminp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpmopt.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utfclos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utfdtext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utfdump.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utfdvctr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utfdvev.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utfgphgd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utfopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utfplot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utfptext.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utfpvctr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utfpvev.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utfread.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utfsize.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c utfstrip.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpmap.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gpmap.a
a - gpmafs.o
a - gpmaws.o
a - gpminp.o
a - gpmopt.o
a - utfclos.o
a - utfdtext.o
a - utfdump.o
a - utfdvctr.o
a - utfdvev.o
a - utfgphgd.o
a - utfopen.o
a - utfplot.o
a - utfptext.o
a - utfpvctr.o
a - utfpvev.o
a - utfread.o
a - utfsize.o
a - utfstrip.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gpmap.f
/home/gempak/NAWIPS/os/linux64/lib/gpmap.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/gpltdev.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/libgpc.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libmel_bufr.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a /home/gempak/NAWIPS/os/linux64/lib/xw.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gpmap
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gpmap'
making in /home/gempak/GEMPAK7/gempak/source/programs/gp/gpscat
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gpscat'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpminp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpmopt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpscat.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gpscat.a
a - gpminp.o
a - gpmopt.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gpscat.f
/home/gempak/NAWIPS/os/linux64/lib/gpscat.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libgpc.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libmel_bufr.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gpscat
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gpscat'
making in /home/gempak/GEMPAK7/gempak/source/programs/gp/gptcww
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gptcww'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpwinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpwopt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gptcww.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gptcww.a
a - gpwinp.o
a - gpwopt.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gptcww.f
/home/gempak/NAWIPS/os/linux64/lib/gptcww.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gptcww
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gptcww'
making in /home/gempak/GEMPAK7/gempak/source/programs/gp/gptext
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gptext'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gptinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gptopt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gptext.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gptext.a
a - gptinp.o
a - gptopt.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gptext.f
/home/gempak/NAWIPS/os/linux64/lib/gptext.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -o gptext
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gptext'
making in /home/gempak/GEMPAK7/gempak/source/programs/gp/gptpc
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gptpc'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gppinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gppopt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gptpc.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gptpc.a
a - gppinp.o
a - gppopt.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gptpc.f
/home/gempak/NAWIPS/os/linux64/lib/gptpc.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gptpc
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gp/gptpc'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/programs/gp'
making in /home/gempak/GEMPAK7/gempak/source/programs/na
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/programs/na'
making in /home/gempak/GEMPAK7/gempak/source/programs/na/nagrib
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/na/nagrib'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nagcut.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nagfil.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nagflh.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nagflv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c naginp.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/nagrib.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/nagrib.a
a - nagcut.o
a - nagfil.o
a - nagflh.o
a - nagflv.o
a - naginp.o
rm -f *.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nagrib.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g nagrib.o
/home/gempak/NAWIPS/os/linux64/lib/nagrib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a -lm -L/usr/lib64 -lpython2.7
-lpthread -ldl -lutil -o nagrib
rm -f *.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/na/nagrib'
making in /home/gempak/GEMPAK7/gempak/source/programs/na/nagrib2
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/na/nagrib2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nadiag.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nag2in.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/nagrib2.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/nagrib2.a
a - nadiag.o
a - nag2in.o
rm -f *.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nagrib2.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
nagrib2.o /home/gempak/NAWIPS/os/linux64/lib/nagrib2.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a -lm -L/usr/lib64 -lpython2.7
-lpthread -ldl -lutil /home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -o nagrib2
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/na/nagrib2'
making in /home/gempak/GEMPAK7/gempak/source/programs/na/ndfdg2
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/na/ndfdg2'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ndganl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ndgcog.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ndggds.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ndginp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ndgnav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ndgssg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ndgtbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ndparm.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ndftim.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ndgds.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ndlamb.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/ndfdg2.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/ndfdg2.a
a - ndftim.o
a - ndganl.o
a - ndgcog.o
a - ndgds.o
a - ndggds.o
a - ndginp.o
a - ndgnav.o
a - ndgssg.o
a - ndgtbl.o
a - ndlamb.o
a - ndparm.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g ndfdg2.f
/home/gempak/NAWIPS/os/linux64/lib/ndfdg2.a
/home/gempak/NAWIPS/os/linux64/lib/mdlg2dec.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o ndfdg2
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/na/ndfdg2'
making in /home/gempak/GEMPAK7/gempak/source/programs/na/gd2ndfd
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/na/gd2ndfd'
making all in /home/gempak/NAWIPS/gempak/source/programs/gd/gdgrib
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdgrib'
making all in /home/gempak/NAWIPS/gempak/source/programs/gd/gdcfil
make[7]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdcfil'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcanl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcnav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdctbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdgcfl.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdcfil.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdcfil.a
a - gdcanl.o
a - gdcdsp.o
a - gdcinp.o
a - gdcnav.o
a - gdctbl.o
a - gdgcfl.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdcfil.f
/home/gempak/NAWIPS/os/linux64/lib/gdcfil.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gdcfil
make[7]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdcfil'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c bdsibm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c bdsmak.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c bdsnbt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c bdspgb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c bmsmak.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbfaopn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbfclos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbfwrit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdgpds.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdguin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdgwmo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdigit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdsced.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdslcc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdsmak.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdsmer.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdsstr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdsby10.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdsby11.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdsbyt7.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdsbyt9.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdsmake.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c pdsvldt.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdgrib.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdgrib.a
a - bdsibm.o
a - bdsmak.o
a - bdsnbt.o
a - bdspgb.o
a - bmsmak.o
a - gbfaopn.o
a - gbfclos.o
a - gbfwrit.o
a - gdgpds.o
a - gdguin.o
a - gdgwmo.o
a - gdigit.o
a - gdsced.o
a - gdslcc.o
a - gdsmak.o
a - gdsmer.o
a - gdsstr.o
a - pdsby10.o
a - pdsby11.o
a - pdsbyt7.o
a - pdsbyt9.o
a - pdsmake.o
a - pdsvldt.o
rm -f *.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdgrib.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdgrib.o
/home/gempak/NAWIPS/os/linux64/lib/gdgrib.a
/home/gempak/NAWIPS/os/linux64/lib/gdcfil.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gdgrib
rm -f *.o
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdgrib'
making all in /home/gempak/NAWIPS/gempak/source/programs/gd/gdcfil
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdcfil'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdcfil'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ndfdgds.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ndfdinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ndfdlcc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ndfdpds.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdgwmo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdigit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gds_ced.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gds_mer.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gds_str.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbfaopn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbfclos.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gbfwrit.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gd2ndfd.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gd2ndfd.a
a - gbfaopn.o
a - gbfclos.o
a - gbfwrit.o
a - gdgwmo.o
a - gdigit.o
a - gds_ced.o
a - gds_mer.o
a - gds_str.o
a - ndfdgds.o
a - ndfdinp.o
a - ndfdlcc.o
a - ndfdpds.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gd2ndfd.f /home/gempak/NAWIPS/os/linux64/lib/gd2ndfd.a
/home/gempak/NAWIPS/os/linux64/lib/gdgrib.a
/home/gempak/NAWIPS/os/linux64/lib/mdlg2enc.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gd2ndfd
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/na/gd2ndfd'
making in /home/gempak/GEMPAK7/gempak/source/programs/na/namsnd
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/na/namsnd'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
namcdt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
namcfc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
naminp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
naminv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
namjen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
namlsd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
namopn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
namprp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
namrbf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
namrdd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
namsst.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/namsnd.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/namsnd.a
a - namcdt.o
a - namcfc.o
a - naminp.o
a - naminv.o
a - namjen.o
a - namlsd.o
a - namopn.o
a - namprp.o
a - namrbf.o
a - namrdd.o
a - namsst.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g namsnd.f
/home/gempak/NAWIPS/os/linux64/lib/namsnd.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/libncepBUFR.a -L/usr/lib64 -lpython2.7
-lpthread -ldl -lutil -o namsnd
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/na/namsnd'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/programs/na'
making in /home/gempak/GEMPAK7/gempak/source/programs/oa
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/programs/oa'
making in /home/gempak/GEMPAK7/gempak/source/programs/oa/oabox
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/oa/oabox'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oabinp.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/oabox.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/oabox.a
a - oabinp.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g oabox.f
/home/gempak/NAWIPS/os/linux64/lib/oabox.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o oabox
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/oa/oabox'
making in /home/gempak/GEMPAK7/gempak/source/programs/oa/oabsfc
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/oa/oabsfc'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oabsdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oabstm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oacdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oacdta.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oacinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oacopn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oacprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oacrms.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oacstn.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/oabsfc.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/oabsfc.a
a - oabsdr.o
a - oabstm.o
a - oacdsp.o
a - oacdta.o
a - oacinp.o
a - oacopn.o
a - oacprm.o
a - oacrms.o
a - oacstn.o
rm -f *.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c oabsfc.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
oabsfc.o /home/gempak/NAWIPS/os/linux64/lib/oabsfc.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o oabsfc
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/oa/oabsfc'
making in /home/gempak/GEMPAK7/gempak/source/programs/oa/oabsnd
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/oa/oabsnd'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oandsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oandta.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oaninp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oanopn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oanprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oanrms.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oanstn.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/oabsnd.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/oabsnd.a
a - oandsp.o
a - oandta.o
a - oaninp.o
a - oanopn.o
a - oanprm.o
a - oanrms.o
a - oanstn.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g oabsnd.f
/home/gempak/NAWIPS/os/linux64/lib/oabsnd.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o oabsnd
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/oa/oabsnd'
making in /home/gempak/GEMPAK7/gempak/source/programs/oa/oagrid
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/oa/oagrid'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oagagn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oagare.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oagcmp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oagdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oaggrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oaginp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oagopn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oagspc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oagstn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oagwcm.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/oagrid.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/oagrid.a
a - oagagn.o
a - oagare.o
a - oagcmp.o
a - oagdsp.o
a - oaggrd.o
a - oaginp.o
a - oagopn.o
a - oagspc.o
a - oagstn.o
a - oagwcm.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g oagrid.f
/home/gempak/NAWIPS/os/linux64/lib/oagrid.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o oagrid
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/oa/oagrid'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/programs/oa'
making in /home/gempak/GEMPAK7/gempak/source/programs/sf
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/programs/sf'
making in /home/gempak/GEMPAK7/gempak/source/programs/sf/sfcfil
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfcfil'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sffinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sffopt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sffsfl.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sfcfil.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sfcfil.a
a - sffinp.o
a - sffopt.o
a - sffsfl.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g sfcfil.f
/home/gempak/NAWIPS/os/linux64/lib/sfcfil.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -o sfcfil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfcfil'
making in /home/gempak/GEMPAK7/gempak/source/programs/sf/sfchck
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfchck'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfkdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfkhdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfkinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfkosf.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sfchck.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sfchck.a
a - sfkdat.o
a - sfkhdr.o
a - sfkinp.o
a - sfkosf.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
sfchck.f /home/gempak/NAWIPS/os/linux64/lib/sfchck.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sfchck
rm -f *.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfchck'
making in /home/gempak/GEMPAK7/gempak/source/programs/sf/sfcntr
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfcntr'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oagagn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
oagspc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfmclr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfmcof.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfmdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfmfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfminp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfmopt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfmovr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfmplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfmprm.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sfcntr.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sfcntr.a
a - oagagn.o
a - oagspc.o
a - sfmclr.o
a - sfmcof.o
a - sfmdat.o
a - sfmfil.o
a - sfminp.o
a - sfmopt.o
a - sfmovr.o
a - sfmplt.o
a - sfmprm.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g sfcntr.f
/home/gempak/NAWIPS/os/linux64/lib/sfcntr.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o sfcntr
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfcntr'
making in /home/gempak/GEMPAK7/gempak/source/programs/sf/sfdelt
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfdelt'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfdfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfdinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfdopt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sfdelt.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sfdelt.a
a - sfdfil.o
a - sfdinp.o
a - sfdopt.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g sfdelt.f
/home/gempak/NAWIPS/os/linux64/lib/sfdelt.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sfdelt
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfdelt'
making in /home/gempak/GEMPAK7/gempak/source/programs/sf/sfdsl604
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfdsl604'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfl6fl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfl6hd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfl6in.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfl6li.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfl6pm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfl6pr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfl6tm.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sfdsl604.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sfdsl604.a
a - sfl6fl.o
a - sfl6hd.o
a - sfl6in.o
a - sfl6li.o
a - sfl6pm.o
a - sfl6pr.o
a - sfl6tm.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
sfdsl604.f /home/gempak/NAWIPS/os/linux64/lib/sfdsl604.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sfdsl604
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfdsl604'
making in /home/gempak/GEMPAK7/gempak/source/programs/sf/sfedit
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfedit'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfedta.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfeinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfeopt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfeprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfeshp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfestn.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sfedit.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sfedit.a
a - sfedta.o
a - sfeinp.o
a - sfeopt.o
a - sfeprm.o
a - sfeshp.o
a - sfestn.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g sfedit.f
/home/gempak/NAWIPS/os/linux64/lib/sfedit.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sfedit
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfedit'
making in /home/gempak/GEMPAK7/gempak/source/programs/sf/sfgram
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfgram'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxchr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxcnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxdta.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxgrf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxgst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxloc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxpnl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxrel.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxrng.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxsky.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxsym.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxttl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxwnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfxxax.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sfgram.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sfgram.a
a - sfxchr.o
a - sfxcnd.o
a - sfxdat.o
a - sfxdsp.o
a - sfxdta.o
a - sfxfil.o
a - sfxgrf.o
a - sfxgst.o
a - sfxinp.o
a - sfxloc.o
a - sfxplt.o
a - sfxpnl.o
a - sfxprm.o
a - sfxrel.o
a - sfxrng.o
a - sfxsky.o
a - sfxsym.o
a - sfxttl.o
a - sfxwnd.o
a - sfxxax.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g sfgram.f
/home/gempak/NAWIPS/os/linux64/lib/sfgram.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sfgram
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfgram'
making in /home/gempak/GEMPAK7/gempak/source/programs/sf/sfl604
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfl604'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfl6fl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfl6hd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfl6in.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfl6li.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfl6pm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfl6pr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfl6tm.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sfl604.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sfl604.a
a - sfl6fl.o
a - sfl6hd.o
a - sfl6in.o
a - sfl6li.o
a - sfl6pm.o
a - sfl6pr.o
a - sfl6tm.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g sfl604.f
/home/gempak/NAWIPS/os/linux64/lib/sfl604.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sfl604
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfl604'
making in /home/gempak/GEMPAK7/gempak/source/programs/sf/sflist
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sflist'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfldat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfldta.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sflfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sflhdr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sflinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfllis.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sflprc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sflprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sflprt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sflist.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sflist.a
a - sfldat.o
a - sfldta.o
a - sflfil.o
a - sflhdr.o
a - sflinp.o
a - sfllis.o
a - sflprc.o
a - sflprm.o
a - sflprt.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g sflist.f
/home/gempak/NAWIPS/os/linux64/lib/sflist.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sflist
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sflist'
making in /home/gempak/GEMPAK7/gempak/source/programs/sf/sfmap
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfmap'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfedge.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfmclr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfmcof.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfmdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfmfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfminp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfmopt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfmovr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfmplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfmprm.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sfmap.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sfmap.a
a - sfedge.o
a - sfmclr.o
a - sfmcof.o
a - sfmdat.o
a - sfmfil.o
a - sfminp.o
a - sfmopt.o
a - sfmovr.o
a - sfmplt.o
a - sfmprm.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g sfmap.f
/home/gempak/NAWIPS/os/linux64/lib/sfmap.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o sfmap
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfmap'
making in /home/gempak/GEMPAK7/gempak/source/programs/sf/sfmod
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfmod'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfcinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfcnfl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfcofl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfcopt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sfmod.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sfmod.a
a - sfcinp.o
a - sfcnfl.o
a - sfcofl.o
a - sfcopt.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g sfmod.f
/home/gempak/NAWIPS/os/linux64/lib/sfmod.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sfmod
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfmod'
making in /home/gempak/GEMPAK7/gempak/source/programs/sf/sfstns
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfstns'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfsinp.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sfstns.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sfstns.a
a - sfsinp.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g sfstns.f
/home/gempak/NAWIPS/os/linux64/lib/sfstns.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sfstns
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfstns'
making in /home/gempak/GEMPAK7/gempak/source/programs/sf/sfvgsf
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfvgsf'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfvdta.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c sfvget.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfvinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfvopt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfvprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfvstn.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c sfvvgf.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/sfvgsf.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sfvgsf.a
a - sfvdta.o
a - sfvget.o
a - sfvinp.o
a - sfvopt.o
a - sfvprm.o
a - sfvstn.o
a - sfvvgf.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g sfvgsf.f
/home/gempak/NAWIPS/os/linux64/lib/sfvgsf.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o sfvgsf
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfvgsf'
making in /home/gempak/GEMPAK7/gempak/source/programs/sf/sfcsplt
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfcsplt'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c sfcsplt.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
sfcsplt.o /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sfcsplt
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfcsplt'
making in /home/gempak/GEMPAK7/gempak/source/programs/sf/sfctime
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfctime'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c sfctime.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sfcopn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
sfctime sfctime.o sfcopn.o /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sf/sfctime'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/programs/sf'
making in /home/gempak/GEMPAK7/gempak/source/programs/sn
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/programs/sn'
making in /home/gempak/GEMPAK7/gempak/source/programs/sn/sncfil
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/sncfil'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snfinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snfopt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snfsfl.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sncfil.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sncfil.a
a - snfinp.o
a - snfopt.o
a - snfsfl.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g sncfil.f
/home/gempak/NAWIPS/os/linux64/lib/sncfil.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -o sncfil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/sncfil'
making in /home/gempak/GEMPAK7/gempak/source/programs/sn/sncross
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/sncross'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsbor.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsckd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsgrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsgth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsins.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsisn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snslev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snspts.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsrec.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsrge.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snssst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsstm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snssur.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snstan.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snstha.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsttl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsunt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snswnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snswwe.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsxax.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snsyax.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sncross.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sncross.a
a - snsbor.o
a - snsckd.o
a - snsdat.o
a - snsdsp.o
a - snsfil.o
a - snsgrd.o
a - snsgth.o
a - snsinp.o
a - snsins.o
a - snsisn.o
a - snslev.o
a - snsprm.o
a - snspts.o
a - snsrec.o
a - snsrge.o
a - snssst.o
a - snsstm.o
a - snssur.o
a - snstan.o
a - snstha.o
a - snsttl.o
a - snsunt.o
a - snswnd.o
a - snswwe.o
a - snsxax.o
a - snsyax.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
sncross.f /home/gempak/NAWIPS/os/linux64/lib/sncross.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sncross
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/sncross'
making in /home/gempak/GEMPAK7/gempak/source/programs/sn/sncross2
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/sncross2'
ar rv /home/gempak/NAWIPS/os/linux64/lib/sncross2.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sncross2.a
a - snsbor.o
a - snsckd.o
a - snsdat.o
a - snsdsp.o
a - snsfil.o
a - snsgrd.o
a - snsgth.o
a - snsinp.o
a - snsins.o
a - snsisn.o
a - snslev.o
a - snsprm.o
a - snspts.o
a - snsrec.o
a - snsrge.o
a - snssst.o
a - snsstm.o
a - snssur.o
a - snstan.o
a - snstha.o
a - snsttl.o
a - snsunt.o
a - snswwe.o
a - snsxax.o
a - snsyax.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
sncross2.f sncwnd.f snswnd.f /home/gempak/NAWIPS/os/linux64/lib/sncross2.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sncross2
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/sncross2'
making in /home/gempak/GEMPAK7/gempak/source/programs/sn/sndelt
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/sndelt'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndopt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sndelt.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sndelt.a
a - sndfil.o
a - sndinp.o
a - sndopt.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g sndelt.f
/home/gempak/NAWIPS/os/linux64/lib/sndelt.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sndelt
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/sndelt'
making in /home/gempak/GEMPAK7/gempak/source/programs/sn/sndslist
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/sndslist'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snldat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snldta.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snllev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snllvd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlpdt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlprt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlwlp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlwmn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlwsg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlwsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlwst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlwtm.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sndslist.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sndslist.a
a - snldat.o
a - snldta.o
a - snlfil.o
a - snlinp.o
a - snllev.o
a - snllvd.o
a - snlpdt.o
a - snlprm.o
a - snlprt.o
a - snlwlp.o
a - snlwmn.o
a - snlwsg.o
a - snlwsp.o
a - snlwst.o
a - snlwtm.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
sndslist.f /home/gempak/NAWIPS/os/linux64/lib/sndslist.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sndslist
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/sndslist'
making in /home/gempak/GEMPAK7/gempak/source/programs/sn/snedit
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/snedit'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snecpr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snecpt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snedsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snedta.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snedtu.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sneinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sneopn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sneopu.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sneoue.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snep2s.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sneprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sneset.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snestn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snewrt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snewru.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/snedit.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/snedit.a
a - snecpr.o
a - snecpt.o
a - snedsp.o
a - snedta.o
a - snedtu.o
a - sneinp.o
a - sneopn.o
a - sneopu.o
a - sneoue.o
a - snep2s.o
a - sneprm.o
a - sneset.o
a - snestn.o
a - snewrt.o
a - snewru.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g snedit.f
/home/gempak/NAWIPS/os/linux64/lib/snedit.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o snedit
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/snedit'
making in /home/gempak/GEMPAK7/gempak/source/programs/sn/snhodo
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/snhodo'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snhbck.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snhdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snhdta.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snhfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snhgrf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snhinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snhlev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snhplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snhprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c snhxy.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/snhodo.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/snhodo.a
a - snhbck.o
a - snhdat.o
a - snhdta.o
a - snhfil.o
a - snhgrf.o
a - snhinp.o
a - snhlev.o
a - snhplt.o
a - snhprm.o
a - snhxy.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g snhodo.f
/home/gempak/NAWIPS/os/linux64/lib/snhodo.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o snhodo
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/snhodo'
making in /home/gempak/GEMPAK7/gempak/source/programs/sn/snlist
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/snlist'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snldat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snldta.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snllev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snllvd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlpdt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlprt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlwlp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlwmn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlwpm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlwsg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlwsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlwst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snlwtm.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/snlist.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/snlist.a
a - snldat.o
a - snldta.o
a - snlfil.o
a - snlinp.o
a - snllev.o
a - snllvd.o
a - snlpdt.o
a - snlprm.o
a - snlprt.o
a - snlwlp.o
a - snlwmn.o
a - snlwpm.o
a - snlwsg.o
a - snlwsp.o
a - snlwst.o
a - snlwtm.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g snlist.f
/home/gempak/NAWIPS/os/linux64/lib/snlist.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o snlist
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/snlist'
making in /home/gempak/GEMPAK7/gempak/source/programs/sn/snmap
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/snmap'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snmclr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snmcof.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snmdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snmfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snminp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snmlev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snmopt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snmovr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snmplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snmprm.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/snmap.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/snmap.a
a - snmclr.o
a - snmcof.o
a - snmdat.o
a - snmfil.o
a - snminp.o
a - snmlev.o
a - snmopt.o
a - snmovr.o
a - snmplt.o
a - snmprm.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g snmap.f
/home/gempak/NAWIPS/os/linux64/lib/snmap.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o snmap
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/snmap'
making in /home/gempak/GEMPAK7/gempak/source/programs/sn/snmod
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/snmod'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snocmp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snodat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snoinf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snoinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snolev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snoopt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snoprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snotim.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/snmod.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/snmod.a
a - snocmp.o
a - snodat.o
a - snoinf.o
a - snoinp.o
a - snolev.o
a - snoopt.o
a - snoprm.o
a - snotim.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g snmod.f
/home/gempak/NAWIPS/os/linux64/lib/snmod.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o snmod
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/snmod'
making in /home/gempak/GEMPAK7/gempak/source/programs/sn/snprof
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/snprof'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpbck.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpdtw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpgrf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snplin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snppln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snppst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpstb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpxax.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpyax.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/snprof.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/snprof.a
a - snpbck.o
a - snpdat.o
a - snpdtw.o
a - snpfil.o
a - snpgrf.o
a - snpinp.o
a - snplin.o
a - snppln.o
a - snpplt.o
a - snpprm.o
a - snppst.o
a - snpstb.o
a - snpxax.o
a - snpyax.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g snprof.f
/home/gempak/NAWIPS/os/linux64/lib/snprof.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o snprof
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/snprof'
making in /home/gempak/GEMPAK7/gempak/source/programs/sn/snstns
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/snstns'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snninp.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/snstns.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/snstns.a
a - snninp.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g snstns.f
/home/gempak/NAWIPS/os/linux64/lib/snstns.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o snstns
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/snstns'
making in /home/gempak/GEMPAK7/gempak/source/programs/sn/sntser
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/sntser'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sntdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sntdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sntdta.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sntfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sntgrf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sntinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sntlev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sntplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sntprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sntttl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sntyax.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sntser.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sntser.a
a - sntdat.o
a - sntdsp.o
a - sntdta.o
a - sntfil.o
a - sntgrf.o
a - sntinp.o
a - sntlev.o
a - sntplt.o
a - sntprm.o
a - sntttl.o
a - sntyax.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g sntser.f
/home/gempak/NAWIPS/os/linux64/lib/sntser.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sntser
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/sntser'
making in /home/gempak/GEMPAK7/gempak/source/programs/sn/sndiag
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/sndiag'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndarr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndbvs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndcmp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snddta.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snddtm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndeml.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndesp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndest.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndflt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndflx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndfsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndhlc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndhtr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndiag.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndlev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndlid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndlsi.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndlyr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndmix.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndopn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndrch.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndrhb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndrhf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndrrc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndscr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndshd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndshm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndshr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndspl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndthw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndtrp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndtwb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndupd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndwnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndwob.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sndiag.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sndiag.a
a - sndarr.o
a - sndbvs.o
a - sndcmp.o
a - snddta.o
a - snddtm.o
a - sndeml.o
a - sndesp.o
a - sndest.o
a - sndfil.o
a - sndflt.o
a - sndflx.o
a - sndfsp.o
a - sndhlc.o
a - sndhtr.o
a - sndiag.o
a - sndinp.o
a - sndint.o
a - sndlev.o
a - sndlid.o
a - sndlsi.o
a - sndlyr.o
a - sndmix.o
a - sndopn.o
a - sndprm.o
a - sndrch.o
a - sndrhb.o
a - sndrhf.o
a - sndrrc.o
a - sndscr.o
a - sndshd.o
a - sndshm.o
a - sndshr.o
a - sndspl.o
a - sndthw.o
a - sndtrp.o
a - sndtwb.o
a - sndupd.o
a - sndwnd.o
a - sndwob.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g sndiag.f
/home/gempak/NAWIPS/os/linux64/lib/sndiag.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sndiag
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/sn/sndiag'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/programs/sn'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/programs/gd'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdcfil
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdcfil'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdcfil'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdcntr
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdcntr'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdndsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdnhlo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdninp.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdcntr.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdcntr.a
a - gdndsp.o
a - gdnhlo.o
a - gdninp.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdcntr.f
/home/gempak/NAWIPS/os/linux64/lib/gdcntr.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gdcntr
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdcntr'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdcross
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdcross'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxcla.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxdtaf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxdtv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxdvvf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxdxy.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxgrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxgtsf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxlen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxlev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxpuw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxscv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxsdl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxsfm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxsug.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxyax.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdxdta.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdxdvv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdxgts.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdcross.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdcross.a
a - gdxcla.o
a - gdxdsp.o
a - gdxdtaf.o
a - gdxdta.o
a - gdxdtv.o
a - gdxdvvf.o
a - gdxdvv.o
a - gdxdxy.o
a - gdxgrd.o
a - gdxgtsf.o
a - gdxgts.o
a - gdxinp.o
a - gdxlen.o
a - gdxlev.o
a - gdxplt.o
a - gdxpuw.o
a - gdxscv.o
a - gdxsdl.o
a - gdxsfm.o
a - gdxsug.o
a - gdxyax.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gdcross.f /home/gempak/NAWIPS/os/linux64/lib/gdcross.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gdcross
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdcross'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gddelt
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gddelt'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdddel.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gddinp.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gddelt.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gddelt.a
a - gdddel.o
a - gddinp.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gddelt.f
/home/gempak/NAWIPS/os/linux64/lib/gddelt.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gddelt
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gddelt'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gddiag
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gddiag'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdginp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdgwrt.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gddiag.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gddiag.a
a - gdginp.o
a - gdgwrt.o
rm -f *.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gddiag.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gddiag.o
/home/gempak/NAWIPS/os/linux64/lib/gddiag.a
/home/gempak/NAWIPS/os/linux64/lib/gdcfil.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/nc.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gddiag
rm -f *.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gddiag'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdedit
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdedit'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdedatf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdedsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdegdt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdeghd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdeidn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdeinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdescl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdesiz.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdedat.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdedit.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdedit.a
a - gdedatf.o
a - gdedat.o
a - gdedsp.o
a - gdegdt.o
a - gdeghd.o
a - gdeidn.o
a - gdeinp.o
a - gdescl.o
a - gdesiz.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdedit.f
/home/gempak/NAWIPS/os/linux64/lib/gdedit.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gdedit
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdedit'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdfrzl
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdfrzl'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdninpfz.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vg2frzl.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdfrzl.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdfrzl.a
a - gdninpfz.o
a - vg2frzl.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdfrzl.f
/home/gempak/NAWIPS/os/linux64/lib/gdfrzl.a
/home/gempak/NAWIPS/os/linux64/lib/gdcntr.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/vg.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/vg.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm \
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -o gdfrzl
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdfrzl'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/goftxt
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/goftxt'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c g2t_a.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_a2raeb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_a2raec.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_a2rbeb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_a2rbec.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_a2rceb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_a2rcec.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_abc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_appex.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_apptxt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_awstxt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_bnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_case8.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_center.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_check.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_clos.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_compass.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_dayw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_driv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_dsdt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_dwdt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_except.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_fill.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_gap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_get.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_gszone.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_gtext.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_headln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_hist.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_init.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_miss.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_mwdir.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_mode.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_open.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_opnf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_outlook.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_output.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_raeb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_range.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_rangx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_rdparm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_rdzone.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_rules.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_savw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_sort.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_squad.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_stat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_synop.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_trim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_trim2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_wdir.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_wdir1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_wdir2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_wrn1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_wrn2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_wrnx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
g2t_wspread.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/goftxt.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/goftxt.a
a - g2t_a2raeb.o
a - g2t_a2raec.o
a - g2t_a2rbeb.o
a - g2t_a2rbec.o
a - g2t_a2rceb.o
a - g2t_a2rcec.o
a - g2t_abc.o
a - g2t_a.o
a - g2t_appex.o
a - g2t_apptxt.o
a - g2t_awstxt.o
a - g2t_bnd.o
a - g2t_case8.o
a - g2t_center.o
a - g2t_check.o
a - g2t_clos.o
a - g2t_compass.o
a - g2t_dayw.o
a - g2t_driv.o
a - g2t_dsdt.o
a - g2t_dwdt.o
a - g2t_except.o
a - g2t_fill.o
a - g2t_gap.o
a - g2t_get.o
a - g2t_gszone.o
a - g2t_gtext.o
a - g2t_headln.o
a - g2t_hist.o
a - g2t_init.o
a - g2t_miss.o
a - g2t_mode.o
a - g2t_mwdir.o
a - g2t_open.o
a - g2t_opnf.o
a - g2t_outlook.o
a - g2t_output.o
a - g2t_raeb.o
a - g2t_range.o
a - g2t_rangx.o
a - g2t_rdparm.o
a - g2t_rdzone.o
a - g2t_rules.o
a - g2t_savw.o
a - g2t_sort.o
a - g2t_squad.o
a - g2t_stat.o
a - g2t_synop.o
a - g2t_trim2.o
a - g2t_trim.o
a - g2t_wdir1.o
a - g2t_wdir2.o
a - g2t_wdir.o
a - g2t_wrn1.o
a - g2t_wrn2.o
a - g2t_wrnx.o
a - g2t_wspread.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g goftxt.f
/home/gempak/NAWIPS/os/linux64/lib/goftxt.a
/home/gempak/NAWIPS/os/linux64/lib/gddiag.a
/home/gempak/NAWIPS/os/linux64/lib/gdcfil.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o goftxt
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/goftxt'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdgrib
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdgrib'
making all in /home/gempak/NAWIPS/gempak/source/programs/gd/gdcfil
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdcfil'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdcfil'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdgrib'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdgrib2
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdgrib2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdg2in.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdgetgrid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdmakeg2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdmakepdt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdmakwmo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdsetnav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdsetsect1.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdsetsect4.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdsetsect5.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdgrib2.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdgrib2.a
a - gdg2in.o
a - gdgetgrid.o
a - gdmakeg2.o
a - gdmakepdt.o
a - gdmakwmo.o
a - gdsetnav.o
a - gdsetsect1.o
a - gdsetsect4.o
a - gdsetsect5.o
rm -f *.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdgrib2.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gdgrib2.o /home/gempak/NAWIPS/os/linux64/lib/gdgrib2.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a \
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a -L/usr/lib64 -lpython2.7
-lpthread -ldl -lutil -lm /home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -o gdgrib2
rm -f *.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdgrib2'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdgsfc
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdgsfc'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdzdatf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdzdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdzinp.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdzdat.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdgsfc.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdgsfc.a
a - gdzdatf.o
a - gdzdat.o
a - gdzdsp.o
a - gdzinp.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdgsfc.f
/home/gempak/NAWIPS/os/linux64/lib/gdgsfc.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gdgsfc
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdgsfc'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdinfo
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdinfo'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdigen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdiinp.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdinfo.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdinfo.a
a - gdigen.o
a - gdiinp.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdinfo.f
/home/gempak/NAWIPS/os/linux64/lib/gdinfo.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gdinfo
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdinfo'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdlist
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdlist'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdldsp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdldta.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdlinp.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdlist.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdlist.a
a - gdldsp.o
a - gdldta.o
a - gdlinp.o
rm -f *.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdlist.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdlist.o
/home/gempak/NAWIPS/os/linux64/lib/gdlist.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gdlist
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdlist'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdmap
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdmap'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdmdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdminp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdmlbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdmmrk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdmplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdmpnt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdmap.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdmap.a
a - gdmdsp.o
a - gdminp.o
a - gdmlbl.o
a - gdmmrk.o
a - gdmplt.o
a - gdmpnt.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdmap.f
/home/gempak/NAWIPS/os/linux64/lib/gdmap.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gdmap
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdmap'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdmod
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdmod'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdoadd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdoinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdoopn.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdmod.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdmod.a
a - gdoadd.o
a - gdoinp.o
a - gdoopn.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdmod.f
/home/gempak/NAWIPS/os/linux64/lib/gdmod.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gdmod
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdmod'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdomeg
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdomeg'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdagen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdainp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdasfc.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdomeg.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdomeg.a
a - gdagen.o
a - gdainp.o
a - gdasfc.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdomeg.f
/home/gempak/NAWIPS/os/linux64/lib/gdomeg.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gdomeg
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdomeg'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdplot
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdplot'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdbdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdbhlo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdbinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdblev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdbpnt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdplot.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdplot.a
a - gdbdsp.o
a - gdbhlo.o
a - gdbinp.o
a - gdblev.o
a - gdbpnt.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdplot.f
/home/gempak/NAWIPS/os/linux64/lib/gdplot.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gdplot
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdplot'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdprof
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdprof'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpcla.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpdtaf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpdtv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpduvf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpgrf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdplin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpout.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdppln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpuvp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpxax.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpyax.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dgconav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdpdta.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdpduv.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdprof.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdprof.a
a - dgconav.o
a - gdpcla.o
a - gdpdsp.o
a - gdpdtaf.o
a - gdpdta.o
a - gdpdtv.o
a - gdpduvf.o
a - gdpduv.o
a - gdpgrf.o
a - gdpinp.o
a - gdplin.o
a - gdpout.o
a - gdppln.o
a - gdpplt.o
a - gdpuvp.o
a - gdpxax.o
a - gdpyax.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdprof.f
/home/gempak/NAWIPS/os/linux64/lib/gdprof.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gdprof
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdprof'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdptpdf
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdptpdf'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdptdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdptdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdptdtm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdptgrf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdptinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdptout.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdptplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdptxax.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdptyax.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdptymx.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdptpdf.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdptpdf.a
a - gdptdat.o
a - gdptdsp.o
a - gdptdtm.o
a - gdptgrf.o
a - gdptinp.o
a - gdptout.o
a - gdptplt.o
a - gdptxax.o
a - gdptyax.o
a - gdptymx.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gdptpdf.f /home/gempak/NAWIPS/os/linux64/lib/gdptpdf.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gdptpdf
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdptpdf'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdstat
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdstat'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdstaaf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdyinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdywrt.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdstaa.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdstat.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdstat.a
a - gdstaaf.o
a - gdstaa.o
a - gdyinp.o
a - gdywrt.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdstat.f
/home/gempak/NAWIPS/os/linux64/lib/gdstat.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gdstat
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdstat'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdstream
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdstream'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdsdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdsinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdstin.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdstream.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdstream.a
a - gdsdsp.o
a - gdsinp.o
a - gdstin.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gdstream.f /home/gempak/NAWIPS/os/linux64/lib/gdstream.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gdstream
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdstream'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdthgt
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdthgt'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxda.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxgd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxgl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxla.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxlv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxpl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxpv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxra.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxrdf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxri.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxrn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxrvf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxta.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxti.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxtm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxvv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtxyy.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdtxrd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdtxrv.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdthgt.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdthgt.a
a - gdtxda.o
a - gdtxev.o
a - gdtxgd.o
a - gdtxgl.o
a - gdtxin.o
a - gdtxla.o
a - gdtxlv.o
a - gdtxpl.o
a - gdtxpv.o
a - gdtxra.o
a - gdtxrdf.o
a - gdtxrd.o
a - gdtxri.o
a - gdtxrn.o
a - gdtxrvf.o
a - gdtxrv.o
a - gdtxsp.o
a - gdtxta.o
a - gdtxti.o
a - gdtxtm.o
a - gdtxvv.o
a - gdtxyy.o
#rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdthgt.f
/home/gempak/NAWIPS/os/linux64/lib/gdthgt.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gdthgt
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdthgt'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdtser
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdtser'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtdtaf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtgrf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtyax.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdtdta.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdtser.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdtser.a
a - gdtdsp.o
a - gdtdtaf.o
a - gdtdta.o
a - gdtgrf.o
a - gdtinp.o
a - gdtplt.o
a - gdtyax.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdtser.f
/home/gempak/NAWIPS/os/linux64/lib/gdtser.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gdtser
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdtser'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdtspdf
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdtspdf'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtsdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtsinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtspdf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtspl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtssp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtsyax.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdtspdf.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdtspdf.a
a - gdtsdat.o
a - gdtsinp.o
a - gdtspdf.o
a - gdtspl.o
a - gdtssp.o
a - gdtsyax.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gdtspdf.f /home/gempak/NAWIPS/os/linux64/lib/gdtspdf.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/gdptpdf.a
/home/gempak/NAWIPS/os/linux64/lib/gdthgt.a
/home/gempak/NAWIPS/os/linux64/lib/gdcntr.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gdtspdf
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdtspdf'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdvint
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdvint'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vcbldz.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vcetac.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vclnin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vcmsht.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vcnbts.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vcpfet.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vcpfsg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vcpfth.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vcpont.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vcponz.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vcquad.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vcsgma.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vcthta.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vcvapr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vgexit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vgierr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vgigen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vglvpr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vgopen.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vgread.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vgstrt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vgusin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vgwrit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vgwsfc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vibddn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vicovc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vidriv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vigetp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vigetq.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vigetz.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vigtsf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
viinit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vilnpo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vimxmn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vipool.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
virdin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
virdtk.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vivcrd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
vivint.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vidrivc.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdvint.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdvint.a
a - vcbldz.o
a - vcetac.o
a - vclnin.o
a - vcmsht.o
a - vcnbts.o
a - vcpfet.o
a - vcpfsg.o
a - vcpfth.o
a - vcpont.o
a - vcponz.o
a - vcquad.o
a - vcsgma.o
a - vcthta.o
a - vcvapr.o
a - vgexit.o
a - vgierr.o
a - vgigen.o
a - vglvpr.o
a - vgopen.o
a - vgread.o
a - vgstrt.o
a - vgusin.o
a - vgwrit.o
a - vgwsfc.o
a - vibddn.o
a - vicovc.o
a - vidrivc.o
a - vidriv.o
a - vigetp.o
a - vigetq.o
a - vigetz.o
a - vigtsf.o
a - viinit.o
a - vilnpo.o
a - vimxmn.o
a - vipool.o
a - virdin.o
a - virdtk.o
a - vivcrd.o
a - vivint.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdvint.f
/home/gempak/NAWIPS/os/linux64/lib/gdvint.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gdvint
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdvint'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdwind
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdwind'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdwdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdwinp.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdwind.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdwind.a
a - gdwdsp.o
a - gdwinp.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdwind.f
/home/gempak/NAWIPS/os/linux64/lib/gdwind.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gdwind
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdwind'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/grphgd
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/grphgd'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gbound.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gciijj.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdline.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdlwei.f
gdlwei.f:100.26:
IF ( hist(finxt,fjnxt) .ne. EXACT ) THEN
1
Warning: Legacy Extension: REAL array index at (1)
gdlwei.f:100.32:
IF ( hist(finxt,fjnxt) .ne. EXACT ) THEN
1
Warning: Legacy Extension: REAL array index at (1)
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggapsm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggbndconds.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ggcrinfo.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggdriv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggedge.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gggint.f
gggint.f:82.19:
intptrs(i,j,STPTR) = IMISSD
1
Warning: Legacy Extension: REAL array index at (1)
gggint.f:525.36:
intptrs(ndim,ndir,STPTR) = nptr
1
Warning: Legacy Extension: REAL array index at (1)
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gglims.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggmnmx.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggoacr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggrdinfo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gindex.f
gindex.f:52.28:
DO n = intptrs(ij,3,STPTR)+intptrs(ij,3,NINTS)-1,
1
Warning: Legacy Extension: REAL array index at (1)
gindex.f:53.29:
& intptrs(ij,3,STPTR), -1
1
Warning: Legacy Extension: REAL array index at (1)
gindex.f:72.28:
DO n = intptrs(ij,2,STPTR)+intptrs(ij,2,NINTS)-1,
1
Warning: Legacy Extension: REAL array index at (1)
gindex.f:73.37:
& intptrs(ij,2,STPTR), -1
1
Warning: Legacy Extension: REAL array index at (1)
gindex.f:92.28:
DO n = intptrs(ij,4,STPTR)+intptrs(ij,4,NINTS)-1,
1
Warning: Legacy Extension: REAL array index at (1)
gindex.f:93.37:
& intptrs(ij,4,STPTR), -1
1
Warning: Legacy Extension: REAL array index at (1)
gindex.f:112.28:
DO n = intptrs(ij,1,STPTR),
1
Warning: Legacy Extension: REAL array index at (1)
gindex.f:113.37:
& intptrs(ij,1,STPTR)+intptrs(ij,1,NINTS)-1
1
Warning: Legacy Extension: REAL array index at (1)
gindex.f:132.28:
DO n = intptrs(ij,3,STPTR),
1
Warning: Legacy Extension: REAL array index at (1)
gindex.f:133.37:
& intptrs(ij,3,STPTR)+intptrs(ij,3,NINTS)-1
1
Warning: Legacy Extension: REAL array index at (1)
gindex.f:152.28:
DO n = intptrs(ij,2,STPTR),
1
Warning: Legacy Extension: REAL array index at (1)
gindex.f:153.37:
& intptrs(ij,2,STPTR)+intptrs(ij,2,NINTS)-1
1
Warning: Legacy Extension: REAL array index at (1)
gindex.f:172.28:
DO n = intptrs(ij,4,STPTR),
1
Warning: Legacy Extension: REAL array index at (1)
gindex.f:173.37:
& intptrs(ij,4,STPTR)+intptrs(ij,4,NINTS)-1
1
Warning: Legacy Extension: REAL array index at (1)
gindex.f:192.28:
DO n = intptrs(ij,1,STPTR)+intptrs(ij,1,NINTS)-1,
1
Warning: Legacy Extension: REAL array index at (1)
gindex.f:193.37:
& intptrs(ij,1,STPTR), -1
1
Warning: Legacy Extension: REAL array index at (1)
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gindx1.f
gindx1.f:45.57:
DO n = intptrs(ij,3,NINTS)+intptrs(ij,3,STPTR)-1,
1
Warning: Legacy Extension: REAL array index at (1)
gindx1.f:46.37:
& intptrs(ij,3,STPTR), -1
1
Warning: Legacy Extension: REAL array index at (1)
gindx1.f:62.57:
DO n = intptrs(ij,2,NINTS)+intptrs(ij,2,STPTR)-1,
1
Warning: Legacy Extension: REAL array index at (1)
gindx1.f:63.37:
& intptrs(ij,2,STPTR), -1
1
Warning: Legacy Extension: REAL array index at (1)
gindx1.f:79.57:
DO n = intptrs(ij,4,NINTS)+intptrs(ij,4,STPTR)-1,
1
Warning: Legacy Extension: REAL array index at (1)
gindx1.f:80.37:
& intptrs(ij,4,STPTR), -1
1
Warning: Legacy Extension: REAL array index at (1)
gindx1.f:96.37:
DO n = intptrs(ij,1,STPTR),
1
Warning: Legacy Extension: REAL array index at (1)
gindx1.f:97.37:
& intptrs(ij,1,STPTR)+intptrs(ij,1,NINTS)-1
1
Warning: Legacy Extension: REAL array index at (1)
gindx1.f:113.37:
DO n = intptrs(ij,3,STPTR),
1
Warning: Legacy Extension: REAL array index at (1)
gindx1.f:114.37:
& intptrs(ij,3,STPTR)+intptrs(ij,3,NINTS)-1
1
Warning: Legacy Extension: REAL array index at (1)
gindx1.f:130.37:
DO n = intptrs(ij,2,STPTR),
1
Warning: Legacy Extension: REAL array index at (1)
gindx1.f:131.37:
& intptrs(ij,2,STPTR)+intptrs(ij,2,NINTS)-1
1
Warning: Legacy Extension: REAL array index at (1)
gindx1.f:147.37:
DO n = intptrs(ij,4,STPTR),
1
Warning: Legacy Extension: REAL array index at (1)
gindx1.f:148.37:
& intptrs(ij,4,STPTR)+intptrs(ij,4,NINTS)-1
1
Warning: Legacy Extension: REAL array index at (1)
gindx1.f:164.57:
DO n = intptrs(ij,1,NINTS)+intptrs(ij,1,STPTR)-1,
1
Warning: Legacy Extension: REAL array index at (1)
gindx1.f:165.37:
& intptrs(ij,1,STPTR), -1
1
Warning: Legacy Extension: REAL array index at (1)
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
glastv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
glimit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
glvalu.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gnextv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gqintr.f
gqintr.f:30.24:
nn = intptrs(jj,2,STPTR)
1
Warning: Legacy Extension: REAL array index at (1)
gqintr.f:31.58:
DO WHILE ( nn .lt. intptrs(jj,2,NINTS)+intptrs(jj,2,STPTR) .and.
1
Warning: Legacy Extension: REAL array index at (1)
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gradls.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
grginp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsmoot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gsortd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gweigs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lnsgi1.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
lnsgin.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ggoadl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ggsort.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/grphgd.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/grphgd.a
a - gbound.o
a - gciijj.o
a - gdline.o
a - gdlwei.o
a - ggapsm.o
a - ggbndconds.o
a - ggcrinfo.o
a - ggdriv.o
a - ggedge.o
a - gggint.o
a - gglims.o
a - ggmnmx.o
a - ggoacr.o
a - ggoadl.o
a - ggrdinfo.o
a - ggsort.o
a - gindex.o
a - gindx1.o
a - glastv.o
a - glimit.o
a - glvalu.o
a - gnextv.o
a - gqintr.o
a - gradls.o
a - grginp.o
a - gsmoot.o
a - gsortd.o
a - gweigs.o
a - lnsgi1.o
a - lnsgin.o
rm -f *.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c grphgd.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
grphgd.o /home/gempak/NAWIPS/os/linux64/lib/grphgd.a
/home/gempak/NAWIPS/os/linux64/lib/gdcfil.a
/home/gempak/NAWIPS/os/linux64/lib/oabsfc.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o grphgd
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/grphgd'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdplot2
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdplot2'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdbhlo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdbinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdblev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdinst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpban.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpltb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpltcf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpprt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpskp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpstp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpstt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdptmc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdptms.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpwnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdfill.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdpltc.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdplot2.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdplot2.a
a - gdbhlo.o
a - gdbinp.o
a - gdblev.o
a - gdfill.o
a - gdinst.o
a - gdpban.o
a - gdpltb.o
a - gdpltcf.o
a - gdpltc.o
a - gdpprt.o
a - gdpskp.o
a - gdpstp.o
a - gdpstt.o
a - gdptmc.o
a - gdptms.o
a - gdpwnd.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gdplot2.f /home/gempak/NAWIPS/os/linux64/lib/gdplot2.a
/home/gempak/NAWIPS/os/linux64/lib/sfmap.a
/home/gempak/NAWIPS/os/linux64/lib/gdstream.a
/home/gempak/NAWIPS/os/linux64/lib/gdmap.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gdplot2
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdplot2'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdplot3
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdplot3'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdanot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdbhlo.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdbinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdblev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdinst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdnarc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdnarw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdnbrb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdncrv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdnfnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdnlin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdnply.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdnreg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdnsym.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdntxt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpban.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpltb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpltcf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpprt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpskp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpstp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpstt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdptmc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdptms.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdptxt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpwnd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdfill.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gdpltc.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdplot3.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdplot3.a
a - gdanot.o
a - gdbhlo.o
a - gdbinp.o
a - gdblev.o
a - gdfill.o
a - gdinst.o
a - gdnarc.o
a - gdnarw.o
a - gdnbrb.o
a - gdncrv.o
a - gdnfnt.o
a - gdnlin.o
a - gdnply.o
a - gdnreg.o
a - gdnsym.o
a - gdntxt.o
a - gdpban.o
a - gdpltb.o
a - gdpltcf.o
a - gdpltc.o
a - gdpprt.o
a - gdpskp.o
a - gdpstp.o
a - gdpstt.o
a - gdptmc.o
a - gdptms.o
a - gdptxt.o
a - gdpwnd.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gdplot3.f /home/gempak/NAWIPS/os/linux64/lib/gdplot3.a
/home/gempak/NAWIPS/os/linux64/lib/gdstream.a
/home/gempak/NAWIPS/os/linux64/lib/gdmap.a
/home/gempak/NAWIPS/os/linux64/lib/sfmap.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gdplot3
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdplot3'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gpolyg
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gpolyg'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
poly_apad.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
poly_cap.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
poly_ccwa.f
poly_ccwa.f:56.15:
DO kk = oldj + 1, nextj - 1
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
poly_ccwa.f:87.15:
DO kk = oldj - 1, nextj + 1, -1
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
poly_ccwa.f:170.15:
DO kk = oldi + 1, nexti - 1
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
poly_ccwa.f:201.15:
DO kk = oldi - 1, nexti - 1, -1
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
poly_ccwa.f:266.15:
DO kk = oldj + 1, nextj - 1
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
poly_ccwa.f:297.15:
DO kk = oldj - 1, nextj + 1, -1
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
poly_ccwa.f:364.15:
DO kk = oldi + 1, nexti - 1
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
poly_ccwa.f:397.15:
DO kk = oldi - 1, nexti - 1, -1
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
poly_driv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
poly_exist.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
poly_group.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
poly_init.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
poly_ltln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
poly_margin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
poly_opnf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
poly_pad.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
poly_rdparm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
poly_rmflg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
poly_szone.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
poly_warn.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c poly_clipw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c poly_cvgfw.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpolyg.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gpolyg.a
a - poly_apad.o
a - poly_cap.o
a - poly_ccwa.o
a - poly_clipw.o
a - poly_cvgfw.o
a - poly_driv.o
a - poly_exist.o
a - poly_group.o
a - poly_init.o
a - poly_ltln.o
a - poly_margin.o
a - poly_opnf.o
a - poly_pad.o
a - poly_rdparm.o
a - poly_rmflg.o
a - poly_szone.o
a - poly_warn.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gpolyg.f
/home/gempak/NAWIPS/os/linux64/lib/gpolyg.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libgpc.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gpolyg
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gpolyg'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdbiint
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdbiint'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdinterp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdlinp.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdbiint.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdbiint.a
a - gdinterp.o
a - gdlinp.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdbiint.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gdbiint.f /home/gempak/NAWIPS/os/linux64/lib/gdbiint.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o gdbiint
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdbiint'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdradr
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdradr'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gpinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcanl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcnav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdctbl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c radar_grid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c waittime.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdradr.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdradr.a
a - gdcanl.o
a - gdcnav.o
a - gdctbl.o
a - gpinp.o
a - radar_grid.o
a - waittime.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdradr.f
/home/gempak/NAWIPS/os/linux64/lib/gdradr.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gif.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gdradr
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdradr'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdradrc
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdradrc'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gpinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcanl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcnav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdctbl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c radar_grid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c waittime.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdradrc.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdradrc.a
a - gdcanl.o
a - gdcnav.o
a - gdctbl.o
a - gpinp.o
a - radar_grid.o
a - waittime.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdradrc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gdradrc.o /home/gempak/NAWIPS/os/linux64/lib/gdradrc.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gdradrc
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdradrc'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdobscnt
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdobscnt'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gpinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sflfil.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdobscnt.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdobscnt.a
a - gpinp.o
a - sflfil.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gdobscnt.f /home/gempak/NAWIPS/os/linux64/lib/gdobscnt.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gdobscnt
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdobscnt'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdtopo
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdtopo'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdtwdt.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c read_dem.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdtopo.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdtopo.a
a - gdtdsp.o
a - gdtfil.o
a - gdtinp.o
a - gdtwdt.o
a - read_dem.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdtopo.f
/home/gempak/NAWIPS/os/linux64/lib/gdtopo.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gdtopo
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdtopo'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdcsv
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdcsv'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
gdptin.o gdptin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
gdpttm.o gdpttm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
gdcsv.o gdcsv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
gdpout.o gdpout.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dgconav.o
dgconav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o
cwrapgcalc.o cwrapgcalc.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
cwrapgcalcf.o cwrapgcalcf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g \
gdptin.o gdpttm.o gdcsv.o gdpout.o dgconav.o cwrapgcalc.o cwrapgcalcf.o
\
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a \
-L/usr/lib64 -lpython2.7 -lpthread -ldl -lutil \
-o gdcsv
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdcsv'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gd2img
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gd2img'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
gdptin.o gdptin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
gdpttm.o gdpttm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
gdptup.o gdptup.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
gd2img.o gd2img.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dgconav.o
dgconav.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
gdcnav.o gdcnav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
gdcanl.o gdcanl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o gdlgin.o
gdlgin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o writepng.o
writepng.c
writepng.c: In function â??pngout_initâ??:
writepng.c:94:1: warning: â??jmpbufâ?? is deprecated (declared at
/home/gempak/NAWIPS/os/linux64/include/png.h:1098) [-Wdeprecated-declarations]
if(setjmp(ginipng_ptr->jmpbuf))
^
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g \
gdptin.o gdpttm.o gdptup.o gd2img.o dgconav.o gdcnav.o gdcanl.o
gdlgin.o writepng.o \
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a \
-L/usr/lib64 -lpython2.7 -lpthread -ldl -lutil \
-o gd2img
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gd2img'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/img2gd
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/img2gd'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gpinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcanl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcnav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdctbl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c radar_grid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c waittime.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/img2gd.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/img2gd.a
a - gdcanl.o
a - gdcnav.o
a - gdctbl.o
a - gpinp.o
a - radar_grid.o
a - waittime.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g img2gd.f
/home/gempak/NAWIPS/os/linux64/lib/img2gd.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gif.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o img2gd
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/img2gd'
making in /home/gempak/GEMPAK7/gempak/source/programs/gd/gdpoint
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdpoint'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
gdptin.o gdptin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
gdpttm.o gdpttm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
gdptup.o gdptup.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
gdpoint.o gdpoint.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dgconav.o
dgconav.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o
cwrapgcalc.o cwrapgcalc.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
cwrapgcalcf.o cwrapgcalcf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g \
gdptin.o gdpttm.o gdptup.o gdpoint.o dgconav.o cwrapgcalc.o
cwrapgcalcf.o \
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a \
-L/usr/lib64 -lpython2.7 -lpthread -ldl -lutil \
-o gdpoint
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gd/gdpoint'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/programs/gd'
making in /home/gempak/GEMPAK7/gempak/source/programs/util
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/programs/util'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/aodt
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/aodt'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/extlibs/AODT -c -o aodt.o aodt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/extlibs/AODT -c -o aodtv64drive.o aodtv64drive.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/extlibs/AODT -c -o aodtv64runautomode.o
aodtv64runautomode.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/extlibs/AODT -c -o aodtv72drive.o aodtv72drive.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/extlibs/AODT -c -o aodtv72runautomode.o
aodtv72runautomode.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g aodt.o
aodtv64drive.o aodtv64runautomode.o aodtv72drive.o aodtv72runautomode.o
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/libAODT_v64.a
/home/gempak/NAWIPS/os/linux64/lib/libAODT_v72.a
/home/gempak/NAWIPS/os/linux64/lib/xw.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/X11R6/lib64 -lX11 -lm
-L/usr/lib64 -lpython2.7 -lpthread -ldl -lutil -o aodt
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/aodt'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/arinfo
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/arinfo'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c arinfo.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
arinfo.o /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -lm -o arinfo
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/arinfo'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/bnd2shp
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/bnd2shp'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c bnd2shp.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
bnd2shp.o /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libshp.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o bnd2shp
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/bnd2shp'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/bufrenc
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/bufrenc'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
bfeinp.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/bufrenc.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/bufrenc.a
a - bfeinp.o
rm -f *.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c bufrenc.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from bufrenc.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
bufrenc.o /home/gempak/NAWIPS/os/linux64/lib/bufrenc.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libmel_bufr.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o bufrenc
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/bufrenc'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/clipvgf
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/clipvgf'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c clipvgf.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
clipvgf.o /home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libgpc.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o clipvgf
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/clipvgf'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/createccfp
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/createccfp'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c createccfp.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
createccfp.o /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o createccfp
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/createccfp'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/createbinfo
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/createbinfo'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/cgemlib/clo -c createbinfo.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
createbinfo.o /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64
-lpython2.7 -lpthread -ldl -lutil -o createbinfo
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/createbinfo'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/dat2pts
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/dat2pts'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
d2pday.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
d2pfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
d2phdr.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/dat2pts.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/dat2pts.a
a - d2pday.o
a - d2pfil.o
a - d2phdr.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
dat2pts.f /home/gempak/NAWIPS/os/linux64/lib/dat2pts.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o dat2pts
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/dat2pts'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/datetime
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/datetime'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c datetime.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
datetime.o /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -o datetime
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/datetime'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/dumpvgf
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/dumpvgf'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dumpvgf.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
dumpvgf.o /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o dumpvgf
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/dumpvgf'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/fop
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/fop'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c fop.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g fop.o
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -lm -o fop
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/fop'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/rfop
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/rfop'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c rfop.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g rfop.o
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a -o rfop
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/rfop'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/freeColors
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/freeColors'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -c freeColors.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include freeColors.o -L/usr/X11R6/lib64 -lX11 -o freeColors
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/freeColors'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/joinvgf
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/joinvgf'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c joinvgf.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
joinvgf joinvgf.o /home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o \
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a \
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -lm
rm -f *.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/joinvgf'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/maps
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/maps'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/maps/gsfssf
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/maps/gsfssf'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
map_gsfssf.o map_gsfssf.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gsfssf.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
gsfssf gsfssf.o map_gsfssf.o /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
install gsfssf /home/gempak/NAWIPS/os/linux64/bin
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/maps/gsfssf'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/maps/shp
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/maps/shp'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpbhdr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpcbnd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpcmap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpcmbn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpctbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpdrec.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpgctr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpgkey.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpjoin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpmmem.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpmtyp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shprdbf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shprdbh.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shprshp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shprshx.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpsplt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpstrip.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpthin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shputil.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpwfld.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpwprt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpwrec.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a *.o
a - shpbhdr.o
a - shpcbnd.o
a - shpcmap.o
a - shpcmbn.o
a - shpctbl.o
a - shpdrec.o
a - shpgctr.o
a - shpgkey.o
a - shpjoin.o
a - shpmmem.o
a - shpmtyp.o
a - shprdbf.o
a - shprdbh.o
a - shprshp.o
a - shprshx.o
a - shpsplt.o
a - shpstrip.o
a - shpthin.o
a - shputil.o
a - shpwfld.o
a - shpwprt.o
a - shpwrec.o
rm -f *.o
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/maps/shp'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/maps/shpcv
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/maps/shpcv'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpcv.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g shpcv.o
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a \
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/nc.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a \
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -lm -o shpcv
install shpcv /home/gempak/NAWIPS/os/linux64/bin
rm -f *.o
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/maps/shpcv'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/maps/shpssf
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/maps/shpssf'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c shpssf.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
shpssf.o /home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a \
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/nc.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a \
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -lm -o shpssf
install shpssf /home/gempak/NAWIPS/os/linux64/bin
rm -f *.o
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/maps/shpssf'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/maps/ssfgsf
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/maps/ssfgsf'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
map_ssfgsf.o map_ssfgsf.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ssfgsf.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
ssfgsf ssfgsf.o map_ssfgsf.o /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
install ssfgsf /home/gempak/NAWIPS/os/linux64/bin
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/maps/ssfgsf'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/maps'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/mdp
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/mdp'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c mdp.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g mdp.o
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o mdp
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/mdp'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/mdpspc
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/mdpspc'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c mdpspc.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
mdpspc.o /home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o \
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gif.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a \
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a -lm -o mdpspc
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/mdpspc'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/mkelev
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/mkelev'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ccplot.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/mkelev.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/mkelev.a
a - ccplot.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
mkelev.f /home/gempak/NAWIPS/os/linux64/lib/mkelev.a
/home/gempak/NAWIPS/os/linux64/lib/gdcntr.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o mkelev
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/mkelev'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/ndinfo
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/ndinfo'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/include -c ndinfo.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
ndinfo.o /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a -o ndinfo
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/ndinfo'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/nesdis
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/nesdis'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c spenes.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
spenes.o /home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gif.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/device.a -lm -o spenes
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/nesdis'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/nodt
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/nodt'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/include -c -o nodt.o nodt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/include -c -o odtcoakley.o odtcoakley.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/include -c -o odtintensity.o odtintensity.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/include -c -o odtscene.o odtscene.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/include -c -o odtauto.o odtauto.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/include -c -o odtdata.o odtdata.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/include -c -o odthistory.o odthistory.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/include -c -o odtoutput.o odtoutput.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/include -c -o odtfft.o odtfft.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/include -c -o odtdrive.o odtdrive.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/include -c -o odtread.o odtread.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g nodt.o
odtcoakley.o odtintensity.o odtscene.o odtauto.o odtdata.o odthistory.o
odtoutput.o odtfft.o odtdrive.o odtread.o
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/xw.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/X11R6/lib64 -lX11
-L/usr/lib64 -lpython2.7 -lpthread -ldl -lutil -lm -o nodt
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/nodt'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/prob2cat
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/prob2cat'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c prob2cat.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
prob2cat prob2cat.o \
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a \
/home/gempak/NAWIPS/os/linux64/lib/libgpc.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o \
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a \
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a -lpthread
/home/gempak/NAWIPS/os/linux64/lib/libz.a -lm
rm -f *.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/prob2cat'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/rebun
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/rebun'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c rebun.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g rebun.o
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -lm -o rebun
rm -f *.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/rebun'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/sector
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/sector'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
secimg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
secinp.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/sector.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sector.a
a - secimg.o
a - secinp.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g sector.f
/home/gempak/NAWIPS/os/linux64/lib/sector.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -o sector
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/sector'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/sigavgf
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/sigavgf'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c sigacld.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c sigafrt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c sigajet.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c sigamcld.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c sigatrp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c sigatur.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c sigavts.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/sigavgf.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sigavgf.a
a - sigacld.o
a - sigafrt.o
a - sigajet.o
a - sigamcld.o
a - sigatrp.o
a - sigatur.o
a - sigavts.o
rm -f *.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c sigavgf.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
sigavgf.o /home/gempak/NAWIPS/os/linux64/lib/sigavgf.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/nc.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -lm -o sigavgf
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/sigavgf'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/sigbufr
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/sigbufr'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c sigbcld.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from sigbcld.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c sigbeof.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from sigbeof.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c sigbeom.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from sigbeom.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c sigberror.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from sigberror.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c sigbfronts.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from sigbfronts.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c sigbjets.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from sigbjets.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c sigbmcld.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from sigbmcld.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c sigbradtn.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from sigbradtn.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c sigbstorm.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from sigbstorm.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c sigbtrop.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from sigbtrop.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c sigbturb.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from sigbturb.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c sigbvolcano.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from sigbvolcano.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
ar rv /home/gempak/NAWIPS/os/linux64/lib/sigbufr.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/sigbufr.a
a - sigbcld.o
a - sigbeof.o
a - sigbeom.o
a - sigberror.o
a - sigbfronts.o
a - sigbjets.o
a - sigbmcld.o
a - sigbradtn.o
a - sigbstorm.o
a - sigbtrop.o
a - sigbturb.o
a - sigbvolcano.o
rm -f *.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -c sigbufr.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from sigbufr.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
sigbufr.o /home/gempak/NAWIPS/os/linux64/lib/sigbufr.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libmel_bufr.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o sigbufr
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/sigbufr'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/spenes
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/spenes'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c spenes.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
spenes.o /home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libshp.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o spenes
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/spenes'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/spctxt
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/spctxt'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c spctxt.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
spctxt.o /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -lm -o spctxt
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/spctxt'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/tcacancel
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/tcacancel'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c tcacancel.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
tcacancel tcacancel.o /home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o \
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a \
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a -lm
rm -f *.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/tcacancel'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/tpc2shp
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/tpc2shp'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c tpc2shp.c
tpc2shp.c: In function â??WrtMetaFileâ??:
tpc2shp.c:1611:22: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
line[count] = (char)NULL;
^
tpc2shp.c:1612:25: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
newline[count] = (char)NULL;
^
tpc2shp.c:1613:26: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
repl_val[count] = (char)NULL;
^
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
tpc2shp tpc2shp.o \
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a \
/home/gempak/NAWIPS/os/linux64/lib/libgpc.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o \
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libshp.a \
/home/gempak/NAWIPS/os/linux64/lib/libz.a -lm
rm -f *.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/tpc2shp'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/tran2fos
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/tran2fos'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c *.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -o tran2fos *.o \
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
rm -f *.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/tran2fos'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/vgf2tag
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/vgf2tag'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c tag2vgf.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
tag2vgf.o /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -lm -o tag2vgf
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vgf2tag.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
vgf2tag.o /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a -o vgf2tag
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/vgf2tag'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/vgftoascii
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/vgftoascii'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/include -c vgftoascii.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
vgftoascii.o /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a -o vgftoascii
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/vgftoascii'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/vgftobnd
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/vgftobnd'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vgftobnd.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
vgftobnd.o /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libshp.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o vgftobnd
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/vgftobnd'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/wmostrip
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/wmostrip'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c wmostrip.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
wmostrip.o /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64
-lpython2.7 -lpthread -ldl -lutil -o wmostrip
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/wmostrip'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/woupdt
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/woupdt'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
woupdt.f /home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o woupdt
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/woupdt'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/atest
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/atest'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o atest
atest.f /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/atest'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/plotsyms
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/plotsyms'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
plotsyms plotsyms.f /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/plotsyms'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/fips
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/fips'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c fips.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g fips.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -o fips
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/fips'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/areainfo
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/areainfo'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o filename.o
filename.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o mc_tables.o
mc_tables.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o mc_rarea.o
mc_rarea.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o efopen.o
efopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o main.o
main.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g filename.o
mc_tables.o mc_rarea.o efopen.o main.o -o areaInfo
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/areainfo'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/nmap_kiosk
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/nmap_kiosk'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c nmap_kiosk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -o nmap_kiosk
*.o -L/usr/X11R6/lib64 -lXtst -lX11 -lXext
rm -f *.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/nmap_kiosk'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/cwordsh
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/cwordsh'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
cwordsh cwordsh.f -L/home/gempak/NAWIPS/os/linux64/lib -lncepBUFR
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/cwordsh'
making in /home/gempak/GEMPAK7/gempak/source/programs/util/etamap
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/etamap'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
etainp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
etaopt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/etamap.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/etamap.a
a - etainp.o
a - etaopt.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g etamap.f
/home/gempak/NAWIPS/os/linux64/lib/etamap.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o etamap
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/util/etamap'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/programs/util'
making in /home/gempak/GEMPAK7/gempak/source/programs/gui
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/programs/gui'
making in /home/gempak/GEMPAK7/gempak/source/programs/gui/nalarm
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gui/nalarm'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o nalarm.o nalarm.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
nalarm nalarm.o /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/Nxmlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a \
-L/usr/X11R6/lib64 -lXm -L/usr/X11R6/lib64 -lXt -lX11 -L/usr/lib64 -lpython2.7
-lpthread -ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gui/nalarm'
making in /home/gempak/GEMPAK7/gempak/source/programs/gui/naltxt
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gui/naltxt'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o label.o label.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o list.o list.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o text.o text.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o viewfile.o viewfile.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o naltxt.o naltxt.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
naltxt naltxt.o label.o list.o text.o viewfile.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/Nxmlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a \
-L/usr/lib64 -lpython2.7 -lpthread -ldl -lutil -L/usr/X11R6/lib64 -lXm
-L/usr/X11R6/lib64 -lXt -lX11 -L/usr/lib64 -lpython2.7 -lpthread -ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gui/naltxt'
making in /home/gempak/GEMPAK7/gempak/source/programs/gui/ncolor
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gui/ncolor'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o ncolor.o ncolor.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
ncolor ncolor.o\
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/Nxmlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/xwp.a
/home/gempak/NAWIPS/os/linux64/lib/xw.a /home/gempak/NAWIPS/os/linux64/lib/ps.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a \
-L/usr/X11R6/lib64 -lXm -L/usr/X11R6/lib64 -lXt -lX11 -lm
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gui/ncolor'
making in /home/gempak/GEMPAK7/gempak/source/programs/gui/nfax
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gui/nfax'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o vfiledisp.o vfiledisp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o vfindload.o vfindload.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o vfonts.o vfonts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o nfax.o nfax.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o vmenucb.o vmenucb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o vmisccb.o vmisccb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o vrdbmap.o vrdbmap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o vscrollcb.o vscrollcb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o vshowmap.o vshowmap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o vtitle.o vtitle.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o vwheelcb.o vwheelcb.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o nfax
vfiledisp.o vfindload.o vfonts.o nfax.o vmenucb.o vmisccb.o vrdbmap.o
vscrollcb.o vshowmap.o vtitle.o vwheelcb.o
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/Nxmlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/xw.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/X11R6/lib64 -lXm
-L/usr/X11R6/lib64 -lXt -lX11 -lm
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gui/nfax'
making in /home/gempak/GEMPAK7/gempak/source/programs/gui/nmap2
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gui/nmap2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
ncwcreate.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
ncwsproj.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_aodtw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_aodtw64.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_aodtw72.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_auto.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_cldhgtw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_cmdln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_cursorw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_dataw.c
nmap_dataw.c: In function â??dataw_getSkipâ??:
nmap_dataw.c:2094:10: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
return ((int) NULL);
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_dslw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_dsp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_dttm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_dttmw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_gmpk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_grd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_gtbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_image.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_locfmtw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_logo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_loop.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_loopw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_mainw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_mapset.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_mapw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_mbotw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_mbtnw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_mcanvw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_mmenuw.c
nmap_mmenuw.c: In function â??mmenuw_createâ??:
nmap_mmenuw.c:132:44: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{"Data Source", &xmPushButtonGadgetClass, (char)NULL,
^
nmap_mmenuw.c:135:53: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{"Export to Gif", &xmPushButtonGadgetClass, (char)NULL,
^
nmap_mmenuw.c:138:22: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{NULL, NULL, (char)NULL, (char *)NULL, (char *)NULL, NULL,
^
nmap_mmenuw.c:139:3: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(int)NULL, NULL, NULL}
^
nmap_mmenuw.c:143:40: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "On ", &xmPushButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:145:40: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Off ", &xmPushButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:147:15: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{NULL, NULL, (char)NULL, (char *)NULL, (char *)NULL, NULL,
^
nmap_mmenuw.c:148:10: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(int)NULL, NULL, NULL}
^
nmap_mmenuw.c:152:40: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "On ", &xmPushButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:155:40: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Off ", &xmPushButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:158:22: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{NULL, NULL, (char)NULL, (char *)NULL, (char *)NULL, NULL,
^
nmap_mmenuw.c:159:17: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(int)NULL, NULL, NULL}
^
nmap_mmenuw.c:163:48: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Corner ", &xmPushButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:166:48: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Center ", &xmPushButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:169:22: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{NULL, NULL, (char)NULL, (char *)NULL, (char *)NULL, NULL,
^
nmap_mmenuw.c:170:17: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(int)NULL, NULL, NULL}
^
nmap_mmenuw.c:174:48: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Current", &xmPushButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:176:48: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "End ", &xmPushButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:178:22: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{NULL, NULL, (char)NULL, (char *)NULL, (char *)NULL, NULL,
^
nmap_mmenuw.c:179:17: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(int)NULL, NULL, NULL}
^
nmap_mmenuw.c:183:47: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "On ", &xmPushButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:185:47: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Off ", &xmPushButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:187:22: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{NULL, NULL, (char)NULL, (char *)NULL, (char *)NULL, NULL,
^
nmap_mmenuw.c:188:17: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(int)NULL, NULL, NULL}
^
nmap_mmenuw.c:194:46: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "NOAA Logo", &xmCascadeButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:197:46: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "NWS Logo", &xmCascadeButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:200:22: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{NULL, NULL, (char)NULL, (char *)NULL, (char *)NULL, NULL,
^
nmap_mmenuw.c:201:17: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(int)NULL, NULL, NULL}
^
nmap_mmenuw.c:205:40: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "On ", &xmPushButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:207:40: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Off ", &xmPushButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:209:15: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{NULL, NULL, (char)NULL, (char *)NULL, (char *)NULL, NULL,
^
nmap_mmenuw.c:210:3: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(int)NULL, NULL, NULL}
^
nmap_mmenuw.c:214:45: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Enhancement", &xmPushButtonGadgetClass, (char)NULL,
^
nmap_mmenuw.c:217:44: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Dwell Rate", &xmPushButtonGadgetClass, (char)NULL, NULL,
^
nmap_mmenuw.c:219:41: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Locator", &xmPushButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:222:40: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Cursor", &xmPushButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:225:43: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Bad Frame", &xmPushButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:227:42: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Logos", &xmCascadeButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:228:28: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(char *)NULL, NULL, (int)NULL, logoNameOption_menu, NULL},
^
nmap_mmenuw.c:229:53: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Icon Tips", &xmCascadeButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:230:31: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(char *)NULL, NULL, (int)NULL, tipOption_menu, NULL},
^
nmap_mmenuw.c:231:50: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Extended Zoom", &xmCascadeButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:232:24: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(char *)NULL, NULL, (int)NULL, zoomOption_menu, NULL},
^
nmap_mmenuw.c:233:53: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Zoom Mode", &xmCascadeButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:234:31: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(char *)NULL, NULL, (int)NULL, zoomMode_menu, NULL},
^
nmap_mmenuw.c:235:53: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Loop Stop", &xmCascadeButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:236:31: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(char *)NULL, NULL, (int)NULL, loopOption_menu, NULL},
^
nmap_mmenuw.c:237:54: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Roam Share", &xmCascadeButtonGadgetClass, (char)NULL, (char *)NULL,
^
nmap_mmenuw.c:238:24: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(char *)NULL, NULL, (int)NULL, roamOption_menu, NULL},
^
nmap_mmenuw.c:239:59: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Loop layer link", &xmCascadeButtonGadgetClass, (char)NULL, (char
*)NULL,
^
nmap_mmenuw.c:240:31: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(char *)NULL, NULL, (int)NULL, lllOption_menu, NULL},
^
nmap_mmenuw.c:241:23: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ NULL, NULL, (char)NULL, (char *)NULL, (char *)NULL, NULL,
^
nmap_mmenuw.c:242:17: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(int)NULL, NULL, NULL}
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_mpcstw.c
nmap_mpcstw.c:17:30: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Default (DEF)", "DEF", {(char)NULL} },
^
nmap_mpcstw.c:18:48: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "North Polar Stereographic (NPS)", "NPS", {(char)NULL} },
^
nmap_mpcstw.c:19:49: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "NH Lambert Conic Conformal (LCC)", "LCC", {(char)NULL} },
^
nmap_mpcstw.c:20:46: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Cylindrical Equidistant (CED)", "CED", {(char)NULL} },
^
nmap_mpcstw.c:21:31: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Mercator (MER)", "MER", {(char)NULL} },
^
nmap_mpcstw.c:23:48: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "South Polar Stereographic (SPS)", "SPS", {(char)NULL} },
^
nmap_mpcstw.c:24:48: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "SH Lambert Conic Conformal (SCC)", "SCC",{(char)NULL} },
^
nmap_mpcstw.c:25:55: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Modified Cylindrical Equidistant (MCD)", "MCD", {(char)NULL} },
^
nmap_mpcstw.c:26:52: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Universal Transverse Mercator (UTM)", "UTM", {(char)NULL} },
^
nmap_mpcstw.c:28:41: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "North Orthographic (NOR)", "NOR", {(char)NULL} },
^
nmap_mpcstw.c:29:41: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "South Orthographic (SOR)", "SOR", {(char)NULL} },
^
nmap_mpcstw.c:31:43: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Transverse Mercator (TVM) ", "TVM", {(char)NULL} },
^
nmap_mpcstw.c:34:39: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Satellite Image (SAT) ", "SAT", {(char)NULL} },
^
nmap_mpcstw.c:35:35: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
{ "Radar Image (RAD) ", "RAD", {(char)NULL} },
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_msc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_obs.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgactv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgaddpt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgairmet.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgairmetp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgasel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgccfp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgccfw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgcirc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgconn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgcycle.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgdel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgdelobj.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgdelpt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgdist.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgedit.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgevt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgextrap.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgfilterw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgfilw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgfrom.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgfrtw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pggfaw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pggfawp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pggfmt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pggrpch.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pggrpw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pggst.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pghdlb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pginterp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgjet.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pglabel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pglayer.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pglayred.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pglayrnm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pglayrw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pglayrxt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgline.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pglist.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pglpfw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgmdfy.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgmodv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgmsel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgmvcp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgnew.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgnumb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgobj.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgofmt.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgolk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgpalw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgpdel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgprd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgqpf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgrad.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgrot.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgsfp.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgsigw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgsmear.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgsymb.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgtca.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgtrk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgtrkw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgtxt.c
nmap_pgtxt.c: In function â??pgtxt_textCbâ??:
nmap_pgtxt.c:2657:47: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
XtTranslateKey (dsp, kevent->keycode, (Modifiers)NULL, &mr, &kr);
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgundo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgutls.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgvacw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgvgf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgvolw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgwatch.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgwbxw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgwcnsl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgwfmt.c
nmap_pgwfmt.c: In function â??pgwfmt_rdInfoâ??:
nmap_pgwfmt.c:4826:25: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
while ( iptr != (char)NULL ) {
^
nmap_pgwfmt.c:4826:22: warning: comparison between pointer and integer [enabled
by default]
while ( iptr != (char)NULL ) {
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgwlst.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgwndw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgwpts.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgwsmw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgwxd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_pgxrain.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_roamw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_rsrc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_seekw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_spfw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_stbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_stnm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_stnmw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_tmln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_vgf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_vtbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap_zoomw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
image_props.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imgpix.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/nmap2.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/nmap2.a
a - image_props.o
a - imgpix.o
a - ncwcreate.o
a - ncwsproj.o
a - nmap_aodtw64.o
a - nmap_aodtw72.o
a - nmap_aodtw.o
a - nmap_auto.o
a - nmap_cldhgtw.o
a - nmap_cmdln.o
a - nmap_cursorw.o
a - nmap_dataw.o
a - nmap_dslw.o
a - nmap_dsp.o
a - nmap_dttm.o
a - nmap_dttmw.o
a - nmap_gmpk.o
a - nmap_grd.o
a - nmap_gtbl.o
a - nmap_image.o
a - nmap_locfmtw.o
a - nmap_logo.o
a - nmap_loop.o
a - nmap_loopw.o
a - nmap_mainw.o
a - nmap_mapset.o
a - nmap_mapw.o
a - nmap_mbotw.o
a - nmap_mbtnw.o
a - nmap_mcanvw.o
a - nmap_mmenuw.o
a - nmap_mpcstw.o
a - nmap_msc.o
a - nmap_obs.o
a - nmap_pgactv.o
a - nmap_pgaddpt.o
a - nmap_pgairmet.o
a - nmap_pgairmetp.o
a - nmap_pgasel.o
a - nmap_pgccfp.o
a - nmap_pgccfw.o
a - nmap_pgcirc.o
a - nmap_pgconn.o
a - nmap_pgcycle.o
a - nmap_pgdel.o
a - nmap_pgdelobj.o
a - nmap_pgdelpt.o
a - nmap_pgdist.o
a - nmap_pgedit.o
a - nmap_pgevt.o
a - nmap_pgextrap.o
a - nmap_pgfilterw.o
a - nmap_pgfilw.o
a - nmap_pgfrom.o
a - nmap_pgfrtw.o
a - nmap_pggfaw.o
a - nmap_pggfawp.o
a - nmap_pggfmt.o
a - nmap_pggrpch.o
a - nmap_pggrpw.o
a - nmap_pggst.o
a - nmap_pghdlb.o
a - nmap_pginterp.o
a - nmap_pgjet.o
a - nmap_pglabel.o
a - nmap_pglayer.o
a - nmap_pglayred.o
a - nmap_pglayrnm.o
a - nmap_pglayrw.o
a - nmap_pglayrxt.o
a - nmap_pgline.o
a - nmap_pglist.o
a - nmap_pglpfw.o
a - nmap_pgmdfy.o
a - nmap_pgmodv.o
a - nmap_pgmsel.o
a - nmap_pgmvcp.o
a - nmap_pgnew.o
a - nmap_pgnumb.o
a - nmap_pgobj.o
a - nmap_pgofmt.o
a - nmap_pgolk.o
a - nmap_pgpalw.o
a - nmap_pgpdel.o
a - nmap_pgprd.o
a - nmap_pgqpf.o
a - nmap_pgrad.o
a - nmap_pgrot.o
a - nmap_pgsfp.o
a - nmap_pgsigw.o
a - nmap_pgsmear.o
a - nmap_pgsymb.o
a - nmap_pgtca.o
a - nmap_pgtrk.o
a - nmap_pgtrkw.o
a - nmap_pgtxt.o
a - nmap_pgundo.o
a - nmap_pgutls.o
a - nmap_pgvacw.o
a - nmap_pgvgf.o
a - nmap_pgvolw.o
a - nmap_pgwatch.o
a - nmap_pgwbxw.o
a - nmap_pgwcnsl.o
a - nmap_pgwfmt.o
a - nmap_pgwlst.o
a - nmap_pgwndw.o
a - nmap_pgwpts.o
a - nmap_pgwsmw.o
a - nmap_pgwxd.o
a - nmap_pgxrain.o
a - nmap_roamw.o
a - nmap_rsrc.o
a - nmap_seekw.o
a - nmap_spfw.o
a - nmap_stbl.o
a - nmap_stnm.o
a - nmap_stnmw.o
a - nmap_tmln.o
a - nmap_vgf.o
a - nmap_vtbl.o
a - nmap_zoomw.o
rm -f *.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -I/home/gempak/NAWIPS/extlibs/AODT -c
nmap2.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o nmap2
\
nmap2.o \
/home/gempak/NAWIPS/os/linux64/lib/nmap2.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/nmaplib.a
/home/gempak/NAWIPS/os/linux64/lib/nmap2.a
/home/gempak/NAWIPS/os/linux64/lib/Nxmlib.a
/home/gempak/NAWIPS/os/linux64/lib/sfmap.a
/home/gempak/NAWIPS/os/linux64/lib/snmap.a
/home/gempak/NAWIPS/os/linux64/lib/gdplot2.a
/home/gempak/NAWIPS/os/linux64/lib/gdmap.a
/home/gempak/NAWIPS/os/linux64/lib/gdstream.a
/home/gempak/NAWIPS/os/linux64/lib/grphgd.a
/home/gempak/NAWIPS/os/linux64/lib/gdcfil.a
/home/gempak/NAWIPS/os/linux64/lib/oabsfc.a
/home/gempak/NAWIPS/os/linux64/lib/libAODT_v64.a
/home/gempak/NAWIPS/os/linux64/lib/libAODT_v72.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/xwp.a
/home/gempak/NAWIPS/os/linux64/lib/xw.a /home/gempak/NAWIPS/os/linux64/lib/ps.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libgpc.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libmel_bufr.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -lpthread
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a \
-L/usr/X11R6/lib64 -lXm -L/usr/X11R6/lib64 -lXt -lX11 -L/usr/lib64
-lpython2.7 -lpthread -ldl -lutil -lm -lrt
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gui/nmap2'
making in /home/gempak/GEMPAK7/gempak/source/programs/gui/nsharp
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gui/nsharp'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c acars_selection.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c acars_status.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c basics.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c decoder.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c draw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c file_browse_popup.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c file_selection_menu.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c ps_driv.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c mapw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c mod_snd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c obs_snd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c pfc_snd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c nwxtbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c print_selection.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c readdata.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c show_text.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c skparams.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c thermo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c winds.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c xwvid1.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c xwvid2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c xwvid3.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c xwvid4.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c xwvid5.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c xwvid6.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdpgts.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
get_file_alias.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
get_gem_stns.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdudta.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
get_gem_times.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
get_acars_times.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
get_pfc_snd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mapmark.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
get_gem_snd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
get_mdl_snd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mapdraw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
sndata.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/nsharp.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/nsharp.a
a - acars_selection.o
a - acars_status.o
a - basics.o
a - decoder.o
a - draw.o
a - file_browse_popup.o
a - file_selection_menu.o
a - gdpgts.o
a - gdudta.o
a - get_acars_times.o
a - get_file_alias.o
a - get_gem_snd.o
a - get_gem_stns.o
a - get_gem_times.o
a - get_mdl_snd.o
a - get_pfc_snd.o
a - mapdraw.o
a - mapmark.o
a - mapw.o
a - mod_snd.o
a - nwxtbl.o
a - obs_snd.o
a - pfc_snd.o
a - print_selection.o
a - ps_driv.o
a - readdata.o
a - show_text.o
a - skparams.o
a - sndata.o
a - thermo.o
a - winds.o
a - xwvid1.o
a - xwvid2.o
a - xwvid3.o
a - xwvid4.o
a - xwvid5.o
a - xwvid6.o
rm -f *.o
cp /home/gempak/NAWIPS/os/linux64/lib/Nxmlib.a local_Nxmlib.a
ar dv local_Nxmlib.a NxmPrt.o
d - NxmPrt.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c -I/home/gempak/NAWIPS/gempak/source/nxmlib -DNSHARP NxmPrt.c
ar rv local_Nxmlib.a NxmPrt.o
a - NxmPrt.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I. -c nsharp.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
nsharp nsharp.o /home/gempak/NAWIPS/os/linux64/lib/nsharp.a local_Nxmlib.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/snlist.a
/home/gempak/NAWIPS/os/linux64/lib/sflist.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/xwp.a
/home/gempak/NAWIPS/os/linux64/lib/xw.a /home/gempak/NAWIPS/os/linux64/lib/ps.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/X11R6/lib64
-L/usr/X11R6/lib64 -lXm -L/usr/X11R6/lib64 -lXt -lX11 -L/usr/lib64 -lpython2.7
-lpthread -ldl -lutil -lm
rm *.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gui/nsharp'
making in /home/gempak/GEMPAK7/gempak/source/programs/gui/ntl
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gui/ntl'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o ntl.o ntl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o appbtn.o appbtn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o apptab.o apptab.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o prog.o prog.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c -o colr.o colr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -o ntl \
ntl.o appbtn.o apptab.o prog.o colr.o \
/home/gempak/NAWIPS/os/linux64/lib/Nxmlib.a
/home/gempak/NAWIPS/os/linux64/lib/xw.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a \
-L/usr/X11R6/lib64 -lXm -L/usr/X11R6/lib64 -lXt -lX11 \
-L/usr/lib64 -lpython2.7 -lpthread -ldl -lutil
make[5]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/programs/gui/ntl'
making in /home/gempak/GEMPAK7/gempak/source/programs/gui/ntrans
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gui/ntrans'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c autogroup.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c byte_flip.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c commands.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c drawingw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c dsply.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c file.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c gp_callbks.c
gp_callbks.c: In function â??save_groupâ??:
gp_callbks.c:81:26: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if (filename[0] != (char)NULL){
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c graf_init.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c grouplist.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c legend.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c local.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c mainw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c man_group.c
man_group.c: In function â??Search_Callbackâ??:
man_group.c:749:19: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if ( text[0] != (char)NULL ) {
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c menubar.c
menubar.c:99:2: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
(int)NULL, subOption_menu, NULL},
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c models.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c multipanel.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ntrans_spool.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c npfcreate.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c npfload.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c npfopen.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c npfw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c process_meta.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c select_frame.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c select_group.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/ntrans.a autogroup.o byte_flip.o
commands.o drawingw.o dsply.o file.o gp_callbks.o graf_init.o grouplist.o
legend.o local.o mainw.o man_group.o menubar.o models.o multipanel.o
ntrans_spool.o npfcreate.o npfload.o npfopen.o npfw.o process_meta.o
select_frame.o select_group.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/ntrans.a
a - autogroup.o
a - byte_flip.o
a - commands.o
a - drawingw.o
a - dsply.o
a - file.o
a - gp_callbks.o
a - graf_init.o
a - grouplist.o
a - legend.o
a - local.o
a - mainw.o
a - man_group.o
a - menubar.o
a - models.o
a - multipanel.o
a - ntrans_spool.o
a - npfcreate.o
a - npfload.o
a - npfopen.o
a - npfw.o
a - process_meta.o
a - select_frame.o
a - select_group.o
rm -f autogroup.o byte_flip.o commands.o drawingw.o dsply.o file.o gp_callbks.o
graf_init.o grouplist.o legend.o local.o mainw.o man_group.o menubar.o models.o
multipanel.o ntrans_spool.o npfcreate.o npfload.o npfopen.o npfw.o
process_meta.o select_frame.o select_group.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c ntrans.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
ntrans \
ntrans.o \
\
/home/gempak/NAWIPS/os/linux64/lib/ntrans.a \
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/Nxmlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/xwp.a
/home/gempak/NAWIPS/os/linux64/lib/xw.a /home/gempak/NAWIPS/os/linux64/lib/ps.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a \
-L/usr/X11R6/lib64 -lXm -L/usr/X11R6/lib64 -lXt -lX11 -L/usr/lib64
-lpython2.7 -lpthread -ldl -lutil -lm
rm -f *.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/gui/ntrans'
making in /home/gempak/GEMPAK7/gempak/source/programs/gui/nwx
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/gui/nwx'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxg_auto.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_dchk.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_dir.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_draw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_dslw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxg_dslw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_dttm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_fosd.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mapdraw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
mapmark.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_txtw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxg_txtw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxg_mapw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_mapw.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
nsfopn.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxg_err.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_tbl.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_prf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_qpf.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_srchb.c
nwxp_srchb.c: In function â??srchb_fosdMarkrepâ??:
nwxp_srchb.c:354:32: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
if ( srchinfo->srchstr[0] != (char)NULL ) {
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_srcho.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_srchw.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_sstruct.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_uvi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_wbox.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wwaxpt.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_wwcrnr.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wwctim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wwdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wwrtim.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wwus40.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c wwus9.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
wwwnum.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_idata.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxp_pdata.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwx_wgem.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwx_wnxm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwxg_nwx.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/nwx.a nwxg_auto.o nwxp_dchk.o
nwxp_dir.o nwxp_draw.o nwxp_dslw.o nwxg_dslw.o nwxp_dttm.o nwxp_fosd.o
mapdraw.o mapmark.o nwxp_txtw.o nwxg_txtw.o nwxg_mapw.o nwxp_mapw.o nsfopn.o
nwxg_err.o nwxp_tbl.o nwxp_prf.o nwxp_qpf.o nwxp_srchb.o nwxp_srcho.o
nwxp_srchw.o nwxp_sstruct.o nwxp_uvi.o nwxp_wbox.o wwaxpt.o nwxp_wwcrnr.o
wwctim.o wwdcod.o wwrtim.o wwus40.o wwus9.o wwwnum.o nwxp_idata.o nwxp_pdata.o
nwx_wgem.o nwx_wnxm.o nwxg_nwx.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/nwx.a
a - nwxg_auto.o
a - nwxp_dchk.o
a - nwxp_dir.o
a - nwxp_draw.o
a - nwxp_dslw.o
a - nwxg_dslw.o
a - nwxp_dttm.o
a - nwxp_fosd.o
a - mapdraw.o
a - mapmark.o
a - nwxp_txtw.o
a - nwxg_txtw.o
a - nwxg_mapw.o
a - nwxp_mapw.o
a - nsfopn.o
a - nwxg_err.o
a - nwxp_tbl.o
a - nwxp_prf.o
a - nwxp_qpf.o
a - nwxp_srchb.o
a - nwxp_srcho.o
a - nwxp_srchw.o
a - nwxp_sstruct.o
a - nwxp_uvi.o
a - nwxp_wbox.o
a - wwaxpt.o
a - nwxp_wwcrnr.o
a - wwctim.o
a - wwdcod.o
a - wwrtim.o
a - wwus40.o
a - wwus9.o
a - wwwnum.o
a - nwxp_idata.o
a - nwxp_pdata.o
a - nwx_wgem.o
a - nwx_wnxm.o
a - nwxg_nwx.o
rm -f nwxg_auto.o nwxp_dchk.o nwxp_dir.o nwxp_draw.o nwxp_dslw.o nwxg_dslw.o
nwxp_dttm.o nwxp_fosd.o mapdraw.o mapmark.o nwxp_txtw.o nwxg_txtw.o nwxg_mapw.o
nwxp_mapw.o nsfopn.o nwxg_err.o nwxp_tbl.o nwxp_prf.o nwxp_qpf.o nwxp_srchb.o
nwxp_srcho.o nwxp_srchw.o nwxp_sstruct.o nwxp_uvi.o nwxp_wbox.o wwaxpt.o
nwxp_wwcrnr.o wwctim.o wwdcod.o wwrtim.o wwus40.o wwus9.o wwwnum.o nwxp_idata.o
nwxp_pdata.o nwx_wgem.o nwx_wnxm.o nwxg_nwx.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/usr/X11R6/include -I/usr/X11R6/include -c nwx.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o nwx
nwx.o \
\
/home/gempak/NAWIPS/os/linux64/lib/nwx.a \
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/Nxmlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/xwp.a
/home/gempak/NAWIPS/os/linux64/lib/xw.a /home/gempak/NAWIPS/os/linux64/lib/ps.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a \
-L/usr/X11R6/lib64 -lXm -L/usr/X11R6/lib64 -lXt -lX11 -L/usr/lib64
-lpython2.7 -lpthread -ldl -lutil -lm
make[5]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/programs/gui/nwx'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/programs/gui'
making in /home/gempak/GEMPAK7/gempak/source/programs/upc
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/programs/upc'
making in /home/gempak/GEMPAK7/gempak/source/programs/upc/ldmlog
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/ldmlog'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c ulog.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/ldmlog.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/ldmlog.a
a - ulog.o
rm -f *.o
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/ldmlog'
making in /home/gempak/GEMPAK7/gempak/source/programs/upc/programs
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs'
making in /home/gempak/GEMPAK7/gempak/source/programs/upc/programs/gpfront
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/gpfront'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gpinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpmopt.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c read_front.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpfront.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gpfront.a
a - gpinp.o
a - gpmopt.o
a - read_front.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gpfront.f /home/gempak/NAWIPS/os/linux64/lib/gpfront.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gpfront
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/gpfront'
making in /home/gempak/GEMPAK7/gempak/source/programs/upc/programs/gpwarn
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/gpwarn'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c ggsls.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggwsls.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gpinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpmopt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
text_output.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/cgemlib/clo -c read_bull.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/include -I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/cgemlib/clo -c plot_ugc.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpwarn.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gpwarn.a
a - ggsls.o
a - ggwsls.o
a - gpinp.o
a - gpmopt.o
a - plot_ugc.o
a - read_bull.o
a - text_output.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gpwarn.f
/home/gempak/NAWIPS/os/linux64/lib/gpwarn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gpwarn
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/gpwarn'
making in /home/gempak/GEMPAK7/gempak/source/programs/upc/programs/acprof
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/acprof'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c mknam.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpbck.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpdat.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpdtw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
acpfil.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpgrf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snplin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snppln.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpprm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snppst.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpstb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpxax.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
snpyax.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/acprof.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/acprof.a
a - acpfil.o
a - mknam.o
a - snpbck.o
a - snpdat.o
a - snpdtw.o
a - snpgrf.o
a - snpinp.o
a - snplin.o
a - snppln.o
a - snpplt.o
a - snpprm.o
a - snppst.o
a - snpstb.o
a - snpxax.o
a - snpyax.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g acprof.f
/home/gempak/NAWIPS/os/linux64/lib/acprof.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o acprof
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/acprof'
making in /home/gempak/GEMPAK7/gempak/source/programs/upc/programs/trajectory
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/trajectory'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggtraj.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gpinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpmopt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdctbl.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gptraj.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gptraj.a
a - gdctbl.o
a - ggtraj.o
a - gpinp.o
a - gpmopt.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gptraj.f
/home/gempak/NAWIPS/os/linux64/lib/gptraj.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gptraj
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/trajectory'
making in /home/gempak/GEMPAK7/gempak/source/programs/upc/programs/nex2gini
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/nex2gini'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gpinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcanl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcnav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdctbl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include -c radar_grid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include -c gdlgin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include -c waittime.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include -c writepng.c
writepng.c: In function â??pngout_initâ??:
writepng.c:89:1: warning: â??jmpbufâ?? is deprecated (declared at
/home/gempak/NAWIPS/os/linux64/include/png.h:1098) [-Wdeprecated-declarations]
if(setjmp(ginipng_ptr->jmpbuf))
^
ar rv /home/gempak/NAWIPS/os/linux64/lib/nex2gini.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/nex2gini.a
a - gdcanl.o
a - gdcnav.o
a - gdctbl.o
a - gdlgin.o
a - gpinp.o
a - radar_grid.o
a - waittime.o
a - writepng.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
nex2gini.f /home/gempak/NAWIPS/os/linux64/lib/nex2gini.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gif.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o nex2gini
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/nex2gini'
making in /home/gempak/GEMPAK7/gempak/source/programs/upc/programs/nex2img
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/nex2img'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gpinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcanl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcnav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdctbl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/driver/active/gif -c radar_grid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/driver/active/gif -c gdwgin.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/driver/active/gif -c waittime.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/nex2img.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/nex2img.a
a - gdcanl.o
a - gdcnav.o
a - gdctbl.o
a - gdwgin.o
a - gpinp.o
a - radar_grid.o
a - waittime.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
nex2img.f /home/gempak/NAWIPS/os/linux64/lib/nex2img.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gif.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o nex2img
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/nex2img'
making in /home/gempak/GEMPAK7/gempak/source/programs/upc/programs/nexrcomp
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/nexrcomp'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gpinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcanl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdcnav.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdctbl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include -c radar_grid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include -c waittime.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include -c writepng.c
writepng.c: In function â??pngout_initâ??:
writepng.c:89:1: warning: â??jmpbufâ?? is deprecated (declared at
/home/gempak/NAWIPS/os/linux64/include/png.h:1098) [-Wdeprecated-declarations]
if(setjmp(ginipng_ptr->jmpbuf))
^
ar rv /home/gempak/NAWIPS/os/linux64/lib/nexrcomp.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/nexrcomp.a
a - gdcanl.o
a - gdcnav.o
a - gdctbl.o
a - gpinp.o
a - radar_grid.o
a - waittime.o
a - writepng.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
nexrcomp.f /home/gempak/NAWIPS/os/linux64/lib/nexrcomp.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gif.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o nexrcomp
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/nexrcomp'
making in /home/gempak/GEMPAK7/gempak/source/programs/upc/programs/gpnexr2
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/gpnexr2'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpminp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpmopt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gtmfls.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/extlibs/rsl/include -c cmpfil.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/extlibs/rsl/include -c nexr_list_lev.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/extlibs/rsl/include -c print_header_info.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpnexr2.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gpnexr2.a
a - cmpfil.o
a - gpminp.o
a - gpmopt.o
a - gtmfls.o
a - nexr_list_lev.o
a - print_header_info.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gpnexr2.f /home/gempak/NAWIPS/os/linux64/lib/gpnexr2.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -lm -L/usr/lib64 -lpython2.7
-lpthread -ldl -lutil -o gpnexr2
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/gpnexr2'
making in /home/gempak/GEMPAK7/gempak/source/programs/upc/programs/nexr2rhi
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/nexr2rhi'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxdsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxlev.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxplt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxsug.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdxyax.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gtmfls.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
setgproj.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/extlibs/rsl/include -c cmpfil.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/extlibs/rsl/include -c rnex2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/extlibs/rsl/include -c rebin_velocity.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/nexr2rhi.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/nexr2rhi.a
a - cmpfil.o
a - gdxdsp.o
a - gdxinp.o
a - gdxlev.o
a - gdxplt.o
a - gdxsug.o
a - gdxyax.o
a - gtmfls.o
a - rebin_velocity.o
a - rnex2.o
a - setgproj.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
nexr2rhi.f /home/gempak/NAWIPS/os/linux64/lib/nexr2rhi.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o nexr2rhi
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/nexr2rhi'
making in /home/gempak/GEMPAK7/gempak/source/programs/upc/programs/gpvad
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/gpvad'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpvinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gtmfls.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cmpfil.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/vad.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/vad.a
a - cmpfil.o
a - gpvinp.o
a - gtmfls.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gpvad.f
/home/gempak/NAWIPS/os/linux64/lib/vad.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gpvad
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/gpvad'
making in /home/gempak/GEMPAK7/gempak/source/programs/upc/programs/gpnids
make[6]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/gpnids'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gplutf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpvinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gtmfls.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
text_output.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DDEBUG -c cmpfil.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpnids.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gpnids.a
a - cmpfil.o
a - gplutf.o
a - gpvinp.o
a - gtmfls.o
a - text_output.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gpnids.f
/home/gempak/NAWIPS/os/linux64/lib/gpnids.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gpnids
make[6]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs/gpnids'
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/upc/programs'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/programs/upc'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/programs/dc'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcacars
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcacars'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o dcacars.o
dcacars.c
dcacars.c: In function â??mainâ??:
dcacars.c:221:4: warning: passing argument 1 of â??closeâ?? makes integer from
pointer without a cast [enabled by default]
close(outfilnam);
^
In file included from dcacars.c:11:0:
/usr/include/unistd.h:353:12: note: expected â??intâ?? but argument is of type
â??char *â??
extern int close (int __fd);
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o decode_acars.o
decode_acars.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o decode_ncacars.o
decode_ncacars.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o vapor_pres.o
vapor_pres.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o write_gempak.o
write_gempak.c
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcacars'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcacft
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcacft'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcacft.o
dcacft.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcacft dcacft.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcacft'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcairm
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcairm'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcairm.o
dcairm.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcairm dcairm.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcairm'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dccosmic
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dccosmic'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o dccosmic.o
dccosmic.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o decode_cosmic.o
decode_cosmic.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o decode_nccosmic.o
decode_nccosmic.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o vapor_pres.o
vapor_pres.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o write_gempak.o
write_gempak.c
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dccosmic'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dccsig
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dccsig'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dccsig.o
dccsig.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dccsig dccsig.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dccsig'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcffa
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcffa'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcffa.o
dcffa.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcffa dcffa.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcffa'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcffg
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcffg'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
dcffcd.o dcffcd.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcffg.o
dcffg.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcffg dcffcd.o dcffg.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcffg'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcgmos
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcgmos'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcgmos.o
dcgmos.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
dcgfs.o dcgfs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcgmos dcgmos.o dcgfs.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7
-lpthread -ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcgmos'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcgrib
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcgrib'
ln -s ../gribtonc_src/centers.h centers.h
ln -s ../gribtonc_src/emalloc.c emalloc.c
ln -s ../gribtonc_src/emalloc.h emalloc.h
ln -s ../gribtonc_src/gbds.h gbds.h
ln -s ../gribtonc_src/gbds.c gbds.c
ln -s ../gribtonc_src/gbytem.c gbytem.c
ln -s ../gribtonc_src/gbytem.h gbytem.h
ln -s ../gribtonc_src/gdes.h gdes.h
ln -s ../gribtonc_src/gdes.c gdes.c
ln -s ../gribtonc_src/gds.h gds.h
ln -s ../gribtonc_src/get_prod.c get_prod.c
ln -s ../gribtonc_src/get_prod.h get_prod.h
ln -s ../gribtonc_src/grib1.c grib1.c
ln -s ../gribtonc_src/grib1.h grib1.h
ln -s ../gribtonc_src/gribtypes.c gribtypes.c
ln -s ../gribtonc_src/gribtypes.h gribtypes.h
ln -s ../gribtonc_src/params.c params.c
ln -s ../gribtonc_src/params.h params.h
ln -s ../gribtonc_src/product_data.c product_data.c
ln -s ../gribtonc_src/product_data.h product_data.h
ln -s ../gribtonc_src/quasi.c quasi.c
ln -s ../gribtonc_src/quasi.h quasi.h
ln -s /home/gempak/NAWIPS/gempak/source/griblib/na/nacmn.cmn .
ln -s /home/gempak/NAWIPS/gempak/source/griblib/gb/gbcmn.h .
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o dcgrib.o dcgrib.c
dcgrib.c: In function â??do_ncâ??:
dcgrib.c:399:23: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
fg = (float *)stagger_fill(dp, &gx, &gy, prm,
gid,gribp->gd->scan_mode);
^
dcgrib.c:404:21: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
fg = (float *)stagger_fill_e(dp, &gx, &gy, prm,
gid,gribp->gd->scan_mode,
^
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
bd_gem_grid.o bd_gem_grid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
open_gem_grid.o open_gem_grid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
put_gem_grid.o put_gem_grid.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o gempds.o gempds.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o gemgds.o gemgds.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o stagger.o
stagger.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o stagger_e.o
stagger_e.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o emalloc.o
emalloc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o gbds.o gbds.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o gbytem.o gbytem.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o gdes.o gdes.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o get_prod.o
get_prod.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o grib1.o grib1.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o gribtypes.o
gribtypes.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o params.o params.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o product_data.o
product_data.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o quasi.o quasi.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcgrib \
dcgrib.o bd_gem_grid.o open_gem_grid.o put_gem_grid.o gempds.o gemgds.o
stagger.o stagger_e.o emalloc.o gbds.o gbytem.o gdes.o get_prod.o grib1.o
gribtypes.o params.o product_data.o quasi.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/ldmlog.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcgrib'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcgrib2
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcgrib2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o dcchecksub.o dcchecksub.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o dcfillgrid.o dcfillgrid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o dcflnam.o dcflnam.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o dcflnam2.o dcflnam2.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/gemlib/er -c -o dcgfcyl.o dcgfcyl.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o dcgrib.o dcgrib.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o dcggrib.o dcggrib.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o dcgnav.o dcgnav.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/gemlib/er -c -o dcitoc.o dcitoc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o dcogfil.o dcogfil.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o dcogfil2.o dcogfil2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o dcsgrid.o dcsgrid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o dcsubgrid.o dcsubgrid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o decode_grib.o decode_grib.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o decode_grib1.o
decode_grib1.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o decode_grib2.o
decode_grib2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o decode_g2gnum.o
decode_g2gnum.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o dcquasi.o dcquasi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o dcwppg.o dcwppg.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o stagger.o stagger.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o stagger_fill.o
stagger_fill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o tblist.o tblist.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/gemlib/er -c -o tbsgrid.o tbsgrid.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/griblib/gb
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o qlin.o qlin.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/gemlib/er dcchecksub.o dcfillgrid.o
dcflnam.o dcflnam2.o dcgfcyl.o dcgrib.o dcggrib.o dcgnav.o dcitoc.o dcogfil.o
dcogfil2.o dcsgrid.o dcsubgrid.o decode_grib.o decode_grib1.o decode_grib2.o
decode_g2gnum.o dcquasi.o dcwppg.o stagger.o stagger_fill.o tblist.o tbsgrid.o
qlin.o /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o dcgrib2
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcgrib2'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dchrcn
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dchrcn'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dchrcn.o
dchrcn.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dchrcn dchrcn.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dchrcn'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcidft
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcidft'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcidft.o
dcidft.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcidft dcidft.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcidft'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcigdr
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcigdr'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcigdr.o
dcigdr.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o igascii.o
igascii.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
igbfif.o igbfif.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
igbufr.o igbufr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
igdcod.o igdcod.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
igifiv.o igifiv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
igifpt.o igifpt.f
igifpt.f:61.27:
DO jj = 2, rivals ( irnbks )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
igifpt.f:97.27:
DO jj = 2, rivals ( irnmef )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
igifpt.f:124.27:
DO jj = 2, rivals ( irnsww )
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
igifsp.o igifsp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcigdr dcigdr.o igascii.o igbfif.o igbufr.o igdcod.o igifiv.o igifpt.o igifsp.o
/home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libncepBUFR.a
/home/gempak/NAWIPS/os/linux64/lib/libncepUT.a
/home/gempak/NAWIPS/os/linux64/lib/libncepBUFR.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -L/home/gempak/NAWIPS/os/linux64/lib -lm
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcigdr'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcisig
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcisig'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcisig.o
dcisig.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcisig dcisig.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcisig'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dclsfc
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dclsfc'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dclsfc.o
dclsfc.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dclsfc dclsfc.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dclsfc'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcmetr
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcmetr'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcmetr.o
dcmetr.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcmetr dcmetr.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcmetr'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcmsfc
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcmsfc'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcmsfc.o
dcmsfc.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcmsfc dcmsfc.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcmsfc'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcncon
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcncon'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcncon.o
dcncon.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcncon dcncon.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcncon'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcncprof
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcncprof'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o dcncprof.o
dcncprof.c
dcncprof.c: In function â??mainâ??:
dcncprof.c:216:4: warning: passing argument 1 of â??closeâ?? makes integer from
pointer without a cast [enabled by default]
close(outfilnam);
^
In file included from dcncprof.c:11:0:
/usr/include/unistd.h:353:12: note: expected â??intâ?? but argument is of type
â??char *â??
extern int close (int __fd);
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o decode_ncprof.o
decode_ncprof.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o decode_rass.o
decode_rass.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o decode_fsl2.o
decode_fsl2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o decode_fsl1.o
decode_fsl1.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o vapor_pres.o
vapor_pres.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o write_gempak.o
write_gempak.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
dcncprof.o decode_ncprof.o decode_rass.o decode_fsl2.o decode_fsl1.o
vapor_pres.o write_gempak.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/ldmlog.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o dcncprof
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcncprof'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcnexr2
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcnexr2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bzip2
-I/home/gempak/NAWIPS/gempak/source/bridge/dc -c -o dcnexr2.o dcnexr2.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bzip2
-I/home/gempak/NAWIPS/gempak/source/bridge/dc -c -o bufread.o bufread.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcnexr2 dcnexr2.o bufread.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -lm
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcnexr2'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcnldn
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcnldn'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc -c -o dcnldn.o dcnldn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc -c -o dcgnldn.o dcgnldn.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc -c -o decode_nldn.o decode_nldn.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/sflib/
-I/home/gempak/NAWIPS/gempak/source/gemlib/dm -c -o dmendf.o dmendf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/sflib/
-I/home/gempak/NAWIPS/gempak/source/gemlib/dm -c -o dmnldn.o dmnldn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/sflib/
-I/home/gempak/NAWIPS/gempak/source/gemlib/dm -c -o nldninit.o nldninit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/sflib/
-I/home/gempak/NAWIPS/gempak/source/gemlib/dm -c -o setcparm.o setcparm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/sflib/
-I/home/gempak/NAWIPS/gempak/source/gemlib/dm -c -o sfcsdf.o sfcsdf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/sflib/
-I/home/gempak/NAWIPS/gempak/source/gemlib/dm -c -o sfnldn.o sfnldn.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc -c -o write_nldn.o write_nldn.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/sflib/
-I/home/gempak/NAWIPS/gempak/source/gemlib/dm dcnldn.o dcgnldn.o
decode_nldn.o dmendf.o dmnldn.o nldninit.o setcparm.o sfcsdf.o sfnldn.o
write_nldn.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o dcnldn
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcnldn'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcnmos
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcnmos'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
dcnmdc.o dcnmdc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcnmos.o
dcnmos.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
dcwnum.o dcwnum.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcnmos dcnmdc.o dcnmos.o dcwnum.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcnmos'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcprof
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcprof'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o dcprof.o dcprof.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
dcdopr.o dcdopr.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o dcgbufr.o
dcgbufr.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
decode_pr.o decode_pr.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o gbytes.o gbytes.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
rd_bufr_pr.o rd_bufr_pr.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
w3fi01.o w3fi01.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
w3fi88.o w3fi88.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
w3fc05.o w3fc05.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
w3ai39.o w3ai39.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
dcprof.o dcdopr.o dcgbufr.o decode_pr.o gbytes.o rd_bufr_pr.o w3fi01.o w3fi88.o
w3fc05.o w3ai39.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/ldmlog.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o dcprof
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcprof'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcrdf
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcrdf'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcrdf.o
dcrdf.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcrdf dcrdf.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcrdf'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcreanal
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcreanal'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog
-I/home/gempak/NAWIPS/os/linux64/include -c -o dcreanal.o dcreanal.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o open_gemgrid.o
open_gemgrid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o put_gemgrid.o put_gemgrid.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/griblib/na dcreanal.o open_gemgrid.o
put_gemgrid.o /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/ldmlog.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o dcreanal
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcreanal'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcreanal2
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcreanal2'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o dcreanal.o dcreanal.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o open_gemgrid.o
open_gemgrid.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/griblib/na -c -o put_gemgrid.o put_gemgrid.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/griblib/na dcreanal.o open_gemgrid.o
put_gemgrid.o /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o dcreanal
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcreanal2'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcredbook
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcredbook'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/gemlib/ip -c -o ipredbook.o ipredbook.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc -c -o redbook_header.o
redbook_header.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc -c -o decode_redbook.o
decode_redbook.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc -c -o dcredbook.o dcredbook.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/gemlib/ip ipredbook.o redbook_header.o
decode_redbook.o dcredbook.o /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a
/home/gempak/NAWIPS/os/linux64/lib/xw.a -L/usr/lib64 -lpython2.7 -lpthread -ldl
-lutil -lm -o dcredbook
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/gemlib/ip ipredbook.o redbook_header.o
decode_redbook.o dcredbook.o /home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gf.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/X11R6/lib64 -lX11
/home/gempak/NAWIPS/os/linux64/lib/xw.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
-L/usr/lib64 -lpython2.7 -lpthread -ldl -lutil -lm -o dcredbook_gf
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/gemlib/ip ipredbook.o redbook_header.o
decode_redbook.o dcredbook.o /home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gif.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o dcredbook_gif
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/gemlib/ip ipredbook.o redbook_header.o
decode_redbook.o dcredbook.o /home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/ps.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o dcredbook_ps
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc
-I/home/gempak/NAWIPS/gempak/source/gemlib/ip ipredbook.o redbook_header.o
decode_redbook.o dcredbook.o /home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/vg.a /home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o dcredbook_vg
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcredbook'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcscd
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcscd'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcscd.o
dcscd.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcscd dcscd.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcscd'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcshef
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcshef'
make[5]: *** No rule to make target `-L/usr/lib64', needed by `dcshef'. Stop.
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcshef'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcsuomi
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcsuomi'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o dcsuomi.o
dcsuomi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o decode_suomi.o
decode_suomi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o decode_ncsuomi.o
decode_ncsuomi.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -DGEMPAK
-I/home/gempak/NAWIPS/os/linux64/include
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o write_gempak.o
write_gempak.c
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcsuomi'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcstorm
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcstorm'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcstorm.o
dcstorm.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
dcsels.o dcsels.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
dcsels_out.o dcsels_out.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o
read_storm.o read_storm.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
dcstorm.o dcsels.o dcsels_out.o read_storm.o
/home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o dcstorm
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcstorm'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcsvrl
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcsvrl'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcsvrl.o
dcsvrl.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcsvrl dcsvrl.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcsvrl'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dctaf
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dctaf'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dctaf.o
dctaf.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dctaf dctaf.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dctaf'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dctrop
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dctrop'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o dctrop.o dctrop.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
dctropic.o dctropic.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o read_nhc.o
read_nhc.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o read_guam.o
read_guam.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
dctrop.o dctropic.o read_nhc.o read_guam.o
/home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/ldmlog.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o dctrop
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dctrop'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcxmos
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcxmos'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
dcgfsx.o dcgfsx.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcxmos.o
dcxmos.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcxmos dcgfsx.o dcxmos.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -L/usr/lib64 -lpython2.7 -lpthread -ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcxmos'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcuair
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcuair'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcuair.o
dcuair.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
dcudcd.o dcudcd.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcuair dcuair.o dcudcd.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcuair'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcuspln
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcuspln'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc -c -o dcuspln.o dcuspln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc -c -o bufread.o bufread.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc -c -o decode_strike.o
decode_strike.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc -c -o decode_uspln.o
decode_uspln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc -c -o dcguspln.o dcguspln.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/sflib
-I/home/gempak/NAWIPS/gempak/source/gemlib/dm -c -o dmendf.o dmendf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/sflib
-I/home/gempak/NAWIPS/gempak/source/gemlib/dm -c -o dmnldn.o dmnldn.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/sflib
-I/home/gempak/NAWIPS/gempak/source/gemlib/dm -c -o nldninit.o nldninit.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/sflib
-I/home/gempak/NAWIPS/gempak/source/gemlib/dm -c -o setcparm.o setcparm.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/sflib
-I/home/gempak/NAWIPS/gempak/source/gemlib/dm -c -o sfcsdf.o sfcsdf.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/sflib
-I/home/gempak/NAWIPS/gempak/source/gemlib/dm -c -o sfnldn.o sfnldn.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/bridge/dc -c -o write_point.o write_point.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
-I/home/gempak/NAWIPS/gempak/source/sflib
-I/home/gempak/NAWIPS/gempak/source/gemlib/dm dcuspln.o bufread.o
decode_strike.o decode_uspln.o dcguspln.o dmendf.o dmnldn.o nldninit.o
setcparm.o sfcsdf.o sfnldn.o write_point.o
/home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o dcuspln
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcuspln'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcwarn
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcwarn'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcwarn.o
dcwarn.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcwarn dcwarn.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcwarn'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcwatch
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcwatch'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o dcwatch.o
dcwatch.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
dcwwdc.o dcwwdc.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o dcwwus40.o
dcwwus40.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o dcwwstore.o
dcwwstore.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/programs/upc/ldmlog -c -o wwus40_tools.o
wwus40_tools.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
dcwatch.o dcwwdc.o dcwwus40.o dcwwstore.o wwus40_tools.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/ldmlog.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o dcwatch
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcwatch'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcwcn
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcwcn'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcwcn.o
dcwcn.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcwcn dcwcn.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcwcn'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcwcp
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcwcp'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcwcp.o
dcwcp.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcwcp dcwcp.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcwcp'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcwou
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcwou'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcwou.o
dcwou.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcwou dcwou.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcwou'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcwstm
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcwstm'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcwstm.o
dcwstm.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcwstm dcwstm.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcwstm'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcwmostrip
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcwmostrip'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c dcwmostrip.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
dcwmostrip.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -o dcwmostrip
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcwmostrip'
making in /home/gempak/GEMPAK7/gempak/source/programs/dc/dcwtch
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcwtch'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c -o dcwtch.o
dcwtch.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
dcwtch dcwtch.o /home/gempak/NAWIPS/os/linux64/lib/bridge.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/programs/dc/dcwtch'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/programs/dc'
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/programs'
Making all in /home/gempak/GEMPAK7/gempak/source/contrib
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/source/contrib'
making in /home/gempak/GEMPAK7/gempak/source/contrib/awc
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/contrib/awc'
making in /home/gempak/GEMPAK7/gempak/source/contrib/awc/airmet_bufrvgf
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/airmet_bufrvgf'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -DDEBUG_PRINT=1 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1 -DMEMORY_DEBUG=0
-DTRACE_PRINT=1 -I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c -o
afbufr_common.o afbufr_common.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -DDEBUG_PRINT=1 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1 -DMEMORY_DEBUG=0
-DTRACE_PRINT=1 -I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c -o
afcreatevgf.o afcreatevgf.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from /home/gempak/NAWIPS/gempak/include/afbufr_structures.h:4,
from afcreatevgf.h:12,
from afcreatevgf.c:2:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -DDEBUG_PRINT=1 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1 -DMEMORY_DEBUG=0
-DTRACE_PRINT=1 -I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c -o
afcreatexml.o afcreatexml.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -DDEBUG_PRINT=1 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1 -DMEMORY_DEBUG=0
-DTRACE_PRINT=1 -I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c -o
afreadbufr.o afreadbufr.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from afreadbufr.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -DDEBUG_PRINT=1 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1 -DMEMORY_DEBUG=0
-DTRACE_PRINT=1 -I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c
airmet_bufrvgf.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from /home/gempak/NAWIPS/gempak/include/afbufr_structures.h:4,
from airmet_bufrvgf.c:1:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
airmet_bufrvgf.o afbufr_common.o afcreatevgf.o afcreatexml.o afreadbufr.o
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libgpc.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libmel_bufr.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a -lpthread -lm -lrt -o
airmet_bufrvgf
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/airmet_bufrvgf'
making in /home/gempak/GEMPAK7/gempak/source/contrib/awc/airmet_vgfbufr
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/airmet_vgfbufr'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -DDEBUG_PRINT=1 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1 -DMEMORY_DEBUG=0
-DTRACE_PRINT=1 -I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c -o
afbufr_common.o afbufr_common.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -DDEBUG_PRINT=1 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1 -DMEMORY_DEBUG=0
-DTRACE_PRINT=1 -I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c -o
afcreatebufr.o afcreatebufr.c
In file included from /home/gempak/NAWIPS/os/linux64/include/mel_bufr.h:28:0,
from afcreatebufr.h:5,
from afcreatebufr.c:9:
/home/gempak/NAWIPS/os/linux64/include/mel_bufr_types.h:154:23: warning: extra
tokens at end of #ifndef directive [enabled by default]
#ifndef LITTLE_ENDIAN && BIG_ENDIAN
^
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -DDEBUG_PRINT=1 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1 -DMEMORY_DEBUG=0
-DTRACE_PRINT=1 -I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c -o
afcreatexml.o afcreatexml.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -O -DNO_MSG_IPC
-ansi -DDEBUG_PRINT=1 -DFNOC_KLUDGE=0 -DIGNORE_NESTING=1 -DMEMORY_DEBUG=0
-DTRACE_PRINT=1 -I/home/gempak/NAWIPS/os/linux64/include/libxml2 -c
airmet_vgfbufr.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
airmet_vgfbufr.o afbufr_common.o afcreatebufr.o afcreatexml.o
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libgpc.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libmel_bufr.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a -lpthread -lm -lrt -o airmet_vgfbufr
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/airmet_vgfbufr'
making in /home/gempak/GEMPAK7/gempak/source/contrib/awc/gdmlev
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/gdmlev'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdmaxs.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdmglv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdminp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdmplt2.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gdmlev.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gdmlev.a
a - gdmaxs.o
a - gdmglv.o
a - gdminp.o
a - gdmplt2.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gdmlev.f
/home/gempak/NAWIPS/os/linux64/lib/gdmlev.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libjasper.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/gdmap.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gdmlev
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/gdmlev'
making in /home/gempak/GEMPAK7/gempak/source/contrib/awc/gpmxplt
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/gpmxplt'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpmopt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpmxin.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpmxplt.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gpmxplt.a
a - gpmopt.o
a - gpmxin.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
gpmxplt.f /home/gempak/NAWIPS/os/linux64/lib/gpmxplt.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gpmxplt
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/gpmxplt'
making in /home/gempak/GEMPAK7/gempak/source/contrib/awc/gprcm
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/gprcm'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c gpinp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpmopt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gdctbl.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
text_output.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c box_fill.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c
bulletin_utils.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c filter.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c mdr_utils.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c radar_info.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c radar_stats.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c rcm.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c read_nexaa.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c read_nexcc.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/gprcm.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gprcm.a
a - box_fill.o
a - bulletin_utils.o
a - filter.o
a - gdctbl.o
a - gpinp.o
a - gpmopt.o
a - mdr_utils.o
a - radar_info.o
a - radar_stats.o
a - rcm.o
a - read_nexaa.o
a - read_nexcc.o
a - text_output.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gprcm.f
/home/gempak/NAWIPS/os/linux64/lib/gprcm.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gprcm
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/gprcm'
making in /home/gempak/GEMPAK7/gempak/source/contrib/awc/gpanot
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/gpanot'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpnarc.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpnarw.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpnbrb.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpncrv.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpnfnt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpninp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpnlin.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpnopt.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpnply.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpnreg.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpnsym.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gpntxt.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpanot.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gpanot.a
a - gpnarc.o
a - gpnarw.o
a - gpnbrb.o
a - gpncrv.o
a - gpnfnt.o
a - gpninp.o
a - gpnlin.o
a - gpnopt.o
a - gpnply.o
a - gpnreg.o
a - gpnsym.o
a - gpntxt.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gpanot.f
/home/gempak/NAWIPS/os/linux64/lib/gpanot.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gpanot
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/gpanot'
making in /home/gempak/GEMPAK7/gempak/source/contrib/awc/gpltln
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/gpltln'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gplrot.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
gptinp.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/gpltln.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gpltln.a
a - gplrot.o
a - gptinp.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gpltln.f
/home/gempak/NAWIPS/os/linux64/lib/gpltln.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o gpltln
gpltln.f:258.17:
DO rjj = blonmn, blonmx, 1
1
Warning: Deleted feature: Loop variable at (1) must be integer
gpltln.f:258.22:
DO rjj = blonmn, blonmx, 1
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gpltln.f:258.30:
DO rjj = blonmn, blonmx, 1
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gpltln.f:257.15:
DO rii = rmstrt, rmend, 10
1
Warning: Deleted feature: Loop variable at (1) must be integer
gpltln.f:257.20:
DO rii = rmstrt, rmend, 10
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gpltln.f:257.28:
DO rii = rmstrt, rmend, 10
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gpltln.f:267.19:
DO rjj = blonmn, blonmx, 5
1
Warning: Deleted feature: Loop variable at (1) must be integer
gpltln.f:267.24:
DO rjj = blonmn, blonmx, 5
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gpltln.f:267.32:
DO rjj = blonmn, blonmx, 5
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gpltln.f:266.17:
DO rii = -70., -85., -5
1
Warning: Deleted feature: Loop variable at (1) must be integer
gpltln.f:266.22:
DO rii = -70., -85., -5
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gpltln.f:266.28:
DO rii = -70., -85., -5
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gpltln.f:277.19:
DO rjj = blonmn, blonmx, 5
1
Warning: Deleted feature: Loop variable at (1) must be integer
gpltln.f:277.24:
DO rjj = blonmn, blonmx, 5
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gpltln.f:277.32:
DO rjj = blonmn, blonmx, 5
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gpltln.f:276.17:
DO rii = 70., 85., 5
1
Warning: Deleted feature: Loop variable at (1) must be integer
gpltln.f:276.22:
DO rii = 70., 85., 5
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gpltln.f:276.27:
DO rii = 70., 85., 5
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gpltln.f:297.19:
DO rjj = blonstr, blonend, 30
1
Warning: Deleted feature: Loop variable at (1) must be integer
gpltln.f:297.24:
DO rjj = blonstr, blonend, 30
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gpltln.f:297.33:
DO rjj = blonstr, blonend, 30
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gpltln.f:294.15:
DO rii = rstrt, rend, 10
1
Warning: Deleted feature: Loop variable at (1) must be integer
gpltln.f:294.20:
DO rii = rstrt, rend, 10
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gpltln.f:294.27:
DO rii = rstrt, rend, 10
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gpltln.f:350.17:
DO rjj = rlstrt, rlend, 1
1
Warning: Deleted feature: Loop variable at (1) must be integer
gpltln.f:350.22:
DO rjj = rlstrt, rlend, 1
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gpltln.f:350.30:
DO rjj = rlstrt, rlend, 1
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gpltln.f:349.15:
DO rii = rstrt, rend, 10
1
Warning: Deleted feature: Loop variable at (1) must be integer
gpltln.f:349.20:
DO rii = rstrt, rend, 10
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gpltln.f:349.27:
DO rii = rstrt, rend, 10
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gpltln.f:408.16:
DO rjj = rlstrt, rlend, 10
1
Warning: Deleted feature: Loop variable at (1) must be integer
gpltln.f:408.21:
DO rjj = rlstrt, rlend, 10
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gpltln.f:408.29:
DO rjj = rlstrt, rlend, 10
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
gpltln.f:407.15:
DO rii = rstrt, rend, 10
1
Warning: Deleted feature: Loop variable at (1) must be integer
gpltln.f:407.20:
DO rii = rstrt, rend, 10
1
Warning: Deleted feature: Start expression in DO loop at (1) must be integer
gpltln.f:407.27:
DO rii = rstrt, rend, 10
1
Warning: Deleted feature: End expression in DO loop at (1) must be integer
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/gpltln'
making in /home/gempak/GEMPAK7/gempak/source/contrib/awc/vgappend
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/vgappend'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vgappend.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
vgappend.o /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a -lm -o vgappend
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/vgappend'
making in /home/gempak/GEMPAK7/gempak/source/contrib/awc/vggrep
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/vggrep'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vggrep.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
vggrep.o /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a -lm -o vggrep
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/vggrep'
making in /home/gempak/GEMPAK7/gempak/source/contrib/awc/vgmod
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/vgmod'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vgmod.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g vgmod.o
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a -lm -o vgmod
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/vgmod'
making in /home/gempak/GEMPAK7/gempak/source/contrib/awc/vgToSGWX
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/vgToSGWX'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c vgToSGWX.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
vgToSGWX.o /home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a -lm -o vgToSGWX
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/contrib/awc/vgToSGWX'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/contrib/awc'
making in /home/gempak/GEMPAK7/gempak/source/contrib/cpc
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/contrib/cpc'
making in /home/gempak/GEMPAK7/gempak/source/contrib/cpc/cpcgstn
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/contrib/cpc/cpcgstn'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cpcginp.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
cpcgout.f
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cpcgnewpoly.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cpcgrdbnd.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cpcgrdln.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c cpcgsrch.c
ar rv /home/gempak/NAWIPS/os/linux64/lib/cpcgstn.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/cpcgstn.a
a - cpcginp.o
a - cpcgnewpoly.o
a - cpcgout.o
a - cpcgrdbnd.o
a - cpcgrdln.o
a - cpcgsrch.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
cpcgstn.f /home/gempak/NAWIPS/os/linux64/lib/cpcgstn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a -lm -o cpcgstn
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/contrib/cpc/cpcgstn'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/contrib/cpc'
making in /home/gempak/GEMPAK7/gempak/source/contrib/tdl
make[4]: Entering directory `/home/gempak/GEMPAK7/gempak/source/contrib/tdl'
making in /home/gempak/GEMPAK7/gempak/source/contrib/tdl/radmap
make[5]: Entering directory
`/home/gempak/GEMPAK7/gempak/source/contrib/tdl/radmap'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
dinita2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggmap2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
ggsplt2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imdrop2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imlutf2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c
imrtbl2.f
ar rv /home/gempak/NAWIPS/os/linux64/lib/radmap.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/radmap.a
a - dinita2.o
a - ggmap2.o
a - ggsplt2.o
a - imdrop2.o
a - imlutf2.o
a - imrtbl2.o
rm -f *.o
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -c -o
imnidh2.o imnidh2.f
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
radmap.f imnidh2.o /home/gempak/NAWIPS/os/linux64/lib/radmap.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/xw.a /home/gempak/NAWIPS/os/linux64/lib/gf.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/X11R6/lib64 -lX11
-L/usr/lib64 -lpython2.7 -lpthread -ldl -lutil -lm -o radmap
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g
radmap_sw.f imnidh2.o /home/gempak/NAWIPS/os/linux64/lib/radmap.a
/home/gempak/NAWIPS/os/linux64/lib/ginitp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gendp_alt.o
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gif.a
/home/gempak/NAWIPS/os/linux64/lib/gn.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/device.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/libnetcdf.a
/home/gempak/NAWIPS/os/linux64/lib/libpng.a
/home/gempak/NAWIPS/os/linux64/lib/textlib.a
/home/gempak/NAWIPS/os/linux64/lib/libxml2.a
/home/gempak/NAWIPS/os/linux64/lib/libxslt.a
/home/gempak/NAWIPS/os/linux64/lib/libz.a
/home/gempak/NAWIPS/os/linux64/lib/rsl.a
/home/gempak/NAWIPS/os/linux64/lib/libbz2.a -L/usr/lib64 -lpython2.7 -lpthread
-ldl -lutil -lm -o radmap_sw
make[5]: Leaving directory
`/home/gempak/GEMPAK7/gempak/source/contrib/tdl/radmap'
make[4]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/contrib/tdl'
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/source/contrib'
make[2]: Leaving directory `/home/gempak/GEMPAK7/gempak/source'
making in /home/gempak/GEMPAK7/gempak/maps/programs
make[2]: Entering directory `/home/gempak/GEMPAK7/gempak/maps/programs'
gfortran -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c map_gsfssf.f
Warning: Nonexistent include directory "/usr/X11R6/include"
ar rv /home/gempak/NAWIPS/os/linux64/lib/gsfssf.a *.o
ar: creating /home/gempak/NAWIPS/os/linux64/lib/gsfssf.a
a - map_gsfssf.o
rm -f *.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g -c gsfssf.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g gsfssf.o
/home/gempak/NAWIPS/os/linux64/lib/gsfssf.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a -o gsfssf
make[2]: Leaving directory `/home/gempak/GEMPAK7/gempak/maps/programs'
making in /home/gempak/GEMPAK7/gempak/utilities
make[2]: Entering directory `/home/gempak/GEMPAK7/gempak/utilities'
making all in /home/gempak/GEMPAK7/gempak/utilities/a2conv
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/utilities/a2conv'
cp /home/gempak/NAWIPS/gempak/utilities/a2conv/bin/*
/home/gempak/NAWIPS/os/linux64/bin/
sh /home/gempak/NAWIPS/gempak/utilities/a2conv/buildfile.sh
In file included from cflinqr.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cfliret.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cflrdln.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cflread.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cflropn.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cflseek.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cfluopn.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cflwopn.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cflwrit.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cgrsegdist.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from compareVgf.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cssenvr.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cstclst.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cstcrnm.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cstgtag.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cstncpy.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cstnocc.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cstrmbl.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cstrpst.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cstrxbl.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cstuclc.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cvgcmn.h:20:0,
from cvgallocgfablock.c:1:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cvgcmn.h:20:0,
from cvgopenj.c:1:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cvgcmn.h:20:0,
from cvgrdgfa.c:1:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cvgcmn.h:20:0,
from cvgrdjele.c:1:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cvgcmn.h:20:0,
from cvgrdjhdr.c:1:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cvgcmn.h:20:0,
from cvgrdjrecnoc.c:1:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cvgcmn.h:20:0,
from cvgrdtca.c:1:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cvgcmn.h:20:0,
from cvgrdtc.c:1:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cvgcmn.h:20:0,
from cvgswap.c:1:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from cvgcmn.h:20:0,
from cvgv2x.c:1:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
In file included from vgf2xml.c:2:0:
gemprm.h:173:79: fatal error: sleep.h: No such file or directory
#include <sleep.h> /* added for U. Albany mod for semaphore in message queue*/
^
compilation terminated.
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/utilities/a2conv'
making all in /home/gempak/GEMPAK7/gempak/utilities/bounds
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/utilities/bounds'
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/cgemlib/clo -c createbinfo.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/cgemlib/clo -o createbinfo createbinfo.o
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
rm -f createbinfo.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/cgemlib/clo -c vgftobnd.c
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
vgftobnd vgftobnd.o /home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/appl.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/syslib.a -lm
rm -f vgftobnd.o
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/cgemlib/clo -c chgCWAcentroid.c
gcc -DUNDERSCORE -DLinux -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/X11R6/include
-I/usr/include/python2.7 -DWITHPYTHON -DG_64BIT -O2 -fPIC -g
-I/home/gempak/NAWIPS/gempak/source/cgemlib/clo -o chgCWAcentroid
chgCWAcentroid.o /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gplt.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
rm -f chgCWAcentroid.o
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/utilities/bounds'
making all in /home/gempak/GEMPAK7/gempak/utilities/hlpbld
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/utilities/hlpbld'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
hlpbld hlpbld.f /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/utilities/hlpbld'
making all in /home/gempak/GEMPAK7/gempak/utilities/pdfbld
make[3]: Entering directory `/home/gempak/GEMPAK7/gempak/utilities/pdfbld'
gfortran -fno-whole-file -fno-second-underscore -fno-range-check
-fd-lines-as-comments -I/home/gempak/NAWIPS/gempak/include
-I/home/gempak/NAWIPS/os/linux64/include -I/usr/include/python2.7 -g -o
pdfbld pdfbld.f /home/gempak/NAWIPS/os/linux64/lib/gemlib.a
/home/gempak/NAWIPS/os/linux64/lib/cgemlib.a
/home/gempak/NAWIPS/os/linux64/lib/gemlib.a
make[3]: Leaving directory `/home/gempak/GEMPAK7/gempak/utilities/pdfbld'
make[2]: Leaving directory `/home/gempak/GEMPAK7/gempak/utilities'
make[1]: Leaving directory `/home/gempak/GEMPAK7/gempak'