[svn-r30113] Description:

Clean up warnings (from 2774 -> 1560, with my standard debug build)

Tested on:
    MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
    (h5committest forthcoming)
This commit is contained in:
Quincey Koziol
2016-06-28 16:53:48 -05:00
parent b8f809981b
commit 83724bd787
63 changed files with 4796 additions and 5066 deletions

View File

@@ -136,7 +136,8 @@ int main(int argc, const char *argv[])
*
*-------------------------------------------------------------------------
*/
void h5diff_exit(int status)
void
h5diff_exit(int status)
{
exit(status);
}