Browse Source

fixed compiler warnings

tags/v0.2.10.rc1^2
wernsaar 11 years ago
parent
commit
15d5dfa92c
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      interface/ger.c
  2. +1
    -1
      interface/rotmg.c

+ 2
- 2
interface/ger.c View File

@@ -75,7 +75,7 @@ void NAME(blasint *M, blasint *N, FLOAT *Alpha,
blasint incy = *INCY; blasint incy = *INCY;
blasint lda = *LDA; blasint lda = *LDA;
FLOAT *buffer; FLOAT *buffer;
#ifdef SMP
#ifdef SMPBUG
int nthreads; int nthreads;
#endif #endif


@@ -107,7 +107,7 @@ void CNAME(enum CBLAS_ORDER order,


FLOAT *buffer; FLOAT *buffer;
blasint info, t; blasint info, t;
#ifdef SMP
#ifdef SMPBUG
int nthreads; int nthreads;
#endif #endif




+ 1
- 1
interface/rotmg.c View File

@@ -62,7 +62,7 @@ void CNAME(FLOAT *dd1, FLOAT *dd2, FLOAT *dx1, FLOAT dy1, FLOAT *dparam){


#endif #endif


FLOAT du, dp1, dp2, dq2, dq1, dh11, dh21, dh12, dh22, dflag, dtemp;
FLOAT du, dp1, dp2, dq2, dq1, dh11=ZERO, dh21=ZERO, dh12=ZERO, dh22=ZERO, dflag=-ONE, dtemp;


if(*dd1 < ZERO) if(*dd1 < ZERO)
{ {


Loading…
Cancel
Save