satish scrisse:

> serial.c: In function ‘main’:
> serial.c:45:15: error: variable ‘s’ set but not used 
> [-Werror=unused-but-set-variable]
> cc1: all warnings being treated as errors

You are compiling with -Werror. If you omit that, the message will be
treated again as a warning and the build won't fail.
Otherwise, you may just apply this patch [0], which I'm carrying in
debian but haven't yet forwarded to git (sorry, it's a busy period of the
year).

Cheers, Luca

[0] 
http://patch-tracker.debian.org/patch/series/view/lowpan-tools/0.2.2-2.1/ftbfs-unused-var.patch



-- 
 .''`.  ** Debian GNU/Linux **  | Luca Bruno (kaeso)
: :'  :   The Universal O.S.    | lucab (AT) debian.org
`. `'`                          | GPG Key ID: 3BFB9FB3
  `-     http://www.debian.org  | Debian GNU/Linux Developer

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to