]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fb-limfd.c
Move hex to debug/
[libucw.git] / ucw / fb-limfd.c
index a1c218aa21388fb49ff3a65468e9e1e97074dedf..7e30f6a2029c9e38cf3efe58c41b058134022750 100644 (file)
@@ -60,7 +60,7 @@ bopen_limited_fd(int fd, uns buflen, uns limit)
 
 #ifdef TEST
 
-int main(int argc, char **argv)
+int main(int UNUSED argc, char UNUSED **argv)
 {
   struct fastbuf *f = bopen_limited_fd(0, 3, 13);
   struct fastbuf *o = bfdopen_shared(1, 16);