basesuif/F77/stanford.c: use promoted type in call to va_arg
commit0ee58a67cec9a8b356986c3bf515761c19c934bd
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 30 Jun 2006 09:35:52 +0000 (30 11:35 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 30 Jun 2006 09:35:52 +0000 (30 11:35 +0200)
tree80577ee79d350a61948c79debffb79f5976857c5
parent9ec56d5601ab6238a7a6ad0c87791f74b00bc493
basesuif/F77/stanford.c: use promoted type in call to va_arg

Some compilers complain if you don't:

stanford.c: In function `h_min':
stanford.c:33: `shortint' is promoted to `int' when passed through `...'
stanford.c:33: (so you should pass `int' not `shortint' to `va_arg')
stanford.c:35: `shortint' is promoted to `int' when passed through `...'
src/basesuif/F77/stanford.c