comparison src/stream/ngx_stream_geo_module.c @ 9312:098019656024

Changed script length code casts to work with -Wpedantic. Script length code casts though "void *", as introduced in 7271:9e25a5380a21 to silence -Wcast-function-type warnings, result in "ISO C forbids conversion of function pointer to object pointer type" warnings with -Wpedantic. Fix is to cast though uintptr_t instead.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 07 Aug 2024 03:56:38 +0300
parents 286ae954009d
children
comparison
equal deleted inserted replaced
9311:0ad3dde83947 9312:098019656024