include/xapian/queryparser.h: sortable_unserialise() can't validly
commitfa7df4f846b436b3f95a2b652c0a5ad559e5027b
authorOlly Betts <olly@survex.com>
Fri, 29 May 2015 05:38:10 +0000 (29 17:38 +1200)
committerOlly Betts <olly@survex.com>
Fri, 29 May 2015 05:38:10 +0000 (29 17:38 +1200)
tree9164ddd095a3873f44b008e8ff758a3a70f33b9c
parent262747806c7d0dbc09674a22a2a3625bf716dcf2
include/xapian/queryparser.h: sortable_unserialise() can't validly
be marked as XAPIAN_CONST_FUNCTION, since scalbn() can raise
FE_OVERFLOW or FE_UNDERFLOW floating point exceptions.  It isn't
a function that's likely to be called such that the result can
be usefully subject to CSE or eliminated as dead code anyway.
xapian-core/ChangeLog
xapian-core/include/xapian/queryparser.h