Fixed IntelC warnings, removed unnecessary hack for BCC
git-svn-id: http://pugixml.googlecode.com/svn/trunk@518 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
a562014cc2
commit
ce94228629
@ -40,15 +40,13 @@
|
|||||||
# pragma warning(disable: 4127) // conditional expression is constant
|
# pragma warning(disable: 4127) // conditional expression is constant
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __INTEL_COMPILER
|
||||||
# pragma warn -8008 // condition is always false
|
# pragma warning(disable: 177) // function was declared but never referenced
|
||||||
# pragma warn -8066 // unreachable code
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
// BC workaround
|
# pragma warn -8008 // condition is always false
|
||||||
using std::memmove;
|
# pragma warn -8066 // unreachable code
|
||||||
using std::memcpy;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// uintptr_t
|
// uintptr_t
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user