fixwarning
authorChristian Grothoff <christian@grothoff.org>
Tue, 8 Mar 2011 11:36:58 +0000 (11:36 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 8 Mar 2011 11:36:58 +0000 (11:36 +0000)
src/transport/Makefile.am
src/transport/plugin_transport_wlan.c

index ee01b00cfb0ea05c2607be84af1bb2ef5f1e8d7e..db528d80c5695aeb3aa83b94701fd29e2d60116e 100644 (file)
@@ -351,7 +351,7 @@ test_transport_api_reliability_https_LDADD = \
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/hello/libgnunethello.la \
  $(top_builddir)/src/util/libgnunetutil.la
+
 test_transport_api_unreliability_unix_SOURCES = \
  test_transport_api_unreliability.c
 test_transport_api_unreliability_unix_LDADD = \
index ab7446e06b52c7cad40fa06575155baaf380077c..f184ff47aeaa217fcc09dbe5d03762066c5f0d89 100644 (file)
@@ -1587,8 +1587,8 @@ wlan_plugin_send(void *cls, const struct GNUNET_PeerIdentity * target,
   struct Plugin * plugin = cls;
   struct PendingMessage * newmsg = NULL;
   struct WlanHeader * wlanheader = NULL;
-  struct GNUNET_MessageHeader * innermsg =
-      (struct GNUNET_MessageHeader *) msgbuf;
+  //struct GNUNET_MessageHeader * innermsg =
+   //    (struct GNUNET_MessageHeader *) msgbuf;
 
   //check if msglen > 0
   GNUNET_assert(msgbuf_size > 0);