From: Fl0-0 Date: Tue, 26 Sep 2017 14:36:05 +0000 (+0200) Subject: Fix typo and gcc-7 warnings (#401) X-Git-Tag: v3.1.0~167 X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/a2d058f3aa4bde441b1a7912844d0eb6d13f455d?hp=a2d058f3aa4bde441b1a7912844d0eb6d13f455d Fix typo and gcc-7 warnings (#401) * Fix typo in hf mf csave help * Fix gcc 7 warning: '~' on an expression of type bool [-Wbool-operation], use logical ! not instead of ~ * Fix gcc 7 warning: ‘memset’ used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size] * Fix gcc 7 warning: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier] ---