KWSys: Fix wrong spelling of __INTEL_COMPILER
Author: Hans Johnson <hans-johnson@uiowa.edu> Change-Id: I31a29a8b53e5262b76530b8ea80a1a66cff7b3f7
This commit is contained in:
parent
2f8f7ec56a
commit
5d6cb1308d
@ -371,7 +371,7 @@ bool SystemTools::GetEnv(const char* key, kwsys_stl::string& result)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef INTEL_COMPILER
|
#ifdef __INTEL_COMPILER
|
||||||
#pragma warning disable 444
|
#pragma warning disable 444
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -403,11 +403,6 @@ bool SystemTools::PutEnv(const char* value)
|
|||||||
return ret == 0;
|
return ret == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef INTEL_COMPILER
|
|
||||||
#pragma warning restore 444
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
const char* SystemTools::GetExecutableExtension()
|
const char* SystemTools::GetExecutableExtension()
|
||||||
{
|
{
|
||||||
#if defined(_WIN32) || defined(__CYGWIN__) || defined(__VMS)
|
#if defined(_WIN32) || defined(__CYGWIN__) || defined(__VMS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user