mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 02:57:45 +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 +++
|
// +++ double conversion +++
|
||||||
#define double_conversion poco_double_conversion // don't collide with standalone double_conversion library
|
#define double_conversion poco_double_conversion // don't collide with standalone double_conversion library
|
||||||
#define UNREACHABLE poco_bugcheck
|
|
||||||
#define UNIMPLEMENTED poco_bugcheck
|
#define UNIMPLEMENTED poco_bugcheck
|
||||||
#include "diy-fp.cc"
|
#include "diy-fp.cc"
|
||||||
#include "cached-powers.cc"
|
#include "cached-powers.cc"
|
||||||
|
Loading…
Reference in New Issue
Block a user