From: marshmellow42 Date: Wed, 7 Jun 2017 19:42:28 +0000 (-0400) Subject: remove warning about non-static init... X-Git-Tag: v3.0.1~6^2^2 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/2c51d4cfa65a903a5221ac8b2ca44adaa941ef17?hp=dab1c6f5e95b4bd59af7c66e3d378227e037064a remove warning about non-static init... warning was: non-static data member initializers only available with -std=c++11 or -std=gnu++11 --- diff --git a/client/proxguiqt.h b/client/proxguiqt.h index 73f9286c..8a3b8cfc 100644 --- a/client/proxguiqt.h +++ b/client/proxguiqt.h @@ -128,7 +128,7 @@ public: void run(); private: char *script_cmds_file = NULL; - bool usb_present = false; + bool usb_present; }; #endif // PROXGUI_QT