]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Changed to use _U_.
authorTero Kivinen <[email protected]>
Tue, 28 Mar 2017 22:26:27 +0000 (01:26 +0300)
committerTero Kivinen <[email protected]>
Tue, 28 Mar 2017 22:26:27 +0000 (01:26 +0300)
print-802_15_4.c

index abb8b2e920aec5003000405bbfbe2af911a50c8f..3a3c59911fded5114965f8cf8440ca5c7195d476 100644 (file)
@@ -2282,10 +2282,10 @@ ieee802_15_4_mp_frame(netdissect_options *ndo,
  * Returns FALSE in case of error.
  */
 static u_int
-ieee802_15_4_frag_frame(netdissect_options *ndo __attribute__ ((unused)),
-                       const u_char *p __attribute__ ((unused)),
-                       u_int caplen __attribute__ ((unused)),
-                       uint16_t fc __attribute__ ((unused)))
+ieee802_15_4_frag_frame(netdissect_options *ndo _U_,
+                       const u_char *p _U_,
+                       u_int caplen _U_,
+                       uint16_t fc _U_)
 {
   /* Not implement yet, might be bit hard to implement, as the
    * information to set up the fragment is coming in the previous frame