Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-06-19 15:07:54 +02:00
bees: make it build with clang
Remove unused "addr check" functions. We have ranged_cast for detecting overflow bits. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
@@ -221,20 +221,6 @@ BeesNote::get_status()
|
|||||||
|
|
||||||
// static inline helpers ----------------------------------------
|
// static inline helpers ----------------------------------------
|
||||||
|
|
||||||
static inline
|
|
||||||
bool
|
|
||||||
bees_addr_check(uint64_t v)
|
|
||||||
{
|
|
||||||
return !(v & (1ULL << 63));
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline
|
|
||||||
bool
|
|
||||||
bees_addr_check(int64_t v)
|
|
||||||
{
|
|
||||||
return !(v & (1ULL << 63));
|
|
||||||
}
|
|
||||||
|
|
||||||
string
|
string
|
||||||
pretty(double d)
|
pretty(double d)
|
||||||
{
|
{
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren