mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
avoid a compiler warning, (unused static function)
This commit is contained in:
@@ -21,7 +21,9 @@ Author: 2008 Holger Vogt
|
||||
#include "ngspice/fftext.h"
|
||||
|
||||
|
||||
#ifndef GREEN
|
||||
static void fftext(double*, double*, long int, long int, int);
|
||||
#endif
|
||||
|
||||
|
||||
void
|
||||
@@ -582,6 +584,8 @@ done:
|
||||
}
|
||||
|
||||
|
||||
#ifndef GREEN
|
||||
|
||||
static void
|
||||
fftext(double *x, double *y, long int n, long int nn, int dir)
|
||||
{
|
||||
@@ -668,3 +672,5 @@ fftext(double *x, double *y, long int n, long int nn, int dir)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* GREEN */
|
||||
|
||||
Reference in New Issue
Block a user