Suppress some compiler warnings. (More to come...)

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6748 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2016-06-09 19:39:48 +00:00
parent 48a6cdc578
commit 6a5086377d
6 changed files with 11 additions and 2 deletions
+1
View File
@@ -19,5 +19,6 @@ contains
implicit none
character(len=8), intent(in) :: dname
integer, intent(in) :: k
if(dname.eq.'99999999' .and. k.eq.9999) stop !Silence compiler warnings
end subroutine null_timer
end module timer_module