mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
stricter warnings, wip
This commit is contained in:
parent
0cb21c89c3
commit
0e39cb8e34
11 changed files with 20 additions and 16 deletions
|
@ -197,7 +197,7 @@ static void buffreplace(LexState *ls, char from, char to) {
|
|||
}
|
||||
|
||||
|
||||
#if ANDROID
|
||||
#if defined(ANDROID)
|
||||
#define getlocaldecpoint() '.'
|
||||
#elif !defined(getlocaledecpoint)
|
||||
#define getlocaledecpoint() (localeconv()->decimal_point[0])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue