]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Fix typo and gcc-7 warnings (#401)
authorFl0-0 <Fl0-0@users.noreply.github.com>
Tue, 26 Sep 2017 14:36:05 +0000 (16:36 +0200)
committerpwpiwi <pwpiwi@users.noreply.github.com>
Tue, 26 Sep 2017 14:36:05 +0000 (16:36 +0200)
* 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]


No differences found
Impressum, Datenschutz