mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
don't define UNREACHABLE as poco_bugcheck as it triggers 'control reaches end of non-void function' warning
This commit is contained in:
parent
e8ecbb9ccf
commit
13e62ef2e2
@ -17,7 +17,6 @@
|
||||
|
||||
// +++ double conversion +++
|
||||
#define double_conversion poco_double_conversion // don't collide with standalone double_conversion library
|
||||
#define UNREACHABLE poco_bugcheck
|
||||
#define UNIMPLEMENTED poco_bugcheck
|
||||
#include "diy-fp.cc"
|
||||
#include "cached-powers.cc"
|
||||
|
Loading…
Reference in New Issue
Block a user