瀏覽代碼

Fix warning

Samuel Thibault 5 年之前
父節點
當前提交
6227304973
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/common/blas.h

+ 1 - 1
examples/common/blas.h

@@ -88,7 +88,7 @@ void STARPU_DPOTRF(const char*uplo, const int n, double *a, const int lda);
 
 #if defined(STARPU_GOTO) || defined(STARPU_OPENBLAS) || defined(STARPU_SYSTEM_BLAS) || defined(STARPU_MKL) || defined(STARPU_ARMPL)
 
-#if _STARPU_F2C_COMPATIBILITY
+#ifdef _STARPU_F2C_COMPATIBILITY
 /* for compatibility with F2C, FLOATRET may not be a float but a double in GOTOBLAS */
 /* Don't know how to detect this automatically */
 #define _STARPU_FLOATRET double