From de8a4b960c28d135a6b2488689e7fb1ee0c3a112 Mon Sep 17 00:00:00 2001 From: skarg Date: Thu, 5 Oct 2006 12:45:07 +0000 Subject: [PATCH] Cleaned up warning on win32 build. --- bacnet-stack/bip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacnet-stack/bip.c b/bacnet-stack/bip.c index 45c58f67..937c6356 100644 --- a/bacnet-stack/bip.c +++ b/bacnet-stack/bip.c @@ -118,6 +118,7 @@ int bip_send_pdu(BACNET_ADDRESS * dest, /* destination address */ int mtu_len = 0; int bytes_sent = 0; + (void)npdu_data; /* assumes that the driver has already been initialized */ if (BIP_Socket < 0) return BIP_Socket;