nanochess / IntyBASIC

IntyBASIC compiler for Intellivision (CP1610 processor)
BSD 2-Clause "Simplified" License
35 stars 5 forks source link

clang warning #28

Closed polluks closed 1 year ago

polluks commented 1 year ago

clang -O2   -c -o IntyBASIC.o IntyBASIC.cpp
IntyBASIC.cpp:3554:56: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
                            macros[function]->in_use = NULL;
                                                     ~ ^~~~
                                                       false
nanochess commented 1 year ago

Solved! Thanks.