Use __attribute__((unused)) when compiling with GCC.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 18 Dec 2009 10:52:57 +0000 (11:52 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 18 Dec 2009 10:52:57 +0000 (11:52 +0100)
commit8c609b7cc4cf4adb1d256ee34d07f1ccb385ba03
tree51f93843d708badf4c35a3036137d687194934be
parent77cff5db667e7c1d62b697161f0f7176a2fab390
Use __attribute__((unused)) when compiling with GCC.

This avoids a couple of compiler warnings.
src/main.c
src/ros.c