@@ -355,11 +355,11 @@ uint32_t hash; union { double d; uint8_t b[sizeof(double)]; } d; - uint_fast8_t i; + uint8_t i; d.d = OF_BSWAP_DOUBLE_IF_BE(_seconds); OF_HASH_INIT(hash);