Changeset fab30d


Ignore:
Timestamp:
Dec 14, 2011, 1:16:24 PM (14 years ago)
Author:
Michael Hofmann <michael.hofmann@…>
Children:
64ba929
Parents:
203547
Message:

vmg: ignore warning #279 with the Intel Compiler in pugixml (this is also part of the current trunk version of pugixml)

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1265 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/thirdparty/pugixml/pugixml.cpp

    r203547 rfab30d  
    4545#ifdef __INTEL_COMPILER
    4646#       pragma warning(disable: 177) // function was declared but never referenced
     47#       pragma warning(disable: 279) // controlling expression is constant
    4748#       pragma warning(disable: 1478 1786) // function was declared "deprecated"
    4849#endif
Note: See TracChangeset for help on using the changeset viewer.