diff options
author | bluhm <> | 2017-07-27 15:08:37 +0000 |
---|---|---|
committer | bluhm <> | 2017-07-27 15:08:37 +0000 |
commit | df100d999bc39b918f3da6af11f1fe9735b6dc08 (patch) | |
tree | 89e09dfbfdac2ef16a8ad344d3ff3c26ee183636 /src/regress/lib/libc/cephes/ieetst.c | |
parent | 75268dd07edc0bae138d0f843c90e6c9cd700683 (diff) | |
download | openbsd-df100d999bc39b918f3da6af11f1fe9735b6dc08.tar.gz openbsd-df100d999bc39b918f3da6af11f1fe9735b6dc08.tar.bz2 openbsd-df100d999bc39b918f3da6af11f1fe9735b6dc08.zip |
Fix all clang warnings in libc regress and cleanup some make files.
Diffstat (limited to 'src/regress/lib/libc/cephes/ieetst.c')
-rw-r--r-- | src/regress/lib/libc/cephes/ieetst.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/cephes/ieetst.c b/src/regress/lib/libc/cephes/ieetst.c index 41dfd6a96e..974fb65c13 100644 --- a/src/regress/lib/libc/cephes/ieetst.c +++ b/src/regress/lib/libc/cephes/ieetst.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ieetst.c,v 1.2 2011/07/03 13:39:07 martynas Exp $ */ | 1 | /* $OpenBSD: ieetst.c,v 1.3 2017/07/27 15:08:37 bluhm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> | 4 | * Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> |
@@ -94,6 +94,7 @@ static int etrflag; | |||
94 | void chkit(), printerr(), mnrand(), etrand(), shownoncrit(); | 94 | void chkit(), printerr(), mnrand(), etrand(), shownoncrit(); |
95 | void chkid(), pvec(); | 95 | void chkid(), pvec(); |
96 | 96 | ||
97 | int | ||
97 | main() | 98 | main() |
98 | { | 99 | { |
99 | int i, iprec, retval = 0; | 100 | int i, iprec, retval = 0; |