Reviewed-by: Steven Dake <[email protected]> On 07/04/2011 06:06 AM, Jan Friesse wrote: > Signed-off-by: Jan Friesse <[email protected]> > --- > exec/totemudpu.c | 1 - > test/testcpg.c | 3 ++- > tools/corosync-objctl.c | 1 - > 3 files changed, 2 insertions(+), 3 deletions(-) > > diff --git a/exec/totemudpu.c b/exec/totemudpu.c > index 9281057..a036b38 100644 > --- a/exec/totemudpu.c > +++ b/exec/totemudpu.c > @@ -1299,7 +1299,6 @@ static int totemudpu_build_sockets_ip ( > int res; > unsigned int recvbuf_size; > unsigned int optlen = sizeof (recvbuf_size); > - int flag; > > /* > * Setup unicast socket > diff --git a/test/testcpg.c b/test/testcpg.c > index 44556f9..672e554 100644 > --- a/test/testcpg.c > +++ b/test/testcpg.c > @@ -34,6 +34,7 @@ > > #include <config.h> > > +#include <inttypes.h> > #include <stdio.h> > #include <stdlib.h> > #include <errno.h> > @@ -140,7 +141,7 @@ static void TotemConfchgCallback ( > { > int i; > > - printf("\nTotemConfchgCallback: ringid (%u.%llu)\n", ring_id.nodeid, > ring_id.seq); > + printf("\nTotemConfchgCallback: ringid (%u.%"PRIu64")\n", > ring_id.nodeid, ring_id.seq); > > printf("active processors %lu: ", > (unsigned long int) member_list_entries); > diff --git a/tools/corosync-objctl.c b/tools/corosync-objctl.c > index 683d75f..82df4b5 100644 > --- a/tools/corosync-objctl.c > +++ b/tools/corosync-objctl.c > @@ -93,7 +93,6 @@ static void tail_object_deleted(confdb_handle_t handle, > > static void create_object(confdb_handle_t handle, char * name_pt); > static void create_object_key(confdb_handle_t handle, char * name_pt); > -static void destroy_object_key(confdb_handle_t handle, char * name_pt); > static void write_key(confdb_handle_t handle, char * path_pt); > static void get_parent_name(const char * name_pt, char * parent_name); >
_______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
