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