Fix compiler warnings across the tree. Adds --enable-warnings-as-errors configure...
[debian/gnuradio] / usrp / host / apps / usrper.cc
index 620287d46bbc362289f8885ba30c5a136e72c6a4..3740022e0ace1342840bc7d4aa5889755445c86f 100644 (file)
@@ -71,12 +71,14 @@ usage ()
   exit (1);
 }
 
+#if 0
 static void
 die (const char *msg)
 {
   fprintf (stderr, "%s (die): %s\n", prog_name, msg);
   exit (1);
 }
+#endif
 
 static int 
 hexval (char ch)