From f703469ac9e14b9b834e3ea44ce6434187193117 Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Wed, 27 Mar 2013 15:04:18 -0700 Subject: utils: Fixed usrp_n2xx_simple_net_burner warning --- host/utils/usrp_n2xx_simple_net_burner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/utils/usrp_n2xx_simple_net_burner.cpp b/host/utils/usrp_n2xx_simple_net_burner.cpp index 9f5700d9b..c3ccba173 100644 --- a/host/utils/usrp_n2xx_simple_net_burner.cpp +++ b/host/utils/usrp_n2xx_simple_net_burner.cpp @@ -504,7 +504,7 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ } //Reset USRP N2XX - bool reset; + bool reset = false; if(auto_reboot) reset = true; else{ std::string user_response = "foo"; -- cgit v1.2.3