don't define UNREACHABLE as poco_bugcheck as it triggers 'control reaches end of non-void function' warning

This commit is contained in:
Günter Obiltschnig 2021-06-17 09:49:37 +02:00
parent e8ecbb9ccf
commit 13e62ef2e2

View File

@ -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"