diff options
author | millert <> | 1996-12-21 22:23:43 +0000 |
---|---|---|
committer | millert <> | 1996-12-21 22:23:43 +0000 |
commit | 03d7d5f0c4f026dfd9de6d005038c306183effbe (patch) | |
tree | 543d36ab2fffd4e2f8781fb534da4036513805b6 /src/regress/lib/libc/ieeefp/except | |
parent | acafe265c0ab29fe27cd3f97d076bb175724009a (diff) | |
download | openbsd-03d7d5f0c4f026dfd9de6d005038c306183effbe.tar.gz openbsd-03d7d5f0c4f026dfd9de6d005038c306183effbe.tar.bz2 openbsd-03d7d5f0c4f026dfd9de6d005038c306183effbe.zip |
-Wall madness.
Diffstat (limited to 'src/regress/lib/libc/ieeefp/except')
-rw-r--r-- | src/regress/lib/libc/ieeefp/except/except.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regress/lib/libc/ieeefp/except/except.c b/src/regress/lib/libc/ieeefp/except/except.c index 0ffdcdd468..a2a107a788 100644 --- a/src/regress/lib/libc/ieeefp/except/except.c +++ b/src/regress/lib/libc/ieeefp/except/except.c | |||
@@ -12,6 +12,7 @@ static volatile const double zero = 0.0; | |||
12 | static volatile const double huge = DBL_MAX; | 12 | static volatile const double huge = DBL_MAX; |
13 | static volatile const double tiny = DBL_MIN; | 13 | static volatile const double tiny = DBL_MIN; |
14 | 14 | ||
15 | int | ||
15 | main() | 16 | main() |
16 | { | 17 | { |
17 | volatile double x; | 18 | volatile double x; |