X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=usrp%2Fhost%2Fapps%2Fusrper.cc;h=3740022e0ace1342840bc7d4aa5889755445c86f;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=88a438d55742e84e52345c7063817c3f77ef10fb;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/usrp/host/apps/usrper.cc b/usrp/host/apps/usrper.cc index 88a438d5..3740022e 100644 --- a/usrp/host/apps/usrper.cc +++ b/usrp/host/apps/usrper.cc @@ -30,6 +30,7 @@ #include "usrp_prims.h" #include "usrp_spi_defs.h" +#include char *prog_name; @@ -70,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)