]> git.zerfleddert.de Git - proxmark3-svn/commit
FIX: minor variable fixes when compiling on linux.
authoriceman1001 <iceman@iuse.se>
Sun, 14 Jun 2015 21:02:52 +0000 (23:02 +0200)
committericeman1001 <iceman@iuse.se>
Sun, 14 Jun 2015 21:02:52 +0000 (23:02 +0200)
commit0ad1a1d492ab62eb42c1eb7b4ce6fff05d90e0a3
treed9fa2780ae9473e800641815b26dd29ebf15b3e6
parent32719adfa1d9bf48ec80c212665fd92c5ec5aa89
FIX:  minor variable fixes when compiling on linux.

cmddata.c: In function ‘Cmdmandecoderaw’:
cmddata.c:420:2: warning: format ‘%i’ expects argument of type ‘int *’, but argument 4 has type ‘size_t *’ [-Wformat=]
  sscanf(Cmd, "%i %i", &invert, &maxErr);
  ^

cmdlfem4x.c: In function ‘CmdEM410xRead’:
cmdlfem4x.c:58:2: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ [-Wformat=]
  sprintf(id, "%010llx",lo);
  ^
client/cmddata.c
client/cmdlfem4x.c
Impressum, Datenschutz