Browse Source

Fix warning

Samuel Thibault 5 years ago
parent
commit
6227304973
1 changed files with 1 additions and 1 deletions
  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