ccrma / chuck

ChucK Music Programming Language
http://chuck.stanford.edu/
GNU General Public License v2.0
799 stars 127 forks source link

change bool to t_CKBOOL to avoid an implicit conversion #411

Closed eitomurakami closed 9 months ago

eitomurakami commented 9 months ago

Compiling the latest ChucK core for Chunreal on Windows 11 results in: Error C4800 Implicit conversion from 'unsigned __int64' to bool. Possible information loss chuck_dl.cpp 1518

Changed bool is_object to t_CKBOOL is_object to avoid an implicit conversion.