Merge branch 'master' of https://bitbucket.org/ckolivas/ckpool
This commit is contained in:
commit
e287a9de89
@ -1480,7 +1480,7 @@ int main(int argc, char **argv)
|
||||
ckpool_t ckp;
|
||||
|
||||
/* Make significant floating point errors fatal to avoid subtle bugs being missed */
|
||||
feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW );
|
||||
feenableexcept(FE_DIVBYZERO | FE_INVALID);
|
||||
json_set_alloc_funcs(json_ckalloc, free);
|
||||
|
||||
global_ckp = &ckp;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user