Hello. On 20/03/13 08:36, Mike Blumenkrantz - Enlightenment Git wrote: > discomfitor pushed a commit to branch master. > > commit 605f781e3608cf17b03a89acab64c1daa42ea43a > Author: Mike Blumenkrantz <[email protected]> > Date: Wed Mar 20 08:33:40 2013 +0000 > > dear cedric, > > fucking compile things before you commit. > > your vengeful buddy, > mike > --- > src/bin/e_sys_l2ping.c | 2 +- > src/bin/e_sys_main.c | 2 +- > src/modules/bluez4/e_mod_main.c | 3 +-- > 3 files changed, 3 insertions(+), 4 deletions(-) > > diff --git a/src/bin/e_sys_l2ping.c b/src/bin/e_sys_l2ping.c > index ac826ea..faab77e 100644 > --- a/src/bin/e_sys_l2ping.c > +++ b/src/bin/e_sys_l2ping.c > @@ -10,7 +10,7 @@ > #endif > > double > -e_sys_l2ping(const char *bluetooth_mac) > +e_sys_l2ping(const char *bluetooth_mac EINA_UNUSED)
It is used in the code below but guarded with HAVE_BLUETOOTH which you don't have. Might be better to guard the whole function. regards Stefan Schmidt ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
