eliminate Wunused-const gcc7 warning
This commit is contained in:
parent
e89b979b2c
commit
e14d50d86e
|
@ -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){
|
||||
|
||||
|
|
|
@ -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){
|
||||
|
||||
|
|
|
@ -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){
|
||||
|
||||
|
|
|
@ -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){
|
||||
|
||||
|
|
|
@ -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){
|
||||
|
||||
|
|
|
@ -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){
|
||||
|
||||
|
|
|
@ -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){
|
||||
|
||||
|
|
|
@ -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){
|
||||
|
||||
|
|
|
@ -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){
|
||||
|
||||
|
|
|
@ -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){
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue