• Jesse Beder's avatar
    Disable warning: · 7a68eaaf
    Jesse Beder authored
    warning C4800: forcing value to bool 'true' or 'false' (performance warning)
    
    for the node test, since it really doesn't make any sense in this context. (It's exactly what we intended with the "unspecified bool type".)
    7a68eaaf
node_test.cpp 6.31 KB