21 Apr
2009
21 Apr
'09
noon
Hello, I get "warning #279: controlling expression is constant" (full text in attachment). Is there a way to disable that? I tried the following in my source, but it seem to have no effect. #pragma warning ( push ) #pragma warning ( disable: 279 ) #include "boost/multi_array.hpp" #pragma warning( pop ) My icc version: $icc --version icc (ICC) 11.0 20081105 Regards, Anton Daneyko.