mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
use CM_NULLPTR
This commit is contained in:
committed by
Brad King
parent
b4b73f56a2
commit
1d6909a287
@@ -77,7 +77,7 @@ bool cmIncludeCommand::InitialPass(std::vector<std::string> const& args,
|
||||
|
||||
cmGlobalGenerator* gg = this->Makefile->GetGlobalGenerator();
|
||||
if (gg->IsExportedTargetsFile(fname_abs)) {
|
||||
const char* modal = 0;
|
||||
const char* modal = CM_NULLPTR;
|
||||
std::ostringstream e;
|
||||
cmake::MessageType messageType = cmake::AUTHOR_WARNING;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user