brodski: remove warnings
authorPhilipp Tölke <toelke@in.tum.de>
Thu, 3 Feb 2011 09:00:34 +0000 (09:00 +0000)
committerPhilipp Tölke <toelke@in.tum.de>
Thu, 3 Feb 2011 09:00:34 +0000 (09:00 +0000)
src/transport/gnunet-transport-wlan-helper.c

index 650e013dfabab3bc5ab3fa237bea2c50a39f6abb..2f7277dc0bb6aac417076f75c2a89eec8dc3fbbf 100644 (file)
@@ -423,8 +423,8 @@ stdin_send (void *cls,
   struct sendbuf *write_pout = cls;
   int sendsize;
   struct GNUNET_MessageHeader newheader;
-  volatile char * from;
-  volatile char * to;
+  char * from;
+  char * to;
 
   sendsize = ntohs(hdr->size) - sizeof(struct RadiotapHeader) ;