Fixed warnings.
This commit is contained in:
@@ -25,11 +25,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|||||||
#ifdef __LINUX__
|
#ifdef __LINUX__
|
||||||
#include "gblhdr.h"
|
#include "gblhdr.h"
|
||||||
#else
|
#else
|
||||||
#include <math.h>
|
#include <math.h> //sqrt()
|
||||||
|
#include <stdlib.h> //abs()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ABS(x) ((x)<0?-(x):(x))
|
|
||||||
|
|
||||||
#define SRAM setaramdata
|
#define SRAM setaramdata
|
||||||
|
|
||||||
extern unsigned char *setaramdata;
|
extern unsigned char *setaramdata;
|
||||||
|
|||||||
Reference in New Issue
Block a user