Browse Source

eliminate Wunused-const gcc7 warning

tags/v0.3.0
Andrew 7 years ago
parent
commit
e14d50d86e
11 changed files with 11 additions and 11 deletions
  1. +1
    -1
      driver/level2/tbmv_L.c
  2. +1
    -1
      driver/level2/tbmv_U.c
  3. +1
    -1
      driver/level2/tbsv_L.c
  4. +1
    -1
      driver/level2/tbsv_U.c
  5. +1
    -1
      driver/level2/tpmv_L.c
  6. +1
    -1
      driver/level2/tpmv_U.c
  7. +1
    -1
      driver/level2/ztbmv_L.c
  8. +1
    -1
      driver/level2/ztbmv_U.c
  9. +1
    -1
      driver/level2/ztbsv_L.c
  10. +1
    -1
      driver/level2/ztbsv_U.c
  11. +1
    -1
      driver/level2/ztpsv_L.c

+ 1
- 1
driver/level2/tbmv_L.c View File

@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"

const static FLOAT dp1 = 1.;
// const static FLOAT dp1 = 1.;

int CNAME(BLASLONG n, BLASLONG k, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){



+ 1
- 1
driver/level2/tbmv_U.c View File

@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"

const static FLOAT dp1 = 1.;
// const static FLOAT dp1 = 1.;

int CNAME(BLASLONG n, BLASLONG k, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){



+ 1
- 1
driver/level2/tbsv_L.c View File

@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"

const static FLOAT dp1 = 1.;
// const static FLOAT dp1 = 1.;

int CNAME(BLASLONG n, BLASLONG k, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){



+ 1
- 1
driver/level2/tbsv_U.c View File

@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"

const static FLOAT dp1 = 1.;
// const static FLOAT dp1 = 1.;

int CNAME(BLASLONG n, BLASLONG k, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){



+ 1
- 1
driver/level2/tpmv_L.c View File

@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"

const static FLOAT dp1 = 1.;
// const static FLOAT dp1 = 1.;

int CNAME(BLASLONG m, FLOAT *a, FLOAT *b, BLASLONG incb, void *buffer){



+ 1
- 1
driver/level2/tpmv_U.c View File

@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"

const static FLOAT dp1 = 1.;
// const static FLOAT dp1 = 1.;

int CNAME(BLASLONG m, FLOAT *a, FLOAT *b, BLASLONG incb, void *buffer){



+ 1
- 1
driver/level2/ztbmv_L.c View File

@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"

const static FLOAT dp1 = 1.;
// const static FLOAT dp1 = 1.;

int CNAME(BLASLONG n, BLASLONG k, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){



+ 1
- 1
driver/level2/ztbmv_U.c View File

@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"

const static FLOAT dp1 = 1.;
// const static FLOAT dp1 = 1.;

int CNAME(BLASLONG n, BLASLONG k, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){



+ 1
- 1
driver/level2/ztbsv_L.c View File

@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"

const static FLOAT dp1 = 1.;
// const static FLOAT dp1 = 1.;

int CNAME(BLASLONG n, BLASLONG k, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){



+ 1
- 1
driver/level2/ztbsv_U.c View File

@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"

const static FLOAT dp1 = 1.;
// const static FLOAT dp1 = 1.;

int CNAME(BLASLONG n, BLASLONG k, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){



+ 1
- 1
driver/level2/ztpsv_L.c View File

@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"

const static FLOAT dm1 = -1.;
// const static FLOAT dm1 = -1.;

int CNAME(BLASLONG m, FLOAT *a, FLOAT *b, BLASLONG incb, void *buffer){



Loading…
Cancel
Save