diff options
author | Quincey Koziol <koziol@lbl.gov> | 2019-06-23 00:37:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@lbl.gov> | 2019-06-23 00:37:18 (GMT) |
commit | 60dee604cdf2532c61666cc405b1891658dbdd73 (patch) | |
tree | 36796235c2bba802a121865418b6b771f88b12bb /fortran/test | |
parent | df4ec243d4f22b28671f91ad04961cd178fdab70 (diff) | |
parent | 17ae90917856e4cbab5a2f1c597197ee98802fc7 (diff) | |
download | hdf5-60dee604cdf2532c61666cc405b1891658dbdd73.zip hdf5-60dee604cdf2532c61666cc405b1891658dbdd73.tar.gz hdf5-60dee604cdf2532c61666cc405b1891658dbdd73.tar.bz2 |
Merge pull request #1764 in HDFFV/hdf5 from ~KOZIOL/hdf5:feature/update_gcc_flags to develop
Updated CMake bulids, too.
* commit '17ae90917856e4cbab5a2f1c597197ee98802fc7':
Update GCC 6 & 7 flags for CMake builds
Move -Wnormalized down into GCC 6.x flags
Add support for GCC 7.x warnings, update warnhist script to account for them, clean up warnings.
Diffstat (limited to 'fortran/test')
-rw-r--r-- | fortran/test/tH5O_F03.F90 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fortran/test/tH5O_F03.F90 b/fortran/test/tH5O_F03.F90 index d1a9ddb..78b6453 100644 --- a/fortran/test/tH5O_F03.F90 +++ b/fortran/test/tH5O_F03.F90 @@ -270,8 +270,6 @@ CONTAINS ! A(8) = tm_yday int days since January 1 0-365 ! A(9) = tm_isdst int Daylight Saving Time flag ! - INTEGER(C_INT), DIMENSION(:), POINTER :: c_atime, c_btime, c_ctime, c_mtime - INTEGER(C_INT), DIMENSION(1:8) :: atime, btime, ctime, mtime INTEGER :: len, i INTEGER :: idx INTEGER :: ierr |