Just assert("string" && false) instead of assert("string" == NULL).
This avoid errors like
[...]\Core\SourceManager.cpp(647): warning C4130: '==' : logical operation on address of string constant
Differential D12388
Silence some MSVC warnings. sas on Aug 26 2015, 4:43 PM. Authored by
Details Just assert("string" && false) instead of assert("string" == NULL). This avoid errors like [...]\Core\SourceManager.cpp(647): warning C4130: '==' : logical operation on address of string constant
Diff Detail
Event Timeline |