]> git.zerfleddert.de Git - proxmark3-svn/commit
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)
commita2d058f3aa4bde441b1a7912844d0eb6d13f455d
tree75a6c7ea42f5b1a5e57d9f322ce8b5a5259e43e2
parent1ece662f0f0f3effe8a85098f2312a7fe4869b06
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]
client/cmdhfmf.c
client/cmdlfem4x.c
client/hardnested/hardnested_bf_core.c
client/loclass/cipher.c
Impressum, Datenschutz