]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: removed the ubuntu build variable which is no needed anymore to build on ubunutu.
authoriceman1001 <iceman@iuse.se>
Mon, 26 Sep 2016 15:19:35 +0000 (17:19 +0200)
committericeman1001 <iceman@iuse.se>
Mon, 26 Sep 2016 15:19:35 +0000 (17:19 +0200)
CHG: Some warnings in cmdhflegic.c is solved.

client/cmdhflegic.c
covbuild.sh

index b52034dc046d5d85b3ebd36dac01b5dec3174ff3..51082aa09cec99a0788bf788b3c7f14d4d2d18e7 100644 (file)
@@ -705,7 +705,7 @@ void static calc4(uint8_t *cmd, uint8_t len){
        crc_update(&crc, 1, 1); /* CMD_READ */
        crc_update(&crc, cmd[0], 8);
        crc_update(&crc, cmd[1], 8);
-       printf("crc4 %X\n",  crc_finish(&crc), 4 ) ;
+       printf("crc4 %X\n",  crc_finish(&crc) ) ;
 
        printf("---- old ---\n");
        crc_update2(&crc, 1, 1); /* CMD_READ */
@@ -718,7 +718,7 @@ void static calc4(uint8_t *cmd, uint8_t len){
        crc_update2(&crc, 1, 1); /* CMD_READ */
        crc_update2(&crc, cmd[0], 8);
        crc_update2(&crc, cmd[1], 8);
-       printf("crc4 %X\n",  crc_finish(&crc), 4 ) ;
+       printf("crc4 %X\n",  crc_finish(&crc) ) ;
 }      
  
 int CmdLegicCalcCrc8(const char *Cmd){
index 088acc2369051232e860dc8aa65e458f07deec89..47e04e7c4673c4f74222120fcc01480712908517 100755 (executable)
@@ -7,7 +7,7 @@
 make clean
 
 ## coverity build
-cov-build --dir cov-int make all UBUNTU_1404_QT4=1
+cov-build --dir cov-int make all
 
 ## create tarball
 tar cfz proxmark3.all.`date --date now +%Y%m%d%H%M%S`.tgz cov-int
Impressum, Datenschutz