mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 05:51:34 +00:00
Geo: -Ofast breaks builds on older GCCs.
This commit is contained in:
@ -580,7 +580,7 @@ void georadiusByMemberCommand(redisClient *c) {
|
||||
georadiusGeneric(c, RADIUS_MEMBER);
|
||||
}
|
||||
|
||||
/* GEODECODE long lat */
|
||||
/* GEODECODE score */
|
||||
void geodecodeCommand(redisClient *c) {
|
||||
GeoHashBits geohash;
|
||||
if (getLongLongFromObjectOrReply(c, c->argv[1], (long long *)&geohash.bits,
|
||||
|
Reference in New Issue
Block a user