]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-udld.c
Avoiding conditional directives that break statements
[tcpdump] / print-udld.c
index 22a3487f4fdb9daa2ed4aa8668951c452eafee79..0dc10d3c62a9c4d70a97a2f798f183ad6beebe1e 100644 (file)
@@ -158,7 +158,7 @@ udld_print (netdissect_options *ndo, const u_char *pptr, u_int length)
 
         case UDLD_ECHO_TLV:
             ND_PRINT((ndo, ", "));
-            fn_printn(ndo, tptr, len, NULL);
+            (void)fn_printn(ndo, tptr, len, NULL);
             break;
 
         case UDLD_MESSAGE_INTERVAL_TLV: