Skip to content

Commit 197b9bf

Browse files
committed
lint
1 parent 195bec1 commit 197b9bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmake/Modules/FindHDF5.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ OUTPUT_STRIP_TRAILING_WHITESPACE
6969
OUTPUT_VARIABLE ret
7070
RESULT_VARIABLE code
7171
TIMEOUT 10
72+
ERROR_QUIET
7273
)
7374

7475
if(code EQUAL 0)

src/utils.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
function id2name(id)
271271
!! get name of object with given id
272272

273-
integer(HID_T) :: id
273+
integer(HID_T), intent(in) :: id
274274
character(:), allocatable :: id2name
275275

276276
integer(SIZE_T) :: L

0 commit comments

Comments
 (0)