Skip to content

Commit d8b3c3c

Browse files
authored
Merge pull request #1368 from brada4/develop
Eliminate warnings
2 parents beb1849 + 441a9c8 commit d8b3c3c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+240
-239
lines changed

driver/level2/tbmv_L.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <ctype.h>
4141
#include "common.h"
4242

43-
const static FLOAT dp1 = 1.;
43+
// const static FLOAT dp1 = 1.;
4444

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

driver/level2/tbmv_U.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <ctype.h>
4141
#include "common.h"
4242

43-
const static FLOAT dp1 = 1.;
43+
// const static FLOAT dp1 = 1.;
4444

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

driver/level2/tbsv_L.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <ctype.h>
4141
#include "common.h"
4242

43-
const static FLOAT dp1 = 1.;
43+
// const static FLOAT dp1 = 1.;
4444

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

driver/level2/tbsv_U.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <ctype.h>
4141
#include "common.h"
4242

43-
const static FLOAT dp1 = 1.;
43+
// const static FLOAT dp1 = 1.;
4444

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

driver/level2/tpmv_L.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <ctype.h>
4141
#include "common.h"
4242

43-
const static FLOAT dp1 = 1.;
43+
// const static FLOAT dp1 = 1.;
4444

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

driver/level2/tpmv_U.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <ctype.h>
4141
#include "common.h"
4242

43-
const static FLOAT dp1 = 1.;
43+
// const static FLOAT dp1 = 1.;
4444

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

driver/level2/ztbmv_L.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <ctype.h>
4141
#include "common.h"
4242

43-
const static FLOAT dp1 = 1.;
43+
// const static FLOAT dp1 = 1.;
4444

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

driver/level2/ztbmv_U.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <ctype.h>
4141
#include "common.h"
4242

43-
const static FLOAT dp1 = 1.;
43+
// const static FLOAT dp1 = 1.;
4444

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

driver/level2/ztbsv_L.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <ctype.h>
4141
#include "common.h"
4242

43-
const static FLOAT dp1 = 1.;
43+
// const static FLOAT dp1 = 1.;
4444

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

driver/level2/ztbsv_U.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <ctype.h>
4141
#include "common.h"
4242

43-
const static FLOAT dp1 = 1.;
43+
// const static FLOAT dp1 = 1.;
4444

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

0 commit comments

Comments
 (0)