Homec4science

Fixed: intbitset.c:7728: warning: comparison is always false due to limited…

Authored by Samuele Kaplun <samuele.kaplun@cern.ch> on Dec 3 2007, 10:15.

Description

Fixed: intbitset.c:7728: warning: comparison is always false due to limited range of data type warning, due to usage of bool_t datatype. Cython support bint datatype which behaves as bool in Python, but are stored as int in C.

Event Timeline

Samuele Kaplun <samuele.kaplun@cern.ch> committed R3600:ac8c92eb1ebe: Fixed: intbitset.c:7728: warning: comparison is always false due to limited… (authored by Samuele Kaplun <samuele.kaplun@cern.ch>).Dec 3 2007, 10:15