Skip to content
Snippets Groups Projects
Commit ca7271ed authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Choke on FP exceptions

parent 13baf7e3
No related branches found
No related tags found
1 merge request!208Test 125
......@@ -261,7 +261,7 @@ int main(int argc, char *argv[]) {
/* Choke on FP-exceptions */
feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW);
/* Get some randomness going */
srand(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment