iceman1001 / proxmark3

[Deprecated] Iceman Fork, the most totally wicked fork around if you are into proxmark3
http://www.icedev.se/pm3.aspx
GNU General Public License v2.0
465 stars 116 forks source link

client compiler warnings in proxmark3.h and proxmark3.c #83

Closed SpaceTeddy closed 7 years ago

SpaceTeddy commented 7 years ago

const char const *get_my_executable_path(void) in proxmark3.h and proxmark3.c gives many compiler warning: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]

change to "const char *get_my_executable_path(void)" fix it.

iceman1001 commented 7 years ago

Good catch @SpaceTeddy thanks! I've pushed it.