浏览代码

changed crossplatform warning pragma

Johannes R 12 年之前
父节点
当前提交
23a388a72f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/matlabAccess/MatFileIO.h

+ 1 - 1
core/matlabAccess/MatFileIO.h

@@ -20,7 +20,7 @@
 
 
 #ifndef NICE_USELIB_MATIO
 #ifndef NICE_USELIB_MATIO
 
 
-#warning "We need the MATIO Library for accessing MATLAB structures. Otherwise this is not compiling."
+#pragma message WARNING("We need the MATIO Library for accessing MATLAB structures. Otherwise this is not compiling.")
 
 
 #else //#ifdef NICE_USELIB_MATIO
 #else //#ifdef NICE_USELIB_MATIO