Skip to content

Commit c7b3d45

Browse files
committed
Fix a harmless warning
1 parent 847b393 commit c7b3d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/prif_co_max_test.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function check_character() result(diag)
175175
, "that ","is " &
176176
, "the ","question"]
177177
integer :: me, ni, i
178-
character(len=len(values)) :: my_val, expected
178+
character(len=len(values)) :: my_val
179179

180180
call prif_this_image_no_coarray(this_image=me)
181181
call prif_num_images(ni)

0 commit comments

Comments
 (0)