diff --git a/examples/main.c b/examples/main.c index 11163b42523fa5b1de1438ad8e67dde0fe9c88ef..50f444e692c8ee9cfd3453cd7b3c9b1e4749a2d3 100644 --- a/examples/main.c +++ b/examples/main.c @@ -296,7 +296,8 @@ int main(int argc, char *argv[]) { /* Do we choke on FP-exceptions ? */ if (with_fp_exceptions) { feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW); - if (myrank == 0) message("Floating point exceptions will be reported."); + if (myrank == 0) + message("WARNING: Floating point exceptions will be reported."); } /* How large are the parts? */