Try this patch, I'll fix that in the next version too.

Code:
--------------------
    
  
  --- include/image.h   (revision 79699)
  +++ include/image.h   (local)
  @@ -64,10 +64,10 @@
  #define EPSILON 1.0e-12
  #define PI      3.14159265358979323846264338327950288419716939937510
  
  -#ifdef _MSC_VER
  +#if defined(__GNUC__)
  +#define ARGUNUSED(arg) arg __attribute__((unused))
  +#else
  #define ARGUNUSED(arg) arg
  -#else
  -#define ARGUNUSED(arg) arg __attribute__((unused))
  #endif
  
  typedef uint32_t pix;
  
--------------------


-- 
andyg
------------------------------------------------------------------------
andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=90520

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to