fixed several gcc 4.1 warnings
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _LSVM_FFT_H
|
||||
#define _LSVM_FFT_H
|
||||
#ifndef _LSVM_FFT_H_
|
||||
#define _LSVM_FFT_H_
|
||||
|
||||
#include "_lsvm_types.h"
|
||||
#include "_lsvm_error.h"
|
||||
@@ -76,4 +76,4 @@ int fft2d(float *x_in, float *x_out, int numRows, int numColls);
|
||||
*/
|
||||
int fftInverse2d(float *x_in, float *x_out, int numRows, int numColls);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user